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: use asprintf to construct strings
Tobias Stoeckmann
2023-12-19
7
-135
/
+58
*
treewide: replace malloc followed by strcpy with strdup
Tobias Stoeckmann
2023-12-19
2
-4
/
+2
*
pam_xauth: check strdup return value
Tobias Stoeckmann
2023-12-19
1
-0
/
+4
*
pam_timestamp: try RAND_priv_bytes first
Benny Baumann
2023-12-19
1
-0
/
+7
*
pam_timestamp: prefer getrandom(2) when available
Benny Baumann
2023-12-19
1
-0
/
+13
*
pam_timestamp: indicate non-null arguments to the compiler
Benny Baumann
2023-12-19
1
-0
/
+4
*
pam_timestamp: ensure we get zero-initialized memory
Benny Baumann
2023-12-19
1
-2
/
+2
*
pam_timestamp: allocate memory before opening /dev/urandom
Benny Baumann
2023-12-19
1
-8
/
+9
*
pam_timestamp: clean buffers before freeing
Benny Baumann
2023-12-19
1
-0
/
+2
*
pam_access: fix nul byte handling in config
Tobias Stoeckmann
2023-12-18
1
-0
/
+2
*
treewide: fix typos in comments and documentation
Tobias Stoeckmann
2023-12-18
7
-7
/
+7
*
treewide: fix typos
Tobias Stoeckmann
2023-12-18
3
-3
/
+3
*
pam_namespace: handle huge namespace.conf lines
Tobias Stoeckmann
2023-12-18
1
-0
/
+6
*
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
[next]