summaryrefslogtreecommitdiff
path: root/libpam
Commit message (Collapse)AuthorAge
...
| * Relevant BUGIDs:Thorsten Kukuk2005-11-18
| | | | | | | | | | | | | | | | | | Purpose of commit: Commit summary: --------------- submit missing files from last checkin
| * Relevant BUGIDs: 534205Thorsten Kukuk2005-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- 2005-11-16 Thorsten Kukuk <kukuk@thkukuk.de> * libpam/pam_handlers.c: Replace code for all dlopen variants with a generic wrapper. * libpam/pam_dynamic.c: Implement generic wrapper for dlopen. * libpam/pam_dynamic.h: Provide prototypes. For Mac OS X support [#534205]
| * Relevant BUGIDs: 604380Thorsten Kukuk2005-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix compatibility with Solaris if compiled on Solaris: 2005-11-17 Thorsten Kukuk <kukuk@thkukuk.de> * libpam/include/security/_pam_compat.h: Fix wrong #ifdef nesting. Redefine PAM_CHANGE_EXPIRED_AUTHTOK [#604380]
| * Relevant BUGIDs:Thorsten Kukuk2005-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- 2005-11-07 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_unix/pam_unix_passwd.c (_unix_verify_shadow): Use correct variable names. And adjust .cvsignore files for libtool generated files.
| * Relevant BUGIDs: Debian bug #53653Steve Langasek2005-10-04
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Declare public header files extern "C" so that they are C++-safe.
| * Relevant BUGIDs:Tomas Mraz2005-09-21
| | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Allow out of tree builds
| * Relevant BUGIDs:Tomas Mraz2005-09-21
| | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Moved functions from pammodutil to libpam.
| * Relevant BUGIDs:Tomas Mraz2005-09-20
| | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Revert de-constification of pam_get_data and pam_get_item prototypes
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-20
| | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix missing NULL pointer check and us asprintf instead of malloc/snprintf (from Dmitry V. Levin).
| * Relevant BUGIDs:Tomas Mraz2005-09-19
| | | | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Added PAM_NONNULL attributes to some public API (by ldv) Removed const qualifiers from pam_get_item, pam_get_data to comply with spec
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-17
| | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix code for which gcc4.1 prints warnings
| * Relevant BUGIDs:Tomas Mraz2005-09-17
| | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Log nonconforming conversation function behavior (by ldv)
| * Relevant BUGIDs:Tomas Mraz2005-09-17
| | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Better check the input parameters of pam_start (by ldv)
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_vsyslog: Restore errno after each asprintf. misc_conv.c: don't use special control characters, non-ascii terminal can run into problems with them. de.po: Translate some more strings. *.po: Adjust translations for misc_conv.c.
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-14
| | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Link libpam_misc against libpam Fix defines in pam_ext.h Patches from Dmitry V. Levin.
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-05
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove duplicate check for NULL variable (Dmitry V. Levin)
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-04
| | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix compiling pam_prelude.
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-04
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace _pam_system_log with pam_syslog.
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-04
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Apply cleanup from Dmitry V. Levin
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-03
| | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add pam_syslog to unify log messages from PAM modules.
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-02
| | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix memory leak (patch by Dmitry V. Levin)
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-01
| | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix memory leak in pam_vprompt and adjust printf attribute. Patch from Dmitry V. Levin.
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-01
| | | | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add PAM extensions pam_*prompt, pam_*error and pam_*info for usage by modules to libpam, add new pam_ext.h header file with prototypes.
| * Relevant BUGIDs: noneThorsten Kukuk2005-08-29
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- cleanup the header files, don't include allways all other header files.
| * Relevant BUGIDs: noneThorsten Kukuk2005-08-26
| | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Mark missing strings for translations (login and password) Fix \a problem with pot/po files
| * Relevant BUGIDs: noneThorsten Kukuk2005-08-23
| | | | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Change major version number back to "0". Add more patches from ALT-Linux/OWL:
| * Relevant BUGIDs: noneThorsten Kukuk2005-08-18
| | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- configure should set _GNU_SOURCE/_BSD_SOURCE
| * Relevant BUGIDs: noneThorsten Kukuk2005-08-18
| | | | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Use modules.map as linker version map for all PAM modules Use /var/run for debug output instead of /tmp (Patches from ALT Linux/OWL)
| * Relevant BUGIDs: noneThorsten Kukuk2005-08-18
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove unused files.
| * Relevant BUGIDs: noneThorsten Kukuk2005-08-16
| | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- 2. round of automake/autoconf/libtool changes
| * Relevant BUGIDs: noneThorsten Kukuk2005-08-16
| | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Big "automake/autoconf/libtool" commit
| * Relevant BUGIDs: noneThorsten Kukuk2005-07-20
| | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Mark message strings for translation
| * Relevant BUGIDs: noneThorsten Kukuk2005-07-20
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Rename _pam_aconf.h to config.h.
| * Relevant BUGIDs: noneThorsten Kukuk2005-07-18
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- kill features.h inclusion in _pam_aconf.h
| * Relevant BUGIDs: noneThorsten Kukuk2005-07-14
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove old code which should not be used anymore
| * Relevant BUGIDs: noneThorsten Kukuk2005-07-05
| | | | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove code duplication (logging and error strings) and fix compiler warnings
| * Relevant BUGIDs: noneThorsten Kukuk2005-06-09
| | | | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix all occurrence of dereferencing type-punned pointer will break strict-aliasing rules warnings
| * Relevant BUGIDs: noneThorsten Kukuk2005-04-29
| | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix compiler warnings
| * Relevant BUGIDs: noneThorsten Kukuk2005-04-29
| | | | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Set PAM_DEFAULT_PROMPT to "login: " as already done by all Linux distributors.
| * Improved log facilitiesSebastien Tricaud2005-03-31
| |
| * prelude ids supportSebastien Tricaud2005-03-29
| |
| * Relevant BUGIDs: noneThorsten Kukuk2005-03-29
| | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix make clean (remove symlinks)
| * Fixed typo issueSebastien Tricaud2005-03-16
| |
| * Relevant BUGIDs:Thorsten Kukuk2005-02-07
| | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix wrong variable name in debug code
| * Relevant BUGIDs:Thorsten Kukuk2005-01-10
| | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix seg.fault in case the PAM configuration file is corrupt
| * Relevant BUGIDs: 629251, Red Hat bz 143750Tomas Mraz2005-01-07
| | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- libpam: don't return PAM_IGNORE if the impression is positive and using cached chain pam_nologin: don't overwrite return value with return from pam_get_item
| * Relevant BUGIDs:Thorsten Kukuk2004-10-06
| | | | | | | | | | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: Last part of fixes from Red Hat
| * Relevant BUGIDs:Thorsten Kukuk2004-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: * Merge patches from Red Hat (Bug 477000 and other - kukuk) * Fix pam_rhosts option parsing (Bug 922648 - kukuk)
| * Relevant BUGIDs:Thorsten Kukuk2004-09-22
| | | | | | | | | | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: Add rest of Steve Grubb's resource leak and other fixes
| * Relevant BUGIDs:Thorsten Kukuk2004-09-15
| | | | | | | | | | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: Add parts of Steve Grubb's resource leak and other fixes