index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
monitor_wrap.c
Age
Commit message (
Expand
)
Author
2024-10-22
Make debug call printf("%s", NULL) safe. Prevents problems on platforms
Darren Tucker
2024-10-14
Split per-connection sshd-session binary
Damien Miller
2024-06-19
put back reaping of preauth child process when writes from the monitor
Damien Miller
2024-06-11
reap preauth net child if it hangs up during privsep message send, not
Damien Miller
2024-06-11
reap the pre-auth [net] child if it hangs up during privsep message
Damien Miller
2024-06-11
reap the [net] child if it hangs up while writing privsep message
Damien Miller
2024-06-11
log waitpid() status for abnormal exits
Damien Miller
2024-06-06
Add a facility to sshd(8) to penalise particular problematic client
Damien Miller
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2023-12-18
add "ext-info-in-auth@openssh.com" extension
Damien Miller
2023-03-31
Check fd against >=0 instead of >0 in error path. The dup could
Darren Tucker
2023-03-30
Remove dead code from inside if block. The only way the if statement can
Darren Tucker
2023-01-06
Implement channel inactivity timeouts
Damien Miller
2022-06-15
make sure that UseDNS hostname lookup happens in the monitor and
Damien Miller
2022-05-27
refactor authorized_keys/principals handling
Damien Miller
2021-04-15
do not pass file/func to monitor; noted by Ilja van Sprundel; ok djm@
Markus Friedl
2020-11-27
clean up passing of struct passwd from monitor to preauth privsep
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-16
LogVerbose keyword for ssh and sshd
Damien Miller
2020-10-16
revised log infrastructure for OpenSSH
Damien Miller
2020-08-27
support for user-verified FIDO keys
Damien Miller
2019-12-15
allow security keys to act as host keys as well as user keys.
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-11-18
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
Christian Weisgerber
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-01-21
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
Damien Miller
2019-01-19
remove last references to active_state
Damien Miller
2019-01-19
convert monitor.c to new packet API
Damien Miller
2019-01-19
convert auth.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2018-07-20
remove unused zlib.h
Damien Miller
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-10
re-remove some pre-auth compression bits
Stefan Fritsch
2018-07-10
kerberos/gssapi fixes for buffer removal
Damien Miller
2018-07-09
sshd: switch monitor to sshbuf API; lots of help & ok djm@
Markus Friedl
2018-07-09
sshd: switch loginmsg to sshbuf API; ok djm@
Markus Friedl
2018-07-09
Revert previous two commits
Stefan Fritsch
2018-07-06
Remove leftovers from pre-authentication compression
Stefan Fritsch
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-01-08
uuencode.h is not used
Markus Friedl
2017-12-21
revert stricter key type / signature type checking in userauth path;
Damien Miller
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-10-05
replace statically-sized arrays in ServerOptions with dynamic ones
Damien Miller
2017-10-02
Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2017-05-30
switch auth2-pubkey.c to modern APIs; with & ok djm@
Markus Friedl
2017-05-30
switch from Key typedef with struct sshkey; ok djm@
Markus Friedl
2017-05-17
allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717
Damien Miller
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
[next]