aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_faillock
Commit message (Expand)AuthorAgeFilesLines
* build: drop autotools supportDmitry V. Levin2024-10-232-57/+0
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-101-0/+1
* build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIRDmitry V. Levin2024-08-261-2/+2
* build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-251-1/+1
* build: parametrize libtool subdirectoryDmitry V. Levin2024-08-221-13/+13
* Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-212-0/+2
* pam_faillock: fix compilation warningDmitry V. Levin2024-08-161-6/+12
* pam_faillock: silence compilation warningDmitry V. Levin2024-07-281-1/+2
* pam_faillock: close the audit socket after useIker Pedrosa2024-05-231-0/+1
* pam_faillock: drop duplicate includeChristian Göttsche2024-02-221-1/+0
* modules: enclose macro parameterChristian Göttsche2024-02-221-1/+1
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-211-2/+1
* treewide: remove unused definesTobias Stoeckmann2024-01-131-1/+0
* treewide: strictly separate builddir and srcdirTobias Stoeckmann2024-01-121-1/+1
* pam_faillock: use getlineTobias Stoeckmann2024-01-031-3/+5
* pam_faillock: do not truncate argumentsTobias Stoeckmann2024-01-021-7/+11
* treewide: use asprintf to construct stringsTobias Stoeckmann2023-12-191-9/+7
* modules: cast to unsigned char for character handling functionChristian Göttsche2023-08-071-4/+4
* pam_faillock: free handle in testChristian Göttsche2023-08-071-0/+1
* pam_faillock: fix formatting of audit messagesSteve Grubb2023-08-041-2/+2
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-071-0/+4
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-164-114/+89
* pam_faillock: fix typo in usage diagnosticsDmitry V. Levin2022-11-111-1/+1
* pam_faillock: avoid logging an erroneous consecutive login failure messageDeepak Das2022-11-071-3/+5
* pam_faillock: Clarify missing user faillock files after rebootDeepak Das2022-11-072-0/+10
* faillock: add support to print login failure info in legacy formatShreenidhi Shedi2022-07-012-11/+66
* faillock: refactor faillock info printing codeShreenidhi Shedi2022-07-011-21/+31
* faillock: error out if user does not existShreenidhi Shedi2022-07-011-1/+5
* faillock: load configuration from fileIker Pedrosa2022-05-246-33/+109
* pam_faillock: move config to its own fileIker Pedrosa2022-05-245-230/+322
* pam_faillock: add a test of return valuesStefan Schubert2022-02-042-1/+123
* pam_faillock: use vendor specific faillock.conf as fallbackStefan Schubert2022-02-013-1/+29
* modules: use SCONFIGDIR macroDmitry V. Levin2022-01-231-1/+1
* Check the return value of localtime in faillock (#421)pyllyukko2022-01-121-0/+5
* pam_faillock: remove confusing commentDmitry V. Levin2021-07-201-1/+0
* pam_faillock: convert spaces to tab to keep code stylechuanqin2021-03-251-3/+2
* faillock: create tallydir before creating tallyfileChangqing Li2021-01-271-0/+3
* faillock: Use pluralization via dngettext or fallbackKolja2021-01-251-1/+16
* Fix grammar: replace "an user" with "a user" everywhereDmitry V. Levin2020-11-241-1/+1
* faillock: Add a nodelay optionTavian Barnes2020-11-122-1/+17
* pam_faillock: fix unread store statementikerexxe2020-11-031-1/+1
* pam_faillock: fix invalid error messageMikhail Labiuk2020-10-131-3/+9
* build: rename PIE_* AC_SUBST variables to EXE_*Dmitry V. Levin2020-08-071-2/+2
* pam_faillock: add faillock executable to gitignoreikerexxe2020-06-261-0/+1
* pam_faillock: change /run/faillock/$USER permissions to 0660ikerexxe2020-06-171-1/+13
* 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: Document return values forwarded from pam_get_userDmitry V. Levin2020-05-151-0/+17
* pam_faillock: return PAM_INCOMPLETE when pam_get_user returns PAM_CONV_AGAINDmitry V. Levin2020-05-152-1/+10
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-4/+0