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 (
Expand
)
Author
Age
Files
Lines
*
Extend Cargo metadata
Dirkjan Ochtman
2026-08-03
1
-0
/
+5
*
Bump versions to 0.1.0-rc.1
Dirkjan Ochtman
2026-08-03
1
-4
/
+4
*
tests: tweak output
Dirkjan Ochtman
2026-08-01
1
-4
/
+4
*
tests: make handshake() fallible
Dirkjan Ochtman
2026-08-01
1
-10
/
+18
*
tests: make session_binary() fallible
Dirkjan Ochtman
2026-08-01
1
-5
/
+5
*
tests: restore test for no-spawn server
Dirkjan Ochtman
2026-08-01
1
-10
/
+37
*
tests: split rekey test out from handshake()
Dirkjan Ochtman
2026-08-01
1
-46
/
+34
*
tests: extract setup() helper
Dirkjan Ochtman
2026-08-01
1
-30
/
+37
*
tests: extract CliClient type
Dirkjan Ochtman
2026-08-01
1
-75
/
+99
*
tests: extract helper function for building the user store
Dirkjan Ochtman
2026-08-01
1
-39
/
+46
*
oxish: guard against pw_name being null
Dirkjan Ochtman
2026-08-01
1
-4
/
+4
*
Warn on clippy::undocumented_unsafe_blocks
Dirkjan Ochtman
2026-08-01
2
-0
/
+17
*
oxish: guard against null pw_dir and pw_shell values
Dirkjan Ochtman
2026-08-01
1
-3
/
+12
*
oxish: handle ERANGE from getpw calls
Dirkjan Ochtman
2026-08-01
1
-23
/
+40
*
oxish: replace custom open_dir_dir() with rustix openat()
Dirkjan Ochtman
2026-08-01
1
-17
/
+19
*
oxish: minimize pre_exec() operations in Terminal::spawn()
Dirkjan Ochtman
2026-08-01
1
-24
/
+18
*
oxish: drop logging from within pre_exec() context
Dirkjan Ochtman
2026-08-01
1
-3
/
+3
*
oxish: attach authorized_keys() to User
Dirkjan Ochtman
2026-07-30
1
-76
/
+77
*
oxish: add test for parsing fake keys
Dirkjan Ochtman
2026-07-30
1
-0
/
+12
*
Move AuthorizedKey into proto
Dirkjan Ochtman
2026-07-30
3
-147
/
+21
*
proto: isolate authentication signature encoding
Dirkjan Ochtman
2026-07-30
1
-57
/
+1
*
oxish: detach fake key handling from AuthorizedKey
Dirkjan Ochtman
2026-07-30
1
-29
/
+22
*
oxish: reuse authorized key parsing for fake keys
Dirkjan Ochtman
2026-07-30
1
-22
/
+12
*
oxish: make User fields public
Dirkjan Ochtman
2026-07-30
2
-21
/
+19
*
oxish: drop pointless Result wrapper
Dirkjan Ochtman
2026-07-30
2
-21
/
+19
*
oxish: split user data from cached authorized keys
Dirkjan Ochtman
2026-07-30
3
-55
/
+58
*
oxish: enable customizable authentication
Dirkjan Ochtman
2026-07-30
5
-62
/
+94
*
oxish: detach authentication from Auth
Dirkjan Ochtman
2026-07-30
2
-175
/
+172
*
oxish: add basic reference documentation
Dirkjan Ochtman
2026-07-30
4
-2
/
+39
*
Handle client-initiated rekeying in the session
Dirkjan Ochtman
2026-07-30
5
-37
/
+154
*
Destruct Self in Encode implementations
Dirkjan Ochtman
2026-07-30
1
-12
/
+33
*
proto: rework key exchange API some more
Dirkjan Ochtman
2026-07-30
1
-22
/
+12
*
Extract host key selection from key exchange
Dirkjan Ochtman
2026-07-30
1
-2
/
+3
*
Move Identities into proto
Dirkjan Ochtman
2026-07-30
2
-38
/
+4
*
oxish: rename Session::new() to from_message()
Dirkjan Ochtman
2026-07-30
2
-2
/
+2
*
tests: suppress Cargo output from session build
Dirkjan Ochtman
2026-07-30
1
-1
/
+1
*
oxish: pass session ID to session for rekeying
Dirkjan Ochtman
2026-07-29
5
-4
/
+17
*
oxish: give session process access to the selected host key
Dirkjan Ochtman
2026-07-29
4
-22
/
+53
*
proto: retain PKCS#8 form of host keys
Dirkjan Ochtman
2026-07-29
2
-4
/
+4
*
proto: take session ID to build key exchange reply
Dirkjan Ochtman
2026-07-29
1
-0
/
+1
*
oxish: track peer identities in session state
Dirkjan Ochtman
2026-07-29
4
-7
/
+63
*
oxish: keep read-side code closer together
Dirkjan Ochtman
2026-07-29
1
-3
/
+3
*
proto: extract new auth module
Dirkjan Ochtman
2026-07-26
2
-3
/
+7
*
proto: move some more types into key_exchange
Dirkjan Ochtman
2026-07-26
1
-2
/
+2
*
proto: make some modules public instead of re-exporting everything
Dirkjan Ochtman
2026-07-26
7
-15
/
+25
*
oxish: track receive window as well
Dirkjan Ochtman
2026-07-26
2
-2
/
+32
*
oxish: improve maximum packet size handling
Dirkjan Ochtman
2026-07-26
1
-3
/
+10
*
oxish: handle channel window adjust messages
Dirkjan Ochtman
2026-07-26
2
-2
/
+22
*
oxish: decrease the send window when sending
Dirkjan Ochtman
2026-07-26
1
-0
/
+1
*
oxish: rename Channel::window_size to send_window
Dirkjan Ochtman
2026-07-26
1
-3
/
+3
[next]