index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ssh
/
config
Age
Commit message (
Expand
)
Author
2024-03-09
lib: move package "ssh/config" to "lib/sshconfig"
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-05
all: comply with linter recommendations #1
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-12-26
ssh/config: refactoring the Config merge
Shulhan
2023-12-26
ssh/config: merge the Section slice values on [Section.merge]
Shulhan
2023-12-25
ssh/config: set the default UserKnownHostsFile in setDefaults
Shulhan
2023-12-25
ssh/config: update comment on [Config.Get]
Shulhan
2023-12-25
ssh/config: add parameter Config to NewSection
Shulhan
2023-12-25
ssh/config: fix setting the default values
Shulhan
2023-12-19
ssh/config: set the Hostname if its not set on [Config.Get]
Shulhan
2023-12-19
ssh/config: rewrite unit tests for [Config.Get] using [lib.test.Data]
Shulhan
2023-12-19
ssh/config: set default section name to '*' if parameter is empty
Shulhan
2023-12-18
ssh/config: fix negate not resetted when parsing new section Match
Shulhan
2023-12-18
ssh/config: add method MarshalText and WriteTo
Shulhan
2023-12-13
all: fix linter warnings reported by revive
Shulhan
2023-09-24
shsh/config: remove field PrivateKeys and PrivateKeyFile
Shulhan
2023-09-14
ssh/config: change the FieldInt to FieldInt64 that return int64
Shulhan
2023-09-11
ssh/config: add missing comment to type PermittedCNAMEs
Shulhan
2023-08-08
ssh/config: export the function to create new Section
Shulhan
2023-08-07
ssh/config: handle key UserKnownHostsFile
Shulhan
2023-08-07
ssh/config: convert value of CASignatureAlgorithms and Hostname to lowercase
Shulhan
2023-07-26
ssh/config: refactoring, simplify the Section fields
Shulhan
2023-07-24
ssh/config: make Config Get return Section with pattern
Shulhan
2023-07-24
ssh/config: store the section name
Shulhan
2023-07-24
ssh/config: store the workDir and homeDir in Config
Shulhan
2023-07-24
ssh/config: add Field to Section
Shulhan
2023-07-23
ssh/config: move setting the Section field into method
Shulhan
2023-07-23
ssh/config: reorder struct fields for better alignment
Shulhan
2022-10-20
ssh/config: change the method GenerateSigners to Signers
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2022-04-06
all: replace any usage of ioutil package with os or io
Shulhan
2021-11-06
ssh/config: add support for section variable IdentityAgent
Shulhan
2021-07-05
lib/ssh: move the config parser to subpackage "config"
Shulhan