| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | build(deps): bump tokio from 1.53.0 to 1.53.1 | dependabot[bot] | 2026-07-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.53.0 to 1.53.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.53.0...tokio-1.53.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | build(deps): bump libc from 0.2.186 to 0.2.189 | dependabot[bot] | 2026-07-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | Bumps [libc](https://github.com/rust-lang/libc) from 0.2.186 to 0.2.189. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.186...0.2.189) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.189 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | build(deps): bump clap from 4.6.2 to 4.6.4 | dependabot[bot] | 2026-07-27 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.6.2 to 4.6.4. - [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.2...clap_complete-v4.6.4) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | proto: drop specific algorithm from generic error messages | Dirkjan Ochtman | 2026-07-26 | 1 | -6/+2 | |
| | | ||||||
| * | proto: move base module contents into crate root | Dirkjan Ochtman | 2026-07-26 | 5 | -527/+510 | |
| | | ||||||
| * | proto: add more required crate metadata | Dirkjan Ochtman | 2026-07-26 | 1 | -0/+5 | |
| | | ||||||
| * | proto: add documentation comments | Dirkjan Ochtman | 2026-07-26 | 8 | -14/+535 | |
| | | ||||||
| * | proto: privatize more API | Dirkjan Ochtman | 2026-07-26 | 3 | -24/+24 | |
| | | ||||||
| * | proto: extract new auth module | Dirkjan Ochtman | 2026-07-26 | 4 | -273/+286 | |
| | | ||||||
| * | proto: move Disconnect and DisconnectReason into base | Dirkjan Ochtman | 2026-07-26 | 2 | -100/+100 | |
| | | ||||||
| * | proto: move some more types into key_exchange | Dirkjan Ochtman | 2026-07-26 | 3 | -48/+47 | |
| | | ||||||
| * | proto: make some modules public instead of re-exporting everything | Dirkjan Ochtman | 2026-07-26 | 12 | -42/+36 | |
| | | ||||||
| * | oxish: track receive window as well | Dirkjan Ochtman | 2026-07-26 | 3 | -2/+40 | |
| | | ||||||
| * | oxish: improve maximum packet size handling | Dirkjan Ochtman | 2026-07-26 | 1 | -3/+10 | |
| | | ||||||
| * | oxish: handle channel window adjust messages | Dirkjan Ochtman | 2026-07-26 | 4 | -3/+61 | |
| | | ||||||
| * | oxish: decrease the send window when sending | Dirkjan Ochtman | 2026-07-26 | 1 | -0/+1 | |
| | | ||||||
| * | oxish: rename Channel::window_size to send_window | Dirkjan Ochtman | 2026-07-26 | 1 | -3/+3 | |
| | | ||||||
| * | proto: extract constant for MAX_PACKET_LEN | Dirkjan Ochtman | 2026-07-26 | 2 | -4/+8 | |
| | | ||||||
| * | proto: privatize inner PacketLengthfield | Dirkjan Ochtman | 2026-07-26 | 2 | -8/+19 | |
| | | ||||||
| * | Avoid duplicate maximum packet length enforcement | Dirkjan Ochtman | 2026-07-26 | 2 | -5/+5 | |
| | | ||||||
| * | oxish: limit environment variable requests | Dirkjan Ochtman | 2026-07-21 | 4 | -12/+27 | |
| | | ||||||
| * | oxish: add debug option to disable spawning | Dirkjan Ochtman | 2026-07-21 | 4 | -10/+55 | |
| | | ||||||
| * | oxish: move listener loop into the library | Dirkjan Ochtman | 2026-07-21 | 2 | -25/+30 | |
| | | ||||||
| * | oxish: limit authentication attempts | Dirkjan Ochtman | 2026-07-21 | 1 | -0/+13 | |
| | | ||||||
| * | 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 | |
| | | ||||||
