aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* modules: do not invoke getline(3) unnecessarilyDmitry V. Levin2024-01-162-3/+2
* pam_unix: declare read-only data array constChristian Göttsche2024-01-151-1/+1
* pam_unix: log about failure to execute unix_chkpwd(8)Christian Göttsche2024-01-151-1/+1
* pam_unix: clean additional possible sensitive buffersChristian Göttsche2024-01-153-2/+7
* pam_unix: use more appropriate typesChristian Göttsche2024-01-152-5/+5
* pam_unix: retain const qualifierChristian Göttsche2024-01-151-6/+6
* pam_unix: enclose macro argumentsChristian Göttsche2024-01-151-3/+3
* pam_unix: set close-on-execChristian Göttsche2024-01-154-24/+13
* pam_unix: support setgid version of unix_chkpwd(8)Christian Göttsche2024-01-151-2/+7
* pam_unix: reject unix_update(8) running on different unprivileged userChristian Göttsche2024-01-151-3/+13
* pam_unix: add audit support to unix_update(8)Christian Göttsche2024-01-152-1/+18
* pam_unix: refactor audit loggingChristian Göttsche2024-01-155-36/+61
* pam_unix: fix regressionsTobias Stoeckmann2024-01-152-2/+1
* pam_pwhistory: disable SELinux code if not usedTobias Stoeckmann2024-01-151-0/+6
* pam_pwhistory: build pwhistory_helper only with SELinux enabledTobias Stoeckmann2024-01-151-3/+12