summaryrefslogtreecommitdiff
path: root/modules/pam_unix
Commit message (Expand)AuthorAge
* modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESSDmitry V. Levin2020-05-15
* modules: remove PAM_SM_* macrosDmitry V. Levin2020-05-03
* modules/*/Makefile.am: rename TESTS to dist_check_SCRIPTSDmitry V. Levin2020-05-03
* modules/*/Makefile.am: rename man_MANS to dist_man_MANSDmitry V. Levin2020-05-03
* modules/*/Makefile.am: add dist_ prefix to *_DATADmitry V. Levin2020-05-03
* modules/*/Makefile.am: replace README with $(DATA) in EXTRA_DISTDmitry V. Levin2020-04-27
* modules/*/Makefile.am: reorder lines to promote uniformityDmitry V. Levin2020-04-27
* build: move README prerequisites rule from modules/*/Makefile.am to Make.xml....Dmitry V. Levin2020-04-27
* modules/*/Makefile.am: list prerequisites of README target uniformlyDmitry V. Levin2020-04-27
* modules/*/Makefile.am: list tests in EXTRA_DIST uniformlyDmitry V. Levin2020-04-27
* build: cleanup: do not add -DWITH_SELINUX to CFLAGSDmitry V. Levin2020-04-26
* pam_unix: modernize example in manual pageTopi Miettinen2020-04-12
* pam_unix: Return PAM_AUTHINFO_UNAVAIL when appropriate.James Ralston2020-03-30
* Fix various typos found using codespell toolDmitry V. Levin2020-03-28
* modules/pam_unix: use pam_str_skip_prefix and pam_str_skip_prefix_lenDmitry V. Levin2020-03-19
* Fix most of clang -Wcast-align compilation warningsDmitry V. Levin2020-03-19
* modules/pam_unix: fix gcc compilation warningsDmitry V. Levin2020-03-19
* pam_unix: fix --disable-nis compilation warningsDmitry V. Levin2020-03-05
* pam_unix: add nullresetok option to allow reset blank passwordsPavel Březina2020-02-18
* Remove redundant header file inclusionMIZUTA Takeshi2020-02-18
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-27
* Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-20
* pam_unix: Return NULL instead of calling crypt_md5_wrapper().Björn Esser2020-01-17
* Changed variable salt to hashHulto2020-01-15
* 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