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
/
libpam
Commit message (
Expand
)
Author
Age
Files
Lines
*
libpam: fix typo in comment
Tobias Stoeckmann
2024-01-16
1
-1
/
+1
*
treewide: remove unused defines
Tobias Stoeckmann
2024-01-13
1
-2
/
+0
*
libpam: use getrandom if possible
Tobias Stoeckmann
2024-01-05
1
-1
/
+14
*
libpam: handle long delays properly
Tobias Stoeckmann
2024-01-05
1
-7
/
+13
*
libpam: clear config line memory before free
Tobias Stoeckmann
2024-01-05
1
-0
/
+3
*
libpam: allow custom escaped newline replacement
Tobias Stoeckmann
2024-01-05
2
-9
/
+14
*
libpam: move line assembling functions to header
Tobias Stoeckmann
2024-01-05
3
-253
/
+264
*
treewide: fix typos in comments
Tobias Stoeckmann
2024-01-05
5
-5
/
+5
*
libpam: use correct function definition
Tobias Stoeckmann
2024-01-05
1
-4
/
+4
*
libpam: enclose function macros
Christian Göttsche
2024-01-04
2
-6
/
+8
*
libpam: fix indentation
Christian Göttsche
2024-01-04
1
-1
/
+1
*
libpam: support arbitrarily long config lines
Tobias Stoeckmann
2023-12-31
1
-68
/
+229
*
libpam: support very long strings in _pam_mkargv
Tobias Stoeckmann
2023-12-31
3
-12
/
+22
*
libpam: reduce memory usage of _pam_mkargv
Tobias Stoeckmann
2023-12-19
1
-35
/
+22
*
treewide: replace malloc followed by strcpy with strdup
Tobias Stoeckmann
2023-12-19
1
-7
/
+1
*
treewide: fix typos in comments and documentation
Tobias Stoeckmann
2023-12-18
4
-4
/
+4
*
libpam: remove function prefixes in debug messages
Tobias Stoeckmann
2023-12-18
5
-9
/
+9
*
treewide: store strlen results in size_t
Tobias Stoeckmann
2023-12-14
1
-1
/
+2
*
treewide: assume free(NULL) is no-op
Dmitry V. Levin
2023-12-14
7
-24
/
+9
*
treewide: assume getline exists
Dmitry V. Levin
2023-12-12
1
-22
/
+1
*
libpam: treat NUL in passwd files correctly
Tobias Stoeckmann
2023-12-06
1
-35
/
+20
*
libpam: simplify _pam_tokenize internals
Tobias Stoeckmann
2023-12-06
1
-12
/
+5
*
libpam: remove format argument for _pam_tokenize
Tobias Stoeckmann
2023-12-06
3
-14
/
+13
*
libpam: rename _pam_StrTok to _pam_tokenize
Tobias Stoeckmann
2023-12-06
3
-7
/
+7
*
libpam: check for INT_MAX limit in ioloop
Tobias Stoeckmann
2023-12-04
1
-0
/
+10
*
libpam: fix typos
Tobias Stoeckmann
2023-12-04
1
-2
/
+2
*
libpam: Simplify mod_path string building logic
Benny Baumann
2023-11-15
1
-13
/
+5
*
libpam: fix _pam_mkargv return value on error path
Dmitry V. Levin
2023-11-14
1
-0
/
+1
*
libpam: avoid infinite recursion with includes
Benny Baumann
2023-11-14
1
-8
/
+11
*
libpam: mark debug output functions as potentially unused
Benny Baumann
2023-11-14
1
-0
/
+6
*
libpam: mark _pam_output_debug as printf-style function
Benny Baumann
2023-11-14
1
-0
/
+1
*
libpam: fix superfluous argument to debug output
Benny Baumann
2023-11-13
1
-1
/
+1
*
libpam: ensure correct argument type when printing debug output
Benny Baumann
2023-11-13
1
-1
/
+1
*
libpam: use printf type annotation for size_t
Benny Baumann
2023-11-13
5
-5
/
+5
*
libpam: print module name in debug error message
Benny Baumann
2023-11-13
1
-1
/
+2
*
libpam: drop module if memory allocation failed
Tobias Stoeckmann
2023-11-12
1
-0
/
+9
*
libpam: fix integer overflow when parsing configs
Tobias Stoeckmann
2023-11-12
1
-1
/
+11
*
treewide: do not cast calloc/malloc/realloc
Tobias Stoeckmann
2023-11-12
2
-5
/
+4
*
libpam: simplify IF_NO_PAMH
Tobias Stoeckmann
2023-11-12
12
-27
/
+27
*
libpam: improve debug message
Tobias Stoeckmann
2023-11-12
1
-1
/
+1
*
libpam: 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
-1
/
+1
*
libpam: remove function prefixes in debug messages
Tobias Stoeckmann
2023-11-12
3
-28
/
+27
*
libpam: stop processing excessively long lines
Tobias Stoeckmann
2023-11-12
1
-0
/
+6
*
libpam: avoid endless loop on long config line
Tobias Stoeckmann
2023-11-12
1
-1
/
+1
*
libpam: improve debug output
Tobias Stoeckmann
2023-11-12
1
-1
/
+7
*
libpam: fix possible heap overflow in _pam_strdup
Tobias Stoeckmann
2023-11-10
1
-1
/
+1
*
libpam: use close_range() to close file descriptors
Iker Pedrosa
2023-10-25
1
-2
/
+17
*
pam_env: fix handling of huge strings
Tobias Stoeckmann
2023-10-13
1
-3
/
+4
*
pam_start.c: call bindtextdomain() to expose Linux-PAM locales
Sergei Trofimovich
2023-08-25
2
-0
/
+16
[next]