summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-12-29 02:45:07 +1100
committerDarren Tucker <dtucker@zip.com.au>2007-12-29 02:45:07 +1100
commitd6725f04e296135732e9366a762222a3f3fd801f (patch)
tree6d86f4912d24a648bdef8301a93dd72cda60d6fd /ChangeLog
parent4abde771b73f3a54780ff3dedf59f57f94298870 (diff)
- dtucker@cvs.openbsd.org 2007/12/28 15:32:24
[clientloop.c serverloop.c packet.c] Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the ServerAlive and ClientAlive timers. Prevents dropping a connection when these are enabled but the peer does not support our keepalives. bz #1307, ok djm@.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b8dec756..f583bc7ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,12 @@
10 Add a small helper function to consistently handle the EAI_SYSTEM error 10 Add a small helper function to consistently handle the EAI_SYSTEM error
11 code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417. 11 code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417.
12 ok markus@ stevesk@ 12 ok markus@ stevesk@
13 - dtucker@cvs.openbsd.org 2007/12/28 15:32:24
14 [clientloop.c serverloop.c packet.c]
15 Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the
16 ServerAlive and ClientAlive timers. Prevents dropping a connection
17 when these are enabled but the peer does not support our keepalives.
18 bz #1307, ok djm@.
13 19
1420071202 2020071202
15 - (dtucker) [configure.ac] Enable -fstack-protector-all on systems where 21 - (dtucker) [configure.ac] Enable -fstack-protector-all on systems where
@@ -3471,4 +3477,4 @@
3471 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3477 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3472 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3478 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3473 3479
3474$Id: ChangeLog,v 1.4808 2007/12/28 15:43:51 dtucker Exp $ 3480$Id: ChangeLog,v 1.4809 2007/12/28 15:45:07 dtucker Exp $