summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAge
* pam_xauth: replace deprecated security_context_tChristian Göttsche2020-08-05
* pam_unix: skip context translationChristian Göttsche2020-08-05
* pam_unix: replace deprecated security_context_tChristian Göttsche2020-08-05
* pam_rootok: skip context translationChristian Göttsche2020-08-05
* pam_rootok: replace deprecated security_context_tChristian Göttsche2020-08-05
* pam_namespace: replace deprecated matchpathconChristian Göttsche2020-08-05
* pam_namespace: replace deprecated security_context_tChristian Göttsche2020-08-05
* pam_unix: Add comment for the ignored PAM_AUTHTOK_ERR caseTomas Mraz2020-07-22
* Fix missing initialization of daysleftTomas Mraz2020-07-22
* pam_pwhistory: add helper to handle SELinuxikerexxe2020-07-20
* Move read_passwords function from pam_unix to pam_inline.hikerexxe2020-07-15
* pam_unix: use PAM_MAX_RESP_SIZE instead of its alias MAXPASSDmitry V. Levin2020-07-15
* pam_stress: create man pageLucas Ramage2020-07-09
* pam_loginuid: fix unlikely negative 3rd argument of strncmp on error pathikerexxe2020-07-01
* pam_namespace, pam_mkhomedir: fix unlikely descriptor leaks on error pathikerexxe2020-07-01
* pam_rootok: fix use of va_listikerexxe2020-07-01
* pam_limits: clarify configuration fileikerexxe2020-06-29
* .gitignore: move module-specific entries to modules/.gitignoreDmitry V. Levin2020-06-26
* pam_namespace: add systemd service file to gitignoreikerexxe2020-06-26
* pam_faillock: add faillock executable to gitignoreikerexxe2020-06-26
* pam_env: clarify user_readenv optionikerexxe2020-06-25
* modules/pam_limits: add support for nonewprivsVito Caputo2020-06-22
* pam_usertype: avoid determining if user existsikerexxe2020-06-17
* pam_unix: avoid determining if user existsikerexxe2020-06-17
* pam_faillock: change /run/faillock/$USER permissions to 0660ikerexxe2020-06-17
* pam_faillock: fix build on muslFabrice Fontaine2020-06-15
* Move check_user_in_passwd from pam_localuser.c to pam_modutilFabrice Fontaine2020-06-15
* pam_setquota: skip mountpoints equal to the user's $HOMEJosef Möllers2020-05-29
* pam_debug: do not invoke pam_get_user and do not set PAM_USERDmitry V. Levin2020-05-25
* modules: downgrade syslog level for errors related to pam_get_userDmitry V. Levin2020-05-22
* modules: downgrade syslog level for pam_get_user errorsDmitry V. Levin2020-05-22
* pam_localuser: add a test for return valuesDmitry V. Levin2020-05-22
* pam_localuser: refactor pam_sm_authenticateDmitry V. Levin2020-05-22
* pam_localuser: downgrade syslog level for errors related to user inputDmitry V. Levin2020-05-22
* pam_localuser: re-format pam_sm_* function declarationsDmitry V. Levin2020-05-21
* pam_localuser: remove unused includesDmitry V. Levin2020-05-21
* pam_localuser: forward error values returned by pam_get_userDmitry V. Levin2020-05-21
* pam_localuser: return PAM_INCOMPLETE when pam_get_user returns PAM_CONV_AGAINDmitry V. Levin2020-05-21
* pam_localuser: open the passwd file after user name validationDmitry V. Levin2020-05-21
* pam_localuser: use BUFSIZ as the line buffer sizeDmitry V. Levin2020-05-21
* pam_localuser: handle long lines in passwd files properlyDmitry V. Levin2020-05-21
* pam_localuser: get rid of a temporary bufferDmitry V. Levin2020-05-21
* pam_localuser: log unrecognized optionsDmitry V. Levin2020-05-21
* pam_localuser: return PAM_SERVICE_ERR instead of PAM_SYSTEM_ERRDmitry V. Levin2020-05-21
* pam_localuser: reject user names that are too longDmitry V. Levin2020-05-21
* pam_localuser: reject user names containing a colonDmitry V. Levin2020-05-21
* pam_mkhomedir: add a test for return valuesDmitry V. Levin2020-05-21
* pam_faildelay: add a test for return valuesDmitry V. Levin2020-05-21
* pam_rootok: add a test for return valuesDmitry V. Levin2020-05-21
* pam_nologin: add a test for return valuesDmitry V. Levin2020-05-21