| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | proto: isolate authentication signature input encoding | Dirkjan Ochtman | 2026-07-30 | 1 | -3/+16 | |
| | | ||||||
| * | oxish: detach fake key handling from AuthorizedKey | Dirkjan Ochtman | 2026-07-30 | 1 | -29/+22 | |
| | | ||||||
| * | oxish: reuse authorized key parsing for fake keys | Dirkjan Ochtman | 2026-07-30 | 1 | -22/+12 | |
| | | ||||||
| * | oxish: make User fields public | Dirkjan Ochtman | 2026-07-30 | 2 | -21/+19 | |
| | | ||||||
| * | oxish: drop pointless Result wrapper | Dirkjan Ochtman | 2026-07-30 | 2 | -21/+19 | |
| | | ||||||
| * | oxish: split user data from cached authorized keys | Dirkjan Ochtman | 2026-07-30 | 3 | -55/+58 | |
| | | ||||||
| * | oxish: enable customizable authentication | Dirkjan Ochtman | 2026-07-30 | 5 | -62/+94 | |
| | | ||||||
| * | oxish: detach authentication from Auth | Dirkjan Ochtman | 2026-07-30 | 2 | -175/+172 | |
| | | ||||||
| * | oxish: add basic reference documentation | Dirkjan Ochtman | 2026-07-30 | 4 | -2/+39 | |
| | | ||||||
| * | Handle client-initiated rekeying in the session | Dirkjan Ochtman | 2026-07-30 | 7 | -43/+256 | |
| | | ||||||
| * | Destruct Self in Encode implementations | Dirkjan Ochtman | 2026-07-30 | 5 | -66/+167 | |
| | | ||||||
| * | proto: rework key exchange API some more | Dirkjan Ochtman | 2026-07-30 | 3 | -64/+76 | |
| | | ||||||
| * | Extract host key selection from key exchange | Dirkjan Ochtman | 2026-07-30 | 2 | -7/+7 | |
| | | ||||||
| * | Move Identities into proto | Dirkjan Ochtman | 2026-07-30 | 3 | -39/+44 | |
| | | ||||||
| * | oxish: rename Session::new() to from_message() | Dirkjan Ochtman | 2026-07-30 | 2 | -2/+2 | |
| | | ||||||
| * | tests: suppress Cargo output from session build | Dirkjan Ochtman | 2026-07-30 | 1 | -1/+1 | |
| | | ||||||
| * | oxish: pass session ID to session for rekeying | Dirkjan Ochtman | 2026-07-29 | 5 | -4/+17 | |
| | | ||||||
| * | oxish: give session process access to the selected host key | Dirkjan Ochtman | 2026-07-29 | 5 | -27/+89 | |
| | | ||||||
| * | proto: split host key selection from key exchange signing | Dirkjan Ochtman | 2026-07-29 | 1 | -15/+30 | |
| | | ||||||
| * | proto: retain PKCS#8 form of host keys | Dirkjan Ochtman | 2026-07-29 | 4 | -21/+38 | |
| | | ||||||
| * | proto: split key exchange output signing method | Dirkjan Ochtman | 2026-07-29 | 1 | -25/+43 | |
| | | ||||||
| * | proto: drop Debug bound for Encode | Dirkjan Ochtman | 2026-07-29 | 2 | -2/+1 | |
| | | ||||||
| * | proto: take session ID to build key exchange reply | Dirkjan Ochtman | 2026-07-29 | 2 | -1/+3 | |
| | | ||||||
| * | oxish: track peer identities in session state | Dirkjan Ochtman | 2026-07-29 | 4 | -7/+63 | |
| | | ||||||
| * | oxish: keep read-side code closer together | Dirkjan Ochtman | 2026-07-29 | 1 | -3/+3 | |
| | | ||||||
| * | build(deps): bump tokio-stream from 0.1.18 to 0.1.19 | dependabot[bot] | 2026-07-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.18 to 0.1.19. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.18...tokio-stream-0.1.19) --- updated-dependencies: - dependency-name: tokio-stream dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | 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 | |
| | | ||||||
