summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache
Commit message (Expand)AuthorAgeFilesLines
* JGit v5.4.0.201905081430-m2v5.4.0.201905081430-m2Matthias Sohn2019-05-083-4/+4
* Apache MINA sshd client: test reading encrypted ed25519 keysThomas Wolf2019-05-062-0/+7
* Apache MINA sshd client: adapt to sshd 2.2.0Thomas Wolf2019-05-0616-790/+174
* Merge branch 'stable-5.3'Matthias Sohn2019-04-293-32/+44
|\
| * Prepare 5.3.2-SNAPSHOT buildsMatthias Sohn2019-04-283-16/+16
| * JGit v5.3.1.201904271842-rv5.3.1.201904271842-rMatthias Sohn2019-04-283-4/+4
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-283-32/+44
| |\
| | * Prepare 5.2.3-SNAPSHOT buildsMatthias Sohn2019-04-243-16/+16
| | * JGit v5.2.2.201904231744-rv5.2.2.201904231744-rMatthias Sohn2019-04-233-4/+4
| | * Apache MINA sshd: make sendKexInit() work also for re-keyingThomas Wolf2019-04-203-32/+44
| | * Prepare 5.2.2-SNAPSHOT buildsMatthias Sohn2018-12-273-16/+16
| | * JGit v5.2.1.201812262042-rv5.2.1.201812262042-rMatthias Sohn2018-12-273-4/+4
| | * Prepare 5.2.1-SNAPSHOT buildsMatthias Sohn2018-12-073-16/+16
| | * JGit v5.2.0.201812061821-rv5.2.0.201812061821-rMatthias Sohn2018-12-073-4/+4
| * | Prepare 5.3.1-SNAPSHOT buildsMatthias Sohn2019-03-133-16/+16
| * | JGit v5.3.0.201903130848-rv5.3.0.201903130848-rMatthias Sohn2019-03-133-4/+4
| * | Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2019-03-063-4/+4
| * | JGit v5.3.0.201903061415-rc1v5.3.0.201903061415-rc1Matthias Sohn2019-03-063-4/+4
* | | 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
* | | Prepare 5.4.0-SNAPSHOT buildsMatthias Sohn2019-03-073-16/+16
|/ /
* | 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-054-5/+14
* | Avoid double wordsMincong HUANG2018-12-211-1/+1
* | Remove unnecessary @since tags from non-API classesDavid Pursehouse2018-12-203-3/+0
* | Enable japicmp for new SSH bundle; update its baselineThomas Wolf2018-12-151-2/+2
* | Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2018-12-033-16/+16
|/
* Apache MINA sshd client: enable support for ed25519 keysThomas Wolf2018-12-023-1/+10
* Prepare 5.2.0-SNAPSHOT buildsMatthias Sohn2018-11-303-4/+4
* JGit v5.2.0.201811281532-m3v5.2.0.201811281532-m3Matthias Sohn2018-11-283-4/+4
* 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-178-23/+264
* Apache MINA sshd client: proxy supportThomas Wolf2018-11-1724-21/+3005
* 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-148-11/+490
* Apache MINA sshd client: properly handle HostKeyAlgorithms configThomas Wolf2018-11-138-10/+445
* Apache MINA sshd client: respect NumberOfPasswordPromptsThomas Wolf2018-11-133-0/+23
* Apache MINA sshd client: add gssapi-with-mic authenticationThomas Wolf2018-11-136-3/+593
* Add ssh tests for PreferredAuthenticationsThomas Wolf2018-11-133-0/+40
* Add features for the Apache MINA sshd implementationThomas Wolf2018-11-132-28/+78
* Apache MINA sshd clientThomas Wolf2018-11-1336-0/+4685