index
:
oxish.git
main
sync-hostkey-format
fork from https://github.com/djc/oxish
Hee-Suk Kim
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
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
*
Bump tokio from 1.52.1 to 1.53.0
dependabot[bot]
2026-07-20
1
-2
/
+2
*
Bump anyhow from 1.0.103 to 1.0.104
dependabot[bot]
2026-07-20
1
-2
/
+2
*
Bump aws-lc-rs from 1.17.1 to 1.17.3
dependabot[bot]
2026-07-20
1
-4
/
+4
*
Bump clap from 4.6.1 to 4.6.2
dependabot[bot]
2026-07-20
1
-4
/
+4
*
Bump thiserror from 2.0.18 to 2.0.19
dependabot[bot]
2026-07-20
1
-9
/
+20
*
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
[prev]
[next]