aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src
Commit message (Expand)AuthorAgeFilesLines
* sshd: fix proxy connections with the DefaultProxyDataFactoryThomas Wolf2019-09-022-2/+6
* sshd: support the HashKnownHosts configurationThomas Wolf2019-09-023-12/+52
* sshd: configurable server key verificationThomas Wolf2019-09-024-88/+459
* sshd: allow setting a null ssh configThomas Wolf2019-08-302-8/+26
* sshd: simplify OpenSshServerKeyVerifierThomas Wolf2019-08-301-160/+135
* sshd: simplify ServerKeyLookup interfaceThomas Wolf2019-08-303-10/+8
* sshd: shared reference in JGitClientSession must be volatileThomas Wolf2019-07-151-1/+1
* sshd: correct the protocol version exchangeThomas Wolf2019-07-152-1/+135
* Convert to lambda or member referenceCarsten Hammer2019-05-161-11/+6
* Apache MINA sshd client: test reading encrypted ed25519 keysThomas Wolf2019-05-061-0/+6
* Apache MINA sshd client: adapt to sshd 2.2.0Thomas Wolf2019-05-0613-748/+131
* Merge branch 'stable-5.3'Matthias Sohn2019-04-293-32/+44
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-283-32/+44
| |\
| | * Apache MINA sshd: make sendKexInit() work also for re-keyingThomas Wolf2019-04-203-32/+44
* | | Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-141-3/+2
* | | Join catch sections using multicatchCarsten Hammer2019-04-131-4/+1
|/ /
* | 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