OpenPAM/lib
Dag-Erling Smørgrav d619fcb520 Through oversight, the PAM_LOG_LIBDEBUG case was left out in the
version of openpam_log() that's actually used.  Internal debugging
messages therefore went to the default case and were logged as errors,
spamming /var/log/messages and the console.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@544 185d5e19-27fe-0310-9dcf-9bff6b9f3609
2012-03-31 22:47:15 +00:00
..
Makefile.am Add an internal function for appending a character to a dynamically 2012-02-26 03:34:46 +00:00
openpam_borrow_cred.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
openpam_check_owner_perms.c Even though I now prefer the 2-clause BSD license, for practical 2012-03-31 22:11:34 +00:00
openpam_configure.c Fix a regression introduced by r487. The count was actually used to 2012-01-11 00:29:48 +00:00
openpam_constants.c Reorganize the headers and centralize the string tables. 2011-11-12 00:12:32 +00:00
openpam_constants.h Reorganize the headers and centralize the string tables. 2011-11-12 00:12:32 +00:00
openpam_debug.h Add another log level, PAM_LOG_LIBDEBUG, with a negative priority. It 2012-01-11 00:13:25 +00:00
openpam_dispatch.c Report an error if one of the modules in the chain does not implement 2011-12-07 01:28:05 +00:00
openpam_dynamic.c Improve error messages by logging the full path of the module we tried 2012-01-11 00:45:09 +00:00
openpam_findenv.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
openpam_free_data.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
openpam_free_envlist.c This was written long after the DARPA contract ended. 2011-10-22 02:47:36 +00:00
openpam_get_option.c Redundant #include 2012-03-31 14:24:37 +00:00
openpam_impl.h Fix some embarassing typos introduced in the openpam_straddch() cleanup. 2012-03-31 14:55:19 +00:00
openpam_load.c Reorganize the headers and centralize the string tables. 2011-11-12 00:12:32 +00:00
openpam_log.c Through oversight, the PAM_LOG_LIBDEBUG case was left out in the 2012-03-31 22:47:15 +00:00
openpam_nullconv.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
openpam_readline.c - Deduplicate the trailing-whitespace code. 2011-11-03 10:48:25 +00:00
openpam_restore_cred.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
openpam_set_option.c Redundant #include 2012-03-31 14:24:53 +00:00
openpam_static.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
openpam_straddch.c Avoid underflow if *size == 0. 2012-03-31 15:34:19 +00:00
openpam_strlcmp.h Provide strlcmp(3) internally on systems that don't already have it. 2011-11-03 15:29:24 +00:00
openpam_strlcpy.h dst can't be const, you idiot. 2011-11-20 02:04:17 +00:00
openpam_subst.c Even though I now prefer the 2-clause BSD license, for practical 2012-03-31 22:11:34 +00:00
openpam_ttyconv.c Rename sigset to the_sigset to avoid shadowing sigset(3). 2012-02-26 03:23:59 +00:00
pam_acct_mgmt.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_authenticate.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_authenticate_secondary.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_chauthtok.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_close_session.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_end.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_error.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_get_authtok.c Use a different default prompt if PAM_RHOST != PAM_HOST. 2011-12-31 13:14:23 +00:00
pam_get_data.c Document that the item argument (for pam_get_item(3)) and the data 2011-10-22 01:03:23 +00:00
pam_get_item.c Reorganize the headers and centralize the string tables. 2011-11-12 00:12:32 +00:00
pam_get_mapped_authtok.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_get_mapped_username.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_get_user.c Add a new API function, openpam_subst(3), which replaces substitution 2011-10-29 18:31:11 +00:00
pam_getenv.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_getenvlist.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_info.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_open_session.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_prompt.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_putenv.c spelling 2012-03-31 20:53:22 +00:00
pam_set_data.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_set_item.c Disallow changing the service name. 2011-11-21 16:20:45 +00:00
pam_set_mapped_authtok.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_set_mapped_username.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_setcred.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_setenv.c spelling 2012-03-31 20:53:22 +00:00
pam_sm_acct_mgmt.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_sm_authenticate.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_sm_authenticate_secondary.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_sm_chauthtok.c Mention that the service function is called twice. 2011-11-02 23:33:43 +00:00
pam_sm_close_session.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_sm_get_mapped_authtok.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_sm_get_mapped_username.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_sm_open_session.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_sm_set_mapped_authtok.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_sm_set_mapped_username.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_sm_setcred.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_start.c Style / consistency 2011-12-18 14:00:33 +00:00
pam_strerror.c Reorganize the headers and centralize the string tables. 2011-11-12 00:12:32 +00:00
pam_verror.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_vinfo.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00
pam_vprompt.c Update copyright and release notes. 2011-09-13 12:00:13 +00:00