diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -73,6 +73,13 @@ | |||
73 | - djm@cvs.openbsd.org 2009/08/31 21:01:29 | 73 | - djm@cvs.openbsd.org 2009/08/31 21:01:29 |
74 | [sftp-server.8] | 74 | [sftp-server.8] |
75 | document -e and -h; prodded by jmc@ | 75 | document -e and -h; prodded by jmc@ |
76 | - djm@cvs.openbsd.org 2009/09/01 14:43:17 | ||
77 | [ssh-agent.c] | ||
78 | fix a race condition in ssh-agent that could result in a wedged or | ||
79 | spinning agent: don't read off the end of the allocated fd_sets, and | ||
80 | don't issue blocking read/write on agent sockets - just fall back to | ||
81 | select() on retriable read/write errors. bz#1633 reported and tested | ||
82 | by "noodle10000 AT googlemail.com"; ok dtucker@ markus@ | ||
76 | 83 | ||
77 | 20091002 | 84 | 20091002 |
78 | - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. | 85 | - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. |