diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-14 15:28:43 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-14 15:28:43 +0000 |
commit | fe8d0ce8e594a8d362f3b034aa8d5240db8f09f0 (patch) | |
tree | f14cca2f6bd83cb6e074dac0949dba694fae19f2 /modules/pam_tally | |
parent | 1b8c3c439aca2b3849328666a0d022c1685b7bdf (diff) | |
download | pam-fe8d0ce8e594a8d362f3b034aa8d5240db8f09f0.tar.gz pam-fe8d0ce8e594a8d362f3b034aa8d5240db8f09f0.tar.bz2 pam-fe8d0ce8e594a8d362f3b034aa8d5240db8f09f0.zip |
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
2006-06-14 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Remove --enable-memory-debug, add option
to disable prelude if installed.
* modules/pam_tally/pam_tally.c: Remove MEMORY_DEBUG
* modules/pam_filter/upperLOWER/upperLOWER.c: Likewise.
* modules/pam_unix/unix_chkpwd.c: Likewise.
* libpam/include/security/_pam_types.h: Likewise.
* libpam/libpam.map: Remove LIBPAM_MALLOC_DEBUG export.
* libpam/pam_malloc.c: Remove file.
* libpam/Makefile.am: Remove pam_malloc.c and pam_malloc.h.
Diffstat (limited to 'modules/pam_tally')
-rw-r--r-- | modules/pam_tally/pam_tally.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/pam_tally/pam_tally.c b/modules/pam_tally/pam_tally.c index 12cb5bfa..66fc5f35 100644 --- a/modules/pam_tally/pam_tally.c +++ b/modules/pam_tally/pam_tally.c @@ -10,15 +10,12 @@ * Stuff stolen from pam_rootok and pam_listfile * * Changes by Tomas Mraz <tmraz@redhat.com> 5 January 2005 - * Audit option added for Tomas patch by Sebastien Tricaud <toady@gscore.org> 13 January 2005 + * Audit option added for Tomas patch by + * Sebastien Tricaud <toady@gscore.org> 13 January 2005 */ #include "config.h" -#if defined(MAIN) && defined(MEMORY_DEBUG) -# undef exit -#endif /* defined(MAIN) && defined(MEMORY_DEBUG) */ - #include <stdio.h> #include <string.h> #include <unistd.h> |