summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-04-22 11:08:10 +1000
committerDamien Miller <djm@mindrot.org>2012-04-22 11:08:10 +1000
commit29cd1888873d453f28609d8b301062cbaa4ab4d8 (patch)
tree8969f031134672e2c20e736efc83aea4a7445505 /ChangeLog
parenta563cced062d0d74843c0ee56a82faa860f10855 (diff)
- guenther@cvs.openbsd.org 2012/03/15 03:10:27
[session.c] root should always be excluded from the test for /etc/nologin instead of having it always enforced even when marked as ignorenologin. This regressed when the logic was incompletely flipped around in rev 1.251 ok halex@ millert@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 179d3b505..5e621928e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@
3 - djm@cvs.openbsd.org 2012/02/29 11:21:26 3 - djm@cvs.openbsd.org 2012/02/29 11:21:26
4 [ssh-keygen.c] 4 [ssh-keygen.c]
5 allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@ 5 allow conversion of RSA1 keys to public PEM and PKCS8; "nice" markus@
6 - guenther@cvs.openbsd.org 2012/03/15 03:10:27
7 [session.c]
8 root should always be excluded from the test for /etc/nologin instead
9 of having it always enforced even when marked as ignorenologin. This
10 regressed when the logic was incompletely flipped around in rev 1.251
11 ok halex@ millert@
6 12
720120420 1320120420
8 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 14 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]