index
:
delta/openssh-git.git
IBS
PRIVSEP
V_2_5_2
V_2_9_9
V_2_9_P1
V_3_0_2
V_3_2_3
V_3_3
V_3_5
V_3_6
V_3_6_1
V_3_7
V_3_8
V_3_8_1
V_3_9
V_4_0
V_4_1
V_4_2
V_4_3
V_4_4
V_4_5
V_4_6
V_4_7
V_4_9
V_5_3
V_5_4
V_5_6
V_5_8
V_5_9
V_6_0
V_6_2
V_6_3
V_6_4
V_6_5
V_6_6
V_6_7
V_6_8
V_6_9
V_7_0
V_7_1
V_7_2
V_7_3
V_7_4
V_7_5
V_7_6
V_7_7
V_7_8
V_7_9
V_8_0
V_8_1
V_8_2
V_8_3
V_8_4
V_8_5
V_8_6
V_8_7
V_8_8
V_8_9
V_9_0
V_9_1
V_9_2
V_9_3
baserock/6.7-musl
baserock/morph
baserock/tiagogomes/armv8l64
master
anongit.mindrot.org: openssh.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sshd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put poll.h inside ifdef HAVE_POLL_H.
Darren Tucker
2021-11-18
1
-0
/
+2
*
upstream: fd leak in sshd listen loop error path; from Gleb
djm@openbsd.org
2021-11-18
1
-2
/
+4
*
upstream: check for POLLHUP as well as POLLIN in sshd listen loop;
djm@openbsd.org
2021-11-18
1
-2
/
+2
*
upstream: set num_listen_socks to 0 on close-all instead of -1,
djm@openbsd.org
2021-11-18
1
-2
/
+2
*
upstream: use ppoll() instead of pselect() with djm
deraadt@openbsd.org
2021-11-18
1
-23
/
+23
*
upstream: Id sync only, -portable already has this.
dtucker@openbsd.org
2021-07-19
1
-1
/
+1
*
Sync remaining ChallengeResponse removal.
Darren Tucker
2021-07-03
1
-5
/
+1
*
upstream: Continue accept loop when pselect
dtucker@openbsd.org
2021-06-10
1
-2
/
+2
*
upstream: Match host certificates against host public keys, not private
djm@openbsd.org
2021-06-06
1
-2
/
+2
*
upstream: Switch the listening select loop from select() to
dtucker@openbsd.org
2021-06-04
1
-14
/
+31
*
upstream: don't sigdie() in signal handler in privsep child process;
djm@openbsd.org
2021-05-10
1
-5
/
+8
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-4
/
+6
*
Only call dh_set_moduli_file if using OpenSSL.
Darren Tucker
2021-03-13
1
-0
/
+2
*
upstream: Add ModuliFile keyword to sshd_config to specify the
dtucker@openbsd.org
2021-03-13
1
-1
/
+5
*
upstream: Remove debug message from sigchld handler. While this
dtucker@openbsd.org
2021-02-05
1
-3
/
+1
*
upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t
djm@openbsd.org
2021-01-27
1
-11
/
+1
*
upstream: remove global variable used to stash compat flags and use the
djm@openbsd.org
2021-01-27
1
-5
/
+5
*
upstream: Add PerSourceMaxStartups and PerSourceNetBlockSize
dtucker@openbsd.org
2021-01-11
1
-5
/
+15
*
upstream: Update/replace the experimental post-quantim hybrid key
djm@openbsd.org
2020-12-29
1
-2
/
+2
*
upstream: Replace WITH_OPENSSL ifdefs in log calls with a macro.
dtucker@openbsd.org
2020-11-09
1
-16
/
+3
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-78
/
+73
*
upstream: LogVerbose keyword for ssh and sshd
djm@openbsd.org
2020-10-17
1
-2
/
+5
*
upstream: There are lots of place where we want to redirect stdin,
djm@openbsd.org
2020-10-03
1
-19
/
+5
*
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-22
1
-2
/
+8
*
remove accidental change in f8c11461
Damien Miller
2020-01-22
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-20
1
-1
/
+1
*
upstream: When clients get denied by MaxStartups, send a
dtucker@openbsd.org
2019-11-15
1
-1
/
+4
*
upstream: Refactor signing - use sshkey_sign for everything,
djm@openbsd.org
2019-11-01
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
[next]