summaryrefslogtreecommitdiff
path: root/modules/pam_unix
Commit message (Expand)AuthorAge
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-18
* Fix or suppress various warnings when compiling with -Wall -WextraTomas Mraz2019-12-16
* Lower "bad username" log priority (#154)Sophie Herold2019-11-28
* 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
* pam_unix_sess.c add uid for opening sessioned2019-09-11
* 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
* 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_unix: Use bcrypt b-variant for computing new hashes.Björn Esser2018-11-16
* Fix grammar of messages printed via pam_promptDmitry 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_unix: Check return value of malloc used for setcred data (#24)Peter Urbanec2017-07-12
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-30
* pam_unix: Document that MD5 password hash is used to store old passwords.Tomas Mraz2016-04-19
* pam_unix: Use pam_get_authtok() instead of direct pam_prompt() calls.Tomas Mraz2016-04-06
* pam_unix: Make password expiration messages more user-friendly.Tomas Mraz2016-04-04
* Use TI-RPC functions if we compile and link against libtirpc.Thorsten Kukuk2016-04-01
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-29
* Fix check for libtirpc and enhance check for libnsl to includeThorsten Kukuk2016-03-24
* pam_unix: Silence warnings and fix a minor bug.Tomas Mraz2016-03-04
* pam_unix: Add no_pass_expiry option to ignore password expiration.Tomas Mraz2016-02-17
* pam_unix: Change the salt length for new hashes to 16 charactersTomas Mraz2016-01-25
* Release version 1.2.1Thorsten Kukuk2015-06-22
* Fix some grammatical errors in documentation.Thorsten Kukuk2015-04-27
* Add "quiet" option to pam_unix to suppress informential infoThorsten Kukuk2015-04-23
* Use crypt_r if available in pam_userdb and in pam_unix.Tomas Mraz2015-04-07
* Make pam_pwhistory and pam_unix tolerant of corrupted opasswd file.Tomas Mraz2014-07-21
* pam_unix: Check for NULL return from Goodcrypt_md5().Tomas Mraz2014-06-19
* pam_unix: check for NULL return from malloc()Tomas Mraz2014-06-19
* Introduce pam_modutil_sanitize_helper_fdsDmitry V. Levin2014-01-27
* Fix gratuitous use of strdup and x_strdupDmitry V. Levin2014-01-27
* Always ask for old password if changing NIS accountThorsten Kukuk2013-11-11
* Allow DES as compatibility option for /etc/login.defsThorsten Kukuk2013-11-08
* Check return value of setuid to remove glibc warnings.Thorsten Kukuk2013-09-16
* Write to *rounds only if non-NULL.Tomas Mraz2013-09-13
* Add missing ')'Tomas Mraz2013-09-13
* Fix compile errorThorsten Kukuk2013-08-30
* Restart waitpid if it returns with EINTR (ticket #17)Thorsten Kukuk2013-08-29