aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_timestamp/pam_timestamp.c
Commit message (Expand)AuthorAgeFilesLines
* Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-211-0/+1
* pam_timestamp: close the timestamp file on error pathIker Pedrosa2024-05-231-0/+1
* pam_timestamp: correct failure conditionChristian Göttsche2024-01-041-1/+1
* pam_timestamp: fix condition orderChristian Göttsche2024-01-041-2/+2
* pam_timestamp_check: check format_timestamp_name return valueDmitry V. Levin2023-12-271-2/+5
* pam_timestamp_check: fix potential null pointer dereferences on error pathDmitry V. Levin2023-12-241-29/+24
* pam_timestamp_check: fix potential null pointer dereference on error pathFmiard2023-12-241-1/+2
* pam_timestamp: do not assume PATH_MAX is definedPino Toscano2023-05-111-1/+3
* modules: make use of secure memory erasureChristian Göttsche2023-02-281-2/+1
* Y2038: use logind instead of utmpThorsten Kukuk2023-02-281-3/+43
* pam_timestamp: replace hmac implementationIker Pedrosa2021-06-141-8/+45
* modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESSDmitry V. Levin2020-05-151-4/+1
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-031-3/+0
* pam_timestamp: Fix // in TIMESTAMPDIRPetr Lautrbach2020-03-311-1/+1
* modules/pam_timestamp: use pam_str_skip_prefixDmitry V. Levin2020-03-191-5/+10
* modules/pam_timestamp: fix compilation warningsDmitry V. Levin2020-03-191-2/+2
* modules/pam_timestamp: fix clang compilation warningDmitry V. Levin2020-03-181-2/+2
* Fix grammar of messages printed via pam_promptDmitry V. Levin2018-06-191-1/+2
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-301-1/+1
* pam_timestamp: fix typo in strncmp usageDmitry V. Levin2016-06-141-1/+1
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-291-19/+4
* Don't use sudo directory, the timestamp format is different (Ticket#32)Thorsten Kukuk2015-03-241-1/+2
* pam_timestamp: fix potential directory traversal issue (ticket #27)Dmitry V. Levin2014-03-261-1/+12
* Avoid memleaks and fd leak in error paths.Tomas Mraz2011-06-151-0/+3
* 2011-05-30 Thorsten Kukuk <kukuk@thkukuk.de>Thorsten Kukuk2011-05-301-2/+1
* Relevant BUGIDs:Thorsten Kukuk2010-04-141-1/+7
* Relevant BUGIDs:Thorsten Kukuk2009-03-271-8/+23
* Relevant BUGIDs:Tomas Mraz2008-11-281-0/+816