diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 | ||
14 | 20071202 | 20 | 20071202 |
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 $ |