diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,6 +19,10 @@ | |||
19 | ignore SIGPIPE in multiplex client mode - we can receive this if the | 19 | ignore SIGPIPE in multiplex client mode - we can receive this if the |
20 | server runs out of fds on us midway. Report and patch from | 20 | server runs out of fds on us midway. Report and patch from |
21 | gregory_shively AT fanniemae.com | 21 | gregory_shively AT fanniemae.com |
22 | - djm@cvs.openbsd.org 2008/01/19 22:04:57 | ||
23 | [sftp-client.c] | ||
24 | fix remote handle leak in do_download() local file open error path; | ||
25 | report and fix from sworley AT chkno.net | ||
22 | 26 | ||
23 | 20080119 | 27 | 20080119 |
24 | - (djm) Silence noice from expr in ssh-copy-id; patch from | 28 | - (djm) Silence noice from expr in ssh-copy-id; patch from |
@@ -3547,4 +3551,4 @@ | |||
3547 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3551 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3548 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3552 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3549 | 3553 | ||
3550 | $Id: ChangeLog,v 1.4823 2008/02/10 11:23:18 djm Exp $ | 3554 | $Id: ChangeLog,v 1.4824 2008/02/10 11:23:41 djm Exp $ |