aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* modules: zero out crypt_r(3) data before usageChristian Göttsche2024-01-214-11/+5
* pam_faildelay: fix compilation warnings on 32bit platformsDmitry V. Levin2024-01-201-2/+2
* pam_namespace: use sed instead of awk in namespace.initDmitry V. Levin2024-01-201-1/+1
* pam_unix: do not warn if password aging is disabledTobias Stoeckmann2024-01-191-1/+0
* pam_env: remove escaped newlines from econf linesTobias Stoeckmann2024-01-181-0/+23
* pam_env: fix --enable-vendordir fallback logicDmitry V. Levin2024-01-181-11/+11
* pam_env: check VENDORDIR after config.h inclusionTobias Stoeckmann2024-01-181-9/+9
* pam_namespace: include stdint.hJacob Heider2024-01-171-0/+2
* pam_namespace: protect_dir(): use O_DIRECTORY to prevent local DoS situationsMatthias Gerstner2024-01-171-17/+1
* pam_pwhistory: fix typo in example configurationTobias Stoeckmann2024-01-161-1/+1
* pam_unix: fix typos in commentsChristian Göttsche2024-01-162-2/+2
* 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_unix: do not allow comma as a field separatorTobias Stoeckmann2024-01-162-9/+8