summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix or suppress various warnings when compiling with -Wall -WextraTomas Mraz2019-12-16
* pam_motd: Export MOTD_SHOWN=pam after showing MOTDBalint Reczey2019-12-04
* Adds an auth module to pam_keyinit (#150)ppkarwasz2019-11-28
* Lower "bad username" log priority (#154)Sophie Herold2019-11-28
* pam_namespace: Support for noexec, nosuid and nodev flags for tmpfs mountsTomas Mraz2019-11-04
* Optimize the checkgrouplist functionTomas Mraz2019-11-04
* doc: fix module type written in MODULE TYPES PROVIDEDMIZUTA Takeshi2019-10-15
* pam_unix: Add logging useful for debugging problemsTomas Mraz2019-10-14
* pam_unix: Fix the spelling of Jan Rękorajski's name.Tomas Mraz2019-10-10
* doc: fix typo in manpageMIZUTA Takeshi2019-10-08
* pam_mkhomedir: Add debug option to pam_mkhomedir(8) man pageMIZUTA Takeshi2019-10-03
* Fixed missing quotes in configure scriptMarek Černocký2019-09-23
* Add support for a vendor directory and libeconf (#136)Thorsten Kukuk2019-09-16
* pam_lastlog: document the 'unlimited' optionCarlos Santos2019-09-12
* pam_lastlog: prevent crash due to reduced 'fsize' limitCarlos Santos2019-09-12
* pam_unix_sess.c add uid for opening sessioned2019-09-11
* Fix the man page for "pam_fail_delay()"lifecrisis2019-09-09
* Fix a typolifecrisis2019-09-06
* Update a function commentlifecrisis2019-09-06
* pwhistory: fix read of uninitialized data and memory leak when modifying opasswdMatt Cowell2019-09-02
* libpam/pam_modutil_sanitize.c: optimize the way to close fdsChristophe Besson2019-08-26
* pam_tty_audit: Manual page clarification about password loggingTomas Mraz2019-08-07
* pam_get_authtok_verify: Avoid duplicate password verificationTomas Mraz2019-08-07
* Mention that ./autogen.sh is needeed to be run if you check out the sources f...2*yo2019-07-16
* pam_unix: Correct MAXPASS define name in the previous two commits.Tomas Mraz2019-06-27
* 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
* Fix a typo in the documentationLouis Sautier2019-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