aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src
Commit message (Expand)AuthorAgeFilesLines
* SshdSessionFactory: generalize providing default keysThomas Wolf2019-01-224-24/+71
* Consistently import constants from StandardCharsets as staticDavid Pursehouse2019-01-205-18/+18
* Apache MINA sshd client: less aggressive key file name cachingThomas Wolf2019-01-053-5/+13
* Avoid double wordsMincong HUANG2018-12-211-1/+1
* Remove unnecessary @since tags from non-API classesDavid Pursehouse2018-12-203-3/+0
* Remove unnecessary modifiers from interfacesJonathan Nieder2018-11-202-2/+2
* Apache MINA sshd client: don't leak HostConfigEntryThomas Wolf2018-11-173-17/+7
* Apache MINA sshd client: test & fix password authenticationThomas Wolf2018-11-177-23/+263
* Apache MINA sshd client: proxy supportThomas Wolf2018-11-1722-15/+2970
* Apache MINA sshd client: don't leak upstream classes and interfacesThomas Wolf2018-11-1610-94/+343
* Apache MINA sshd: use NumberOfPasswordPrompts for encrypted keysThomas Wolf2018-11-146-11/+483
* Apache MINA sshd client: properly handle HostKeyAlgorithms configThomas Wolf2018-11-136-10/+441
* Apache MINA sshd client: respect NumberOfPasswordPromptsThomas Wolf2018-11-132-0/+22
* Apache MINA sshd client: add gssapi-with-mic authenticationThomas Wolf2018-11-135-3/+589
* Add ssh tests for PreferredAuthenticationsThomas Wolf2018-11-132-0/+39
* Apache MINA sshd clientThomas Wolf2018-11-1317-0/+3490