OpenPAM/lib
Dag-Erling Smørgrav 309a306cfd Constify the return value from pam_getenv(3). This violates XSSO,
but I consider that a bug in the spec.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@211 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2003-05-01 23:10:49 +00:00
..
Makefile DBA update and minor whitespace fixes. 2002-06-07 18:22:57 +00:00
openpam_borrow_cred.c If a set of saved credentials already exists when we are called, log 2003-02-07 16:04:39 +00:00
openpam_configure.c Support /usr/local/etc/pam.conf, for completeness' sake. 2002-10-28 13:39:45 +00:00
openpam_dispatch.c If compiled with -DDEBUG, enable debugging right before calling a 2003-05-01 18:20:03 +00:00
openpam_dynamic.c Avoid dereferencing an unitialized dl handle. Also, add a cast to 2003-05-01 18:13:09 +00:00
openpam_findenv.c More debugging macros: ENTERI() (item type), ENTERN() (int), 2003-02-02 13:10:00 +00:00
openpam_free_data.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
openpam_get_option.c More debugging macros: ENTERI() (item type), ENTERN() (int), 2003-02-02 13:10:00 +00:00
openpam_impl.h Add a global variable controlling the output of debugging messages. 2003-05-01 18:18:06 +00:00
openpam_load.c Add an array containing the API names for the PAM primitives. 2002-12-12 16:59:21 +00:00
openpam_log.c Add a global variable controlling the output of debugging messages. 2003-05-01 18:18:06 +00:00
openpam_nullconv.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
openpam_restore_cred.c If the saved effective uid is the same as the current effective uid, 2003-02-07 16:07:07 +00:00
openpam_set_option.c More debugging macros: ENTERI() (item type), ENTERN() (int), 2003-02-02 13:10:00 +00:00
openpam_static.c DBA update and minor whitespace fixes. 2002-06-07 18:22:57 +00:00
openpam_ttyconv.c Have prompt() return NULL if EOF occurred on stdin, instead of acting 2003-01-03 03:34:13 +00:00
pam_acct_mgmt.c Nothing beats being an idiot! Avoid passing expressions with side 2003-02-08 16:41:53 +00:00
pam_authenticate.c Nothing beats being an idiot! Avoid passing expressions with side 2003-02-08 16:41:53 +00:00
pam_authenticate_secondary.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_chauthtok.c Nothing beats being an idiot! Avoid passing expressions with side 2003-02-08 16:41:53 +00:00
pam_close_session.c Nothing beats being an idiot! Avoid passing expressions with side 2003-02-08 16:41:53 +00:00
pam_end.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_error.c s/pam_info/pam_error/ in documentation. 2002-06-30 23:10:59 +00:00
pam_get_authtok.c Nothing beats being an idiot! Avoid passing expressions with side 2003-02-08 16:41:53 +00:00
pam_get_data.c More debugging macros: ENTERI() (item type), ENTERN() (int), 2003-02-02 13:10:00 +00:00
pam_get_item.c More debugging macros: ENTERI() (item type), ENTERN() (int), 2003-02-02 13:10:00 +00:00
pam_get_mapped_authtok.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_get_mapped_username.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_get_user.c Nothing beats being an idiot! Avoid passing expressions with side 2003-02-08 16:41:53 +00:00
pam_getenv.c Constify the return value from pam_getenv(3). This violates XSSO, 2003-05-01 23:10:49 +00:00
pam_getenvlist.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_info.c DBA update and minor whitespace fixes. 2002-06-07 18:22:57 +00:00
pam_open_session.c Nothing beats being an idiot! Avoid passing expressions with side 2003-02-08 16:41:53 +00:00
pam_prompt.c Include <sys/types.h> to define size_t. 2002-06-30 22:41:17 +00:00
pam_putenv.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_set_data.c More debugging macros: ENTERI() (item type), ENTERN() (int), 2003-02-02 13:10:00 +00:00
pam_set_item.c Variable initialization issues. 2003-05-01 17:57:17 +00:00
pam_set_mapped_authtok.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_set_mapped_username.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_setcred.c Nothing beats being an idiot! Avoid passing expressions with side 2003-02-08 16:41:53 +00:00
pam_setenv.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_acct_mgmt.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_authenticate.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_authenticate_secondary.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_chauthtok.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_close_session.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_get_mapped_authtok.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_get_mapped_username.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_open_session.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_set_mapped_authtok.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_set_mapped_username.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_sm_setcred.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_start.c Instrument entry and exit points. 2002-12-12 17:06:29 +00:00
pam_strerror.c Add an array of symbolic names for the PAM error codes. 2002-12-12 16:58:28 +00:00
pam_verror.c DBA update and minor whitespace fixes. 2002-06-07 18:22:57 +00:00
pam_vinfo.c DBA update and minor whitespace fixes. 2002-06-07 18:22:57 +00:00
pam_vprompt.c Avoid a NULL pointer dereference if PAM_CONV is non-NULL but its 2003-02-16 12:09:51 +00:00