diff options
author | Damien Miller <djm@mindrot.org> | 2008-02-10 22:23:18 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-02-10 22:23:18 +1100 |
commit | d39a3cffc907b54e69c3f607c1f0b74e931696fd (patch) | |
tree | 5bc8ab6134657593b5a4f98b753bbbb9e30d0676 /ChangeLog | |
parent | b82f5dd17d2b3379526da41537a676da6fca84c6 (diff) |
- djm@cvs.openbsd.org 2008/01/19 20:51:26
[ssh.c]
ignore SIGPIPE in multiplex client mode - we can receive this if the
server runs out of fds on us midway. Report and patch from
gregory_shively AT fanniemae.com
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -14,6 +14,11 @@ | |||
14 | [clientloop.c] | 14 | [clientloop.c] |
15 | fd leak on session multiplexing error path. Report and patch from | 15 | fd leak on session multiplexing error path. Report and patch from |
16 | gregory_shively AT fanniemae.com | 16 | gregory_shively AT fanniemae.com |
17 | - djm@cvs.openbsd.org 2008/01/19 20:51:26 | ||
18 | [ssh.c] | ||
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 | ||
21 | gregory_shively AT fanniemae.com | ||
17 | 22 | ||
18 | 20080119 | 23 | 20080119 |
19 | - (djm) Silence noice from expr in ssh-copy-id; patch from | 24 | - (djm) Silence noice from expr in ssh-copy-id; patch from |
@@ -3542,4 +3547,4 @@ | |||
3542 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3547 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3543 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3548 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3544 | 3549 | ||
3545 | $Id: ChangeLog,v 1.4822 2008/02/10 11:22:53 djm Exp $ | 3550 | $Id: ChangeLog,v 1.4823 2008/02/10 11:23:18 djm Exp $ |