aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* [ssh known_hosts] Handle unknown keys betterThomas Wolf2025-02-261-20/+36
* [ssh known_hosts] Handle host certificatesThomas Wolf2025-02-262-12/+41
* [ssh known_hosts] Improve updating modified keysThomas Wolf2025-02-261-1/+41
* [ssh known_hosts] Add tests and fix problemsThomas Wolf2025-02-261-26/+42
* [ssh known_hosts] Correct parsing of host key linesThomas Wolf2025-02-101-3/+4
* [ssh signing] AllowedSigners: fix validity checkThomas Wolf2025-01-281-5/+4
* AllowedSigners: use java.time APIMatthias Sohn2024-12-251-8/+3
* Remove use of deprecated java.security.AccessControllerMatthias Sohn2024-12-101-9/+6
* [errorprone] ssh: suppress warning for arrays in recordsIvan Frade2024-11-132-0/+2
* ssh: Minor simplification in SerialRangeSetThomas Wolf2024-11-081-19/+12
* SSH signing: implement a SignatureVerifierThomas Wolf2024-10-238-1/+1866
* SSH signing: implement a SignerThomas Wolf2024-10-234-0/+720
* SSH signing: don't require a session in PasswordProviderWrapperThomas Wolf2024-10-221-3/+10
* sshd: fix IdentiesOnly if SSH agent is enabled and has keysThomas Wolf2024-05-131-6/+7
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-292-4/+3
* [ssh] Implement the "Ciphers" SSH configThomas Wolf2024-03-091-4/+58
* Support public key in IdentityFileKonrad Windszus2024-02-221-14/+45
* [errorprone] Suppress ByteBufferBackingArrayMatthias Sohn2023-09-251-0/+1
* [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* Fix errorprone warning about precedenceHan-Wen Nienhuys2023-08-011-1/+1
* ssh: PKCS#11 supportThomas Wolf2023-07-176-25/+839
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-163-9/+6
* Switch to Apache MINA sshd 2.10.0Thomas Wolf2023-05-163-100/+0
* [sshd] Fix calculation of timeout in AbstractClientProxyConnectorStephan Wahlbrink2023-03-061-13/+10
* Update Apache Mina SSHD to 2.9.2Thomas Wolf2022-11-181-11/+0
* [sshd] Guard against numerical overflowThomas Wolf2022-10-011-2/+2
* [sshd] Correct signature for RSA keys from an SSH agentThomas Wolf2022-06-231-6/+11
* [sshd] Better user feedback on authentication failureThomas Wolf2022-05-018-44/+460
* sshd: Skip unknown keys from the SSH agentThomas Wolf2022-01-302-6/+54
* sshd: support the AddKeysToAgent ssh configThomas Wolf2022-01-303-22/+370
* sshd: Connector for the Win32-OpenSSH SSH agentThomas Wolf2022-01-301-3/+10
* sshd: handle IdentitiesOnly with an SSH agentThomas Wolf2022-01-302-32/+137
* sshd: support IdentityAgent configThomas Wolf2022-01-301-7/+15
* Switch to Apache MINA sshd 2.8.0Thomas Wolf2022-01-073-21/+6
* sshd: backport upstream fix for SSHD-1231Thomas Wolf2022-01-061-0/+14
* Javadoc fixesThomas Wolf2021-11-222-4/+4
* ssh: use a single SecureRandom instance for hashing hostnamesThomas Wolf2021-11-151-1/+6
* [sshd agent] Introduce ConnectorDescriptorThomas Wolf2021-11-101-8/+18
* sshd: add support for ssh-agentThomas Wolf2021-11-031-1/+48
* sshd: prepare for using an SSH agentThomas Wolf2021-11-035-0/+403
* [releng] bazel: Enable errorprone on o.e.j.ssh.apacheThomas Wolf2021-11-036-9/+27
* Remove redundant type argumentsThomas Wolf2021-09-301-2/+2
* [sshd] Minor code clean-upThomas Wolf2021-07-211-33/+19
* [sshd] Ignore revoked keys in OpenSshServerKeyDatabase.lookup()Thomas Wolf2021-07-161-9/+16
* [sshd] Distinguish key type and signature algorithm for host keyThomas Wolf2021-07-161-0/+6
* [sshd] Implement SSH config KexAlgorithmsThomas Wolf2021-07-165-35/+235
* Update target platform to I20210626190330Thomas Wolf2021-07-064-428/+6
* [sshd] Log the full KEX negotiation resultThomas Wolf2021-06-191-0/+19
* 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-012-22/+10