summaryrefslogtreecommitdiff
path: root/modules/pam_unix/passverify.c
Commit message (Expand)AuthorAgeFilesLines
* modules: make use of secure memory erasureChristian Göttsche2023-02-281-8/+11
* modules: use SCONFIGDIR macroDmitry V. Levin2022-01-231-1/+1
* Fix a typo found using codespell toolv1.5.2Dmitry V. Levin2021-09-031-3/+3
* pam_unix: workaround the problem caused by libnss_systemdldv/pam_unixDmitry V. Levin2021-08-191-2/+1
* Permit unix_chkpwd & pam_unix.so to run without being setuid-root.Andrew G. Morgan2021-06-291-4/+8
* Remove support for legacy xcryptBjörn Esser2021-06-141-19/+5
* pam_unix: do not use crypt_checksalt when checking for password expirationldv/fixes/pam_unixDmitry V. Levin2021-06-101-6/+0
* Add missing format function attributes and enable -Wmissing-format-attributeChristian Göttsche2020-10-251-0/+1
* pam_unix: skip context translationChristian Göttsche2020-08-051-39/+39
* pam_unix: replace deprecated security_context_tChristian Göttsche2020-08-051-6/+6
* Move read_passwords function from pam_unix to pam_inline.hikerexxe2020-07-151-43/+0
* pam_unix: use PAM_MAX_RESP_SIZE instead of its alias MAXPASSDmitry V. Levin2020-07-151-2/+2
* pam_unix: avoid determining if user existsikerexxe2020-06-171-0/+6
* modules/pam_unix: use pam_str_skip_prefix and pam_str_skip_prefix_lenDmitry V. Levin2020-03-191-1/+2
* modules/pam_unix: fix gcc compilation warningsDmitry V. Levin2020-03-191-14/+19
* Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-201-0/+3
* pam_unix: Return NULL instead of calling crypt_md5_wrapper().Björn Esser2020-01-171-4/+3
* Changed variable salt to hashHulto2020-01-151-7/+7
* pam_unix: Fix the spelling of Jan Rękorajski's name.Tomas Mraz2019-10-101-1/+1
* pam_unix: Use pam_syslog instead of helper_log_err.Tomas Mraz2018-11-271-11/+13
* 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-271-9/+0
* pam_unix: Add crypt_default method, if supported.Björn Esser2018-11-271-0/+9
* Revert part of the commit 4da9febcTomas Mraz2018-11-261-9/+0
* pam_unix: Add support for (gost-)yescrypt hashing methods.Björn Esser2018-11-231-1/+7
* 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-221-0/+13
* pam_unix: Use bcrypt b-variant for computing new hashes.Björn Esser2018-11-161-1/+1
* Unification and cleanup of syslog log levels.Tomas Mraz2016-06-301-1/+1
* pam_unix: Silence warnings and fix a minor bug.Tomas Mraz2016-03-041-2/+2
* pam_unix: Change the salt length for new hashes to 16 charactersTomas Mraz2016-01-251-5/+2
* Release version 1.2.1Linux-PAM-1_2_1Thorsten Kukuk2015-06-221-1/+4
* 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
* Check for crypt() failure returning NULL.Paul Wouters2012-04-111-2/+4
* Fix matching of usernames in the pam_unix remember feature.Tomas Mraz2012-01-031-1/+2
* Fix whitespace issuesDmitry V. Levin2011-10-261-10/+10
* Relevant BUGIDs: 2923437Thorsten Kukuk2010-08-091-1/+1
* Relevant BUGIDs: 2730965Thorsten Kukuk2010-08-041-0/+6
* Relevant BUGIDs: rhbz#545053Tomas Mraz2009-12-081-7/+18
* Relevant BUGIDs:Thorsten Kukuk2009-06-261-7/+7
* Relevant BUGIDs: 2487654Thorsten Kukuk2009-03-251-1/+1
* Relevant BUGIDs:Tomas Mraz2009-03-241-3/+18
* Relevant BUGIDs:Tomas Mraz2009-02-271-2/+6
* Relevant BUGIDs: debian#514437 rhbz#487216Tomas Mraz2009-02-261-1/+9
* Relevant BUGIDs:Thorsten Kukuk2008-12-011-64/+43
* Relevant BUGIDs:Thorsten Kukuk2008-11-301-1/+3
* Relevant BUGIDs:Steve Langasek2008-07-281-1/+7
* Relevant BUGIDs:Thorsten Kukuk2008-07-081-1/+1
* Relevant BUGIDs:Thorsten Kukuk2008-01-281-11/+17