aboutsummaryrefslogtreecommitdiff
path: root/lib/ssh/config
AgeCommit message (Expand)Author
2024-03-09lib: move package "ssh/config" to "lib/sshconfig"Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-05all: comply with linter recommendations #1Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-26ssh/config: refactoring the Config mergeShulhan
2023-12-26ssh/config: merge the Section slice values on [Section.merge]Shulhan
2023-12-25ssh/config: set the default UserKnownHostsFile in setDefaultsShulhan
2023-12-25ssh/config: update comment on [Config.Get]Shulhan
2023-12-25ssh/config: add parameter Config to NewSectionShulhan
2023-12-25ssh/config: fix setting the default valuesShulhan
2023-12-19ssh/config: set the Hostname if its not set on [Config.Get]Shulhan
2023-12-19ssh/config: rewrite unit tests for [Config.Get] using [lib.test.Data]Shulhan
2023-12-19ssh/config: set default section name to '*' if parameter is emptyShulhan
2023-12-18ssh/config: fix negate not resetted when parsing new section MatchShulhan
2023-12-18ssh/config: add method MarshalText and WriteToShulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-24shsh/config: remove field PrivateKeys and PrivateKeyFileShulhan
2023-09-14ssh/config: change the FieldInt to FieldInt64 that return int64Shulhan
2023-09-11ssh/config: add missing comment to type PermittedCNAMEsShulhan
2023-08-08ssh/config: export the function to create new SectionShulhan
2023-08-07ssh/config: handle key UserKnownHostsFileShulhan
2023-08-07ssh/config: convert value of CASignatureAlgorithms and Hostname to lowercaseShulhan
2023-07-26ssh/config: refactoring, simplify the Section fieldsShulhan
2023-07-24ssh/config: make Config Get return Section with patternShulhan
2023-07-24ssh/config: store the section nameShulhan
2023-07-24ssh/config: store the workDir and homeDir in ConfigShulhan
2023-07-24ssh/config: add Field to SectionShulhan
2023-07-23ssh/config: move setting the Section field into methodShulhan
2023-07-23ssh/config: reorder struct fields for better alignmentShulhan
2022-10-20ssh/config: change the method GenerateSigners to SignersShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06all: replace any usage of ioutil package with os or ioShulhan
2021-11-06ssh/config: add support for section variable IdentityAgentShulhan
2021-07-05lib/ssh: move the config parser to subpackage "config"Shulhan