diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-02-10 03:23:28 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-02-10 03:23:28 +0100 |
commit | 1921ed9f966b6d8262a906d01e515b2737962e2b (patch) | |
tree | b28d822e9ad172508e7d8349c7a7010d5f879939 /auth-pam.h | |
parent | - (dtucker) [openbsd-compat/fake-rfc2553.h] Bug #563: Prepend ssh_ to compat (diff) | |
download | openssh-1921ed9f966b6d8262a906d01e515b2737962e2b.tar.xz openssh-1921ed9f966b6d8262a906d01e515b2737962e2b.zip |
- (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to
change expired PAM passwords for SSHv1 connections without privsep.
pam_chauthtok is still used when privsep is disabled. ok djm@
Diffstat (limited to 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/auth-pam.h b/auth-pam.h index fd62e9534..4bc8d6955 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -1,4 +1,4 @@ -/* $Id: auth-pam.h,v 1.23 2003/11/17 10:41:42 djm Exp $ */ +/* $Id: auth-pam.h,v 1.24 2004/02/10 02:23:29 dtucker Exp $ */ /* * Copyright (c) 2000 Damien Miller. All rights reserved. @@ -37,10 +37,8 @@ u_int do_pam_account(void); void do_pam_session(void); void do_pam_set_tty(const char *); void do_pam_setcred(int ); -int is_pam_password_change_required(void); void do_pam_chauthtok(void); int do_pam_putenv(char *, char *); -void print_pam_messages(void); char ** fetch_pam_environment(void); char ** fetch_pam_child_environment(void); void free_pam_environment(char **); |