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
*
treewide: store strlen results in size_t
Tobias Stoeckmann
2023-12-14
4
-12
/
+12
*
treewide: assume free(NULL) is no-op
Dmitry V. Levin
2023-12-14
7
-24
/
+13
*
pam_unix: sp_min and sp_warn must be at least 1
Tobias Stoeckmann
2023-12-12
1
-2
/
+2
*
pam_unix: allow disabled password aging
Tobias Stoeckmann
2023-12-12
1
-0
/
+5
*
pam_unix: sync expiry checks with shadow
Tobias Stoeckmann
2023-12-12
1
-3
/
+3
*
pam_xauth: simplify check_acl
Tobias Stoeckmann
2023-12-12
1
-9
/
+2
*
pam_limits: avoid sscanf in parse_config_file
Tobias Stoeckmann
2023-12-12
1
-8
/
+35
*
pam_unix: simplify save_old_password
Tobias Stoeckmann
2023-12-12
1
-13
/
+7
*
treewide: assume getline exists
Dmitry V. Levin
2023-12-12
2
-70
/
+2
*
pam_shells: fix regression
Tobias Stoeckmann
2023-12-12
1
-0
/
+2
*
pam_unix: fix possible shadow signed overflows
Tobias Stoeckmann
2023-12-11
1
-20
/
+41
*
pam_unix: check str to integer conversions
Tobias Stoeckmann
2023-12-11
2
-17
/
+53
*
pam_unix: use correct number of rounds
Tobias Stoeckmann
2023-12-11
1
-16
/
+15
*
pam_unix: handle invalid names in _unix_getpwnam
Tobias Stoeckmann
2023-12-07
1
-2
/
+3
*
libpam: treat NUL in passwd files correctly
Tobias Stoeckmann
2023-12-06
1
-2
/
+2
*
pam_pwhistory: fix memory leak on error path
Dmitry V. Levin
2023-12-05
1
-0
/
+1
*
pam_setquota: plug memory leak
Tobias Stoeckmann
2023-12-05
1
-0
/
+1
*
pam_faildelay: validate parameter ranges
Tobias Stoeckmann
2023-12-05
1
-11
/
+25
*
pam_timestamp: check for ioloop errors
Tobias Stoeckmann
2023-12-04
1
-6
/
+12
*
pam_nologin: prevent short read
Tobias Stoeckmann
2023-12-04
1
-1
/
+9
*
pam_echo: handle short reads
Tobias Stoeckmann
2023-12-04
1
-2
/
+2
*
pam_mkhomedir: do not follow symbolic links
Tobias Stoeckmann
2023-11-29
1
-36
/
+113
*
pam_mkhomedir: enforce absolute home directories
Tobias Stoeckmann
2023-11-29
1
-0
/
+5
*
pam_mkhomedir: improve error path handling
Tobias Stoeckmann
2023-11-29
1
-204
/
+178
*
pam_mkhomedir: treat existing files as success
Tobias Stoeckmann
2023-11-29
1
-8
/
+13
*
pam_mkhomedir: return error if link creation fails
Tobias Stoeckmann
2023-11-29
1
-12
/
+23
*
pam_mkhomedir: set home directory mode only once
Tobias Stoeckmann
2023-11-29
1
-14
/
+7
*
pam_mkhomedir: always call chown/chmod for dir
Tobias Stoeckmann
2023-11-29
1
-6
/
+12
*
pam_unix: read yescrypt rounds from login.defs
Nathan Du
2023-11-27
1
-2
/
+7
*
pam_xauth: avoid building argv inside run_coprocess
Benny Baumann
2023-11-15
1
-18
/
+8
*
pam_canonicalize_user: add a test for return values
Dmitry V. Levin
2023-11-14
2
-0
/
+200
*
pam_canonicalize_user: new module to canonicalize user name
Dmitry V. Levin
2023-11-14
6
-0
/
+276
*
pam_shells: improve error message on denial
Flaviu Tamas
2023-11-14
1
-0
/
+1
*
pam_unix: avoid integer truncation in debug output
Benny Baumann
2023-11-14
1
-1
/
+1
*
pam_unix: avoid printing NULL values
Benny Baumann
2023-11-14
1
-1
/
+1
*
pam_unix: only output length check message on failure
Benny Baumann
2023-11-14
1
-2
/
+3
*
pam_time: ensure correct argument type when printing debug output
Benny Baumann
2023-11-14
1
-1
/
+1
*
pam_selinux: take null contexts into account
Benny Baumann
2023-11-14
1
-1
/
+2
*
pam_mkhomedir: ensure correct argument type when printing debug output
Benny Baumann
2023-11-14
1
-1
/
+1
*
pam_lastlog: ensure correct argument type when printing debug output
Benny Baumann
2023-11-14
1
-1
/
+1
*
pam_group: ensure correct argument type when printing debug output
Benny Baumann
2023-11-13
1
-1
/
+1
*
pam_env: use printf type annotation for size_t
Benny Baumann
2023-11-13
1
-1
/
+1
*
pam_env: force format string to be constant
Benny Baumann
2023-11-13
1
-1
/
+1
*
pam_shells: limit shells to absolute paths
Tobias Stoeckmann
2023-11-13
1
-7
/
+41
*
pam_securetty: protect against invalid input files
Tobias Stoeckmann
2023-11-13
1
-4
/
+9
*
pam_exec: fix stack overflow on \0 output
Tobias Stoeckmann
2023-11-13
1
-1
/
+1
*
pam_echo: avoid heap overflow on huge files
Tobias Stoeckmann
2023-11-13
1
-0
/
+7
*
treewide: do not cast calloc/malloc/realloc
Tobias Stoeckmann
2023-11-12
7
-13
/
+12
*
pam_time: fix typo in debug message
Tobias Stoeckmann
2023-11-12
1
-1
/
+1
*
pam_env: remove function prefix in debug messages
Tobias Stoeckmann
2023-11-12
1
-3
/
+3
[next]