aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for a vendor directory and libeconf (#136)Thorsten Kukuk2019-09-1614-43/+185
* pam_lastlog: document the 'unlimited' optionCarlos Santos2019-09-121-0/+18
* pam_lastlog: prevent crash due to reduced 'fsize' limitCarlos Santos2019-09-121-9/+57
* pam_unix_sess.c add uid for opening sessioned2019-09-111-12/+19
* Fix the man page for "pam_fail_delay()"lifecrisis2019-09-091-2/+9
* Fix a typolifecrisis2019-09-061-1/+1
* Update a function commentlifecrisis2019-09-061-3/+5
* pwhistory: fix read of uninitialized data and memory leak when modifying opasswdMatt Cowell2019-09-021-3/+3
* libpam/pam_modutil_sanitize.c: optimize the way to close fdsChristophe Besson2019-08-262-15/+60
* pam_tty_audit: Manual page clarification about password loggingTomas Mraz2019-08-071-0/+7
* pam_get_authtok_verify: Avoid duplicate password verificationTomas Mraz2019-08-073-0/+12
* Mention that ./autogen.sh is needeed to be run if you check out the sources f...2*yo2019-07-161-0/+7
* pam_unix: Correct MAXPASS define name in the previous two commits.Tomas Mraz2019-06-272-3/+3
* Restrict password length when changing passwordFlorian Best2019-06-2798-1/+296
* Trim password at PAM_MAX_RESP_SIZE charsFlorian Best2019-06-271-0/+7
* pam_succeed_if: Request user data only when neededOlaf Mandel2019-05-231-17/+26
* pam_tally2: Remove unnecessary fsync()Maciej S. Szmigiero2019-02-261-4/+0
* Fixed a grammer mistakevkwitshana2019-02-191-1/+1
* Fix documentation for pam_wheelChristopher Head2019-01-101-2/+2
* Fix a typo in the documentationLouis Sautier2019-01-101-3/+3
* pam_lastlog: Improve silent option documentationNir Soffer2019-01-101-0/+1
* pam_lastlog: Respect PAM_SILENT flagNir Soffer2019-01-101-5/+6
* Fix regressions from the last commits.Tomas Mraz2019-01-042-2/+5
* Replace strndupa with strncpyRosen Penev2019-01-041-20/+11
* build: ignore pam_lastlog when logwtmp is not available.Yousong Zhou2019-01-042-2/+8
* build: ignore pam_rhosts if neither ruserok nor ruserok_af is available.Yousong Zhou2019-01-043-4/+13
* pam_motd: Cleanup the code and avoid unnecessary loggingTomas Mraz2018-12-201-51/+37
* pam_lastlog: Limit lastlog file use by LASTLOG_UID_MAX option in login.defs.Tomas Mraz2018-12-202-2/+50
* Move the duplicated search_key function to pam_modutil.Tomas Mraz2018-12-117-227/+110
* pam_unix: Use pam_syslog instead of helper_log_err.Tomas Mraz2018-11-273-15/+17
* pam_unix: Report unusable hashes found by checksalt to syslog.Björn Esser2018-11-271-0/+36
* Revert "pam_unix: Add crypt_default method, if supported."Tomas Mraz2018-11-273-41/+10
* pam_unix: Add crypt_default method, if supported.Björn Esser2018-11-273-10/+41
* Revert part of the commit 4da9febcTomas Mraz2018-11-261-9/+0
* pam_unix: Add support for (gost-)yescrypt hashing methods.Björn Esser2018-11-239-75/+128
* pam_unix: Fix closing curly brace. (#77)Björn Esser2018-11-221-1/+1
* pam_unix: Add support for crypt_checksalt, if libcrypt supports it.Björn Esser2018-11-221-0/+15
* pam_unix: Prefer a gensalt function, that supports auto entropy.Björn Esser2018-11-223-3/+19
* pam_motd: Fix segmentation fault when no motd_dir specified (#76)Robert Fairley2018-11-215-7/+43
* pam_motd: Support multiple motd paths specified, with filename overrides (#69)Robert Fairley2018-11-1912-21/+550
* pam_unix: Use bcrypt b-variant for computing new hashes.Björn Esser2018-11-161-1/+1
* pam_tally, pam_tally2: fix grammar and spelling (#54)Dmitry V. Levin2018-06-223-6/+6
* Fix grammar of messages printed via pam_promptDmitry V. Levin2018-06-1911-67/+74
* pam_stress: do not mark messages for translationDmitry V. Levin2018-06-192-22/+5
* pam_unix: remove obsolete _UNIX_AUTHTOK, _UNIX_OLD_AUTHTOK, and _UNIX_NEW_AUT...Dmitry V. Levin2018-05-312-7/+0
* pam_unix: remove obsolete _unix_read_password prototypeDmitry V. Levin2018-05-311-7/+0
* Release version 1.3.1Thorsten Kukuk2018-05-18100-3333/+3247
* Add xz compressionThorsten Kukuk2018-05-181-1/+3
* pam_motd: add support for a motd.d directory (#48)Allison Karlitskaya2018-05-162-28/+108
* pam_umask: Fix documentation to align with order of loading umaskTomas Mraz2018-05-021-4/+4