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 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
*
Small documentation and define fixes
Thorsten Kukuk
2012-08-16
1
-0
/
+2
*
RLIMIT_* variables are no longer defined unless you explicitly include
Stevan Bajić
2012-07-09
1
-0
/
+1
*
Check for crypt() failure returning NULL.
Paul Wouters
2012-04-11
2
-3
/
+5
*
pam_unix: make configuration consistent in --enable-static-modules mode
Dmitry V. Levin
2012-02-03
7
-71
/
+65
*
Fix matching of usernames in the pam_unix remember feature.
Tomas Mraz
2012-01-03
2
-2
/
+5
*
Use libpam.la/libpam_misc.la to link with -lpam/-lpam_misc
Dmitry V. Levin
2011-10-28
1
-1
/
+1
*
Update .gitignore files
Dmitry V. Levin
2011-10-27
1
-11
/
+0
*
Rename all .cvsignore files to .gitignore
Dmitry V. Levin
2011-10-27
1
-0
/
+0
*
Fix whitespace issues
Dmitry V. Levin
2011-10-26
9
-27
/
+25
*
Fix order of libraries
Thorsten Kukuk
2011-06-24
1
-3
/
+3
*
Do not crash when remember, minlen, or rounds options are used with wrong mod...
Tomas Mraz
2011-06-15
1
-11
/
+24
*
2011-06-14 Thorsten Kukuk <kukuk@thkukuk.de>
Thorsten Kukuk
2011-06-14
3
-20
/
+37
*
Clear the whole MD5 context.
Tomas Mraz
2011-03-21
1
-1
/
+1
*
Relevant BUGIDs:
Tomas Mraz
2011-03-17
1
-2
/
+0
*
Relevant BUGIDs:
Thorsten Kukuk
2010-10-21
1
-2
/
+0
[next]