| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-16 | Update openssl to 3.5.3 | Joel Klinghed | |
| 2025-08-05 | Update openssl to 3.5.2 | Joel Klinghed | |
| 2025-07-02 | Update openssl to 3.5.1 | Joel Klinghed | |
| 2025-04-08 | Update openssl to 3.5.0 | Joel Klinghed | |
| 2025-02-11 | Update openssl to 3.4.1 | Joel Klinghed | |
| 2024-11-10 | verifier: Add tests for documents, samba and sftp | Joel Klinghed | |
| 2024-11-09 | sftp: More symlink fixes | Joel Klinghed | |
| 2024-11-09 | sftp: Move common code to SftpTestHelper | Joel Klinghed | |
| 2024-11-09 | sftp: add single merge tests for both local <-> sftp and sftp <-> local | Joel Klinghed | |
| Had to fixup the symlink code in Sftp, most importantly add a PathUtils relativeTo to fixup relative links. | |||
| 2024-11-06 | Add SftpTestHelper | Joel Klinghed | |
| Handles the docker start and stop and all that. Useful for adding more tests that use a sftp instance. | |||
| 2024-11-05 | Suppress unstable/incubating warnings in gradle files | Joel Klinghed | |
| Too many useful things are "Incubating" | |||
| 2024-10-31 | sftp: Verify server fingerprint | Joel Klinghed | |
| If no fingerprint is stored -> save whatever the server gives If a fingerprint is stored -> error if fingerprint does not match | |||
| 2024-10-31 | sftp: Let a selection of tests use private key authentication | Joel Klinghed | |
| Tests switch between password authentication and private key authentication depending on the hash of the method name. It's a fairly even spread. Update the docker config, it never wanted a pem file, it wanted a ssh-rsa format public key. | |||
| 2024-10-31 | sftp: Simplify authentication with private key | Joel Klinghed | |
| Let ssh2 derive the public key from the private key. Much easier. | |||
| 2024-10-23 | Update OpenSSL to 3.4.0 | Joel Klinghed | |
| 2024-10-16 | Update libssh2 to 1.11.1 | Joel Klinghed | |
| 2024-10-14 | Add path to Link | Joel Klinghed | |
| It's implementation specific if path is relative or absolute but it contains the link target. Especially useful for NoTarget. | |||
| 2024-10-14 | Add tests for create dir/file/link that already exists | Joel Klinghed | |
| Fix implementations to work as expected (that createDirectory/File/Link fails if an entry with that name already exists). | |||
| 2024-09-25 | sftp: Use val when possible | Joel Klinghed | |
| 2024-09-25 | samba & sftp: Share path utils methods | Joel Klinghed | |
| Add tests for them, and add basename, currently unused, for completeness | |||
| 2024-09-25 | Add libs:sftp | Joel Klinghed | |
| sftp implementation using libssh2 and openssl | |||
