summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache
Commit message (Expand)AuthorAgeFilesLines
* Prepare 6.3.0-SNAPSHOT buildsMatthias Sohn2022-06-073-18/+18
* [sshd] Better user feedback on authentication failureThomas Wolf2022-05-0111-60/+513
* Prepare 6.2.0-SNAPSHOT buildsMatthias Sohn2022-03-033-18/+18
* sshd: Add README.md for SSH agentsThomas Wolf2022-01-301-0/+47
* sshd: support the ConnectTimeout ssh configThomas Wolf2022-01-301-1/+6
* sshd: Skip unknown keys from the SSH agentThomas Wolf2022-01-304-6/+57
* sshd: support the AddKeysToAgent ssh configThomas Wolf2022-01-305-22/+376
* sshd: Connector for the Win32-OpenSSH SSH agentThomas Wolf2022-01-301-3/+10
* sshd: handle IdentitiesOnly with an SSH agentThomas Wolf2022-01-303-32/+138
* sshd: support IdentityAgent configThomas Wolf2022-01-301-7/+15
* Switch to Apache MINA sshd 2.8.0Thomas Wolf2022-01-074-69/+54
* sshd: backport upstream fix for SSHD-1231Thomas Wolf2022-01-061-0/+14
* [releng] bump japicmp base version and configure sshd bundlesThomas Wolf2022-01-051-0/+6
* Prepare 6.1.0-SNAPSHOT buildsMatthias Sohn2021-11-243-18/+18
* Javadoc fixesThomas Wolf2021-11-223-7/+7
* Typo fix in o.e.j.ssh.{jsch,apache}/README.mdThomas Wolf2021-11-151-1/+1
* ssh: Handle "ProxyJump none" from SSH config fileThomas Wolf2021-11-151-1/+2
* ssh: use a single SecureRandom instance for hashing hostnamesThomas Wolf2021-11-151-1/+6
* [sshd agent] Introduce ConnectorDescriptorThomas Wolf2021-11-103-12/+136
* Simplify SshdFtpChannelThomas Wolf2021-11-042-56/+31
* sshd: add support for ssh-agentThomas Wolf2021-11-035-6/+72
* sshd: prepare for using an SSH agentThomas Wolf2021-11-0312-4/+719
* [releng] bazel: Enable errorprone on o.e.j.ssh.apacheThomas Wolf2021-11-036-9/+27
* [doc] Add README and package-info to the SSH bundlesThomas Wolf2021-10-312-0/+67
* Fix bad indentation in pom.xmlThomas Wolf2021-10-241-9/+9
* Remove redundant type argumentsThomas Wolf2021-09-301-2/+2
* Enable compiler option --releaseMatthias Sohn2021-09-292-3/+122
* Bump minimum required Java version to 11Matthias Sohn2021-09-293-5/+9
* Merge branch 'master' into nextMatthias Sohn2021-09-1310-483/+259
|\
| * [sshd] Minor code clean-upThomas Wolf2021-07-211-33/+19
| * [sshd] Ignore revoked keys in OpenSshServerKeyDatabase.lookup()Thomas Wolf2021-07-162-11/+18
| * [sshd] Distinguish key type and signature algorithm for host keyThomas Wolf2021-07-161-0/+6
| * [sshd] Implement SSH config KexAlgorithmsThomas Wolf2021-07-167-37/+238
| * Update target platform to I20210626190330Thomas Wolf2021-07-066-479/+55
* | Merge branch 'master' into nextMatthias Sohn2021-06-291-0/+19
|\|
| * [sshd] Log the full KEX negotiation resultThomas Wolf2021-06-191-0/+19
| * Prepare 5.13.0-SNAPSHOT buildsMatthias Sohn2021-06-143-16/+16
| * Prepare 5.12.1-SNAPSHOT buildsMatthias Sohn2021-06-133-16/+16
| * JGit v5.12.0.202106070339-rv5.12.0.202106070339-rMatthias Sohn2021-06-073-4/+4
| * Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-06-033-4/+4
| * JGit v5.12.0.202106021050-rc1v5.12.0.202106021050-rc1Matthias Sohn2021-06-023-4/+4
| * Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-06-023-4/+4
| * JGit v5.12.0.202106011439-rc1v5.12.0.202106011439-rc1Matthias Sohn2021-06-013-4/+4
| * Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-06-013-4/+4
| * JGit v5.12.0.202105261145-m3v5.12.0.202105261145-m3Matthias Sohn2021-05-263-4/+4
| * Prepare 5.12.0-SNAPSHOT buildsMatthias Sohn2021-05-063-4/+4
| * JGit v5.12.0.202105051250-m2v5.12.0.202105051250-m2Matthias Sohn2021-05-053-4/+4
* | Merge branch 'master' into nextMatthias Sohn2021-05-1210-67/+535
|\|
| * ssh: ensure list is modifiable before using Iterator.remove().Thomas Wolf2021-04-141-2/+2
| * sshd: don't lock the known_hosts files on readingThomas Wolf2021-04-013-23/+10