aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small documentation and define fixesThorsten Kukuk2012-08-161-0/+2
* RLIMIT_* variables are no longer defined unless you explicitly includeStevan Bajić2012-07-091-0/+1
* Check for crypt() failure returning NULL.Paul Wouters2012-04-112-3/+5
* pam_unix: make configuration consistent in --enable-static-modules modeDmitry V. Levin2012-02-037-71/+65
* Fix matching of usernames in the pam_unix remember feature.Tomas Mraz2012-01-032-2/+5
* Use libpam.la/libpam_misc.la to link with -lpam/-lpam_miscDmitry V. Levin2011-10-281-1/+1
* Update .gitignore filesDmitry V. Levin2011-10-271-11/+0
* Rename all .cvsignore files to .gitignoreDmitry V. Levin2011-10-271-0/+0
* Fix whitespace issuesDmitry V. Levin2011-10-269-27/+25
* Fix order of librariesThorsten Kukuk2011-06-241-3/+3
* Do not crash when remember, minlen, or rounds options are used with wrong mod...Tomas Mraz2011-06-151-11/+24
* 2011-06-14 Thorsten Kukuk <kukuk@thkukuk.de>Thorsten Kukuk2011-06-143-20/+37
* Clear the whole MD5 context.Tomas Mraz2011-03-211-1/+1
* Relevant BUGIDs:Tomas Mraz2011-03-171-2/+0
* Relevant BUGIDs:Thorsten Kukuk2010-10-211-2/+0