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
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
2015-12-10
Remove NULL-checks before free().
mmcc
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-11-16
always call privsep_preauth_child() regardless of whether sshd
Damien Miller
2015-09-04
Plug minor memory leaks when options are used more than once. bz#2182,
Darren Tucker
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-07-30
Allow ssh_config and sshd_config kex parameters options be prefixed
Damien Miller
2015-07-17
fix incorrect test for SSH1 keys when compiled without SSH1 support
Damien Miller
2015-07-15
fix NULL-deref when SSH1 reenabled
Damien Miller
2015-07-10
Turn off DSA by default; add HostKeyAlgorithms to the server and
Markus Friedl
2015-07-03
refuse to generate or accept RSA keys smaller than 1024 bits;
Damien Miller
2015-07-03
turn off 1024 bit diffie-hellman-group1-sha1 key exchange method
Damien Miller
2015-07-03
delete support for legacy v00 certificates; "sure" markus@ dtucker@
Damien Miller
2015-05-24
add missing 'c' option to getopt(), case statement was already
Damien Miller
2015-05-21
add AuthorizedPrincipalsCommand that allows getting authorized_principals
Damien Miller
2015-04-27
allow "sshd -f none" to skip reading the config file, much like
Damien Miller
2015-04-15
Plug leak of address passed to logging. bz#2373, patch from jjelen at redhat,
Darren Tucker
2015-04-10
Don't send hostkey advertisments (hostkeys-00@openssh.com) to current
Darren Tucker
2015-03-31
don't fatal when a !ssh1 sshd is reexeced from a w/ssh1 listener;
Damien Miller
2015-02-20
UpdateHostKeys fixes:
Damien Miller
2015-02-16
partial backout of:
Damien Miller
[prev]
[next]