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
...
*
Avoid duplicate maximum packet length enforcement
Dirkjan Ochtman
2026-07-26
1
-4
/
+1
*
oxish: limit environment variable requests
Dirkjan Ochtman
2026-07-21
2
-7
/
+23
*
oxish: add debug option to disable spawning
Dirkjan Ochtman
2026-07-21
4
-10
/
+55
*
oxish: move listener loop into the library
Dirkjan Ochtman
2026-07-21
2
-25
/
+30
*
oxish: limit authentication attempts
Dirkjan Ochtman
2026-07-21
1
-0
/
+13
*
oxish: limit the number of authenticating connections
Dirkjan Ochtman
2026-07-21
1
-1
/
+17
*
Zeroize all secret and sensitive data
Dirkjan Ochtman
2026-07-20
4
-9
/
+19
*
oxish: disallow authenticating as root
Dirkjan Ochtman
2026-07-20
2
-2
/
+6
*
oxish: more username validation
Dirkjan Ochtman
2026-07-20
3
-42
/
+106
*
oxish: propagate coverage env
Dirkjan Ochtman
2026-07-20
1
-0
/
+7
*
ci: submit code coverage data to Codecov
Dirkjan Ochtman
2026-07-20
1
-3
/
+6
*
Add support for compiling aws-lc-rs in FIPS mode
Dirkjan Ochtman
2026-07-20
2
-3
/
+12
*
Provide a narrower interface to host key signing
Dirkjan Ochtman
2026-07-20
4
-23
/
+13
*
Use Box instead of Arc to wrap signing keys
Dirkjan Ochtman
2026-07-20
2
-5
/
+4
*
oxish: avoid logging during pre_exec()
Dirkjan Ochtman
2026-07-20
1
-5
/
+0
*
oxish: inline SessionState::from_connection()
Dirkjan Ochtman
2026-07-20
2
-49
/
+38
*
oxish: move SessionState into crate root
Dirkjan Ochtman
2026-07-20
4
-260
/
+256
*
oxish: move SessionState::spawn() into Server
Dirkjan Ochtman
2026-07-20
2
-171
/
+175
*
oxish: inline Connection::accept()
Dirkjan Ochtman
2026-07-20
2
-34
/
+22
*
oxish: move Server into a dedicated module
Dirkjan Ochtman
2026-07-20
2
-56
/
+68
*
oxish: propagate server errors
Dirkjan Ochtman
2026-07-20
2
-31
/
+16
*
oxish: propagate more errors
Dirkjan Ochtman
2026-07-20
5
-146
/
+50
*
oxish: inline SessionState::from_fd()
Dirkjan Ochtman
2026-07-20
4
-95
/
+87
*
oxish: inline SessionState::into_connection()
Dirkjan Ochtman
2026-07-20
1
-36
/
+32
*
oxish: add high-level session API
Dirkjan Ochtman
2026-07-20
3
-24
/
+20
*
oxish: add high-level server API
Dirkjan Ochtman
2026-07-20
5
-112
/
+104
*
oxish: drop nested task
Dirkjan Ochtman
2026-07-20
1
-6
/
+4
*
oxish: extract session module
Dirkjan Ochtman
2026-07-20
5
-112
/
+120
*
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
6
-27
/
+602
*
proto: wrap key exchange start data in type
Dirkjan Ochtman
2026-07-19
1
-8
/
+8
*
proto: populate ExtInfo during key exchange
Dirkjan Ochtman
2026-07-19
1
-14
/
+4
*
Add support for multiple host keys
Dirkjan Ochtman
2026-07-19
3
-13
/
+29
*
oxish: move provider selection into library
Dirkjan Ochtman
2026-07-19
2
-8
/
+8
*
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
[prev]
[next]