aboutsummaryrefslogtreecommitdiff
path: root/libpam/pam_vprompt.c
Commit message (Collapse)AuthorAgeFilesLines
* libpam: do not include config.h right before pam_private.hDmitry V. Levin2024-08-191-4/+2
| | | | | | As the first header included by pam_private.h is config.h, there is no need to include config.h explicitly right before pam_private.h
* libpam: make use of secure memory erasureChristian Göttsche2023-02-281-3/+3
| | | | | | Non trivial changes: - erase responses in pam_get_authtok_internal() on error branch
* Relevant BUGIDs:Tomas Mraz2005-09-191-2/+2
| | | | | | | | | | 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:Tomas Mraz2005-09-171-0/+3
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Log nonconforming conversation function behavior (by ldv)
* Relevant BUGIDs: noneThorsten Kukuk2005-09-041-5/+5
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace _pam_system_log with pam_syslog.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-031-2/+2
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add pam_syslog to unify log messages from PAM modules.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-021-0/+5
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix memory leak (patch by Dmitry V. Levin)
* Relevant BUGIDs: noneThorsten Kukuk2005-09-011-1/+2
| | | | | | | | | | 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-011-0/+106
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.