aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_faillock/pam_faillock.c
Commit message (Expand)AuthorAgeFilesLines
* Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-211-0/+1
* pam_faillock: fix compilation warningDmitry V. Levin2024-08-161-6/+12
* pam_faillock: close the audit socket after useIker Pedrosa2024-05-231-0/+1
* pam_faillock: do not truncate argumentsTobias Stoeckmann2024-01-021-7/+11
* pam_faillock: fix formatting of audit messagesSteve Grubb2023-08-041-2/+2
* pam_faillock: avoid logging an erroneous consecutive login failure messageDeepak Das2022-11-071-3/+5
* faillock: load configuration from fileIker Pedrosa2022-05-241-9/+6
* pam_faillock: move config to its own fileIker Pedrosa2022-05-241-224/+2
* pam_faillock: use vendor specific faillock.conf as fallbackStefan Schubert2022-02-011-0/+9
* pam_faillock: remove confusing commentDmitry V. Levin2021-07-201-1/+0
* faillock: Use pluralization via dngettext or fallbackKolja2021-01-251-1/+16
* faillock: Add a nodelay optionTavian Barnes2020-11-121-1/+7
* pam_faillock: fix invalid error messageMikhail Labiuk2020-10-131-3/+9
* pam_faillock: fix build on muslFabrice Fontaine2020-06-151-38/+1
* modules: downgrade syslog level for errors related to pam_get_userDmitry V. Levin2020-05-221-2/+2
* pam_faillock: return PAM_INCOMPLETE when pam_get_user returns PAM_CONV_AGAINDmitry V. Levin2020-05-151-1/+1
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-4/+0
* pam_faillock: Correct the grammar of translated stringsTomas Mraz2020-04-301-6/+2
* pam_faillock: Add conf option to use a different config fileTomas Mraz2020-04-301-21/+31
* pam_faillock: New module for locking after multiple auth failuresTomas Mraz2020-04-301-0/+773