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: 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
*
upstream: hold our collective noses and use the openssl-1.1.x API in
djm@openbsd.org
2018-09-13
1
-3
/
+3
*
upstream: revert compat.[ch] section of the following change. It
djm@openbsd.org
2018-08-13
1
-5
/
+5
*
upstream: fix some memory leaks spotted by Coverity via Jakub Jelen
djm@openbsd.org
2018-07-31
1
-5
/
+5
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-31
/
+38
*
Adapt portable to legacy buffer API removal
Damien Miller
2018-07-10
1
-1
/
+1
*
upstream: sshd: switch config to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-28
/
+30
*
upstream: sshd: switch loginmsg to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-4
/
+5
*
upstream: Improve strictness and control over RSA-SHA2 signature
djm@openbsd.org
2018-07-03
1
-29
/
+34
*
upstream: Defend against user enumeration timing attacks. This
dtucker@openbsd.org
2018-04-13
1
-1
/
+40
*
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
djm@openbsd.org
2018-04-10
1
-2
/
+2
*
upstream: switch over to the new authorized_keys options API and
djm@openbsd.org
2018-03-03
1
-2
/
+10
*
upstream: Add experimental support for PQC XMSS keys (Extended
markus@openbsd.org
2018-02-26
1
-1
/
+5
*
Remove UNICOS support.
Darren Tucker
2018-02-15
1
-7
/
+0
*
upstream Don't reset signal handlers inside handlers.
dtucker@openbsd.org
2018-02-12
1
-4
/
+1
*
upstream commit
stsp@openbsd.org
2018-01-24
1
-2
/
+2
*
upstream commit
djm@openbsd.org
2018-01-23
1
-5
/
+1
*
upstream commit
djm@openbsd.org
2018-01-23
1
-2
/
+2
*
upstream commit
djm@openbsd.org
2018-01-23
1
-4
/
+2
*
upstream commit
djm@openbsd.org@openbsd.org
2017-11-14
1
-2
/
+13
*
upstream commit
dtucker@openbsd.org@openbsd.org
2017-11-03
1
-11
/
+7
*
upstream commit
djm@openbsd.org@openbsd.org
2017-10-30
1
-4
/
+5
*
provide hooks and fallbacks for rdomain support
Damien Miller
2017-10-25
1
-0
/
+15
*
upstream commit
djm@openbsd.org
2017-10-25
1
-4
/
+8
[next]