summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-12 19:45:26 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-12 19:45:26 +1100
commit1b0c2455daf26b9eca30210f7628b7e4667501ad (patch)
treeff63ea5e8339474020c352515a2b095561431c06 /ChangeLog
parentc6cc90b4653ad605072f11986cdbfc8a9d968185 (diff)
- dtucker@cvs.openbsd.org 2010/01/12 01:31:05
[session.c] Do not allow logins if /etc/nologin exists but is not readable by the user logging in. Noted by Jan.Pechanec at Sun, ok djm@ deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0317221ee..ddfa8af44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,10 @@
27 [roaming_common.c] 27 [roaming_common.c]
28 delete with extreme prejudice a debug() that fired with every keypress; 28 delete with extreme prejudice a debug() that fired with every keypress;
29 ok dtucker deraadt 29 ok dtucker deraadt
30 - dtucker@cvs.openbsd.org 2010/01/12 01:31:05
31 [session.c]
32 Do not allow logins if /etc/nologin exists but is not readable by the user
33 logging in. Noted by Jan.Pechanec at Sun, ok djm@ deraadt@
30 34
3120100110 3520100110
32 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c] 36 - (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]