diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-03-08 23:04:06 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-03-08 23:04:06 +1100 |
commit | dbf7a74ee569a9544276db42eb7aee1141072a24 (patch) | |
tree | f9aea6fab5efea9441557696611b04a065ad8128 /auth-pam.h | |
parent | 86c093d2895989d1258459b797ce3630eaa47d1a (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 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-pam.h b/auth-pam.h index 4bc8d6955..1b3706e07 100644 --- a/auth-pam.h +++ b/auth-pam.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: auth-pam.h,v 1.24 2004/02/10 02:23:29 dtucker Exp $ */ | 1 | /* $Id: auth-pam.h,v 1.25 2004/03/08 12:04:07 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Damien Miller. All rights reserved. | 4 | * Copyright (c) 2000 Damien Miller. All rights reserved. |
@@ -31,7 +31,7 @@ | |||
31 | # define SSHD_PAM_SERVICE __progname | 31 | # define SSHD_PAM_SERVICE __progname |
32 | #endif | 32 | #endif |
33 | 33 | ||
34 | void start_pam(const char *); | 34 | void start_pam(Authctxt *); |
35 | void finish_pam(void); | 35 | void finish_pam(void); |
36 | u_int do_pam_account(void); | 36 | u_int do_pam_account(void); |
37 | void do_pam_session(void); | 37 | void do_pam_session(void); |