aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* pam_namespace: check for string_to_security_class failureChristian Göttsche2020-12-081-0/+6
* pam_selinux: check for string_to_security_class failureChristian Göttsche2020-12-081-1/+12
* pam_unix: fix memory leak on error pathThomas M. DuBuisson2020-11-241-0/+6
* Fix various typos found using codespell toolDmitry V. Levin2020-11-244-6/+6
* Fix grammar: replace "an user" with "a user" everywhereDmitry V. Levin2020-11-246-6/+6
* pam_wheel: Use pam_modutil_user_in_group_uid_gid instead of reimplementationTomas Mraz2020-11-241-13/+2
* Second blank check with root for non-existent users must never return 1Tomas Mraz2020-11-201-26/+13
* faillock: Add a nodelay optionTavian Barnes2020-11-122-1/+17
* pam_env: deprecation notice of reading the user environmentTomas Mraz2020-11-052-0/+8
* pam_env: allow environment files without EOL at EOFTomas Mraz2020-11-041-1/+1
* pam_ftp: fix potential memory leakikerexxe2020-11-031-0/+2
* pam_faillock: fix unread store statementikerexxe2020-11-031-1/+1
* Remove deprecated pam_tally and pam_tally2 modulesDmitry V. Levin2020-10-2918-3108/+1
* Remove deprecated pam_cracklib moduleDmitry V. Levin2020-10-298-1578/+6
* pam_env: fix a typo in doc of pam_env.confDDoSolitary2020-10-271-1/+1
* Add missing format function attributes and enable -Wmissing-format-attributeChristian Göttsche2020-10-255-0/+5
* pam_motd: unset prompt value to drop privilegesikerexxe2020-10-211-1/+1
* pam_motd: document file filteringikerexxe2020-10-141-2/+3
* pam_motd: filter motd by user and groupikerexxe2020-10-141-22/+75
* pam_faillock: fix invalid error messageMikhail Labiuk2020-10-131-3/+9
* pam_namespace: polyinstantiation refer to gdm docikerexxe2020-10-051-39/+2
* Prevent SEGFAULT for unknown UIDAnton D. Kachalov2020-09-301-1/+1
* pam_wheel: clarify use_uid option in man pageikerexxe2020-09-101-3/+3
* pam_wheel: if getlogin fails fallback to PAM_RUSERikerexxe2020-09-101-0/+10
* pam_wheel: improve coding styleikerexxe2020-09-101-17/+19
* configure: add --disable-unix optionDmitry V. Levin2020-08-081-1/+5
* modules: build all helpers with proper CFLAGS and LDFLAGSDmitry V. Levin2020-08-073-0/+6
* build: rename PIE_* AC_SUBST variables to EXE_*Dmitry V. Levin2020-08-075-12/+12
* Fix -Wcast-align compilation warnings on armDmitry V. Levin2020-08-066-56/+70
* pam_namespace: fix big-endian check in md5 implementationDmitry V. Levin2020-08-051-4/+4
* 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