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
path:
root
/
oxish
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
proto: negotiate encryption algorithms
Dirkjan Ochtman
2026-07-19
1
-4
/
+4
|
*
proto: add support for initial non-zero counter
Dirkjan Ochtman
2026-07-19
1
-2
/
+2
|
*
proto: stop taking ownership of key sources
Dirkjan Ochtman
2026-07-19
1
-2
/
+2
|
*
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
1
-2
/
+2
|
*
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
2
-22
/
+3
|
*
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
2
-1
/
+19
|
*
Add support for ECDSA P-256 host keys
Dirkjan Ochtman
2026-07-18
2
-4
/
+12
|
*
oxish: switch to graviola as the default provider
Dirkjan Ochtman
2026-07-18
3
-9
/
+31
|
*
Add support for ed25519 authorized keys
Dirkjan Ochtman
2026-07-18
3
-62
/
+176
|
*
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
4
-10
/
+10
|
*
Use single edition and rust-version for the workspace
Dirkjan Ochtman
2026-07-18
1
-2
/
+2
|
*
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
1
-5
/
+6
|
*
Move more handshake logic into proto crate
Dirkjan Ochtman
2026-07-18
1
-32
/
+11
|
*
Discard EcdhKeyExchange state type
Dirkjan Ochtman
2026-07-17
1
-6
/
+4
|
*
Negotiate extensions as well as algorithms
Dirkjan Ochtman
2026-07-17
1
-11
/
+7
|
*
Move Pretty into proto
Dirkjan Ochtman
2026-07-17
1
-10
/
+2
|
*
Simplify key exchange state
Dirkjan Ochtman
2026-07-17
1
-2
/
+1
|
*
Discard pointless VersionExchange token type
Dirkjan Ochtman
2026-07-17
1
-62
/
+55
|
*
Initialize HandshakeBuffer during version exchange
Dirkjan Ochtman
2026-07-17
1
-7
/
+9
|
*
Discard pointless KeyExchange token type
Dirkjan Ochtman
2026-07-17
1
-11
/
+8
|
*
Extract core networking state from Connection
Dirkjan Ochtman
2026-07-17
1
-33
/
+38
|
*
Make send() more robust
Dirkjan Ochtman
2026-07-17
1
-2
/
+7
|
*
Move I/O state types into proto
Dirkjan Ochtman
2026-07-17
2
-302
/
+3
|
*
Yield ProtoError from I/O state helpers
Dirkjan Ochtman
2026-07-17
2
-24
/
+20
|
*
Move WriteState::poll_write_to() to send()
Dirkjan Ochtman
2026-07-17
2
-21
/
+21
|
*
Extract helper functions from poll_write_to()
Dirkjan Ochtman
2026-07-17
1
-7
/
+13
|
*
Move Encoder out of buffers module
Dirkjan Ochtman
2026-07-17
3
-40
/
+38
|
*
Move Encoder construction
Dirkjan Ochtman
2026-07-17
2
-9
/
+10
|
*
Move ReadState::buffer() to buffer() function
Dirkjan Ochtman
2026-07-17
2
-23
/
+22
|
*
Move ReadState::packet() to receive() function
Dirkjan Ochtman
2026-07-17
2
-48
/
+48
|
*
Use tuple structs for PacketLength and PaddingLength
Dirkjan Ochtman
2026-07-17
1
-10
/
+10
|
*
Move more stuff into proto
Dirkjan Ochtman
2026-07-17
1
-39
/
+2
|
*
Document values of incomplete states
Dirkjan Ochtman
2026-07-17
1
-12
/
+7
|
[prev]
[next]