index
:
pam.git
debian
dev
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
pam_unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most of clang -Wcast-align compilation warnings
Dmitry V. Levin
2020-03-19
2
-3
/
+8
*
modules/pam_unix: fix gcc compilation warnings
Dmitry V. Levin
2020-03-19
1
-14
/
+19
*
pam_unix: fix --disable-nis compilation warnings
Dmitry V. Levin
2020-03-05
2
-2
/
+3
*
pam_unix: add nullresetok option to allow reset blank passwords
Pavel Březina
2020-02-18
4
-26
/
+67
*
Remove redundant header file inclusion
MIZUTA Takeshi
2020-02-18
1
-1
/
+0
*
configure.ac: add --enable-doc option
Fabrice Fontaine
2020-01-27
1
-0
/
+2
*
Fix remaining -Wcast-qual compilation warnings
Dmitry V. Levin
2020-01-20
4
-0
/
+12
*
pam_unix: Return NULL instead of calling crypt_md5_wrapper().
Björn Esser
2020-01-17
2
-24
/
+18
*
Changed variable salt to hash
Hulto
2020-01-15
1
-7
/
+7
*
Do not use CFLAGS for warning flags set from configure
Tomas Mraz
2019-12-18
1
-1
/
+1
*
Fix or suppress various warnings when compiling with -Wall -Wextra
Tomas Mraz
2019-12-16
2
-10
/
+5
*
Lower "bad username" log priority (#154)
Sophie Herold
2019-11-28
2
-2
/
+2
*
pam_unix: Add logging useful for debugging problems
Tomas Mraz
2019-10-14
1
-3
/
+4
*
pam_unix: Fix the spelling of Jan Rękorajski's name.
Tomas Mraz
2019-10-10
7
-15
/
+15
*
pam_unix_sess.c add uid for opening session
ed
2019-09-11
1
-12
/
+19
*
pam_unix: Correct MAXPASS define name in the previous two commits.
Tomas Mraz
2019-06-27
2
-3
/
+3
*
Restrict password length when changing password
Florian Best
2019-06-27
1
-1
/
+5
*
Trim password at PAM_MAX_RESP_SIZE chars
Florian Best
2019-06-27
1
-0
/
+7
*
Move the duplicated search_key function to pam_modutil.
Tomas Mraz
2018-12-11
1
-76
/
+2
*
pam_unix: Use pam_syslog instead of helper_log_err.
Tomas Mraz
2018-11-27
3
-15
/
+17
*
pam_unix: Report unusable hashes found by checksalt to syslog.
Björn Esser
2018-11-27
1
-0
/
+36
*
Revert "pam_unix: Add crypt_default method, if supported."
Tomas Mraz
2018-11-27
3
-41
/
+10
*
pam_unix: Add crypt_default method, if supported.
Björn Esser
2018-11-27
3
-10
/
+41
*
Revert part of the commit 4da9febc
Tomas Mraz
2018-11-26
1
-9
/
+0
*
pam_unix: Add support for (gost-)yescrypt hashing methods.
Björn Esser
2018-11-23
9
-75
/
+128
*
pam_unix: Fix closing curly brace. (#77)
Björn Esser
2018-11-22
1
-1
/
+1
*
pam_unix: Add support for crypt_checksalt, if libcrypt supports it.
Björn Esser
2018-11-22
1
-0
/
+15
*
pam_unix: Prefer a gensalt function, that supports auto entropy.
Björn Esser
2018-11-22
3
-3
/
+19
*
pam_unix: Use bcrypt b-variant for computing new hashes.
Björn Esser
2018-11-16
1
-1
/
+1
*
Fix grammar of messages printed via pam_prompt
Dmitry V. Levin
2018-06-19
2
-11
/
+12
*
pam_unix: remove obsolete _UNIX_AUTHTOK, _UNIX_OLD_AUTHTOK, and _UNIX_NEW_AUT...
Dmitry V. Levin
2018-05-31
2
-7
/
+0
*
pam_unix: remove obsolete _unix_read_password prototype
Dmitry V. Levin
2018-05-31
1
-7
/
+0
*
pam_unix: Check return value of malloc used for setcred data (#24)
Peter Urbanec
2017-07-12
1
-8
/
+12
*
Unification and cleanup of syslog log levels.
Tomas Mraz
2016-06-30
6
-11
/
+11
*
pam_unix: Document that MD5 password hash is used to store old passwords.
Tomas Mraz
2016-04-19
1
-0
/
+2
*
pam_unix: Use pam_get_authtok() instead of direct pam_prompt() calls.
Tomas Mraz
2016-04-06
5
-208
/
+23
*
pam_unix: Make password expiration messages more user-friendly.
Tomas Mraz
2016-04-04
1
-2
/
+2
*
Use TI-RPC functions if we compile and link against libtirpc.
Thorsten Kukuk
2016-04-01
1
-1
/
+72
*
Remove "--enable-static-modules" option and support from
Thorsten Kukuk
2016-03-29
7
-54
/
+5
*
Fix check for libtirpc and enhance check for libnsl to include
Thorsten Kukuk
2016-03-24
1
-2
/
+2
*
pam_unix: Silence warnings and fix a minor bug.
Tomas Mraz
2016-03-04
2
-8
/
+2
*
pam_unix: Add no_pass_expiry option to ignore password expiration.
Tomas Mraz
2016-02-17
4
-11
/
+47
*
pam_unix: Change the salt length for new hashes to 16 characters
Tomas Mraz
2016-01-25
1
-5
/
+2
*
Release version 1.2.1
Thorsten Kukuk
2015-06-22
5
-11
/
+33
*
Fix some grammatical errors in documentation.
Thorsten Kukuk
2015-04-27
1
-1
/
+1
*
Add "quiet" option to pam_unix to suppress informential info
Thorsten Kukuk
2015-04-23
3
-6
/
+25
*
Use crypt_r if available in pam_userdb and in pam_unix.
Tomas Mraz
2015-04-07
1
-2
/
+20
*
Make pam_pwhistory and pam_unix tolerant of corrupted opasswd file.
Tomas Mraz
2014-07-21
1
-1
/
+13
*
pam_unix: Check for NULL return from Goodcrypt_md5().
Tomas Mraz
2014-06-19
1
-1
/
+1
*
pam_unix: check for NULL return from malloc()
Tomas Mraz
2014-06-19
1
-0
/
+2
[next]