diff options
Diffstat (limited to 'Linux-PAM/libpam/include/security')
-rw-r--r-- | Linux-PAM/libpam/include/security/_pam_compat.h | 2 | ||||
-rw-r--r-- | Linux-PAM/libpam/include/security/_pam_types.h | 6 | ||||
-rw-r--r-- | Linux-PAM/libpam/include/security/pam_appl.h | 2 | ||||
-rw-r--r-- | Linux-PAM/libpam/include/security/pam_malloc.h | 2 | ||||
-rw-r--r-- | Linux-PAM/libpam/include/security/pam_modules.h | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/Linux-PAM/libpam/include/security/_pam_compat.h b/Linux-PAM/libpam/include/security/_pam_compat.h index b66a5479..33520a6c 100644 --- a/Linux-PAM/libpam/include/security/_pam_compat.h +++ b/Linux-PAM/libpam/include/security/_pam_compat.h @@ -2,7 +2,7 @@ #define _PAM_COMPAT_H /* - * $Id: _pam_compat.h,v 1.1.1.1 2001/04/29 04:17:10 hartmans Exp $ + * $Id: _pam_compat.h,v 1.1.1.1 2000/06/20 22:11:21 agmorgan Exp $ * * This file was contributed by Derrick J Brashear <shadow@dementia.org> * slight modification by Brad M. Garcia <bgarcia@fore.com> diff --git a/Linux-PAM/libpam/include/security/_pam_types.h b/Linux-PAM/libpam/include/security/_pam_types.h index 5bc4a43d..b4413ee3 100644 --- a/Linux-PAM/libpam/include/security/_pam_types.h +++ b/Linux-PAM/libpam/include/security/_pam_types.h @@ -1,7 +1,7 @@ /* * <security/_pam_types.h> * - * $Id: _pam_types.h,v 1.1.1.1 2001/04/29 04:17:10 hartmans Exp $ + * $Id: _pam_types.h,v 1.6 2005/03/16 00:06:01 toady Exp $ * * This file defines all of the types common to the Linux-PAM library * applications and modules. @@ -46,7 +46,7 @@ typedef struct pam_handle pam_handle_t; #define PAM_CRED_INSUFFICIENT 8 /* Can not access authentication data */ /* due to insufficient credentials */ #define PAM_AUTHINFO_UNAVAIL 9 /* Underlying authentication service */ - /* can not retrieve authenticaiton */ + /* can not retrieve authentication */ /* information */ #define PAM_USER_UNKNOWN 10 /* User not known to the underlying */ /* authenticaiton module */ @@ -76,7 +76,7 @@ typedef struct pam_handle pam_handle_t; #define PAM_AUTHTOK_LOCK_BUSY 22 /* Authentication token lock busy */ #define PAM_AUTHTOK_DISABLE_AGING 23 /* Authentication token aging disabled */ #define PAM_TRY_AGAIN 24 /* Preliminary check by password service */ -#define PAM_IGNORE 25 /* Ingore underlying account module */ +#define PAM_IGNORE 25 /* Ignore underlying account module */ /* regardless of whether the control */ /* flag is required, optional, or sufficient */ #define PAM_ABORT 26 /* Critical error (?module fail now request) */ diff --git a/Linux-PAM/libpam/include/security/pam_appl.h b/Linux-PAM/libpam/include/security/pam_appl.h index 21bc2212..69ee544d 100644 --- a/Linux-PAM/libpam/include/security/pam_appl.h +++ b/Linux-PAM/libpam/include/security/pam_appl.h @@ -10,7 +10,7 @@ * Created: 15-Jan-96 by TYT * Last modified: 1996/3/5 by AGM * - * $Id: pam_appl.h,v 1.1.1.1 2001/04/29 04:17:11 hartmans Exp $ + * $Id: pam_appl.h,v 1.3 2000/11/19 23:54:02 agmorgan Exp $ */ #ifndef _SECURITY_PAM_APPL_H diff --git a/Linux-PAM/libpam/include/security/pam_malloc.h b/Linux-PAM/libpam/include/security/pam_malloc.h index 60a38857..bbf31338 100644 --- a/Linux-PAM/libpam/include/security/pam_malloc.h +++ b/Linux-PAM/libpam/include/security/pam_malloc.h @@ -1,5 +1,5 @@ /* - * $Id: pam_malloc.h,v 1.1.1.2 2002/09/15 20:08:40 hartmans Exp $ + * $Id: pam_malloc.h,v 1.3 2001/11/26 03:04:47 agmorgan Exp $ */ /* diff --git a/Linux-PAM/libpam/include/security/pam_modules.h b/Linux-PAM/libpam/include/security/pam_modules.h index 0fac9994..1f20993f 100644 --- a/Linux-PAM/libpam/include/security/pam_modules.h +++ b/Linux-PAM/libpam/include/security/pam_modules.h @@ -1,7 +1,7 @@ /* * <security/pam_modules.h> * - * $Id: pam_modules.h,v 1.1.1.1 2001/04/29 04:17:11 hartmans Exp $ + * $Id: pam_modules.h,v 1.3 2001/02/05 06:50:41 agmorgan Exp $ * */ |