aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_timestamp
Commit message (Expand)AuthorAgeFilesLines
* meson: support elogind as a logind providerDudemanguy2024-11-261-1/+3
* build: drop autotools supportDmitry V. Levin2024-10-232-62/+0
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-101-0/+1
* build: consistently include config.h firstDmitry V. Levin2024-08-301-1/+1
* 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
* doc: fix uses of non-neutral gender pronounsAura Herrero Ruiz2024-04-021-2/+2
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-211-2/+1
* treewide: strictly separate builddir and srcdirTobias Stoeckmann2024-01-121-1/+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: try RAND_priv_bytes firstBenny Baumann2023-12-191-0/+7
* pam_timestamp: prefer getrandom(2) when availableBenny Baumann2023-12-191-0/+13
* pam_timestamp: indicate non-null arguments to the compilerBenny Baumann2023-12-191-0/+4
* pam_timestamp: ensure we get zero-initialized memoryBenny Baumann2023-12-191-2/+2
* pam_timestamp: allocate memory before opening /dev/urandomBenny Baumann2023-12-191-8/+9
* pam_timestamp: clean buffers before freeingBenny Baumann2023-12-191-0/+2
* treewide: assume free(NULL) is no-opDmitry V. Levin2023-12-141-3/+1
* pam_timestamp: check for ioloop errorsTobias Stoeckmann2023-12-041-6/+12
* treewide: do not cast calloc/malloc/reallocTobias Stoeckmann2023-11-121-1/+1
* pam_timestamp: use secure memory erasureChristian Göttsche2023-08-071-2/+3
* pam_timestamp: constify sha1 padding blockChristian Göttsche2023-08-071-1/+1
* pam_timestamp: do not assume PATH_MAX is definedPino Toscano2023-05-111-1/+3
* pam_timestamp: Only build hmacfile when no opensslIker Pedrosa2023-04-201-5/+2
* pam_timestamp: fix build failureIker Pedrosa2023-03-301-0/+1
* modules: make use of secure memory erasureChristian Göttsche2023-02-283-14/+13
* Y2038: use logind instead of utmpThorsten Kukuk2023-02-282-6/+46
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-071-0/+4
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-163-77/+56
* pam_timestamp: replace hmac implementationIker Pedrosa2021-06-145-11/+500
* Remove deprecated pam_tally and pam_tally2 modulesDmitry V. Levin2020-10-291-1/+1
* build: rename PIE_* AC_SUBST variables to EXE_*Dmitry V. Levin2020-08-071-2/+2
* Fix -Wcast-align compilation warnings on armDmitry V. Levin2020-08-062-12/+14
* 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
* 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/pam_timestamp/Makefile.am: rename noinst_PROGRAMS to check_PROGRAMSDmitry V. Levin2020-05-031-3/+2
* modules/pam_timestamp/Makefile.am: rename dist_TESTS to dist_check_SCRIPTSDmitry V. Levin2020-05-031-3/+3
* 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-5/+5
* 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
* pam_timestamp: include "config.h" in hmacsha1.c as the first headerDmitry V. Levin2020-04-241-0/+1
* pam_timestamp: Fix // in TIMESTAMPDIRPetr Lautrbach2020-03-311-1/+1
* modules/pam_timestamp: use pam_str_skip_prefixDmitry V. Levin2020-03-191-5/+10