index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sshd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: support for user-verified FIDO keys
djm@openbsd.org
2020-08-27
1
-4
/
+4
*
upstream: update setproctitle after re-exec; ok djm
markus@openbsd.org
2020-07-15
1
-1
/
+2
*
upstream: keep ignoring HUP after fork+exec; ok djm
markus@openbsd.org
2020-07-15
1
-1
/
+2
*
upstream: don't exit the listener on send_rexec_state errors; ok
markus@openbsd.org
2020-07-15
1
-2
/
+2
*
upstream: check public host key matches private; ok markus@ (as
djm@openbsd.org
2020-06-19
1
-2
/
+11
*
upstream: unbreak "sshd -ddd" - close of config passing fd happened too
djm@openbsd.org
2020-06-05
1
-2
/
+1
*
upstream: improve logging for MaxStartups connection throttling:
djm@openbsd.org
2020-05-27
1
-24
/
+64
*
upstream: sshd listener must not block if reexecd sshd exits
markus@openbsd.org
2020-05-27
1
-2
/
+3
*
upstream: fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@
djm@openbsd.org
2020-05-27
1
-5
/
+6
*
upstream: use sshpkt_fatal() for kex_exchange_identification()
djm@openbsd.org
2020-03-14
1
-3
/
+4
*
upstream: Don't clear alarm timers in listening sshd. Previously
dtucker@openbsd.org
2020-03-14
1
-8
/
+2
*
upstream: spelling errors in comments; no code change from
djm@openbsd.org
2020-03-14
1
-2
/
+2
*
upstream: whitespace
djm@openbsd.org
2020-02-01
1
-3
/
+2
*
upstream: force early logging to stderr if debug_flag (-d) is set;
djm@openbsd.org
2020-02-01
1
-2
/
+2
*
upstream: mistake in previous: filling the incorrect buffer
djm@openbsd.org
2020-02-01
1
-1
/
+1
*
upstream: Add a sshd_config "Include" directive to allow inclusion
djm@openbsd.org
2020-02-01
1
-16
/
+49
*
upstream: tweak proctitle to include sshd arguments, as these are
djm@openbsd.org
2020-01-25
1
-4
/
+18
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
1
-16
/
+18
*
upstream: expose the number of currently-authenticating connections
djm@openbsd.org
2020-01-21
1
-2
/
+8
*
remove accidental change in f8c11461
Damien Miller
2020-01-21
1
-6
/
+1
*
upstream: pass SSH_SK_HELPER explicitly past $SUDO to avoid it getting
djm@openbsd.org
2020-01-21
1
-1
/
+6
*
upstream: allow security keys to act as host keys as well as user
djm@openbsd.org
2019-12-16
1
-7
/
+35
*
upstream: additional missing stdarg.h includes when built without
naddy@openbsd.org
2019-11-19
1
-1
/
+1
*
upstream: When clients get denied by MaxStartups, send a
dtucker@openbsd.org
2019-11-14
1
-1
/
+4
*
upstream: Refactor signing - use sshkey_sign for everything,
djm@openbsd.org
2019-10-31
1
-4
/
+4
*
upstream: Signal handler cleanup: remove leftover support for
dtucker@openbsd.org
2019-10-29
1
-4
/
+1
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-15
/
+15
*
upstream: Add protection for private keys at rest in RAM against
djm@openbsd.org
2019-06-21
1
-2
/
+8
*
upstream: Replace calls to ssh_malloc_init() by a static init of
otto@openbsd.org
2019-06-07
1
-3
/
+1
*
upstream: When running sshd -T, assume any attibute not provided by
dtucker@openbsd.org
2019-05-08
1
-1
/
+2
*
upstream: Fix two race conditions in sshd relating to SIGHUP:
djm@openbsd.org
2019-03-01
1
-28
/
+86
*
upstream: rename kex->kem_client_pub -> kex->client_pub now that
djm@openbsd.org
2019-01-21
1
-9
/
+9
*
upstream: use KEM API for vanilla ECDH
djm@openbsd.org
2019-01-21
1
-2
/
+2
*
upstream: use KEM API for vanilla DH KEX
djm@openbsd.org
2019-01-21
1
-6
/
+6
*
upstream: use KEM API for vanilla c25519 KEX
djm@openbsd.org
2019-01-21
1
-2
/
+2
*
upstream: Add support for a PQC KEX/KEM:
djm@openbsd.org
2019-01-21
1
-1
/
+2
*
last bits of old packet API / active_state global
Damien Miller
2019-01-20
1
-4
/
+4
*
upstream: remove last references to active_state
djm@openbsd.org
2019-01-19
1
-27
/
+36
*
upstream: convert monitor.c to new packet API
djm@openbsd.org
2019-01-19
1
-6
/
+5
*
upstream: convert sshd.c to new packet API
djm@openbsd.org
2019-01-19
1
-30
/
+39
*
upstream: convert auth2.c to new packet API
Damien Miller
2019-01-19
1
-2
/
+3
*
upstream: convert servconf.c to new packet API
djm@openbsd.org
2019-01-19
1
-3
/
+3
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-19
1
-1
/
+4
*
upstream: many of the global variables in this file can be made static;
djm@openbsd.org
2019-01-17
1
-16
/
+16
*
upstream: move client/server SSH-* banners to buffers under
djm@openbsd.org
2018-12-27
1
-114
/
+4
*
refactor libcrypto initialisation
Damien Miller
2018-11-23
1
-6
/
+2
*
upstream: silence (to log level debug2) failure messages when
djm@openbsd.org
2018-11-19
1
-5
/
+8
*
upstream: use path_absolute() for pathname checks; from Manoj Ampalam
djm@openbsd.org
2018-11-16
1
-2
/
+2
*
upstream: refer to OpenSSL not SSLeay;
djm@openbsd.org
2018-10-23
1
-3
/
+3
*
upstream: when compiled with GSSAPI support, cache supported method
djm@openbsd.org
2018-09-21
1
-3
/
+2
[next]