| Commit message (Expand) | Author | Age | Files | Lines |
* | [ssh known_hosts] Handle unknown keys better | Thomas Wolf | 2025-02-26 | 1 | -20/+36 |
* | [ssh known_hosts] Handle host certificates | Thomas Wolf | 2025-02-26 | 2 | -12/+41 |
* | [ssh known_hosts] Improve updating modified keys | Thomas Wolf | 2025-02-26 | 1 | -1/+41 |
* | [ssh known_hosts] Add tests and fix problems | Thomas Wolf | 2025-02-26 | 1 | -26/+42 |
* | [ssh known_hosts] Correct parsing of host key lines | Thomas Wolf | 2025-02-10 | 1 | -3/+4 |
* | [ssh signing] AllowedSigners: fix validity check | Thomas Wolf | 2025-01-28 | 1 | -5/+4 |
* | AllowedSigners: use java.time API | Matthias Sohn | 2024-12-25 | 1 | -8/+3 |
* | Remove use of deprecated java.security.AccessController | Matthias Sohn | 2024-12-10 | 1 | -9/+6 |
* | [errorprone] ssh: suppress warning for arrays in records | Ivan Frade | 2024-11-13 | 2 | -0/+2 |
* | ssh: Minor simplification in SerialRangeSet | Thomas Wolf | 2024-11-08 | 1 | -19/+12 |
* | SSH signing: implement a SignatureVerifier | Thomas Wolf | 2024-10-23 | 12 | -1/+2106 |
* | SSH signing: implement a Signer | Thomas Wolf | 2024-10-23 | 5 | -0/+753 |
* | SSH signing: don't require a session in PasswordProviderWrapper | Thomas Wolf | 2024-10-22 | 1 | -3/+10 |
* | ssh: add a factory for KeyPasswordProvider | Thomas Wolf | 2024-10-22 | 2 | -5/+86 |
* | sshd: fix IdentiesOnly if SSH agent is enabled and has keys | Thomas Wolf | 2024-05-13 | 1 | -6/+7 |
* | [errorprone] Fix error pattern JdkObsolete | Matthias Sohn | 2024-04-29 | 3 | -6/+4 |
* | [ssh] Implement the "Ciphers" SSH config | Thomas Wolf | 2024-03-09 | 1 | -4/+58 |
* | Support public key in IdentityFile | Konrad Windszus | 2024-02-22 | 1 | -14/+45 |
* | [errorprone] Suppress ByteBufferBackingArray | Matthias Sohn | 2023-09-25 | 1 | -0/+1 |
* | [errorprone] Suppress MissingSummary for translation bundles | Matthias Sohn | 2023-09-25 | 1 | -0/+1 |
* | ssh: Remove redundant null check for home.getAbsoluteFile() | Jonathan Nieder | 2023-09-11 | 1 | -1/+1 |
* | Ensure home directory not null before using in Sshdsessionfactory | Minh Thai | 2023-09-06 | 1 | -4/+6 |
* | Fix errorprone warning about precedence | Han-Wen Nienhuys | 2023-08-01 | 1 | -1/+1 |
* | ssh: PKCS#11 support | Thomas Wolf | 2023-07-17 | 7 | -28/+844 |
* | Fix all Javadoc warnings and fail on them | Antoine Musso | 2023-06-16 | 7 | -10/+12 |
* | Switch to Apache MINA sshd 2.10.0 | Thomas Wolf | 2023-05-16 | 5 | -115/+19 |
* | [sshd] Fix calculation of timeout in AbstractClientProxyConnector | Stephan Wahlbrink | 2023-03-06 | 1 | -13/+10 |
* | Update Apache Mina SSHD to 2.9.2 | Thomas Wolf | 2022-11-18 | 1 | -11/+0 |
* | [sshd] Guard against numerical overflow | Thomas Wolf | 2022-10-01 | 1 | -2/+2 |
* | [sshd] Correct signature for RSA keys from an SSH agent | Thomas Wolf | 2022-06-23 | 1 | -6/+11 |
* | [sshd] Better user feedback on authentication failure | Thomas Wolf | 2022-05-01 | 10 | -60/+496 |
* | sshd: support the ConnectTimeout ssh config | Thomas Wolf | 2022-01-30 | 1 | -1/+6 |
* | sshd: Skip unknown keys from the SSH agent | Thomas Wolf | 2022-01-30 | 2 | -6/+54 |
* | sshd: support the AddKeysToAgent ssh config | Thomas Wolf | 2022-01-30 | 3 | -22/+370 |
* | sshd: Connector for the Win32-OpenSSH SSH agent | Thomas Wolf | 2022-01-30 | 1 | -3/+10 |
* | sshd: handle IdentitiesOnly with an SSH agent | Thomas Wolf | 2022-01-30 | 2 | -32/+137 |
* | sshd: support IdentityAgent config | Thomas Wolf | 2022-01-30 | 1 | -7/+15 |
* | Switch to Apache MINA sshd 2.8.0 | Thomas Wolf | 2022-01-07 | 3 | -21/+6 |
* | sshd: backport upstream fix for SSHD-1231 | Thomas Wolf | 2022-01-06 | 1 | -0/+14 |
* | Javadoc fixes | Thomas Wolf | 2021-11-22 | 3 | -7/+7 |
* | ssh: Handle "ProxyJump none" from SSH config file | Thomas Wolf | 2021-11-15 | 1 | -1/+2 |
* | ssh: use a single SecureRandom instance for hashing hostnames | Thomas Wolf | 2021-11-15 | 1 | -1/+6 |
* | [sshd agent] Introduce ConnectorDescriptor | Thomas Wolf | 2021-11-10 | 3 | -12/+136 |
* | Simplify SshdFtpChannel | Thomas Wolf | 2021-11-04 | 1 | -56/+30 |
* | sshd: add support for ssh-agent | Thomas Wolf | 2021-11-03 | 5 | -6/+72 |
* | sshd: prepare for using an SSH agent | Thomas Wolf | 2021-11-03 | 10 | -3/+711 |
* | [releng] bazel: Enable errorprone on o.e.j.ssh.apache | Thomas Wolf | 2021-11-03 | 6 | -9/+27 |
* | [doc] Add README and package-info to the SSH bundles | Thomas Wolf | 2021-10-31 | 1 | -0/+6 |
* | Remove redundant type arguments | Thomas Wolf | 2021-09-30 | 1 | -2/+2 |
* | [sshd] Minor code clean-up | Thomas Wolf | 2021-07-21 | 1 | -33/+19 |