aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/transport/ssh/OpenSshConfigFile.java
Commit message (Expand)AuthorAgeFilesLines
* SSH signing: make OpenSSH pattern matching publicThomas Wolf2024-10-221-13/+30
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* sshd: support the AddKeysToAgent ssh configThomas Wolf2022-01-301-0/+93
* sshd: handle "IdentityAgent SSH_AUTH_SOCK" in ssh configThomas Wolf2022-01-301-1/+2
* sshd: support IdentityAgent configThomas Wolf2022-01-301-1/+1
* Javadoc fixesThomas Wolf2021-11-221-1/+1
* OpenSshConfigFile: line comments and quoted stringsThomas Wolf2021-11-151-40/+118
* OpenSshConfigFile: update token replacementsThomas Wolf2021-11-151-7/+20
* [test] test OpenSshConfigFile directly, not via the JSch configThomas Wolf2021-11-041-5/+33
* Minor code-clean-up in OpenSshConfigFileThomas Wolf2021-10-241-3/+2
* Fixing visibility for HostEntry constructors.Demetr Starshov2021-06-021-3/+9
* Clarify operator precedence to fix errorprone errorMatthias Sohn2021-06-011-2/+2
* SSH config: fix whitespace handlingThomas Wolf2021-05-171-5/+8
* SSH config: fix negated patternsThomas Wolf2021-05-171-58/+50
* ssh config: do environment variable replacementThomas Wolf2021-04-011-29/+56
* sshd: modernize ssh config file parsingThomas Wolf2021-03-191-22/+51
* Builder API to configure SshdSessionFactoriesThomas Wolf2020-05-231-4/+10
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-5/+3
* Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-081-3/+5
* Factor out a JSch-independent ssh config parserThomas Wolf2018-11-061-0/+922