index
:
oxish.git
main
sync-hostkey-format
fork from https://github.com/djc/oxish
Hee-Suk Kim
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
11
-11
/
+63
*
proto: drop Copy derive for Digest
Dirkjan Ochtman
2026-07-20
2
-5
/
+5
*
Hash classic secret directly into hybrid output hash
Dirkjan Ochtman
2026-07-20
2
-8
/
+9
*
proto: track encoded shared secret as a SharedSecret
Dirkjan Ochtman
2026-07-20
2
-6
/
+6
*
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
*
ci: add Codecov config
Dirkjan Ochtman
2026-07-20
1
-0
/
+10
*
Add coverage badge to README
Dirkjan Ochtman
2026-07-20
1
-0
/
+1
*
oxish: propagate coverage env
Dirkjan Ochtman
2026-07-20
2
-0
/
+8
*
ci: submit code coverage data to Codecov
Dirkjan Ochtman
2026-07-20
2
-3
/
+20
*
Add support for compiling aws-lc-rs in FIPS mode
Dirkjan Ochtman
2026-07-20
6
-8
/
+164
*
Provide a narrower interface to host key signing
Dirkjan Ochtman
2026-07-20
6
-68
/
+109
*
Use Box instead of Arc to wrap signing keys
Dirkjan Ochtman
2026-07-20
6
-21
/
+20
*
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
*
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
[prev]
[next]