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
/
sshd.c
Age
Commit message (
Expand
)
Author
2019-03-01
Fix two race conditions in sshd relating to SIGHUP:
Damien Miller
2019-01-21
merge kexkem[cs] into kexgen
Damien Miller
2019-01-21
use KEM API for vanilla ECDH
Damien Miller
2019-01-21
use KEM API for vanilla DH KEX
Damien Miller
2019-01-21
use KEM API for vanilla c25519 KEX
Damien Miller
2019-01-21
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
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 sshd.c to new packet API
Damien Miller
2019-01-19
convert auth2.c to new packet API
Damien Miller
2019-01-19
convert servconf.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2019-01-17
many of the global variables in this file can be made static;
Damien Miller
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
Damien Miller
2018-11-19
silence (to log level debug2) failure messages when loading the default
Damien Miller
2018-11-16
use path_absolute() for pathname checks; from Manoj Ampalam
Damien Miller
2018-10-23
refer to OpenSSL not SSLeay;
Damien Miller
2018-09-21
when compiled with GSSAPI support, cache supported method OIDs by
Damien Miller
2018-09-13
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
Damien Miller
2018-08-13
revert compat.[ch] section of the following change. It causes
Damien Miller
2018-07-31
fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366
Damien Miller
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
sshd: switch config to sshbuf API; ok djm@
Markus Friedl
2018-07-09
sshd: switch loginmsg to sshbuf API; ok djm@
Markus Friedl
2018-07-03
Improve strictness and control over RSA-SHA2 signature types:
Damien Miller
2018-04-13
Defend against user enumeration timing attacks.
Darren Tucker
2018-04-10
lots of typos in comments/docs. Patch from Karsten Weiss after checking
Damien Miller
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-02-11
Don't reset signal handlers inside handlers.
Darren Tucker
2018-01-23
Fix a logic bug in sshd_exchange_identification which prevented clients
Stefan Sperling
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2018-01-23
unbreak support for clients that advertise a protocol version
Damien Miller
2018-01-23
avoid modifying pw->pw_passwd; let endpwent() clean up for us, but
Damien Miller
2017-11-14
fix problem in configuration parsing when in config dump mode (sshd -T)
Damien Miller
2017-11-03
When doing a config test with sshd -T, only require the attributes
Darren Tucker
2017-10-27
improve printing of rdomain on accept() a little
Damien Miller
2017-10-25
add a "rdomain" criteria for the sshd_config Match keyword to allow
Damien Miller
2017-10-25
add sshd_config RDomain keyword to place sshd and the subsequent
Damien Miller
2017-10-25
Add optional rdomain qualifier to sshd_config's ListenAddress option
Damien Miller
2017-10-05
replace statically-sized arrays in ServerOptions with dynamic ones
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2017-07-01
remove post-SSHv1 removal dead code from rsa.c and merge the
Damien Miller
2017-05-31
clear session keys from memory; ok djm@
Markus Friedl
2017-05-31
remove now obsolete ctx from ssh_dispatch_run; ok djm@
Markus Friedl
2017-05-30
switch from Key typedef with struct sshkey; ok djm@
Markus Friedl
2017-04-30
remove KEY_RSA1
Damien Miller
2017-04-30
remove compat20/compat13/compat15 variables
Damien Miller
2017-03-15
accidents happen to the best of us; ok djm
Theo de Raadt
2017-03-15
Fix segfault when sshd attempts to load RSA1 keys (can only happen
Damien Miller
[next]