summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-04-22 11:23:46 +1000
committerDamien Miller <djm@mindrot.org>2012-04-22 11:23:46 +1000
commita116d13c4daeb5416766bc506065eb495409977e (patch)
tree6e450a05768e75dc8f053183f8649f6dae14f000 /ChangeLog
parent9fed161e67b23977a1070419b356084295422f0c (diff)
- djm@cvs.openbsd.org 2012/04/11 13:26:40
[sshd.c] don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a while; ok deraadt@ markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cc597586..f58907574 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,10 @@
25 [auth.c] 25 [auth.c]
26 Support "none" as an argument for AuthorizedPrincipalsFile to indicate 26 Support "none" as an argument for AuthorizedPrincipalsFile to indicate
27 no file should be read. 27 no file should be read.
28 - djm@cvs.openbsd.org 2012/04/11 13:26:40
29 [sshd.c]
30 don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
31 while; ok deraadt@ markus@
28 32
2920120420 3320120420
30 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 34 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]