aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pam_rootok: close the audit socket on error pathIker Pedrosa2024-05-231-0/+1
* pam_faillock: close the audit socket after useIker Pedrosa2024-05-231-0/+1
* pam_env: fix error handling in econf_read_fileDmitry V. Levin2024-05-191-4/+4
* pam_env: fix NULL dereference on error path in econf_read_fileDmitry V. Levin2024-05-191-1/+1
* Move all historic changelog files to a top-level ChangeLog.old directoryDmitry V. Levin2024-05-153-0/+0
* build: do not distribute historic changelog filesDmitry V. Levin2024-05-152-7/+5
* libpam: make /etc/passwd checks 8 bit cleanGöran Uddeborg2024-05-131-1/+1
* Fix CHANGELOG encodingTim Hutt2024-04-251-1/+1
* pam_umask: document details about the GECOS fieldChristoph Anton Mitterer2024-04-151-2/+4
* pam_umask: minor improvements to wordingChristoph Anton Mitterer2024-04-151-6/+6
* pam_unix: compare password hashes in constant timeChristian Göttsche2024-04-131-2/+2
* libpam: add helper to compare strings in constant timeChristian Göttsche2024-04-131-0/+14
* Prepare for 1.6.1 releaseDmitry V. Levin2024-04-093-2/+11
* po: update .pot and .po filesDmitry V. Levin2024-04-0883-602/+593
* configure.ac: do not check for headers that are included unconditionallyDmitry V. Levin2024-04-071-4/+1
* doc: fix pam_get_data manual regarding PAM_NO_MODULE_DATA return valueDmitry V. Levin2024-04-031-3/+2
* tests: check pam_get_data PAM_NO_MODULE_DATA return value semanticsDmitry V. Levin2024-04-031-2/+13
* tests: cleanup tst-pam_get_data to use test_assert.h frameworkDmitry V. Levin2024-04-031-131/+51
* tests: Add some pam_get_data testsMarco Trevisan (Treviño)2024-04-032-1/+181
* doc: fix uses of non-neutral gender pronounsAura Herrero Ruiz2024-04-0210-21/+21
* pam_start.c: do not call bindtextdomain() unless nls is enabledDmitry V. Levin2024-03-311-1/+1
* pam_env: document when the module is executedThorsten Kukuk2024-03-311-2/+19
* po: update da.poAlan012024-03-311-93/+17
* po: update translations using Weblate (Indonesian)Andika Triwidada2024-03-311-74/+81
* pam_unix: allow empty passwords with non-empty hashesSergei Trofimovich2024-03-291-8/+6
* pam_limits: fix potential use-after-free of pl->conf_fileShaleen Bathla2024-03-041-2/+10
* pam_unix: use yp functions only if nis requestedTobias Stoeckmann2024-03-031-1/+1
* build: fail if requested nis headers are missingTobias Stoeckmann2024-03-031-3/+6
* conf/modules: constify read-only data arraysChristian Göttsche2024-02-224-8/+8
* pam_unix: drop cast to same typeChristian Göttsche2024-02-221-1/+1
* modules: drop redundant return at end of void functionsChristian Göttsche2024-02-223-3/+0
* pam_faillock: drop duplicate includeChristian Göttsche2024-02-221-1/+0
* modules: enclose macro parameterChristian Göttsche2024-02-226-14/+14
* libpamc: enclose macro parameterChristian Göttsche2024-02-221-2/+2
* libpam: enclose macro parametersChristian Göttsche2024-02-223-21/+21
* pam_unix: avoid string formatting of NULLChristian Göttsche2024-02-221-2/+3
* pam_xauth: untangle stringsChristian Göttsche2024-02-221-10/+13
* pam_xauth: sanitize variable after asprintf(3) failureChristian Göttsche2024-02-221-0/+1
* pam_limits: print line number in warningTobias Stoeckmann2024-02-071-1/+5
* pam_limits: remove whitespaces around valueTobias Stoeckmann2024-02-061-1/+21
* libpam_internal: introduce pam_lineTobias Stoeckmann2024-02-067-54/+71
* pam_inline.h: Fix use of memset_explicit(3)Arseny Maslennikov2024-02-041-1/+1
* pam_unix: try to set uid to 0 for unix_chkpwdTobias Stoeckmann2024-01-242-15/+16
* libpam_internal: supply debug functionalityTobias Stoeckmann2024-01-2423-27/+93
* configure: fail if specified option cannot be satisfiedChristian Göttsche2024-01-221-7/+15
* pam_faildelay: add more tests to delay parserTobias Stoeckmann2024-01-211-1/+1
* pam_faildelay: support UINT_MAX delay on 32 bitTobias Stoeckmann2024-01-211-8/+8
* modules: add pamc headers to the search path only when neededTobias Stoeckmann2024-01-2146-88/+50
* pam_pwhistory: allocate crypt data on the heapChristian Göttsche2024-01-211-9/+26
* pam_userdb: cleanse crypt dataChristian Göttsche2024-01-211-0/+1