| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Move Encoder into proto | Dirkjan Ochtman | 2026-07-19 | 4 | -23/+21 | |
| | | ||||||
| * | Drop Encoder::buffered flag which seems unnecessary now | Dirkjan Ochtman | 2026-07-19 | 1 | -3/+0 | |
| | | ||||||
| * | oxish: inline Encoder::flush() | Dirkjan Ochtman | 2026-07-19 | 1 | -13/+5 | |
| | | ||||||
| * | Rename Session::io to conn | Dirkjan Ochtman | 2026-07-19 | 1 | -8/+8 | |
| | | ||||||
| * | Add support for the window-change channel request | Dirkjan Ochtman | 2026-07-19 | 4 | -2/+65 | |
| | | ||||||
| * | Mention RFC 4254 in the README | Dirkjan Ochtman | 2026-07-19 | 1 | -0/+2 | |
| | | ||||||
| * | Add support for ECDSA P-256 host keys | Dirkjan Ochtman | 2026-07-18 | 5 | -13/+296 | |
| | | ||||||
| * | oxish: switch to graviola as the default provider | Dirkjan Ochtman | 2026-07-18 | 4 | -10/+35 | |
| | | ||||||
| * | Add support for ed25519 authorized keys | Dirkjan Ochtman | 2026-07-18 | 5 | -65/+213 | |
| | | ||||||
| * | Some README updates | Dirkjan Ochtman | 2026-07-18 | 3 | -17/+235 | |
| | | ||||||
| * | Update CONTRIBUTING, include AI policy | Dirkjan Ochtman | 2026-07-18 | 1 | -9/+52 | |
| | | ||||||
| * | Move server binary to oxish-server | Dirkjan Ochtman | 2026-07-18 | 1 | -0/+0 | |
| | | ||||||
| * | Implement 60s timeout for authentication | Dirkjan Ochtman | 2026-07-18 | 1 | -2/+22 | |
| | | ||||||
| * | Implement 30s timeout for key exchange | Dirkjan Ochtman | 2026-07-18 | 1 | -4/+14 | |
| | | ||||||
| * | Include key exchange in connection setup API | Dirkjan Ochtman | 2026-07-18 | 3 | -12/+20 | |
| | | ||||||
| * | Rename Connection to Session, IoStream to Connection | Dirkjan Ochtman | 2026-07-18 | 4 | -31/+32 | |
| | | ||||||
| * | Separate key exchange from authentication | Dirkjan Ochtman | 2026-07-18 | 4 | -86/+105 | |
| | | ||||||
| * | Update to 2024 edition | Dirkjan Ochtman | 2026-07-18 | 12 | -26/+30 | |
| | | ||||||
| * | Use single edition and rust-version for the workspace | Dirkjan Ochtman | 2026-07-18 | 5 | -6/+12 | |
| | | ||||||
| * | Extract authentication from Connection::run() | Dirkjan Ochtman | 2026-07-18 | 4 | -51/+40 | |
| | | ||||||
| * | Extract IoStream construction | Dirkjan Ochtman | 2026-07-18 | 3 | -9/+10 | |
| | | ||||||
| * | Extract IoStream::new() constructor | Dirkjan Ochtman | 2026-07-18 | 1 | -6/+11 | |
| | | ||||||
| * | Extract authenticate() function from Connection::run() | Dirkjan Ochtman | 2026-07-18 | 3 | -241/+258 | |
| | | ||||||
| * | Move update_keys() method to IoStream | Dirkjan Ochtman | 2026-07-18 | 1 | -21/+25 | |
| | | ||||||
| * | Move send() methods to IoStream | Dirkjan Ochtman | 2026-07-18 | 1 | -48/+49 | |
| | | ||||||
| * | Inline KeyExchangeInit::new() | Dirkjan Ochtman | 2026-07-18 | 2 | -26/+14 | |
| | | ||||||
