summaryrefslogtreecommitdiff
path: root/modules/pam_pwhistory
Commit message (Expand)AuthorAgeFilesLines
* modules: make use of secure memory erasureChristian Göttsche2023-02-282-4/+11
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-071-0/+4
* pam_pwhistory: use vendor specific pwhistory.conf as fallbackStefan Schubert2023-01-272-0/+31
* pam_pwhistory: add a basic test for return valuesStefan Schubert2023-01-272-1/+64
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-164-91/+68
* pam_pwhistory: document config load from fileIker Pedrosa2022-07-153-3/+184
* pam_pwhistory: load config from fileIker Pedrosa2022-07-155-11/+197
* pam_pwhistory: Enable alternate location for password history file (#396)Martyn Welch2022-02-075-51/+95
* modules: use SCONFIGDIR macroDmitry V. Levin2022-01-231-1/+1
* Fix a typo found using codespell toolv1.5.2Dmitry V. Levin2021-09-031-1/+1
* Remove support for legacy xcryptBjörn Esser2021-06-141-3/+1
* Remove deprecated pam_cracklib moduleDmitry V. Levin2020-10-291-3/+3
* Add missing format function attributes and enable -Wmissing-format-attributeChristian Göttsche2020-10-251-0/+1
* build: rename PIE_* AC_SUBST variables to EXE_*Dmitry V. Levin2020-08-071-2/+2
* pam_pwhistory: add helper to handle SELinuxikerexxe2020-07-207-47/+478
* 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/*/Makefile.am: rename TESTS to dist_check_SCRIPTSDmitry V. Levin2020-05-031-2/+3
* modules/*/Makefile.am: rename man_MANS to dist_man_MANSDmitry V. Levin2020-05-031-2/+2
* modules/*/Makefile.am: add dist_ prefix to *_DATADmitry V. Levin2020-05-031-2/+2
* modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DISTDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: reorder lines to promote uniformityDmitry V. Levin2020-04-271-3/+1
* build: move README prerequisites rule from modules/*/Makefile.am to Make.xml....Dmitry V. Levin2020-04-271-1/+0
* modules/*/Makefile.am: list prerequisites of README target uniformlyDmitry V. Levin2020-04-271-1/+1
* modules/*/Makefile.am: list tests in EXTRA_DIST uniformlyDmitry V. Levin2020-04-271-1/+1
* modules/pam_pwhistory: use pam_str_skip_icase_prefixDmitry V. Levin2020-03-191-5/+8
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-271-0/+2
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-181-1/+2
* pam_pwhistory: fix build when -lxcrypt is not availableDmitry V. Levin2019-12-161-1/+1
* pwhistory: fix read of uninitialized data and memory leak when modifying opasswdMatt Cowell2019-09-021-3/+3
* Fix whitespace issuesDmitry V. Levin2016-04-011-1/+0
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-14/+1
* Make pam_pwhistory and pam_unix tolerant of corrupted opasswd file.Tomas Mraz2014-07-211-1/+6
* Add checks for crypt() returning NULL.Tomas Mraz2013-02-081-1/+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-273-15/+15
* Use libpam.la/libpam_misc.la to link with -lpam/-lpam_miscDmitry V. Levin2011-10-281-1/+1
* Update .gitignore filesDmitry V. Levin2011-10-271-8/+0
* Rename all .cvsignore files to .gitignoreDmitry V. Levin2011-10-271-0/+0
* Fix whitespace issuesDmitry V. Levin2011-10-261-2/+2
* Cleanups of pam_pwhistory code. Make opasswd entry parsing more robust.Tomas Mraz2011-06-152-25/+36
* Relevant BUGIDs:Linux-PAM-1_1-branchTomas Mraz2010-11-161-13/+8
* Relevant BUGIDs:Thorsten Kukuk2010-04-141-4/+18
* Relevant BUGIDs:Thorsten Kukuk2009-06-281-2/+2
* Relevant BUGIDs:Tomas Mraz2009-06-011-2/+4
* Relevant BUGIDs:Tomas Mraz2009-06-011-2/+2
* Relevant BUGIDs:Tomas Mraz2009-03-241-0/+9
* Relevant BUGIDs:Thorsten Kukuk2008-12-182-11/+10