aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/JGitClientSession.java
Commit message (Expand)AuthorAgeFilesLines
* [ssh] Implement the "Ciphers" SSH configThomas Wolf2024-03-091-4/+58
* ssh: PKCS#11 supportThomas Wolf2023-07-171-0/+8
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+3
* Switch to Apache MINA sshd 2.8.0Thomas Wolf2022-01-071-19/+0
* Javadoc fixesThomas Wolf2021-11-221-3/+3
* [sshd] Minor code clean-upThomas Wolf2021-07-211-33/+19
* [sshd] Distinguish key type and signature algorithm for host keyThomas Wolf2021-07-161-0/+6
* [sshd] Implement SSH config KexAlgorithmsThomas Wolf2021-07-161-16/+134
* Update target platform to I20210626190330Thomas Wolf2021-07-061-6/+6
* [sshd] Log the full KEX negotiation resultThomas Wolf2021-06-191-0/+19
* sshd: implement ssh config PubkeyAcceptedAlgorithmsThomas Wolf2021-03-191-37/+70
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-041-155/+12
* sshd: work around a race condition in Apache MINA sshd 2.4.0/2.5.xThomas Wolf2020-08-101-0/+133
* sshd: store per-session data on the sshd session objectThomas Wolf2020-08-091-0/+124
* Update to org.apache.sshd 2.4.0Thomas Wolf2020-03-221-17/+8
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-4/+2
* sshd: simplify ServerKeyLookup interfaceThomas Wolf2019-08-301-4/+2
* sshd: shared reference in JGitClientSession must be volatileThomas Wolf2019-07-151-1/+1
* sshd: correct the protocol version exchangeThomas Wolf2019-07-151-1/+132
* Apache MINA sshd client: adapt to sshd 2.2.0Thomas Wolf2019-05-061-2/+4
* Apache MINA sshd: make sendKexInit() work also for re-keyingThomas Wolf2019-04-201-21/+26
* Apache MINA sshd client: proxy supportThomas Wolf2018-11-171-1/+100
* Apache MINA sshd client: properly handle HostKeyAlgorithms configThomas Wolf2018-11-131-0/+115
* Apache MINA sshd clientThomas Wolf2018-11-131-0/+114