summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 688e8c109..a6b547198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2320100110 2720100110
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]