summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: make VENDORDIR based on $prefixldv/pam_env-vendordirDmitry V. Levin2023-02-052-2/+2
* pam_env: do not assume in tests that VENDORDIR is /usr/etcDmitry V. Levin2023-02-041-13/+35
* pam_env: do not hardcode /usr/etc into testsDmitry V. Levin2023-02-031-12/+18
* pam_env: do not hardcode /usr/etc into documentationDmitry V. Levin2023-02-021-3/+3
* pam_env: fix VENDOR_DEFAULT_ETC_ENVFILEDmitry V. Levin2023-02-011-1/+1
* pam_unix: don't link against yppasswd_xdr if NIS is disabledThorsten Kukuk2023-01-313-6/+6
* Enable format compiler warningsChristian Göttsche2023-01-303-6/+21
* Enable undef warningChristian Göttsche2023-01-302-4/+5
* Enable additional compiler warningsChristian Göttsche2023-01-301-0/+3
* pam_pwhistory: use vendor specific pwhistory.conf as fallbackStefan Schubert2023-01-272-0/+31
* pam_pwhistory: add a basic test for return valuesStefan Schubert2023-01-272-1/+64
* examples: ignore generated tty_convChristian Göttsche2023-01-251-0/+1
* pam_unix: regenerate yppasswd.h/yppasswd_xdr.c (#480)Thorsten Kukuk2023-01-242-61/+72
* libpam: remove dead code in pam_dynamic.cldv/pam_dynamicDmitry V. Levin2023-01-241-83/+1
* pam_selinux: treat getenforce failures as enforcingChristian Göttsche2023-01-241-6/+6
* .github: add gcc-12, clang-13, and clang-14 jobsldv/github-ciDmitry V. Levin2023-01-211-4/+46
* .github: switch from ubuntu-20.04 to ubuntu-latestDmitry V. Levin2023-01-201-63/+7
* pam_unix: silence compiler warning in md5.cDmitry V. Levin2023-01-191-13/+12
* pam_client.h: silence compiler warningDmitry V. Levin2023-01-191-1/+2
* pam_limits: silence compiler warningDmitry V. Levin2023-01-191-2/+2
* .github: remove x86 and x32 jobsDmitry V. Levin2023-01-181-169/+0
* pam_listfile: fix pointer misuse leading to data corruptionCyril Duval2023-01-181-5/+4
* doc: Update PAM documentation from DockBook 4 to DocBook 5Stefan Schubert2022-12-16235-5102/+3399
* pam_env: Use vendor specific pam_env.conf and environment as fallbackStefan Schubert2022-12-147-49/+394
* pam_shells: Use the vendor directory as fallback for a distribution provided ...Stefan Schubert2022-12-124-17/+81
* pam_shells: Added xtest test caseStefan Schubert2022-12-076-1/+94
* doc/man/Makefile.am: fix XMLS listThorsten Kukuk2022-12-061-12/+12
* pam_env: _parse_line: fix quoteflg handledValentin Lefebvre2022-12-011-1/+2
* .github: switch from actions/checkout@v2 to actions/checkout@v3Dmitry V. Levin2022-12-011-24/+24
* po: update .pot and .po filesDmitry V. Levin2022-11-1183-2140/+2717
* pam_mail: adjust wording for no new mailed neville2022-11-111-1/+1
* pam_faillock: fix typo in usage diagnosticsDmitry V. Levin2022-11-111-1/+1
* po: update translations using Weblate (Spanish)Emilio Herrera2022-11-111-18/+16
* po: update translations using Weblate (Korean)김인수2022-11-111-33/+33
* po: update translations using Weblate (Georgian)Temuri Doghonadze2022-11-111-90/+90
* pam_lastlog: fix file lockingDavin Shearer2022-11-071-10/+26
* pam_faillock: avoid logging an erroneous consecutive login failure messageDeepak Das2022-11-071-3/+5
* pam_faillock: Clarify missing user faillock files after rebootDeepak Das2022-11-072-0/+10
* doc: make stylesheets configurableStefan Schubert2022-10-277-11/+36
* libpam*: For uncommon prefixes, provide substitution variables in pkgconfig f...Felix Lechner2022-09-283-0/+6
* pam_lastlog: check localtime_r() return valueIker Pedrosa2022-09-271-6/+6
* configure.ac: fix implicit function declaration in mail spool directory checkSam James2022-09-121-0/+1
* po: update translations using Weblate (Estonian)H A2022-07-181-8/+9
* po: update translations using Weblate (Korean)김인수2022-07-181-6/+7
* po: update translations using Weblate (Chinese (Simplified) (zh_CN))Dingzhong Chen2022-07-181-39/+39
* pam_namespace: make sure the SIGCHLD handler is not reset too earlyldv/sigchldDmitry V. Levin2022-07-161-15/+15
* pam_mkhomedir: make sure the SIGCHLD handler is not reset too earlyDmitry V. Levin2022-07-161-9/+9
* pam_xauth: add SIGCHLD protection handledengbo2022-07-151-0/+15
* pam_exec: add SIGCHLD protection handledengbo2022-07-151-0/+10
* pam_pwhistory: document config load from fileIker Pedrosa2022-07-153-3/+184