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
/
clientloop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: wrap at 80 columns
djm@openbsd.org
2021-08-30
1
-2
/
+3
*
upstream: Add a ForkAfterAuthentication ssh_config(5) counterpart
djm@openbsd.org
2021-07-23
1
-5
/
+2
*
upstream: Add a StdinNull directive to ssh_config(5) that allows
djm@openbsd.org
2021-07-23
1
-4
/
+1
*
upstream: Explicitly check for and start time-based rekeying in the
djm@openbsd.org
2021-07-16
1
-1
/
+5
*
upstream: add a SessionType directive to ssh_config, allowing the
djm@openbsd.org
2021-07-14
1
-6
/
+3
*
upstream: Fix a couple of whitespace things. Portable already has
dtucker@openbsd.org
2021-07-08
1
-1
/
+1
*
upstream: fix SEGV in UpdateHostkeys debug() message, triggered
djm@openbsd.org
2021-05-26
1
-2
/
+2
*
upstream: restore blocking status on stdio fds before close
djm@openbsd.org
2021-05-19
1
-9
/
+1
*
upstream: Don't pass NULL as a string in debugging as it does not work
dtucker@openbsd.org
2021-05-05
1
-2
/
+2
*
upstream: more debugging for UpdateHostKeys signature failures
djm@openbsd.org
2021-05-03
1
-2
/
+5
*
upstream: a little debugging in the main mux process for status
djm@openbsd.org
2021-04-30
1
-1
/
+3
*
polish whitespace for portable files
Damien Miller
2021-04-03
1
-1
/
+1
*
upstream: return non-zero exit status when killed by signal; bz#3281 ok
djm@openbsd.org
2021-03-19
1
-2
/
+2
*
upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t
djm@openbsd.org
2021-01-27
1
-6
/
+3
*
upstream: remove global variable used to stash compat flags and use the
djm@openbsd.org
2021-01-27
1
-2
/
+2
*
upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*
djm@openbsd.org
2020-12-21
1
-3
/
+3
*
upstream: UpdateHostkeys: fixed/better detection of host keys that
djm@openbsd.org
2020-10-29
1
-9
/
+16
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-184
/
+152
*
upstream: make UpdateHostkeys still more conservative: refuse to
djm@openbsd.org
2020-10-14
1
-38
/
+76
*
upstream: UpdateHostkeys: check for keys under other names
djm@openbsd.org
2020-10-12
1
-7
/
+82
*
upstream: UpdateHostkeys: better CheckHostIP handling
djm@openbsd.org
2020-10-12
1
-25
/
+46
*
upstream: UpdateHostkeys: better detect manual host entries
djm@openbsd.org
2020-10-12
1
-17
/
+37
*
upstream: don't misdetect comma-separated hostkey names as wildcards;
djm@openbsd.org
2020-10-09
1
-4
/
+4
*
upstream: revert kex->flags cert hostkey downgrade back to a plain
djm@openbsd.org
2020-10-07
1
-7
/
+1
*
upstream: disable UpdateHostkeys when a wildcard hostname pattern
djm@openbsd.org
2020-10-03
1
-2
/
+31
*
upstream: Remove unused buf, last user was removed when switching
dtucker@openbsd.org
2020-09-16
1
-3
/
+1
*
upstream: Only reset the serveralive check when we receive traffic from
dtucker@openbsd.org
2020-07-03
1
-14
/
+22
*
upstream: Remove leave_non_blocking() which is now dead code
dtucker@openbsd.org
2020-04-24
1
-16
/
+1
*
upstream: make failures when establishing "Tunnel" forwarding terminate
djm@openbsd.org
2020-04-03
1
-2
/
+5
*
upstream: change explicit_bzero();free() to freezero()
jsg@openbsd.org
2020-02-28
1
-3
/
+2
*
upstream: Remove obsolete XXX comment. ok deraadt@
dtucker@openbsd.org
2020-02-26
1
-4
/
+1
*
upstream: Output (none) in debug in the case in the CheckHostIP=no case
dtucker@openbsd.org
2020-02-02
1
-2
/
+2
*
upstream: Prevent possible null pointer deref of ip_str in debug.
dtucker@openbsd.org
2020-02-02
1
-2
/
+3
*
upstream: check the return value of ssh_packet_write_poll() and
djm@openbsd.org
2020-01-30
1
-3
/
+7
*
upstream: markus suggests a simplification to previous
djm@openbsd.org
2020-01-30
1
-7
/
+4
*
upstream: give more context to UpdateHostKeys messages, mentioning
djm@openbsd.org
2020-01-29
1
-3
/
+20
*
upstream: for UpdateHostKeys, don't report errors for unsupported
djm@openbsd.org
2020-01-26
1
-3
/
+5
*
upstream: downgrade error() for missing subsequent known_hosts
djm@openbsd.org
2020-01-26
1
-2
/
+2
*
upstream: allow UpdateKnownHosts=yes to function when multiple
djm@openbsd.org
2020-01-25
1
-14
/
+43
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
1
-13
/
+13
*
upstream: Remove unsupported algorithms from list of defaults at run
dtucker@openbsd.org
2020-01-23
1
-3
/
+2
*
upstream: Allow forwarding a different agent socket to the path
djm@openbsd.org
2019-12-21
1
-2
/
+13
*
upstream: Add new structure for signature options
djm@openbsd.org
2019-11-25
1
-2
/
+3
*
upstream: stdarg.h required more broadly; ok djm
deraadt@openbsd.org
2019-11-15
1
-2
/
+2
*
upstream: When using a combination of a Yubikey+GnuPG+remote
mestre@openbsd.org
2019-07-30
1
-2
/
+2
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-6
/
+6
*
upstream: Remove unneeded unlink of xauthfile o
dtucker@openbsd.org
2019-06-27
1
-2
/
+1
*
upstream: Hostname->HostName cleanup; from lauri tirkkonen ok
jmc@openbsd.org
2019-06-14
1
-2
/
+2
*
upstream: Use the LogLevel typdef instead of int where appropriate. Patch fro...
dtucker@openbsd.org
2019-05-08
1
-2
/
+2
*
upstream: when logging/fataling on error, include a bit more detail
djm@openbsd.org
2019-04-03
1
-17
/
+21
[next]