| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | oxish: limit the number of authenticating connections | Dirkjan Ochtman | 2026-07-21 | 1 | -1/+17 | |
| | | ||||||
| * | Zeroize all secret and sensitive data | Dirkjan Ochtman | 2026-07-20 | 11 | -11/+63 | |
| | | ||||||
| * | proto: drop Copy derive for Digest | Dirkjan Ochtman | 2026-07-20 | 2 | -5/+5 | |
| | | ||||||
| * | Hash classic secret directly into hybrid output hash | Dirkjan Ochtman | 2026-07-20 | 2 | -8/+9 | |
| | | ||||||
| * | proto: track encoded shared secret as a SharedSecret | Dirkjan Ochtman | 2026-07-20 | 2 | -6/+6 | |
| | | ||||||
| * | oxish: disallow authenticating as root | Dirkjan Ochtman | 2026-07-20 | 2 | -2/+6 | |
| | | ||||||
| * | oxish: more username validation | Dirkjan Ochtman | 2026-07-20 | 3 | -42/+106 | |
| | | ||||||
| * | ci: add Codecov config | Dirkjan Ochtman | 2026-07-20 | 1 | -0/+10 | |
| | | ||||||
| * | Add coverage badge to README | Dirkjan Ochtman | 2026-07-20 | 1 | -0/+1 | |
| | | ||||||
| * | oxish: propagate coverage env | Dirkjan Ochtman | 2026-07-20 | 2 | -0/+8 | |
| | | ||||||
| * | ci: submit code coverage data to Codecov | Dirkjan Ochtman | 2026-07-20 | 2 | -3/+20 | |
| | | ||||||
| * | Add support for compiling aws-lc-rs in FIPS mode | Dirkjan Ochtman | 2026-07-20 | 6 | -8/+164 | |
| | | ||||||
| * | Provide a narrower interface to host key signing | Dirkjan Ochtman | 2026-07-20 | 6 | -68/+109 | |
| | | ||||||
| * | Use Box instead of Arc to wrap signing keys | Dirkjan Ochtman | 2026-07-20 | 6 | -21/+20 | |
| | | ||||||
| * | oxish: avoid logging during pre_exec() | Dirkjan Ochtman | 2026-07-20 | 1 | -5/+0 | |
| | | ||||||
| * | oxish: inline SessionState::from_connection() | Dirkjan Ochtman | 2026-07-20 | 2 | -49/+38 | |
| | | ||||||
| * | oxish: move SessionState into crate root | Dirkjan Ochtman | 2026-07-20 | 4 | -260/+256 | |
| | | ||||||
| * | oxish: move SessionState::spawn() into Server | Dirkjan Ochtman | 2026-07-20 | 2 | -171/+175 | |
| | | ||||||
| * | oxish: inline Connection::accept() | Dirkjan Ochtman | 2026-07-20 | 2 | -34/+22 | |
| | | ||||||
| * | oxish: move Server into a dedicated module | Dirkjan Ochtman | 2026-07-20 | 2 | -56/+68 | |
| | | ||||||
| * | oxish: propagate server errors | Dirkjan Ochtman | 2026-07-20 | 2 | -31/+16 | |
| | | ||||||
| * | oxish: propagate more errors | Dirkjan Ochtman | 2026-07-20 | 5 | -146/+50 | |
| | | ||||||
| * | oxish: inline SessionState::from_fd() | Dirkjan Ochtman | 2026-07-20 | 4 | -95/+87 | |
| | | ||||||
| * | oxish: inline SessionState::into_connection() | Dirkjan Ochtman | 2026-07-20 | 1 | -36/+32 | |
| | | ||||||
| * | oxish: add high-level session API | Dirkjan Ochtman | 2026-07-20 | 3 | -24/+20 | |
| | | ||||||
| * | oxish: add high-level server API | Dirkjan Ochtman | 2026-07-20 | 5 | -112/+104 | |
| | | ||||||
| * | oxish: drop nested task | Dirkjan Ochtman | 2026-07-20 | 1 | -6/+4 | |
| | | ||||||
| * | oxish: extract session module | Dirkjan Ochtman | 2026-07-20 | 5 | -112/+120 | |
| | | ||||||
| * | Bump bitflags from 2.13.0 to 2.13.1 | dependabot[bot] | 2026-07-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.13.0 to 2.13.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.13.0...2.13.1) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | Bump tokio from 1.52.1 to 1.53.0 | dependabot[bot] | 2026-07-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.1 to 1.53.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.52.1...tokio-1.53.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | Bump anyhow from 1.0.103 to 1.0.104 | dependabot[bot] | 2026-07-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.103 to 1.0.104. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.103...1.0.104) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | Bump aws-lc-rs from 1.17.1 to 1.17.3 | dependabot[bot] | 2026-07-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | Bumps [aws-lc-rs](https://github.com/aws/aws-lc-rs) from 1.17.1 to 1.17.3. - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](https://github.com/aws/aws-lc-rs/compare/v1.17.1...v1.17.3) --- updated-dependencies: - dependency-name: aws-lc-rs dependency-version: 1.17.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | Bump clap from 4.6.1 to 4.6.2 | dependabot[bot] | 2026-07-20 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.1...clap_complete-v4.6.2) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | Bump thiserror from 2.0.18 to 2.0.19 | dependabot[bot] | 2026-07-20 | 1 | -9/+20 | |
| | | | | | | | | | | | | | | | | Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.18 to 2.0.19. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.18...2.0.19) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | Drop privileges to the authenticated user when spawning a session | Dirkjan Ochtman | 2026-07-19 | 4 | -51/+201 | |
| | | ||||||
| * | Spawn a subprocess for authenticated sessions | Dirkjan Ochtman | 2026-07-19 | 9 | -32/+620 | |
| | | ||||||
| * | proto: wrap key exchange start data in type | Dirkjan Ochtman | 2026-07-19 | 3 | -42/+43 | |
| | | ||||||
| * | proto: populate ExtInfo during key exchange | Dirkjan Ochtman | 2026-07-19 | 4 | -22/+29 | |
| | | ||||||
| * | Add support for multiple host keys | Dirkjan Ochtman | 2026-07-19 | 4 | -15/+52 | |
| | | ||||||
| * | oxish: move provider selection into library | Dirkjan Ochtman | 2026-07-19 | 2 | -8/+8 | |
| | | ||||||
| * | proto: add EncryptionAlgorithm::to_owned() | Dirkjan Ochtman | 2026-07-19 | 2 | -11/+18 | |
| | | ||||||
| * | proto: extract key material derivation | Dirkjan Ochtman | 2026-07-19 | 5 | -45/+89 | |
| | | ||||||
| * | proto: negotiate encryption algorithms | Dirkjan Ochtman | 2026-07-19 | 5 | -18/+63 | |
| | | ||||||
| * | proto: track key counters | Dirkjan Ochtman | 2026-07-19 | 3 | -39/+55 | |
| | | ||||||
| * | proto: add support for initial non-zero counter | Dirkjan Ochtman | 2026-07-19 | 4 | -14/+44 | |
| | | ||||||
| * | proto: stop taking ownership of key sources | Dirkjan Ochtman | 2026-07-19 | 4 | -13/+18 | |
| | | ||||||
| * | proto: add support for u64 encoding | Dirkjan Ochtman | 2026-07-19 | 1 | -0/+15 | |
| | | ||||||
| * | Write all PTY input, looping over short writes | Dirkjan Ochtman | 2026-07-19 | 1 | -4/+9 | |
| | | ||||||
| * | proto: fix encoding of ignore messages | Dirkjan Ochtman | 2026-07-19 | 3 | -3/+14 | |
| | | ||||||
| * | Ignore SSH_MSG_IGNORE/DEBUG during sessions and auth | Dirkjan Ochtman | 2026-07-19 | 2 | -5/+19 | |
| | | ||||||
