summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-10-30 15:31:55 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-10-30 15:31:55 +1100
commit42308a43745ef51d51fb941d15554be0bf379b1f (patch)
tree4cfd9ebe66121a7fc25aa32bc8b57411a8b597ba /ChangeLog
parent88edf6255bbc6c0ba87239608bb9b80656391330 (diff)
- (dtucker) [session.c] Bug #1045do not check /etc/nologin when PAM is
enabled, instead allow PAM to handle it. Note that on platforms using PAM, the pam_nologin module should be added to sshd's session stack in order to maintain exising behaviour. Based on patch and discussion from t8m at centrum.cz, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3571cb2dc..de9bd9f29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
2 - (djm) [contrib/suse/openssh.spec contrib/suse/rc. 2 - (djm) [contrib/suse/openssh.spec contrib/suse/rc.
3 sshd contrib/suse/sysconfig.ssh] Bug #1106: Updated SuSE spec and init 3 sshd contrib/suse/sysconfig.ssh] Bug #1106: Updated SuSE spec and init
4 files from imorgan AT nas.nasa.gov 4 files from imorgan AT nas.nasa.gov
5 - (dtucker) [session.c] Bug #1045do not check /etc/nologin when PAM is
6 enabled, instead allow PAM to handle it. Note that on platforms using PAM,
7 the pam_nologin module should be added to sshd's session stack in order to
8 maintain exising behaviour. Based on patch and discussion from t8m at
9 centrum.cz, ok djm@
5 10
620051025 1120051025
7 - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the 12 - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the
@@ -3120,4 +3125,4 @@
3120 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3125 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3121 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3126 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3122 3127
3123$Id: ChangeLog,v 1.3924 2005/10/30 00:55:45 djm Exp $ 3128$Id: ChangeLog,v 1.3925 2005/10/30 04:31:55 dtucker Exp $