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_debug: simplify state function
Tobias Stoeckmann
2024-01-12
1
-8
/
+2
*
pam_env: fix Makefile.am dependencies
Tobias Stoeckmann
2024-01-12
1
-1
/
+1
*
treewide: strictly separate builddir and srcdir
Tobias Stoeckmann
2024-01-12
45
-45
/
+45
*
pam_unix: build unix_update only with SELinux enabled
Christian Göttsche
2024-01-08
1
-3
/
+16
*
pam_unix: fix memory leak
Christian Göttsche
2024-01-08
1
-0
/
+1
*
pam_unix: do not truncate user names
Tobias Stoeckmann
2024-01-08
2
-6
/
+2
*
pam_access: avoid group name truncation
Tobias Stoeckmann
2024-01-08
1
-7
/
+5
*
pam_limits: prevent overflow with very long line
Tobias Stoeckmann
2024-01-08
1
-6
/
+11
*
pam_env: use _pam_assemble_line
Tobias Stoeckmann
2024-01-05
1
-100
/
+14
*
pam_env: skip _expand_arg if possible
Tobias Stoeckmann
2024-01-05
1
-0
/
+7
*
pam_env: extend test for escaped newlines
Tobias Stoeckmann
2024-01-05
1
-1
/
+3
*
pam_env: allow very long variable expansions
Tobias Stoeckmann
2024-01-05
2
-40
/
+123
*
pam_namespace: fix typo in manual page
Tobias Stoeckmann
2024-01-05
1
-1
/
+1
*
pam_unix: fix typos in manual page
Tobias Stoeckmann
2024-01-05
1
-3
/
+3
*
treewide: fix typos in comments
Tobias Stoeckmann
2024-01-05
4
-5
/
+5
*
pam_unix/passverify: always run the helper to obtain shadow password file ent...
Dmitry V. Levin
2024-01-04
1
-10
/
+11
*
pam_timestamp: correct failure condition
Christian Göttsche
2024-01-04
1
-1
/
+1
*
pam_filter: drop invalid tty hack
Christian Göttsche
2024-01-04
1
-5
/
+0
*
pam_timestamp: fix condition order
Christian Göttsche
2024-01-04
1
-2
/
+2
*
pam_listfile: use getline
Tobias Stoeckmann
2024-01-03
1
-3
/
+4
*
pam_unix: use getline
Tobias Stoeckmann
2024-01-03
2
-4
/
+8
*
pam_xauth: use getline
Tobias Stoeckmann
2024-01-03
1
-2
/
+5
*
pam_faillock: use getline
Tobias Stoeckmann
2024-01-03
1
-3
/
+5
*
pam_access: use getline
Tobias Stoeckmann
2024-01-03
1
-7
/
+12
*
pam_exec: use getline
Tobias Stoeckmann
2024-01-03
1
-2
/
+4
*
pam_limits: use getline
Tobias Stoeckmann
2024-01-03
1
-8
/
+16
*
pam_sepermit: use getline
Tobias Stoeckmann
2024-01-03
1
-4
/
+10
*
pam_securetty: use getline
Tobias Stoeckmann
2024-01-03
1
-9
/
+24
*
pam_unix: reduce variable visibility
Tobias Stoeckmann
2024-01-03
1
-3
/
+7
*
pam_unix: calculate user length only if needed
Tobias Stoeckmann
2024-01-03
1
-3
/
+4
*
pam_unix: use getline in _unix_getpwnam
Tobias Stoeckmann
2024-01-03
1
-12
/
+18
*
pam_unix: unify error handling
Tobias Stoeckmann
2024-01-03
1
-15
/
+14
*
pam_unix: use calloc instead of malloc/memset
Tobias Stoeckmann
2024-01-03
1
-2
/
+1
*
pam_unix: use size_t instead of int for sizes
Tobias Stoeckmann
2024-01-03
1
-5
/
+5
*
pam_unix: avoid reading uninitialized variable
Tobias Stoeckmann
2024-01-03
1
-10
/
+8
*
pam_namespace: validate amount of uids in config
Tobias Stoeckmann
2024-01-03
1
-1
/
+6
*
pam_namespace: document that the namespace.init script runs as root
Matthias Gerstner
2024-01-03
2
-2
/
+8
*
pam_namespace: document instance_prefix field better wrt final element
Matthias Gerstner
2024-01-03
1
-6
/
+7
*
pam_namespace: close unnecessary file descriptors before exec()
Matthias Gerstner
2024-01-03
1
-0
/
+11
*
pam_namespace: cleanup_tmpdirs(): use proper error message
Matthias Gerstner
2024-01-03
1
-1
/
+1
*
pam_namespace: fix double-free on parse error in namespace.conf
Matthias Gerstner
2024-01-03
1
-1
/
+1
*
pam_exec: allow expose_authtok for password PAM_TYPE
Anton Gubarkov
2024-01-02
2
-3
/
+3
*
pam_listfile: drop string duplication
Tobias Stoeckmann
2024-01-02
1
-26
/
+4
*
pam_listfile: do not truncate arguments
Tobias Stoeckmann
2024-01-02
1
-40
/
+31
*
pam_listfile: fix typo in comment
Tobias Stoeckmann
2024-01-02
1
-1
/
+1
*
pam_listfile: fix formatting
Tobias Stoeckmann
2024-01-02
1
-13
/
+14
*
pam_faillock: do not truncate arguments
Tobias Stoeckmann
2024-01-02
1
-7
/
+11
*
pam_wheel: do not truncate group
Tobias Stoeckmann
2024-01-02
1
-7
/
+7
*
pam_env: use strndup
Tobias Stoeckmann
2024-01-02
1
-12
/
+8
*
pam_env: reduce variable visibility
Tobias Stoeckmann
2024-01-02
1
-9
/
+9
[next]