summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* build: use <vendordir>/security directory for installation if it has been setStefan Schubert2023-02-0743-0/+172
* 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-312-6/+5
* Enable undef warningChristian Göttsche2023-01-301-4/+4
* 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
* pam_unix: regenerate yppasswd.h/yppasswd_xdr.c (#480)Thorsten Kukuk2023-01-242-61/+72
* pam_selinux: treat getenforce failures as enforcingChristian Göttsche2023-01-241-6/+6
* pam_unix: silence compiler warning in md5.cDmitry V. Levin2023-01-191-13/+12
* pam_limits: silence compiler warningDmitry V. Levin2023-01-191-2/+2
* 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-16104-2534/+1724
* pam_env: Use vendor specific pam_env.conf and environment as fallbackStefan Schubert2022-12-146-43/+388
* pam_shells: Use the vendor directory as fallback for a distribution provided ...Stefan Schubert2022-12-123-14/+75
* pam_env: _parse_line: fix quoteflg handledValentin Lefebvre2022-12-011-1/+2
* 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
* 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
* pam_lastlog: check localtime_r() return valueIker Pedrosa2022-09-271-6/+6
* 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
* pam_pwhistory: load config from fileIker Pedrosa2022-07-155-11/+197
* faillock: add support to print login failure info in legacy formatShreenidhi Shedi2022-07-012-11/+66
* faillock: refactor faillock info printing codeShreenidhi Shedi2022-07-011-21/+31
* faillock: error out if user does not existShreenidhi Shedi2022-07-011-1/+5
* pam_motd: do not rely on all filesystems providing a filetypePer Jessen2022-06-301-9/+40
* pam_namespace: use vendor specific namespace.conf and namespace.init as fallbackStefan Schubert2022-06-304-15/+167
* pam_limits: use vendor specific content in limits.d directory as fallbackStefan Schubert2022-06-302-61/+164
* pam_access: use vendor specific access.conf as fallbackStefan Schubert2022-06-302-19/+145
* faillock: load configuration from fileIker Pedrosa2022-05-246-33/+109
* pam_faillock: move config to its own fileIker Pedrosa2022-05-245-230/+322
* pam_env: reorder definitions of static functions to avoid forward declarationsldv/pam_env-reorder-static-functionsDmitry V. Levin2022-04-241-268/+263
* pam_issue: reorder definitions of static functions to avoid forward declarationsldv/pam_issue-reorder-static-functionsDmitry V. Levin2022-04-241-93/+88
* pam_env: add a test of return valuesldv/tst-pam_env-retvalStefan Schubert2022-03-112-1/+203
* pam_access: handle hostnames in access.confThorsten Kukuk2022-03-111-19/+76
* pam_exec: remove redundant free() invocationsldv/pam_exec-freeDmitry V. Levin2022-02-241-8/+3
* pam_exec: remove redundant strdupldv/pam_exec-strdupDmitry V. Levin2022-02-241-3/+5
* pam_nologin: don't print empty messageThorsten Kukuk2022-02-241-15/+18
* pam_time: fix clang compilation warningStefan Schubert2022-02-211-3/+4
* pam_usertype: only use SYS_UID_MAX for system usersIker Pedrosa2022-02-212-10/+7
* pam_keyinit: thread-safe implementationIker Pedrosa2022-02-211-16/+44
* pam_time: use vendor specific time.conf as fallbackStefan Schubert2022-02-082-0/+21