summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-09-17 12:06:57 +1000
committerDamien Miller <djm@mindrot.org>2007-09-17 12:06:57 +1000
commit67bd062b27f87047ec48e9a0dd9a47eec2891973 (patch)
tree1d2a2ca058f75e068707dfd82e093a7b80e57d3e /ChangeLog
parent54fd7cf2db5327f304825e0f9aaf9af5a490a75f (diff)
- djm@cvs.openbsd.org 2007/09/04 11:15:56
[ssh.c sshconnect.c sshconnect.h] make ssh(1)'s ConnectTimeout option apply to both the TCP connection and SSH banner exchange (previously it just covered the TCP connection). This allows callers of ssh(1) to better detect and deal with stuck servers that accept a TCP connection but don't progress the protocol, and also makes ConnectTimeout useful for connections via a ProxyCommand; feedback and "looks ok" markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c0a927051..29f77d870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,14 @@
25 make file descriptor passing code return an error rather than call fatal() 25 make file descriptor passing code return an error rather than call fatal()
26 when it encounters problems, and use this to make session multiplexing 26 when it encounters problems, and use this to make session multiplexing
27 masters survive slaves failing to pass all stdio FDs; ok markus@ 27 masters survive slaves failing to pass all stdio FDs; ok markus@
28 - djm@cvs.openbsd.org 2007/09/04 11:15:56
29 [ssh.c sshconnect.c sshconnect.h]
30 make ssh(1)'s ConnectTimeout option apply to both the TCP connection and
31 SSH banner exchange (previously it just covered the TCP connection).
32 This allows callers of ssh(1) to better detect and deal with stuck servers
33 that accept a TCP connection but don't progress the protocol, and also
34 makes ConnectTimeout useful for connections via a ProxyCommand;
35 feedback and "looks ok" markus@
28 36
2920070914 3720070914
30 - (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path. 38 - (dtucker) [openbsd-compat/bsd-asprintf.c] Plug mem leak in error path.
@@ -3222,4 +3230,4 @@
3222 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3230 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3223 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3231 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3224 3232
3225$Id: ChangeLog,v 1.4748 2007/09/17 02:04:08 djm Exp $ 3233$Id: ChangeLog,v 1.4749 2007/09/17 02:06:57 djm Exp $