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
*
pam_namespace: skip context translation
Christian Göttsche
2020-08-05
1
-8
/
+8
*
pam_xauth: skip context translation
Christian Göttsche
2020-08-05
1
-8
/
+8
*
pam_xauth: replace deprecated security_context_t
Christian Göttsche
2020-08-05
1
-1
/
+1
*
pam_unix: skip context translation
Christian Göttsche
2020-08-05
2
-44
/
+44
*
pam_unix: replace deprecated security_context_t
Christian Göttsche
2020-08-05
2
-7
/
+7
*
pam_rootok: skip context translation
Christian Göttsche
2020-08-05
1
-4
/
+4
*
pam_rootok: replace deprecated security_context_t
Christian Göttsche
2020-08-05
1
-1
/
+1
*
pam_namespace: replace deprecated matchpathcon
Christian Göttsche
2020-08-05
2
-13
/
+22
*
pam_namespace: replace deprecated security_context_t
Christian Göttsche
2020-08-05
1
-8
/
+8
*
pam_unix: Add comment for the ignored PAM_AUTHTOK_ERR case
Tomas Mraz
2020-07-22
1
-0
/
+4
*
Fix missing initialization of daysleft
Tomas Mraz
2020-07-22
1
-1
/
+1
*
pam_pwhistory: add helper to handle SELinux
ikerexxe
2020-07-20
7
-47
/
+478
*
Move read_passwords function from pam_unix to pam_inline.h
ikerexxe
2020-07-15
4
-47
/
+4
*
pam_unix: use PAM_MAX_RESP_SIZE instead of its alias MAXPASS
Dmitry V. Levin
2020-07-15
6
-14
/
+12
*
pam_stress: create man page
Lucas Ramage
2020-07-09
5
-66
/
+398
*
pam_loginuid: fix unlikely negative 3rd argument of strncmp on error path
ikerexxe
2020-07-01
1
-1
/
+1
*
pam_namespace, pam_mkhomedir: fix unlikely descriptor leaks on error path
ikerexxe
2020-07-01
2
-0
/
+3
*
pam_rootok: fix use of va_list
ikerexxe
2020-07-01
1
-3
/
+6
*
pam_limits: clarify configuration file
ikerexxe
2020-06-29
1
-0
/
+11
*
.gitignore: move module-specific entries to modules/.gitignore
Dmitry V. Levin
2020-06-26
1
-0
/
+1
*
pam_namespace: add systemd service file to gitignore
ikerexxe
2020-06-26
1
-0
/
+1
*
pam_faillock: add faillock executable to gitignore
ikerexxe
2020-06-26
1
-0
/
+1
*
pam_env: clarify user_readenv option
ikerexxe
2020-06-25
1
-1
/
+4
*
modules/pam_limits: add support for nonewprivs
Vito Caputo
2020-06-22
2
-11
/
+47
*
pam_usertype: avoid determining if user exists
ikerexxe
2020-06-17
1
-0
/
+3
*
pam_unix: avoid determining if user exists
ikerexxe
2020-06-17
2
-7
/
+32
*
pam_faillock: change /run/faillock/$USER permissions to 0660
ikerexxe
2020-06-17
1
-1
/
+13
*
pam_faillock: fix build on musl
Fabrice Fontaine
2020-06-15
1
-38
/
+1
*
Move check_user_in_passwd from pam_localuser.c to pam_modutil
Fabrice Fontaine
2020-06-15
1
-84
/
+2
*
pam_setquota: skip mountpoints equal to the user's $HOME
Josef Möllers
2020-05-29
1
-1
/
+1
*
pam_debug: do not invoke pam_get_user and do not set PAM_USER
Dmitry V. Levin
2020-05-25
1
-22
/
+1
*
modules: downgrade syslog level for errors related to pam_get_user
Dmitry V. Levin
2020-05-22
12
-16
/
+18
*
modules: downgrade syslog level for pam_get_user errors
Dmitry V. Levin
2020-05-22
22
-30
/
+37
*
pam_localuser: add a test for return values
Dmitry V. Levin
2020-05-22
2
-1
/
+148
*
pam_localuser: refactor pam_sm_authenticate
Dmitry V. Levin
2020-05-22
1
-56
/
+63
*
pam_localuser: downgrade syslog level for errors related to user input
Dmitry V. Levin
2020-05-22
1
-3
/
+3
*
pam_localuser: re-format pam_sm_* function declarations
Dmitry V. Levin
2020-05-21
1
-10
/
+7
*
pam_localuser: remove unused includes
Dmitry V. Levin
2020-05-21
1
-10
/
+1
*
pam_localuser: forward error values returned by pam_get_user
Dmitry V. Levin
2020-05-21
2
-2
/
+21
*
pam_localuser: return PAM_INCOMPLETE when pam_get_user returns PAM_CONV_AGAIN
Dmitry V. Levin
2020-05-21
2
-4
/
+15
*
pam_localuser: open the passwd file after user name validation
Dmitry V. Levin
2020-05-21
1
-12
/
+7
*
pam_localuser: use BUFSIZ as the line buffer size
Dmitry V. Levin
2020-05-21
1
-1
/
+1
*
pam_localuser: handle long lines in passwd files properly
Dmitry V. Levin
2020-05-21
1
-3
/
+32
*
pam_localuser: get rid of a temporary buffer
Dmitry V. Levin
2020-05-21
1
-6
/
+10
*
pam_localuser: log unrecognized options
Dmitry V. Levin
2020-05-21
1
-0
/
+8
*
pam_localuser: return PAM_SERVICE_ERR instead of PAM_SYSTEM_ERR
Dmitry V. Levin
2020-05-21
1
-3
/
+3
*
pam_localuser: reject user names that are too long
Dmitry V. Levin
2020-05-21
1
-0
/
+6
*
pam_localuser: reject user names containing a colon
Dmitry V. Levin
2020-05-21
1
-0
/
+9
*
pam_mkhomedir: add a test for return values
Dmitry V. Levin
2020-05-21
2
-1
/
+114
*
pam_faildelay: add a test for return values
Dmitry V. Levin
2020-05-21
2
-1
/
+92
[next]