aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* build: correctly set WITH_SELINUX conditionalTobias Stoeckmann2024-01-191-1/+1
* pam_unix: do not warn if password aging is disabledTobias Stoeckmann2024-01-191-1/+0
* libpam_misc: use size_t for sizesTobias Stoeckmann2024-01-181-2/+2
* 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
* libpam: fix build with --enable-read-both-confsTobias Stoeckmann2024-01-181-1/+1
* pam_namespace: include stdint.hJacob Heider2024-01-171-0/+2
* Prepare for 1.6.0 releaseDmitry V. Levin2024-01-173-2/+43
* pam_namespace: protect_dir(): use O_DIRECTORY to prevent local DoS situationsMatthias Gerstner2024-01-171-17/+1
* po: update .pot and .po filesDmitry V. Levin2024-01-1683-2505/+2506
* po: update translations using Weblate (French)Damien Pou2024-01-161-12/+12
* libpam: fix typo in commentTobias Stoeckmann2024-01-161-1/+1
* pam_pwhistory: fix typo in example configurationTobias Stoeckmann2024-01-161-1/+1
* NEWS: fix typosChristian Göttsche2024-01-161-2/+2
* pam_unix: fix typos in commentsChristian Göttsche2024-01-162-2/+2
* ci: bump actions/checkout to v4Christian Göttsche2024-01-161-18/+18
* doc: do not clean bootstrapped filesChristian Göttsche2024-01-161-1/+2
* configure: require libsystemd on --enable-logindChristian Göttsche2024-01-161-2/+4
* 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