summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pam_env: allow environment files without EOL at EOFenv-allow-unterminatedTomas Mraz2020-11-041-1/+1
* Prepare for 1.5.0 releaseDmitry V. Levin2020-11-032-1/+9
* pam_ftp: fix potential memory leakikerexxe2020-11-031-0/+2
* pam_faillock: fix unread store statementikerexxe2020-11-031-1/+1
* pam_dispatch: fix unread store statementikerexxe2020-11-031-1/+0
* Remove deprecated pam_tally and pam_tally2 modulesldv/remove-deprecated-modulesDmitry V. Levin2020-10-2925-3223/+4
* Remove deprecated pam_cracklib moduleDmitry V. Levin2020-10-2922-1932/+10
* 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-258-1/+10
* po: update translations using Weblate (Italian)Milo Casagrande2020-10-211-7/+7
* po: update translations using Weblate (Hebrew)Yaron Shahrabani2020-10-211-32/+37
* pam_motd: unset prompt value to drop privilegesikerexxe2020-10-211-1/+1
* pam_modutil_sanitize_fds: Add explicit casts to avoid warningsTomas Mraz2020-10-201-3/+3
* Revert "libpam/pam_modutil_sanitize.c: optimize the way to close fds"Tomas Mraz2020-10-202-60/+15
* pam_motd: document file filteringikerexxe2020-10-142-2/+6
* 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-082-1/+15
* Build all installed executables with -Wl,-z,now if availableDmitry V. Levin2020-08-073-1/+19
* 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-076-14/+16
* m4: make libprelude-config diagnostics less noisyDmitry V. Levin2020-08-071-4/+6
* configure.ac: rewrite --disable-pie and -fpie/pie checkDmitry V. Levin2020-08-071-28/+34
* m4: rewrite ld --no-undefined checkDmitry V. Levin2020-08-071-23/+14
* m4: rewrite ld --as-needed checkDmitry V. Levin2020-08-071-23/+14
* m4: rewrite ld -O1 checkDmitry V. Levin2020-08-071-23/+14
* m4: rewrite __attribute__((unused)) checkDmitry V. Levin2020-08-074-34/+18
* build: add -Wcast-align=strict to WARN_CFLAGSDmitry V. Levin2020-08-061-0/+1
* configure.ac: rewrite WARN_CFLAGS initializationDmitry V. Levin2020-08-065-67/+119
* 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
* autotools: enable warningsChristian Göttsche2020-08-031-1/+1
* autotools: update deprecated macrosChristian Göttsche2020-08-033-16/+20
* configure.ac: fix typo in --with-kernel-overflow-uid= option to match its doc...Issam Maghni2020-08-031-1/+1
* 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