summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* tests: try to make shutdown more robustDirkjan Ochtman2026-07-041-3/+11
|
* Fix key derivation and add testsDirkjan Ochtman2026-07-044-18/+298
|
* Replace AES-128-CTR with AES-128-GCMDirkjan Ochtman2026-07-047-405/+290
|
* Move key derivation types into protoDirkjan Ochtman2026-07-044-130/+131
|
* Clarify key material type namesDirkjan Ochtman2026-07-043-22/+22
|
* Use enum for crypto errorsDirkjan Ochtman2026-07-044-45/+89
|
* ci: check docsDirkjan Ochtman2026-07-042-4/+15
|
* Move aws-lc crypto provider into a separate crateDirkjan Ochtman2026-07-038-18/+44
|
* Move crypto traits into proto crateDirkjan Ochtman2026-07-037-20/+21
|
* Remove MSRV from READMEDirkjan Ochtman2026-07-031-1/+1
|
* Extract CryptoProvider traitDirkjan Ochtman2026-07-038-198/+795
|
* Generalize encryption key typesDirkjan Ochtman2026-07-033-21/+24
|
* Import Digest directlyDirkjan Ochtman2026-07-032-14/+12
|
* Add end-to-end testDirkjan Ochtman2026-07-016-11/+196
|
* Rename User::new() to from_system()Dirkjan Ochtman2026-07-012-2/+2
|
* Extract from_str() method for AuthorizedkeyDirkjan Ochtman2026-07-011-64/+75
|
* Bump anyhow from 1.0.102 to 1.0.103dependabot[bot]2026-06-291-2/+2
| | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.102 to 1.0.103. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.102...1.0.103) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump actions/checkout from 6 to 7dependabot[bot]2026-06-221-4/+4
| | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump bitflags from 2.12.1 to 2.13.0dependabot[bot]2026-06-151-2/+2
| | | | | | | | | | | | | | | | Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.12.1 to 2.13.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.12.1...2.13.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump bitflags from 2.11.1 to 2.12.1dependabot[bot]2026-06-021-2/+2
| | | | | | | | | | | | | | | | Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.11.1 to 2.12.1. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.11.1...2.12.1) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump libc from 0.2.185 to 0.2.186dependabot[bot]2026-04-271-2/+2
| | | | | | | | | | | | | | | | Bumps [libc](https://github.com/rust-lang/libc) from 0.2.185 to 0.2.186. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.185...0.2.186) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Fix formatting with cargo fmtDirkjan Ochtman2026-04-171-1/+1
|
* Bump MSRV to 1.85Dirkjan Ochtman2026-04-172-2/+2
|
* Take semver-compatible dependency updatesDirkjan Ochtman2026-04-171-36/+36
|
* Bump libc from 0.2.184 to 0.2.185dependabot[bot]2026-04-131-2/+2
| | | | | | | | | | | | | | | | Bumps [libc](https://github.com/rust-lang/libc) from 0.2.184 to 0.2.185. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.185/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.184...0.2.185) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.185 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump libc from 0.2.183 to 0.2.184dependabot[bot]2026-04-061-2/+2
| | | | | | | | | | | | | | | | Bumps [libc](https://github.com/rust-lang/libc) from 0.2.183 to 0.2.184. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.183...0.2.184) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Take semver-compatible dependency updatesDirkjan Ochtman2026-03-241-130/+56
|
* Bump tracing-subscriber from 0.3.22 to 0.3.23dependabot[bot]2026-03-161-7/+7
| | | | | | | | | | | | | | | Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.22 to 0.3.23. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* Bump libc from 0.2.182 to 0.2.183dependabot[bot]2026-03-091-2/+2
| | | | | | | | | | | | | | | | Bumps [libc](https://github.com/rust-lang/libc) from 0.2.182 to 0.2.183. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.182...0.2.183) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.183 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* ci: try to reduce Dependabot noiseDirkjan Ochtman2026-02-231-1/+1
|
* Take semver-compatible dependency updatesDirkjan Ochtman2026-02-231-42/+42
|
* Simplify interface to send channel messagesDirkjan Ochtman2026-02-193-57/+81
|
* Deduplicate terminal closing state branchesDirkjan Ochtman2026-02-191-20/+13
|
* Introduce send_auth_failed() helper methodDirkjan Ochtman2026-02-191-31/+14
|
* Introduce simpler send() wrapperDirkjan Ochtman2026-02-191-49/+39
|
* Extract authentication moduleDirkjan Ochtman2026-02-192-370/+377
|
* connections: simplify interface to terminal futureDirkjan Ochtman2026-02-192-7/+13
|
* Specify dependencies in the workspaceDirkjan Ochtman2026-02-193-15/+31
|
* Rename proto module to buffersDirkjan Ochtman2026-02-193-4/+3
|
* Extract oxish-proto crateDirkjan Ochtman2026-02-1913-148/+162
|
* Extract ProtoError typeDirkjan Ochtman2026-02-198-140/+184
|
* Move IdentificationError into messagesDirkjan Ochtman2026-02-192-17/+17
|
* authentication: implement signature verificationDirkjan Ochtman2026-02-193-38/+228
|
* Yield session ID from key exchangeDirkjan Ochtman2026-02-192-3/+5
|
* authentication: select matching keyDirkjan Ochtman2026-02-182-3/+21
|
* authentication: implement authorized key discoveryDirkjan Ochtman2026-02-186-36/+246
|
* authentication: look up user home directoryDirkjan Ochtman2026-02-183-2/+84
|
* authentication: check supported public key algorithmsDirkjan Ochtman2026-02-182-1/+13
|
* Reduce log level for applying terminal modesDirkjan Ochtman2026-02-181-2/+2
|
* Bump bitflags from 2.10.0 to 2.11.0dependabot[bot]2026-02-161-2/+2
| | | | | | | | | | | | | | | | Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.10.0...2.11.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>