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
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
2017-02-24
might as well set the listener socket CLOEXEC
Damien Miller
2017-02-06
Restore \r\n newline sequence for server ident string. The CR got
Damien Miller
2017-02-03
Make ssh_packet_set_rekey_limits take u32 for the number of seconds
Darren Tucker
2016-12-09
log connections dropped in excess of MaxStartups at verbose LogLevel;
Damien Miller
2016-12-04
Unlink PidFile on SIGHUP and always recreate it when the new sshd starts.
Darren Tucker
2016-11-30
On startup, check to see if sshd is already daemonized and if so,
Darren Tucker
2016-11-29
Factor out code to disconnect from controlling terminal into its own
Darren Tucker
2016-09-28
Remove support for pre-authentication compression. Doing compression
Damien Miller
2016-08-28
fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD
Damien Miller
2016-08-19
remove UseLogin option and support for having /bin/login manage
Damien Miller
2016-08-15
Remove more SSH1 server code:
Christian Weisgerber
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
2016-08-03
Fix bug introduced in rev 1.467 which causes "buffer_get_bignum_ret:
Darren Tucker
2016-05-24
KNF compression proposal and simplify the client side a little. ok djm@
Darren Tucker
2016-05-02
unbreak config parsing on reexec from previous commit
Damien Miller
2016-05-02
add support for additional fixed DH groups from
Damien Miller
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
Damien Miller
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2016-01-29
Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return
Darren Tucker
2016-01-14
remove roaming support; ok djm@
Markus Friedl
[next]