diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ | |||
19 | [authfile.c] | 19 | [authfile.c] |
20 | Fix bug introduced in r1.78 (incorrect brace location) that broke key auth. | 20 | Fix bug introduced in r1.78 (incorrect brace location) that broke key auth. |
21 | Patch from joachim joachimschipper nl. | 21 | Patch from joachim joachimschipper nl. |
22 | - djm@cvs.openbsd.org 2010/01/12 00:58:25 | ||
23 | [monitor_fdpass.c] | ||
24 | avoid spinning when fd passing on nonblocking sockets by calling poll() | ||
25 | in the EINTR/EAGAIN path, much like we do in atomicio; ok dtucker@ | ||
22 | 26 | ||
23 | 20100110 | 27 | 20100110 |
24 | - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] | 28 | - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] |