aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce pam_modutil_sanitize_helper_fdsDmitry V. Levin2014-01-274-37/+28
* Fix gratuitous use of strdup and x_strdupDmitry V. Levin2014-01-273-21/+21
* Always ask for old password if changing NIS accountThorsten Kukuk2013-11-111-1/+2
* Allow DES as compatibility option for /etc/login.defsThorsten Kukuk2013-11-081-1/+3
* Check return value of setuid to remove glibc warnings.Thorsten Kukuk2013-09-162-2/+10
* Write to *rounds only if non-NULL.Tomas Mraz2013-09-131-1/+1
* Add missing ')'Tomas Mraz2013-09-131-1/+1
* Fix compile errorThorsten Kukuk2013-08-301-1/+1
* Restart waitpid if it returns with EINTR (ticket #17)Thorsten Kukuk2013-08-293-3/+6
* Man page fix - unix_update runs in the permissive mode as well.Tomas Mraz2013-06-201-1/+1
* Use hash from /etc/login.defs as default if noThorsten Kukuk2013-06-183-30/+146
* Fix strict aliasing issue in MD5 implementations.Tomas Mraz2013-03-281-2/+1
* Add checks for crypt() returning NULL.Tomas Mraz2013-02-081-0/+9
* pam_unix: fix build in --enable-selinux modeDmitry V. Levin2012-10-101-0/+1