diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-12-29 09:37:10 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-12-29 09:37:10 +1100 |
commit | 5baa170d771de9e95cf30b4c469ece684244cf3e (patch) | |
tree | c2dbc80bf168ae6efdff574a141046e3de8fff77 /ChangeLog | |
parent | d6725f04e296135732e9366a762222a3f3fd801f (diff) |
- dtucker@cvs.openbsd.org 2007/12/28 22:34:47
[clientloop.c]
Use the correct packet maximum sizes for remote port and agent forwarding.
Prevents the server from killing the connection if too much data is queued
and an excessively large packet gets sent. bz #1360, ok djm@.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -16,6 +16,11 @@ | |||
16 | ServerAlive and ClientAlive timers. Prevents dropping a connection | 16 | ServerAlive and ClientAlive timers. Prevents dropping a connection |
17 | when these are enabled but the peer does not support our keepalives. | 17 | when these are enabled but the peer does not support our keepalives. |
18 | bz #1307, ok djm@. | 18 | bz #1307, ok djm@. |
19 | - dtucker@cvs.openbsd.org 2007/12/28 22:34:47 | ||
20 | [clientloop.c] | ||
21 | Use the correct packet maximum sizes for remote port and agent forwarding. | ||
22 | Prevents the server from killing the connection if too much data is queued | ||
23 | and an excessively large packet gets sent. bz #1360, ok djm@. | ||
19 | 24 | ||
20 | 20071202 | 25 | 20071202 |
21 | - (dtucker) [configure.ac] Enable -fstack-protector-all on systems where | 26 | - (dtucker) [configure.ac] Enable -fstack-protector-all on systems where |
@@ -3477,4 +3482,4 @@ | |||
3477 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3482 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3478 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3483 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3479 | 3484 | ||
3480 | $Id: ChangeLog,v 1.4809 2007/12/28 15:45:07 dtucker Exp $ | 3485 | $Id: ChangeLog,v 1.4810 2007/12/28 22:37:10 dtucker Exp $ |