aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_pwhistory/opasswd.c
Commit message (Expand)AuthorAgeFilesLines
* build: consistently include config.h unconditionallyDmitry V. Levin2024-08-281-2/+0
* build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-251-1/+1
* 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: use cp variable only when neededTobias Stoeckmann2024-01-161-17/+13
* pam_pwhistory: parse opasswd lines verbatimTobias Stoeckmann2024-01-161-16/+4
* pam_pwhistory: annotate declaration with format attributeChristian Göttsche2024-01-151-1/+0
* treewide: remove unused definesTobias Stoeckmann2024-01-131-2/+0
* modules: simplify newline removalTobias Stoeckmann2024-01-121-4/+2
* treewide: fix typos in comments and documentationTobias Stoeckmann2023-12-181-1/+1
* treewide: assume getline existsDmitry V. Levin2023-12-121-38/+0
* 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-281-3/+10
* pam_pwhistory: Enable alternate location for password history file (#396)Martyn Welch2022-02-071-26/+39
* modules: use SCONFIGDIR macroDmitry V. Levin2022-01-231-1/+1
* Remove support for legacy xcryptBjörn Esser2021-06-141-3/+1
* Add missing format function attributes and enable -Wmissing-format-attributeChristian Göttsche2020-10-251-0/+1
* pam_pwhistory: add helper to handle SELinuxikerexxe2020-07-201-7/+60
* 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
* 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
* Fix compile time errors in --enable-static-modules modeMatveychikov Ilya2012-01-271-4/+4
* Fix whitespace issuesDmitry V. Levin2011-10-261-2/+2
* Cleanups of pam_pwhistory code. Make opasswd entry parsing more robust.Tomas Mraz2011-06-151-24/+33
* Relevant BUGIDs:Thorsten Kukuk2010-04-141-4/+18
* Relevant BUGIDs:Tomas Mraz2009-06-011-2/+4
* Relevant BUGIDs:Tomas Mraz2009-03-241-0/+9
* Relevant BUGIDs:Thorsten Kukuk2008-11-251-1/+1
* Relevant BUGIDs:Thorsten Kukuk2008-10-101-0/+473