aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_pwhistory/pam_pwhistory.c
Commit message (Expand)AuthorAgeFilesLines
* build: consistently include config.h unconditionallyDmitry V. Levin2024-08-281-2/+0
* Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-211-0/+1
* pam_pwhistory: disable SELinux code if not usedTobias Stoeckmann2024-01-151-0/+6
* pam_pwhistory: fix passing NULL filename argument to pwhistory helperMd Zain Hasib2023-10-041-2/+2
* pam_pwhistory: load config from fileIker Pedrosa2022-07-151-9/+3
* pam_pwhistory: Enable alternate location for password history file (#396)Martyn Welch2022-02-071-11/+24
* Fix a typo found using codespell toolDmitry V. Levin2021-09-031-1/+1
* pam_pwhistory: add helper to handle SELinuxikerexxe2020-07-201-29/+189
* modules: do not check user name for emptyness before passing it to pam_moduti...Dmitry V. Levin2020-05-161-9/+0
* modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESSDmitry V. Levin2020-05-151-1/+1
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-2/+2
* modules/pam_pwhistory: use pam_str_skip_icase_prefixDmitry V. Levin2020-03-191-5/+8
* Fix whitespace issuesDmitry V. Levin2016-04-011-1/+0
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-14/+1
* Small documentation and define fixesThorsten Kukuk2012-08-161-2/+5
* pam_pwhistory: Always record the old password even when root changes it.Tomas Mraz2012-05-281-9/+12
* Fix compile time errors in --enable-static-modules modeMatveychikov Ilya2012-01-271-6/+6
* Relevant BUGIDs:Tomas Mraz2010-11-161-13/+8
* Relevant BUGIDs:Thorsten Kukuk2008-12-181-4/+2
* Relevant BUGIDs:Thorsten Kukuk2008-12-031-114/+37
* Relevant BUGIDs:Thorsten Kukuk2008-11-191-2/+11
* Relevant BUGIDs:Thorsten Kukuk2008-10-101-0/+319