* 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:
Sergey Poznyakoff 2007-08-14 08:50:50 +00:00
parent 35c5bc9e42
commit 1c004f2fe6
14 changed files with 109 additions and 30 deletions

View file

@ -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);