summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-03-08 23:04:06 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-03-08 23:04:06 +1100
commitdbf7a74ee569a9544276db42eb7aee1141072a24 (patch)
treef9aea6fab5efea9441557696611b04a065ad8128 /ChangeLog
parent86c093d2895989d1258459b797ce3630eaa47d1a (diff)
- (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c
monitor_wrap.h] Bug #808: Ensure force_pwchange is correctly initialized even if keyboard-interactive is not used by the client. Prevents segfaults in some cases where the user's password is expired (note this is not considered a security exposure). ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 24afd751e..cfedf899f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
120040308 120040308
2 - (dtucker) [sshd.c] Back out rev 1.270 as it caused problems on some 2 - (dtucker) [sshd.c] Back out rev 1.270 as it caused problems on some
3 platforms (eg SCO, HP-UX) with logging in the wrong TZ. 3 platforms (eg SCO, HP-UX) with logging in the wrong TZ. ok djm@
4 - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.h
5 openbsd-compat/setenv.c] Unset KRB5CCNAME on AIX to prevent it from being
6 inherited by the child. ok djm@
7 - (dtucker) [auth-pam.c auth-pam.h auth1.c auth2.c monitor.c monitor_wrap.c
8 monitor_wrap.h] Bug #808: Ensure force_pwchange is correctly initialized
9 even if keyboard-interactive is not used by the client. Prevents segfaults
10 in some cases where the user's password is expired (note this is not
11 considered a security exposure). ok djm@
4 12
520040307 1320040307
6 - (tim) [regress/login-timeout.sh] fix building outside of source tree. 14 - (tim) [regress/login-timeout.sh] fix building outside of source tree.
@@ -861,4 +869,4 @@
861 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 869 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
862 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 870 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
863 871
864$Id: ChangeLog,v 1.3278 2004/03/08 11:13:12 dtucker Exp $ 872$Id: ChangeLog,v 1.3279 2004/03/08 12:04:06 dtucker Exp $