index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sshd.c
Age
Commit message (
Expand
)
Author
2020-02-01
upstream: whitespace
djm@openbsd.org
2020-02-01
upstream: force early logging to stderr if debug_flag (-d) is set;
djm@openbsd.org
2020-02-01
upstream: mistake in previous: filling the incorrect buffer
djm@openbsd.org
2020-02-01
upstream: Add a sshd_config "Include" directive to allow inclusion
djm@openbsd.org
2020-01-25
upstream: tweak proctitle to include sshd arguments, as these are
djm@openbsd.org
2020-01-23
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-22
upstream: expose the number of currently-authenticating connections
djm@openbsd.org
2020-01-22
remove accidental change in f8c11461
Damien Miller
2020-01-21
upstream: pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting
djm@openbsd.org
2019-12-16
upstream: allow security keys to act as host keys as well as user
djm@openbsd.org
2019-11-20
upstream: additional missing stdarg.h includes when built without
naddy@openbsd.org
2019-11-15
upstream: When clients get denied by MaxStartups, send a
dtucker@openbsd.org
2019-11-01
upstream: Refactor signing - use sshkey_sign for everything,
djm@openbsd.org
2019-10-29
upstream: Signal handler cleanup: remove leftover support for
dtucker@openbsd.org
2019-07-05
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-06-21
upstream: Add protection for private keys at rest in RAM against
djm@openbsd.org
2019-06-08
upstream: Replace calls to ssh_malloc_init() by a static init of
otto@openbsd.org
2019-05-08
upstream: When running sshd -T, assume any attibute not provided by
dtucker@openbsd.org
2019-03-01
upstream: Fix two race conditions in sshd relating to SIGHUP:
djm@openbsd.org
2019-01-21
upstream: rename kex->kem_client_pub -> kex->client_pub now that
djm@openbsd.org
2019-01-21
upstream: use KEM API for vanilla ECDH
djm@openbsd.org
2019-01-21
upstream: use KEM API for vanilla DH KEX
djm@openbsd.org
2019-01-21
upstream: use KEM API for vanilla c25519 KEX
djm@openbsd.org
2019-01-21
upstream: Add support for a PQC KEX/KEM:
djm@openbsd.org
2019-01-20
last bits of old packet API / active_state global
Damien Miller
2019-01-20
upstream: remove last references to active_state
djm@openbsd.org
2019-01-20
upstream: convert monitor.c to new packet API
djm@openbsd.org
2019-01-20
upstream: convert sshd.c to new packet API
djm@openbsd.org
2019-01-20
upstream: convert auth2.c to new packet API
Damien Miller
2019-01-20
upstream: convert servconf.c to new packet API
djm@openbsd.org
2019-01-20
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-17
upstream: many of the global variables in this file can be made static;
djm@openbsd.org
2018-12-27
upstream: move client/server SSH-* banners to buffers under
djm@openbsd.org
2018-11-23
refactor libcrypto initialisation
Damien Miller
2018-11-19
upstream: silence (to log level debug2) failure messages when
djm@openbsd.org
2018-11-16
upstream: use path_absolute() for pathname checks; from Manoj Ampalam
djm@openbsd.org
2018-10-23
upstream: refer to OpenSSL not SSLeay;
djm@openbsd.org
2018-09-21
upstream: when compiled with GSSAPI support, cache supported method
djm@openbsd.org
2018-09-13
upstream: hold our collective noses and use the openssl-1.1.x API in
djm@openbsd.org
2018-08-13
upstream: revert compat.[ch] section of the following change. It
djm@openbsd.org
2018-07-31
upstream: fix some memory leaks spotted by Coverity via Jakub Jelen
djm@openbsd.org
2018-07-12
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-10
Adapt portable to legacy buffer API removal
Damien Miller
2018-07-10
upstream: sshd: switch config to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
upstream: sshd: switch loginmsg to sshbuf API; ok djm@
markus@openbsd.org
2018-07-03
upstream: Improve strictness and control over RSA-SHA2 signature
djm@openbsd.org
2018-04-13
upstream: Defend against user enumeration timing attacks. This
dtucker@openbsd.org
2018-04-10
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
djm@openbsd.org
2018-03-03
upstream: switch over to the new authorized_keys options API and
djm@openbsd.org
2018-02-26
upstream: Add experimental support for PQC XMSS keys (Extended
markus@openbsd.org
[next]