aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Setup release workflow with dist0.1.0-rc.1Dirkjan Ochtman2026-08-031-0/+5
|
* Warn on clippy::undocumented_unsafe_blocksDirkjan Ochtman2026-08-011-0/+1
|
* Zeroize all secret and sensitive dataDirkjan Ochtman2026-07-201-0/+1
|
* oxish: propagate coverage envDirkjan Ochtman2026-07-201-0/+1
|
* Spawn a subprocess for authenticated sessionsDirkjan Ochtman2026-07-191-1/+1
|
* Update to 2024 editionDirkjan Ochtman2026-07-181-1/+1
|
* Use single edition and rust-version for the workspaceDirkjan Ochtman2026-07-181-0/+4
|
* Add oxish-graviola providerDirkjan Ochtman2026-07-041-1/+2
|
* Fix key derivation and add testsDirkjan Ochtman2026-07-041-0/+2
|
* Move aws-lc crypto provider into a separate crateDirkjan Ochtman2026-07-031-2/+2
|
* Add end-to-end testDirkjan Ochtman2026-07-011-0/+1
|
* Specify dependencies in the workspaceDirkjan Ochtman2026-02-191-0/+16
|
* Extract oxish-proto crateDirkjan Ochtman2026-02-191-1/+1
|
* Initialize a workspaceDirkjan Ochtman2026-01-311-23/+5
|
* Start implementing terminal sessionDirkjan Ochtman2026-01-271-1/+6
|
* Bump MSRV to 1.83 (for File::create_new())Dirkjan Ochtman2025-12-191-1/+1
|
* Integrate with systemd's listenfd protocolbjorn32025-12-191-0/+1
| | | | | | | | This will be useful for servers in the future, but is already useful during development when using the systemfd executable by allowing you to already run the ssh client while the server is still compiling. Systemfd keeps the port open and as soon as the server has started it will accept the pending connection attempt.
* Actually make lints applyDirkjan Ochtman2025-12-121-2/+2
|
* Enable more lintsDirkjan Ochtman2025-12-121-4/+16
|
* Set license to Apache-2.0 or MITDirkjan Ochtman2025-01-271-1/+1
|
* Set up initial workflowDirkjan Ochtman2025-01-111-0/+2
|
* Be stricter with some lintsDirkjan Ochtman2025-01-111-0/+6
|
* Initial version of the serverDirkjan Ochtman2025-01-081-0/+13