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