diff options
author | Damien Miller <djm@mindrot.org> | 2012-04-22 11:23:46 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2012-04-22 11:23:46 +1000 |
commit | a116d13c4daeb5416766bc506065eb495409977e (patch) | |
tree | 6e450a05768e75dc8f053183f8649f6dae14f000 /ChangeLog | |
parent | 9fed161e67b23977a1070419b356084295422f0c (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
29 | 20120420 | 33 | 20120420 |
30 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 34 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |