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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix remaining -Wcast-qual compilation warnings
Dmitry V. Levin
2020-01-20
8
-0
/
+27
*
Fix miscellaneous const issues
Tomas Mraz
2020-01-20
4
-8
/
+7
*
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
*
Add two missing va_end() calls
Josef Moellers
2020-01-15
1
-1
/
+4
*
Miscellaneous spelling fixes
Steve Langasek
2020-01-15
5
-5
/
+5
*
Miscellaneous grammar fixes
Steve Langasek
2020-01-15
2
-2
/
+2
*
pam_umask: document the 'nousergroups' option
Andreas Henriksson
2020-01-10
1
-0
/
+16
*
pam_umask: add new 'nousergroups' module argument
Andreas Henriksson
2020-01-10
1
-0
/
+2
*
pam_umask: build-time usergroups option default
Andreas Henriksson
2020-01-10
1
-0
/
+3
*
pam_access: Fix (IPv6) address prefix size matching
msalle
2020-01-02
1
-1
/
+3
*
Do not use CFLAGS for warning flags set from configure
Tomas Mraz
2019-12-18
45
-45
/
+79
*
Return only PAM_IGNORE or error from pam_motd
Balint Reczey
2019-12-17
2
-2
/
+18
*
pam_pwhistory: fix build when -lxcrypt is not available
Dmitry V. Levin
2019-12-16
1
-1
/
+1
*
Fix or suppress various warnings when compiling with -Wall -Wextra
Tomas Mraz
2019-12-16
12
-36
/
+34
*
pam_motd: Export MOTD_SHOWN=pam after showing MOTD
Balint Reczey
2019-12-04
2
-0
/
+7
*
Adds an auth module to pam_keyinit (#150)
ppkarwasz
2019-11-28
2
-61
/
+114
*
Lower "bad username" log priority (#154)
Sophie Herold
2019-11-28
3
-3
/
+3
*
pam_namespace: Support for noexec, nosuid and nodev flags for tmpfs mounts
Tomas Mraz
2019-11-04
3
-5
/
+79
*
doc: fix module type written in MODULE TYPES PROVIDED
MIZUTA Takeshi
2019-10-15
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
*
doc: fix typo in manpage
MIZUTA Takeshi
2019-10-08
1
-1
/
+1
*
pam_mkhomedir: Add debug option to pam_mkhomedir(8) man page
MIZUTA Takeshi
2019-10-03
1
-0
/
+17
*
Add support for a vendor directory and libeconf (#136)
Thorsten Kukuk
2019-09-16
3
-9
/
+42
*
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
*
pwhistory: fix read of uninitialized data and memory leak when modifying opasswd
Matt Cowell
2019-09-02
1
-3
/
+3
*
pam_tty_audit: Manual page clarification about password logging
Tomas Mraz
2019-08-07
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
1
-1
/
+5
*
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
*
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
1
-2
/
+2
*
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
1
-2
/
+6
*
build: ignore pam_rhosts if neither ruserok nor ruserok_af is available.
Yousong Zhou
2019-01-04
2
-3
/
+9
*
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
3
-226
/
+7
*
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
[next]