aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix
Commit message (Expand)AuthorAgeFilesLines
* Fix most of clang -Wcast-align compilation warningsDmitry V. Levin2020-03-192-3/+8
* modules/pam_unix: fix gcc compilation warningsDmitry V. Levin2020-03-191-14/+19
* pam_unix: fix --disable-nis compilation warningsDmitry V. Levin2020-03-052-2/+3
* pam_unix: add nullresetok option to allow reset blank passwordsPavel Březina2020-02-184-26/+67
* Remove redundant header file inclusionMIZUTA Takeshi2020-02-181-1/+0
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-271-0/+2
* Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-204-0/+12
* pam_unix: Return NULL instead of calling crypt_md5_wrapper().Björn Esser2020-01-172-24/+18
* Changed variable salt to hashHulto2020-01-151-7/+7
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-181-1/+1
* Fix or suppress various warnings when compiling with -Wall -WextraTomas Mraz2019-12-162-10/+5
* Lower "bad username" log priority (#154)Sophie Herold2019-11-282-2/+2
* pam_unix: Add logging useful for debugging problemsTomas Mraz2019-10-141-3/+4
* pam_unix: Fix the spelling of Jan Rękorajski's name.Tomas Mraz2019-10-107-15/+15
* pam_unix_sess.c add uid for opening sessioned2019-09-111-12/+19
* 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-271-1/+5
* Trim password at PAM_MAX_RESP_SIZE charsFlorian Best2019-06-271-0/+7
* Move the duplicated search_key function to pam_modutil.Tomas Mraz2018-12-111-76/+2
* 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_unix: Use bcrypt b-variant for computing new hashes.Björn Esser2018-11-161-1/+1
* Fix grammar of messages printed via pam_promptDmitry V. Levin2018-06-192-11/+12
* 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
* pam_unix: Check return value of malloc used for setcred data (#24)Peter Urbanec2017-07-121-8/+12
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-306-11/+11
* pam_unix: Document that MD5 password hash is used to store old passwords.Tomas Mraz2016-04-191-0/+2
* pam_unix: Use pam_get_authtok() instead of direct pam_prompt() calls.Tomas Mraz2016-04-065-208/+23
* pam_unix: Make password expiration messages more user-friendly.Tomas Mraz2016-04-041-2/+2
* Use TI-RPC functions if we compile and link against libtirpc.Thorsten Kukuk2016-04-011-1/+72
* Remove "--enable-static-modules" option and support fromThorsten Kukuk2016-03-297-54/+5
* Fix check for libtirpc and enhance check for libnsl to includeThorsten Kukuk2016-03-241-2/+2
* pam_unix: Silence warnings and fix a minor bug.Tomas Mraz2016-03-042-8/+2
* pam_unix: Add no_pass_expiry option to ignore password expiration.Tomas Mraz2016-02-174-11/+47
* pam_unix: Change the salt length for new hashes to 16 charactersTomas Mraz2016-01-251-5/+2
* Release version 1.2.1Thorsten Kukuk2015-06-225-11/+33
* Fix some grammatical errors in documentation.Thorsten Kukuk2015-04-271-1/+1
* Add "quiet" option to pam_unix to suppress informential infoThorsten Kukuk2015-04-233-6/+25
* Use crypt_r if available in pam_userdb and in pam_unix.Tomas Mraz2015-04-071-2/+20
* Make pam_pwhistory and pam_unix tolerant of corrupted opasswd file.Tomas Mraz2014-07-211-1/+13
* pam_unix: Check for NULL return from Goodcrypt_md5().Tomas Mraz2014-06-191-1/+1
* pam_unix: check for NULL return from malloc()Tomas Mraz2014-06-191-0/+2