mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-28 09:29:52 +03:00
* pam_fshadow/pam_fshadow.c: Include config.h and time.h
* pam_sql/pam_mysql.c, pam_sql/pam_pgsql.c, pam_sql/pam_sql.c: Use _pam_log for diagnostics. * pam_regex/pam_regex.c (pam_sm_authenticate): Remove unused variable. * configure.ac: New option --enable-debug * common.c (wait_debug): Bugfix * pam_log/pam_log.c: Include ctype.h (parse_priority): Change return type. * pam_fshadow/Makefile.am, pam_log/Makefile.am, pam_regex/Makefile.am, pam_sql/Makefile.am: Use CPPFLAGS in cc rules. git-svn-id: file:///svnroot/pam-modules/trunk@58 56984be4-0537-0410-a56c-fcb268c96130
This commit is contained in:
parent
35c5bc9e42
commit
1c004f2fe6
14 changed files with 109 additions and 30 deletions
|
@ -135,7 +135,6 @@ pam_sm_authenticate(pam_handle_t *pamh,
|
|||
{
|
||||
int retval;
|
||||
char *name;
|
||||
char *password;
|
||||
regex_t rx;
|
||||
|
||||
_pam_parse(pamh, argc, argv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue