Changeset 10 in openpam
- Timestamp:
- Feb 1, 2002, 8:49:12 PM (19 years ago)
- Location:
- trunk/lib
- Files:
-
- 1 added
- 1 deleted
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/openpam_dispatch.c
r6 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 #if !defined(OPENPAM_RELAX_CHECKS) -
trunk/lib/openpam_findenv.c
r1 r10 37 37 #include <security/pam_appl.h> 38 38 39 #include "openpam .h"39 #include "openpam_impl.h" 40 40 41 41 /* -
trunk/lib/openpam_log.c
r1 r10 41 41 #include <security/pam_appl.h> 42 42 43 #include "openpam .h"43 #include "openpam_impl.h" 44 44 45 45 /* -
trunk/lib/pam_acct_mgmt.c
r1 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_authenticate.c
r1 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_chauthtok.c
r1 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_close_session.c
r1 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_end.c
r1 r10 40 40 #include <security/pam_appl.h> 41 41 42 #include "openpam .h"42 #include "openpam_impl.h" 43 43 44 44 /* -
trunk/lib/pam_get_authtok.c
r8 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_get_data.c
r1 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_get_item.c
r4 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_get_user.c
r5 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_getenv.c
r1 r10 40 40 #include <security/pam_appl.h> 41 41 42 #include "openpam .h"42 #include "openpam_impl.h" 43 43 44 44 /* -
trunk/lib/pam_getenvlist.c
r1 r10 40 40 #include <security/pam_appl.h> 41 41 42 #include "openpam .h"42 #include "openpam_impl.h" 43 43 /* 44 44 * XSSO 4.2.1 -
trunk/lib/pam_open_session.c
r1 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_putenv.c
r1 r10 40 40 #include <security/pam_appl.h> 41 41 42 #include "openpam .h"42 #include "openpam_impl.h" 43 43 44 44 /* -
trunk/lib/pam_set_data.c
r1 r10 40 40 #include <security/pam_appl.h> 41 41 42 #include "openpam .h"42 #include "openpam_impl.h" 43 43 44 44 /* -
trunk/lib/pam_set_item.c
r4 r10 42 42 #include <security/pam_appl.h> 43 43 44 #include "openpam .h"44 #include "openpam_impl.h" 45 45 46 46 /* -
trunk/lib/pam_setcred.c
r1 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /* -
trunk/lib/pam_setenv.c
r1 r10 41 41 #include <security/pam_appl.h> 42 42 43 #include "openpam .h"43 #include "openpam_impl.h" 44 44 45 45 /* -
trunk/lib/pam_start.c
r1 r10 46 46 #include <security/pam_appl.h> 47 47 48 #include "openpam .h"48 #include "openpam_impl.h" 49 49 50 50 static int _pam_configure_service(pam_handle_t *pamh, const char *service); -
trunk/lib/pam_strerror.c
r1 r10 39 39 #include <security/pam_appl.h> 40 40 41 #include "openpam .h"41 #include "openpam_impl.h" 42 42 43 43 /*
Note: See TracChangeset
for help on using the changeset viewer.