aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix/audit.c
Commit message (Collapse)AuthorAgeFilesLines
* build: consistently include config.h firstDmitry V. Levin2024-08-301-2/+1
| | | | Make sure that config.h is included before any system header.
* pam_unix: refactor audit loggingChristian Göttsche2024-01-151-0/+45
Split the audit logging code into a separate file, to be reused by unix_update(8).