| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ci: try to reduce Dependabot noise | Dirkjan Ochtman | 2026-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | Take semver-compatible dependency updates | Dirkjan Ochtman | 2026-02-23 | 1 | -42/+42 | |
| | | ||||||
| * | Simplify interface to send channel messages | Dirkjan Ochtman | 2026-02-19 | 3 | -57/+81 | |
| | | ||||||
| * | Deduplicate terminal closing state branches | Dirkjan Ochtman | 2026-02-19 | 1 | -20/+13 | |
| | | ||||||
| * | Introduce send_auth_failed() helper method | Dirkjan Ochtman | 2026-02-19 | 1 | -31/+14 | |
| | | ||||||
| * | Introduce simpler send() wrapper | Dirkjan Ochtman | 2026-02-19 | 1 | -49/+39 | |
| | | ||||||
| * | Extract authentication module | Dirkjan Ochtman | 2026-02-19 | 2 | -370/+377 | |
| | | ||||||
| * | connections: simplify interface to terminal future | Dirkjan Ochtman | 2026-02-19 | 2 | -7/+13 | |
| | | ||||||
| * | Specify dependencies in the workspace | Dirkjan Ochtman | 2026-02-19 | 3 | -15/+31 | |
| | | ||||||
| * | Rename proto module to buffers | Dirkjan Ochtman | 2026-02-19 | 3 | -4/+3 | |
| | | ||||||
| * | Extract oxish-proto crate | Dirkjan Ochtman | 2026-02-19 | 13 | -148/+162 | |
| | | ||||||
| * | Extract ProtoError type | Dirkjan Ochtman | 2026-02-19 | 8 | -140/+184 | |
| | | ||||||
| * | Move IdentificationError into messages | Dirkjan Ochtman | 2026-02-19 | 2 | -17/+17 | |
| | | ||||||
| * | authentication: implement signature verification | Dirkjan Ochtman | 2026-02-19 | 3 | -38/+228 | |
| | | ||||||
| * | Yield session ID from key exchange | Dirkjan Ochtman | 2026-02-19 | 2 | -3/+5 | |
| | | ||||||
| * | authentication: select matching key | Dirkjan Ochtman | 2026-02-18 | 2 | -3/+21 | |
| | | ||||||
| * | authentication: implement authorized key discovery | Dirkjan Ochtman | 2026-02-18 | 6 | -36/+246 | |
| | | ||||||
| * | authentication: look up user home directory | Dirkjan Ochtman | 2026-02-18 | 3 | -2/+84 | |
| | | ||||||
| * | authentication: check supported public key algorithms | Dirkjan Ochtman | 2026-02-18 | 2 | -1/+13 | |
| | | ||||||
| * | Reduce log level for applying terminal modes | Dirkjan Ochtman | 2026-02-18 | 1 | -2/+2 | |
| | | ||||||
| * | Bump bitflags from 2.10.0 to 2.11.0 | dependabot[bot] | 2026-02-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.10.0 to 2.11.0. - [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.10.0...2.11.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> | |||||
| * | Add OpenSSH vulnerability list | Dirkjan Ochtman | 2026-02-12 | 1 | -0/+548 | |
| | | ||||||
| * | Take semver-compatible dependency updates | Dirkjan Ochtman | 2026-02-06 | 1 | -48/+48 | |
| | | ||||||
| * | Send server-sig-algs extension | Dirkjan Ochtman | 2026-01-31 | 4 | -7/+69 | |
| | | ||||||
| * | Require Debug for Encode and Named | Dirkjan Ochtman | 2026-01-31 | 2 | -3/+5 | |
| | | ||||||
| * | Switch to only allowing public key authentication | Dirkjan Ochtman | 2026-01-31 | 2 | -41/+190 | |
| | | ||||||
| * | Recognize UserAuthPkOk message type | Dirkjan Ochtman | 2026-01-31 | 1 | -0/+3 | |
| | | ||||||
| * | Recognize ecdsa-sha2-nistp256 public key algorithm | Dirkjan Ochtman | 2026-01-31 | 1 | -0/+15 | |
| | | ||||||
| * | Split channels module out of messages | Dirkjan Ochtman | 2026-01-31 | 2 | -586/+598 | |
| | | ||||||
| * | Use Named for ChannelType | Dirkjan Ochtman | 2026-01-31 | 2 | -22/+23 | |
| | | ||||||
| * | Use Named for ServiceName | Dirkjan Ochtman | 2026-01-31 | 2 | -44/+32 | |
| | | ||||||
| * | Split base module out of messages | Dirkjan Ochtman | 2026-01-31 | 3 | -247/+252 | |
| | | ||||||
| * | Split named module out of messages | Dirkjan Ochtman | 2026-01-31 | 2 | -251/+263 | |
| | | ||||||
| * | Move PacketLength into proto | Dirkjan Ochtman | 2026-01-31 | 2 | -22/+22 | |
| | | ||||||
| * | Prepare for splitting messages module | Dirkjan Ochtman | 2026-01-31 | 1 | -0/+0 | |
| | | ||||||
| * | ci: drop workaround for compiler bug | Dirkjan Ochtman | 2026-01-31 | 1 | -6/+0 | |
| | | ||||||
| * | Initialize a workspace | Dirkjan Ochtman | 2026-01-31 | 9 | -23/+29 | |
| | | ||||||
| * | Implement name lists in a more principled way | Dirkjan Ochtman | 2026-01-31 | 2 | -155/+159 | |
| | | ||||||
| * | Move cookie generation out of messages module | Dirkjan Ochtman | 2026-01-28 | 3 | -11/+9 | |
| | | ||||||
| * | Inline Identification::outgoing() | Dirkjan Ochtman | 2026-01-28 | 2 | -10/+8 | |
| | | ||||||
| * | Connection::new() doesn't need to be fallible | Dirkjan Ochtman | 2026-01-28 | 2 | -5/+4 | |
| | | ||||||
| * | Move KeyExchangeInit to messages module | Dirkjan Ochtman | 2026-01-28 | 3 | -165/+167 | |
| | | ||||||
| * | Streamline packet receiving | Dirkjan Ochtman | 2026-01-28 | 2 | -53/+33 | |
| | | ||||||
| * | Streamline packet sending | Dirkjan Ochtman | 2026-01-28 | 3 | -61/+50 | |
| | | ||||||
| * | Yield Result<(), ()> from Connection::run() | Dirkjan Ochtman | 2026-01-28 | 1 | -31/+31 | |
| | | ||||||
| * | Move WriteState::write_packet() into Connection | Dirkjan Ochtman | 2026-01-28 | 2 | -62/+28 | |
| | | ||||||
| * | Avoid borrowing in key exchange reply | Dirkjan Ochtman | 2026-01-28 | 2 | -15/+15 | |
| | | ||||||
| * | Move Completion into messages module | Dirkjan Ochtman | 2026-01-28 | 3 | -10/+10 | |
| | | ||||||
| * | Move some key exchange message types into messages | Dirkjan Ochtman | 2026-01-28 | 3 | -229/+232 | |
| | | ||||||
| * | Move with_mpint_bytes() to key_exchange | Dirkjan Ochtman | 2026-01-28 | 2 | -18/+18 | |
| | | ||||||
