summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAge
* Restrict password length when changing passwordFlorian Best2019-06-27
* Trim password at PAM_MAX_RESP_SIZE charsFlorian Best2019-06-27
* pam_succeed_if: Request user data only when neededOlaf Mandel2019-05-23
* pam_tally2: Remove unnecessary fsync()Maciej S. Szmigiero2019-02-26
* Fixed a grammer mistakevkwitshana2019-02-19
* Fix documentation for pam_wheelChristopher Head2019-01-10
* pam_lastlog: Improve silent option documentationNir Soffer2019-01-10
* pam_lastlog: Respect PAM_SILENT flagNir Soffer2019-01-10
* Fix regressions from the last commits.Tomas Mraz2019-01-04
* Replace strndupa with strncpyRosen Penev2019-01-04
* build: ignore pam_lastlog when logwtmp is not available.Yousong Zhou2019-01-04
* build: ignore pam_rhosts if neither ruserok nor ruserok_af is available.Yousong Zhou2019-01-04
* pam_motd: Cleanup the code and avoid unnecessary loggingTomas Mraz2018-12-20
* pam_lastlog: Limit lastlog file use by LASTLOG_UID_MAX option in login.defs.Tomas Mraz2018-12-20
* Move the duplicated search_key function to pam_modutil.Tomas Mraz2018-12-11
* pam_unix: Use pam_syslog instead of helper_log_err.Tomas Mraz2018-11-27
* pam_unix: Report unusable hashes found by checksalt to syslog.Björn Esser2018-11-27
* Revert "pam_unix: Add crypt_default method, if supported."Tomas Mraz2018-11-27
* pam_unix: Add crypt_default method, if supported.Björn Esser2018-11-27
* Revert part of the commit 4da9febcTomas Mraz2018-11-26
* pam_unix: Add support for (gost-)yescrypt hashing methods.Björn Esser2018-11-23
* pam_unix: Fix closing curly brace. (#77)Björn Esser2018-11-22
* pam_unix: Add support for crypt_checksalt, if libcrypt supports it.Björn Esser2018-11-22
* pam_unix: Prefer a gensalt function, that supports auto entropy.Björn Esser2018-11-22
* pam_motd: Fix segmentation fault when no motd_dir specified (#76)Robert Fairley2018-11-21
* pam_motd: Support multiple motd paths specified, with filename overrides (#69)Robert Fairley2018-11-19
* pam_unix: Use bcrypt b-variant for computing new hashes.Björn Esser2018-11-16
* pam_tally, pam_tally2: fix grammar and spelling (#54)Dmitry V. Levin2018-06-22
* Fix grammar of messages printed via pam_promptDmitry V. Levin2018-06-19
* pam_stress: do not mark messages for translationDmitry V. Levin2018-06-19
* pam_unix: remove obsolete _UNIX_AUTHTOK, _UNIX_OLD_AUTHTOK, and _UNIX_NEW_AUT...Dmitry V. Levin2018-05-31
* pam_unix: remove obsolete _unix_read_password prototypeDmitry V. Levin2018-05-31
* pam_motd: add support for a motd.d directory (#48)Allison Karlitskaya2018-05-16
* pam_umask: Fix documentation to align with order of loading umaskTomas Mraz2018-05-02
* pam_tally2 --reset: avoid creating a missing tallylog fileDmitry V. Levin2017-11-10
* pam_mkhomedir: Allow creating parent of homedir under /Tomas Mraz2017-11-10
* pam_tty_audit: Fix regression introduced by adding the uid range support.Tomas Mraz2017-10-09
* pam_access: Add note about spaces around ':' in access.conf(5)Tomas Mraz2017-09-06
* pam_unix: Check return value of malloc used for setcred data (#24)Peter Urbanec2017-07-12
* pam_cracklib: Drop unused prompt macros.Tomas Mraz2017-07-10
* pam_tty_audit: Support matching users by uid range.Tomas Mraz2017-06-28
* pam_access: support parsing files in /etc/security/access.d/*.confTomas Mraz2017-05-31
* pam_localuser: Correct the example in documentation.Tomas Mraz2017-04-11
* pam_localuser: Correct documentation of return value.Tomas Mraz2017-04-11
* Make maxclassrepeat=1 behavior consistent with docs (#9)Saul Johnson2017-03-10
* Properly test for strtol() failure to find any digits.Josef Moellers2017-02-09
* pam_exec: fix a potential null pointer dereferenceDaniel Abrecht2017-01-19
* Add missing comma in the limits.conf.5 manpage.Antonio Ospite2016-12-07
* pam_access: First check for the (group) match.Tomas Mraz2016-11-01
* pam_ftp: Properly use the first name from the supplied listTomas Mraz2016-10-17