aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_pwhistory
Commit message (Expand)AuthorAgeFilesLines
* build: drop autotools supportDmitry V. Levin2024-10-232-65/+0
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-101-0/+1
* build: consistently include config.h unconditionallyDmitry V. Levin2024-08-282-4/+0
* 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-252-2/+2
* build: parametrize libtool subdirectoryDmitry V. Levin2024-08-221-4/+4
* Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-211-0/+1
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-211-2/+2
* pam_pwhistory: allocate crypt data on the heapChristian Göttsche2024-01-211-9/+26
* modules: zero out crypt_r(3) data before usageChristian Göttsche2024-01-211-3/+1
* pam_pwhistory: fix typo in example configurationTobias Stoeckmann2024-01-161-1/+1
* pam_pwhistory: use cp variable only when neededTobias Stoeckmann2024-01-161-17/+13
* pam_pwhistory: parse opasswd lines verbatimTobias Stoeckmann2024-01-161-16/+4
* pam_pwhistory: disable SELinux code if not usedTobias Stoeckmann2024-01-151-0/+6
* pam_pwhistory: build pwhistory_helper only with SELinux enabledTobias Stoeckmann2024-01-151-3/+12
* pam_pwhistory: annotate declaration with format attributeChristian Göttsche2024-01-152-1/+1
* treewide: remove unused definesTobias Stoeckmann2024-01-131-2/+0
* modules: simplify newline removalTobias Stoeckmann2024-01-121-4/+2
* treewide: strictly separate builddir and srcdirTobias Stoeckmann2024-01-121-1/+1
* treewide: fix typos in comments and documentationTobias Stoeckmann2023-12-181-1/+1
* treewide: assume getline existsDmitry V. Levin2023-12-121-38/+0
* pam_pwhistory: fix memory leak on error pathDmitry V. Levin2023-12-051-0/+1
* pam_pwhistory: fix passing NULL filename argument to pwhistory helperMd Zain Hasib2023-10-042-3/+3
* modules: cast to unsigned char for character handling functionChristian Göttsche2023-08-071-2/+2
* Fix build if crypt_r isn't availableBernhard Rosenkränzer2023-06-071-1/+1
* pam_pwhistory: switch away from PATH_MAXPino Toscano2023-05-111-11/+29
* 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 toolDmitry 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