summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* po: update translations using Weblate (Slovak)Dmitry V. Levin2020-07-056-36/+42
* Translated using Weblate (Hebrew)Yaron Shahrabani2020-07-052-27/+29
* misc_conv: fix potential information leak on error pathDmitry V. Levin2020-07-021-1/+3
* 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
* misc_conv: fix potential stack buffer overflowikerexxe2020-07-011-1/+1
* Translated using Weblate (Hebrew)Yaron Shahrabani2020-07-011-23/+23
* misc_conv: remove redundant checkDmitry V. Levin2020-06-301-1/+1
* pam_limits: clarify configuration fileikerexxe2020-06-291-0/+11
* .gitignore: move doc-specific entries to doc/.gitignoreDmitry V. Levin2020-06-262-2/+2
* .gitignore: move module-specific entries to modules/.gitignoreDmitry V. Levin2020-06-262-1/+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
* Translated using Weblate (Kazakh)Baurzhan Muftakhidinov2020-06-241-53/+42
* Translated using Weblate (Hebrew)Yaron Shahrabani2020-06-241-52/+41
* 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_modutil_check_user_in_passwd: avoid timing attacksDmitry V. Levin2020-06-161-1/+3
* 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-155-84/+103
* configure.ac: fix non-portable use of test builtinDmitry V. Levin2020-06-151-9/+6
* configure.ac: fix build failure when crypt() does not require libcryptFabrice Fontaine2020-06-111-1/+5
* build: do not generate tarballs compressed with bzip2 and gzipDmitry V. Levin2020-06-041-5/+1
* maint: document release procedurev1.4.0Dmitry V. Levin2020-06-041-0/+6
* maint: introduce gen-tag-messageDmitry V. Levin2020-06-041-0/+33
* maint: introduce make-distDmitry V. Levin2020-06-041-0/+32
* gitlog-to-changelog: update from gnulibDmitry V. Levin2020-06-031-53/+355
* 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
* Translated using Weblate (Chinese (Traditional))Yi-Jyun Pan2020-05-241-56/+45
* 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 valuesldv/pam_localuserDmitry 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