aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* build: consistently include config.h unconditionallyDmitry V. Levin2024-08-284-8/+0
* build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIRDmitry V. Levin2024-08-2610-25/+25
* build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-2512-16/+16
* pam_env: do not add libpam_internal/include to include search path twiceDmitry V. Levin2024-08-231-1/+0
* build: parametrize libtool subdirectoryDmitry V. Levin2024-08-2218-280/+280
* Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-2114-0/+15
* pam_rootok: silence compilation warningDmitry V. Levin2024-08-171-2/+2
* pam_faillock: fix compilation warningDmitry V. Levin2024-08-161-6/+12
* configure.ac: do not check for lastlog.h, utmp.h, and utmpx.hDmitry V. Levin2024-08-131-5/+1
* pam_access: support UID and GID in access.confMatthew Luckam2024-08-132-6/+65
* pam_faillock: silence compilation warningDmitry V. Levin2024-07-281-1/+2
* libpam_internal: introduce pam_econf_readconfigStefan Schubert2024-07-024-20/+24
* pam_xauth: improve error logging on selabel lookupChristian Göttsche2024-05-241-2/+5
* pam_namespace: log getfscreatecon(3) failureChristian Göttsche2024-05-241-1/+3
* pam_namespace: free SELinux context on error pathIker Pedrosa2024-05-231-0/+3
* pam_namespace: free SELinux contextIker Pedrosa2024-05-231-0/+1
* pam_timestamp: close the timestamp file on error pathIker Pedrosa2024-05-231-0/+1
* 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-151-54/+0
* build: do not distribute historic changelog filesDmitry V. Levin2024-05-151-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
* doc: fix uses of non-neutral gender pronounsAura Herrero Ruiz2024-04-026-12/+12
* pam_env: document when the module is executedThorsten Kukuk2024-03-311-2/+19
* 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
* conf/modules: constify read-only data arraysChristian Göttsche2024-02-223-7/+7
* 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
* 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-062-8/+9
* pam_unix: try to set uid to 0 for unix_chkpwdTobias Stoeckmann2024-01-242-15/+16
* libpam_internal: supply debug functionalityTobias Stoeckmann2024-01-2414-17/+33
* 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
* pam_unix: cleanse crypt dataChristian Göttsche2024-01-211-0/+1