aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/OpenSshServerKeyDatabase.java
Commit message (Expand)AuthorAgeFilesLines
* [ssh known_hosts] Handle unknown keys betterThomas Wolf2025-02-261-20/+36
* [ssh known_hosts] Handle host certificatesThomas Wolf2025-02-261-12/+40
* [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
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-6/+0
* ssh: use a single SecureRandom instance for hashing hostnamesThomas Wolf2021-11-151-1/+6
* [sshd] Ignore revoked keys in OpenSshServerKeyDatabase.lookup()Thomas Wolf2021-07-161-9/+16
* sshd: don't lock the known_hosts files on readingThomas Wolf2021-04-011-21/+10
* [spotbugs] Fix potential NPE in OpenSshServerKeyDatabaseMatthias Sohn2020-12-221-1/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* sshd: support the HashKnownHosts configurationThomas Wolf2019-09-021-12/+36
* sshd: configurable server key verificationThomas Wolf2019-09-021-0/+737