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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for a vendor directory and libeconf (#136)
Thorsten Kukuk
2019-09-16
14
-43
/
+185
*
pam_lastlog: document the 'unlimited' option
Carlos Santos
2019-09-12
1
-0
/
+18
*
pam_lastlog: prevent crash due to reduced 'fsize' limit
Carlos Santos
2019-09-12
1
-9
/
+57
*
pam_unix_sess.c add uid for opening session
ed
2019-09-11
1
-12
/
+19
*
Fix the man page for "pam_fail_delay()"
lifecrisis
2019-09-09
1
-2
/
+9
*
Fix a typo
lifecrisis
2019-09-06
1
-1
/
+1
*
Update a function comment
lifecrisis
2019-09-06
1
-3
/
+5
*
pwhistory: fix read of uninitialized data and memory leak when modifying opasswd
Matt Cowell
2019-09-02
1
-3
/
+3
*
libpam/pam_modutil_sanitize.c: optimize the way to close fds
Christophe Besson
2019-08-26
2
-15
/
+60
*
pam_tty_audit: Manual page clarification about password logging
Tomas Mraz
2019-08-07
1
-0
/
+7
*
pam_get_authtok_verify: Avoid duplicate password verification
Tomas Mraz
2019-08-07
3
-0
/
+12
*
Mention that ./autogen.sh is needeed to be run if you check out the sources f...
2*yo
2019-07-16
1
-0
/
+7
*
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
98
-1
/
+296
*
Trim password at PAM_MAX_RESP_SIZE chars
Florian Best
2019-06-27
1
-0
/
+7
*
pam_succeed_if: Request user data only when needed
Olaf Mandel
2019-05-23
1
-17
/
+26
*
pam_tally2: Remove unnecessary fsync()
Maciej S. Szmigiero
2019-02-26
1
-4
/
+0
*
Fixed a grammer mistake
vkwitshana
2019-02-19
1
-1
/
+1
*
Fix documentation for pam_wheel
Christopher Head
2019-01-10
1
-2
/
+2
*
Fix a typo in the documentation
Louis Sautier
2019-01-10
1
-3
/
+3
*
pam_lastlog: Improve silent option documentation
Nir Soffer
2019-01-10
1
-0
/
+1
*
pam_lastlog: Respect PAM_SILENT flag
Nir Soffer
2019-01-10
1
-5
/
+6
*
Fix regressions from the last commits.
Tomas Mraz
2019-01-04
2
-2
/
+5
*
Replace strndupa with strncpy
Rosen Penev
2019-01-04
1
-20
/
+11
*
build: ignore pam_lastlog when logwtmp is not available.
Yousong Zhou
2019-01-04
2
-2
/
+8
*
build: ignore pam_rhosts if neither ruserok nor ruserok_af is available.
Yousong Zhou
2019-01-04
3
-4
/
+13
*
pam_motd: Cleanup the code and avoid unnecessary logging
Tomas Mraz
2018-12-20
1
-51
/
+37
*
pam_lastlog: Limit lastlog file use by LASTLOG_UID_MAX option in login.defs.
Tomas Mraz
2018-12-20
2
-2
/
+50
*
Move the duplicated search_key function to pam_modutil.
Tomas Mraz
2018-12-11
7
-227
/
+110
*
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_motd: Fix segmentation fault when no motd_dir specified (#76)
Robert Fairley
2018-11-21
5
-7
/
+43
*
pam_motd: Support multiple motd paths specified, with filename overrides (#69)
Robert Fairley
2018-11-19
12
-21
/
+550
*
pam_unix: Use bcrypt b-variant for computing new hashes.
Björn Esser
2018-11-16
1
-1
/
+1
*
pam_tally, pam_tally2: fix grammar and spelling (#54)
Dmitry V. Levin
2018-06-22
3
-6
/
+6
*
Fix grammar of messages printed via pam_prompt
Dmitry V. Levin
2018-06-19
11
-67
/
+74
*
pam_stress: do not mark messages for translation
Dmitry V. Levin
2018-06-19
2
-22
/
+5
*
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
*
Release version 1.3.1
Thorsten Kukuk
2018-05-18
100
-3333
/
+3247
*
Add xz compression
Thorsten Kukuk
2018-05-18
1
-1
/
+3
*
pam_motd: add support for a motd.d directory (#48)
Allison Karlitskaya
2018-05-16
2
-28
/
+108
*
pam_umask: Fix documentation to align with order of loading umask
Tomas Mraz
2018-05-02
1
-4
/
+4
[next]