OpenPAM/lib
Dag-Erling Smørgrav c7df899506 Check *authtok - pam_get_item(3) will succeed even if the item is
NULL.

Sponsored by:	DARPA, NAI Labs


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@58 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2002-02-13 02:19:05 +00:00
..
Makefile Introduce pam_v{info,error,prompt}(). 2002-02-07 12:22:08 +00:00
openpam_dispatch.c Add a missing 'continue' in the code for the PAM_SUCCESS case. 2002-02-13 02:16:03 +00:00
openpam_findenv.c Whitespace cleanup + keyword expansion sweep. 2002-02-01 22:20:07 +00:00
openpam_impl.h Add support for static linking. Also rename a handful of constants 2002-02-04 23:22:40 +00:00
openpam_load.c Sort the function names in the correct order (which is not the 2002-02-13 00:37:01 +00:00
openpam_log.c Oops, previous commit would cause sprintf() to overrun the malloc()ed 2002-02-13 00:41:06 +00:00
openpam_ttyconv.c According to bde, it's OK to omit parentheses when taking the size 2002-02-06 13:25:36 +00:00
pam_acct_mgmt.c Add support for static linking. Also rename a handful of constants 2002-02-04 23:22:40 +00:00
pam_authenticate.c Add support for static linking. Also rename a handful of constants 2002-02-04 23:22:40 +00:00
pam_authenticate_secondary.c Import OpenPAM. 2002-02-01 17:16:12 +00:00
pam_chauthtok.c Add support for static linking. Also rename a handful of constants 2002-02-04 23:22:40 +00:00
pam_close_session.c Add support for static linking. Also rename a handful of constants 2002-02-04 23:22:40 +00:00
pam_end.c Move linker-related code out into a separate file so it'll be easier 2002-02-02 18:37:08 +00:00
pam_error.c Introduce pam_v{info,error,prompt}(). 2002-02-07 12:22:08 +00:00
pam_get_authtok.c Check *authtok - pam_get_item(3) will succeed even if the item is 2002-02-13 02:19:05 +00:00
pam_get_data.c Constify the last argument. 2002-02-13 02:12:20 +00:00
pam_get_item.c Constify. 2002-02-06 16:03:39 +00:00
pam_get_mapped_authtok.c Import OpenPAM. 2002-02-01 17:16:12 +00:00
pam_get_mapped_username.c Import OpenPAM. 2002-02-01 17:16:12 +00:00
pam_get_user.c Introduce pam_v{info,error,prompt}(). 2002-02-07 12:22:08 +00:00
pam_getenv.c Whitespace cleanup + keyword expansion sweep. 2002-02-01 22:20:07 +00:00
pam_getenvlist.c Rename openpam.h to openpam_impl.h to avoid confusion with 2002-02-01 20:49:12 +00:00
pam_info.c Introduce pam_v{info,error,prompt}(). 2002-02-07 12:22:08 +00:00
pam_open_session.c Add support for static linking. Also rename a handful of constants 2002-02-04 23:22:40 +00:00
pam_prompt.c Introduce pam_v{info,error,prompt}(). 2002-02-07 12:22:08 +00:00
pam_putenv.c Whitespace cleanup + keyword expansion sweep. 2002-02-01 22:20:07 +00:00
pam_set_data.c According to bde, it's OK to omit parentheses when taking the size 2002-02-06 13:25:36 +00:00
pam_set_item.c Initialize tmp to NULL so that items can be cleared as intended. 2002-02-13 02:14:55 +00:00
pam_set_mapped_authtok.c Import OpenPAM. 2002-02-01 17:16:12 +00:00
pam_set_mapped_username.c Import OpenPAM. 2002-02-01 17:16:12 +00:00
pam_setcred.c Add support for static linking. Also rename a handful of constants 2002-02-04 23:22:40 +00:00
pam_setenv.c Rename openpam.h to openpam_impl.h to avoid confusion with 2002-02-01 20:49:12 +00:00
pam_start.c Fix an off-by-one bug that would in some circumstances trim off the 2002-02-13 00:34:23 +00:00
pam_strerror.c According to bde, it's OK to omit parentheses when taking the size 2002-02-06 13:25:36 +00:00
pam_verror.c Introduce pam_v{info,error,prompt}(). 2002-02-07 12:22:08 +00:00
pam_vinfo.c Introduce pam_v{info,error,prompt}(). 2002-02-07 12:22:08 +00:00
pam_vprompt.c pam_get_item(3) expects a const void **, not a const void *. Also 2002-02-13 02:17:31 +00:00