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
*
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
*
Introduce pam_modutil_sanitize_helper_fds
Dmitry V. Levin
2014-01-27
4
-37
/
+28
*
Fix gratuitous use of strdup and x_strdup
Dmitry V. Levin
2014-01-27
3
-21
/
+21
*
Always ask for old password if changing NIS account
Thorsten Kukuk
2013-11-11
1
-1
/
+2
*
Allow DES as compatibility option for /etc/login.defs
Thorsten Kukuk
2013-11-08
1
-1
/
+3
*
Check return value of setuid to remove glibc warnings.
Thorsten Kukuk
2013-09-16
2
-2
/
+10
*
Write to *rounds only if non-NULL.
Tomas Mraz
2013-09-13
1
-1
/
+1
*
Add missing ')'
Tomas Mraz
2013-09-13
1
-1
/
+1
*
Fix compile error
Thorsten Kukuk
2013-08-30
1
-1
/
+1
*
Restart waitpid if it returns with EINTR (ticket #17)
Thorsten Kukuk
2013-08-29
3
-3
/
+6
*
Man page fix - unix_update runs in the permissive mode as well.
Tomas Mraz
2013-06-20
1
-1
/
+1
*
Use hash from /etc/login.defs as default if no
Thorsten Kukuk
2013-06-18
3
-30
/
+146
*
Fix strict aliasing issue in MD5 implementations.
Tomas Mraz
2013-03-28
1
-2
/
+1
*
Add checks for crypt() returning NULL.
Tomas Mraz
2013-02-08
1
-0
/
+9
*
pam_unix: fix build in --enable-selinux mode
Dmitry V. Levin
2012-10-10
1
-0
/
+1
[next]