aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* pam_namespace: skip context translationChristian Göttsche2020-08-051-8/+8
* pam_xauth: skip context translationChristian Göttsche2020-08-051-8/+8
* pam_xauth: replace deprecated security_context_tChristian Göttsche2020-08-051-1/+1
* pam_unix: skip context translationChristian Göttsche2020-08-052-44/+44
* pam_unix: replace deprecated security_context_tChristian Göttsche2020-08-052-7/+7
* pam_rootok: skip context translationChristian Göttsche2020-08-051-4/+4
* pam_rootok: replace deprecated security_context_tChristian Göttsche2020-08-051-1/+1
* pam_namespace: replace deprecated matchpathconChristian Göttsche2020-08-052-13/+22
* pam_namespace: replace deprecated security_context_tChristian Göttsche2020-08-051-8/+8
* pam_unix: Add comment for the ignored PAM_AUTHTOK_ERR caseTomas Mraz2020-07-221-0/+4
* Fix missing initialization of daysleftTomas Mraz2020-07-221-1/+1
* pam_pwhistory: add helper to handle SELinuxikerexxe2020-07-207-47/+478
* Move read_passwords function from pam_unix to pam_inline.hikerexxe2020-07-154-47/+4
* pam_unix: use PAM_MAX_RESP_SIZE instead of its alias MAXPASSDmitry V. Levin2020-07-156-14/+12
* pam_stress: create man pageLucas Ramage2020-07-095-66/+398
* pam_loginuid: fix unlikely negative 3rd argument of strncmp on error pathikerexxe2020-07-011-1/+1
* pam_namespace, pam_mkhomedir: fix unlikely descriptor leaks on error pathikerexxe2020-07-012-0/+3
* pam_rootok: fix use of va_listikerexxe2020-07-011-3/+6
* pam_limits: clarify configuration fileikerexxe2020-06-291-0/+11
* .gitignore: move module-specific entries to modules/.gitignoreDmitry V. Levin2020-06-261-0/+1
* pam_namespace: add systemd service file to gitignoreikerexxe2020-06-261-0/+1
* pam_faillock: add faillock executable to gitignoreikerexxe2020-06-261-0/+1
* pam_env: clarify user_readenv optionikerexxe2020-06-251-1/+4
* modules/pam_limits: add support for nonewprivsVito Caputo2020-06-222-11/+47
* pam_usertype: avoid determining if user existsikerexxe2020-06-171-0/+3
* pam_unix: avoid determining if user existsikerexxe2020-06-172-7/+32
* pam_faillock: change /run/faillock/$USER permissions to 0660ikerexxe2020-06-171-1/+13
* pam_faillock: fix build on muslFabrice Fontaine2020-06-151-38/+1
* Move check_user_in_passwd from pam_localuser.c to pam_modutilFabrice Fontaine2020-06-151-84/+2
* pam_setquota: skip mountpoints equal to the user's $HOMEJosef Möllers2020-05-291-1/+1
* pam_debug: do not invoke pam_get_user and do not set PAM_USERDmitry V. Levin2020-05-251-22/+1
* modules: downgrade syslog level for errors related to pam_get_userDmitry V. Levin2020-05-2212-16/+18
* modules: downgrade syslog level for pam_get_user errorsDmitry V. Levin2020-05-2222-30/+37
* pam_localuser: add a test for return valuesDmitry V. Levin2020-05-222-1/+148
* pam_localuser: refactor pam_sm_authenticateDmitry V. Levin2020-05-221-56/+63
* pam_localuser: downgrade syslog level for errors related to user inputDmitry V. Levin2020-05-221-3/+3
* pam_localuser: re-format pam_sm_* function declarationsDmitry V. Levin2020-05-211-10/+7
* pam_localuser: remove unused includesDmitry V. Levin2020-05-211-10/+1
* pam_localuser: forward error values returned by pam_get_userDmitry V. Levin2020-05-212-2/+21
* pam_localuser: return PAM_INCOMPLETE when pam_get_user returns PAM_CONV_AGAINDmitry V. Levin2020-05-212-4/+15
* pam_localuser: open the passwd file after user name validationDmitry V. Levin2020-05-211-12/+7
* pam_localuser: use BUFSIZ as the line buffer sizeDmitry V. Levin2020-05-211-1/+1
* pam_localuser: handle long lines in passwd files properlyDmitry V. Levin2020-05-211-3/+32
* pam_localuser: get rid of a temporary bufferDmitry V. Levin2020-05-211-6/+10
* pam_localuser: log unrecognized optionsDmitry V. Levin2020-05-211-0/+8
* pam_localuser: return PAM_SERVICE_ERR instead of PAM_SYSTEM_ERRDmitry V. Levin2020-05-211-3/+3
* pam_localuser: reject user names that are too longDmitry V. Levin2020-05-211-0/+6
* pam_localuser: reject user names containing a colonDmitry V. Levin2020-05-211-0/+9
* pam_mkhomedir: add a test for return valuesDmitry V. Levin2020-05-212-1/+114
* pam_faildelay: add a test for return valuesDmitry V. Levin2020-05-212-1/+92