| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | oxish: make sure the session does not inherit the socket0.1.0 | Dirkjan Ochtman | 13 days | 1 | -1/+7 |
| | | |||||
| * | Handle global requests | Dirkjan Ochtman | 13 days | 2 | -1/+47 |
| | | |||||
| * | oxish: log which user store is in use | Dirkjan Ochtman | 13 days | 1 | -1/+5 |
| | | |||||
| * | oxish: reset process session | Dirkjan Ochtman | 13 days | 1 | -0/+4 |
| | | |||||
| * | proto: add unknown channel request type | Dirkjan Ochtman | 13 days | 2 | -13/+12 |
| | | |||||
| * | proto: add specific error for invalid channel types | Dirkjan Ochtman | 13 days | 2 | -6/+13 |
| | | |||||
| * | Reject auth agent channel requests | Dirkjan Ochtman | 13 days | 2 | -0/+12 |
| | | |||||
| * | Bump versions to 0.1.0 | Dirkjan Ochtman | 13 days | 5 | -13/+13 |
| | | |||||
| * | oxish: provide context when host key cannot be found | Dirkjan Ochtman | 13 days | 1 | -1/+5 |
| | | |||||
| * | proto: parse OpenSSH host key files when available | Dirkjan Ochtman | 13 days | 6 | -7/+482 |
| | | |||||
| * | proto: split out host_keys module | Dirkjan Ochtman | 13 days | 8 | -115/+120 |
| | | |||||
| * | oxish: use named type for key exchange output | Dirkjan Ochtman | 13 days | 4 | -44/+56 |
| | | |||||
| * | Show warning after non-PQ key exchange | Dirkjan Ochtman | 13 days | 7 | -8/+208 |
| | | |||||
| * | Add back curve25519-sha256 key exchange algorithm | Dirkjan Ochtman | 13 days | 5 | -6/+129 |
| | | |||||
| * | build(deps): bump clap from 4.6.4 to 4.6.6 | dependabot[bot] | 2026-08-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.6.4 to 4.6.6. - [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.4...clap_complete-v4.6.6) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> | ||||
| * | build(deps): bump data-encoding from 2.10.0 to 2.11.1 | dependabot[bot] | 2026-08-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.10.0 to 2.11.1. - [Commits](https://github.com/ia0/data-encoding/compare/v2.10.0...v2.11.1) --- updated-dependencies: - dependency-name: data-encoding dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> | ||||
| * | oxish: extract AuthenticationState | Dirkjan Ochtman | 2026-08-09 | 4 | -170/+231 |
| | | |||||
| * | Use more fine-grained errors for authentication | Dirkjan Ochtman | 2026-08-09 | 3 | -23/+42 |
| | | |||||
| * | oxish: fix warnings in release profiles | Dirkjan Ochtman | 2026-08-03 | 1 | -1/+4 |
| | | |||||
| * | Setup release workflow with dist0.1.0-rc.1 | Dirkjan Ochtman | 2026-08-03 | 3 | -0/+317 |
| | | |||||
| * | ci: enable cargo-semver-checks | Dirkjan Ochtman | 2026-08-03 | 1 | -0/+7 |
| | | |||||
| * | Extend Cargo metadata | Dirkjan Ochtman | 2026-08-03 | 4 | -1/+16 |
| | | |||||
| * | Bump versions to 0.1.0-rc.1 | Dirkjan Ochtman | 2026-08-03 | 5 | -13/+13 |
| | | |||||
| * | tests: tweak output | Dirkjan Ochtman | 2026-08-01 | 1 | -4/+4 |
| | | |||||
| * | tests: make handshake() fallible | Dirkjan Ochtman | 2026-08-01 | 1 | -10/+18 |
| | | |||||
| * | tests: make session_binary() fallible | Dirkjan Ochtman | 2026-08-01 | 1 | -5/+5 |
| | | |||||
| * | tests: restore test for no-spawn server | Dirkjan Ochtman | 2026-08-01 | 1 | -10/+37 |
| | | |||||
| * | tests: split rekey test out from handshake() | Dirkjan Ochtman | 2026-08-01 | 1 | -46/+34 |
| | | |||||
| * | tests: extract setup() helper | Dirkjan Ochtman | 2026-08-01 | 1 | -30/+37 |
| | | |||||
| * | tests: extract CliClient type | Dirkjan Ochtman | 2026-08-01 | 1 | -75/+99 |
| | | |||||
| * | tests: extract helper function for building the user store | Dirkjan Ochtman | 2026-08-01 | 1 | -39/+46 |
| | | |||||
| * | oxish: guard against pw_name being null | Dirkjan Ochtman | 2026-08-01 | 1 | -4/+4 |
| | | |||||
| * | Warn on clippy::undocumented_unsafe_blocks | Dirkjan Ochtman | 2026-08-01 | 3 | -0/+18 |
| | | |||||
| * | oxish: guard against null pw_dir and pw_shell values | Dirkjan Ochtman | 2026-08-01 | 1 | -3/+12 |
| | | |||||
| * | oxish: handle ERANGE from getpw calls | Dirkjan Ochtman | 2026-08-01 | 1 | -23/+40 |
| | | |||||
| * | oxish: replace custom open_dir_dir() with rustix openat() | Dirkjan Ochtman | 2026-08-01 | 1 | -17/+19 |
| | | |||||
| * | oxish: minimize pre_exec() operations in Terminal::spawn() | Dirkjan Ochtman | 2026-08-01 | 1 | -24/+18 |
| | | |||||
| * | oxish: drop logging from within pre_exec() context | Dirkjan Ochtman | 2026-08-01 | 1 | -3/+3 |
| | | |||||
| * | oxish: attach authorized_keys() to User | Dirkjan Ochtman | 2026-07-30 | 1 | -76/+77 |
| | | |||||
| * | oxish: add test for parsing fake keys | Dirkjan Ochtman | 2026-07-30 | 1 | -0/+12 |
| | | |||||
| * | proto: warn on unsafe_code | Dirkjan Ochtman | 2026-07-30 | 1 | -1/+1 |
| | | |||||
| * | Move AuthorizedKey into proto | Dirkjan Ochtman | 2026-07-30 | 6 | -167/+166 |
| | | |||||
| * | proto: isolate authentication signature encoding | Dirkjan Ochtman | 2026-07-30 | 2 | -57/+76 |
| | | |||||
| * | 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 |
| | | |||||
