aboutsummaryrefslogtreecommitdiff
path: root/libpam/pam_syslog.c
Commit message (Collapse)AuthorAgeFilesLines
* libpam: do not include config.h right before pam_private.hDmitry V. Levin2024-08-191-3/+1
| | | | | | 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
* Relevant BUGIDs:Thorsten Kukuk2005-12-191-0/+4
| | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Solaris does not have LOG_AUTHPRIV: 2005-12-19 Thorsten Kukuk <kukuk@thkukuk.de> * libpam/pam_syslog.c: Define LOG_AUTHPRIV as LOG_AUTH on Solaris. Reported by Charles_H_Bedford@nbc.gov.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-141-0/+1
| | | | | | | | | | | | | 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-041-3/+3
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace _pam_system_log with pam_syslog.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-041-10/+2
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Apply cleanup from Dmitry V. Levin
* Relevant BUGIDs: noneThorsten Kukuk2005-09-031-0/+118
Purpose of commit: new feature Commit summary: --------------- Add pam_syslog to unify log messages from PAM modules.