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
*
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
*
libpam: avoid reserved variable names in macros
Christian Göttsche
2023-08-07
1
-13
/
+13
*
libpam: cast to unsigned char for character handling function
Christian Göttsche
2023-08-07
4
-9
/
+9
*
pam_start: free handlers on handler init failure
Christian Göttsche
2023-08-07
1
-0
/
+1
*
tests: define PATH_MAX if not available
Pino Toscano
2023-05-11
1
-0
/
+5
*
libpam: simplify string copying using strdup
Christian Göttsche
2023-03-04
1
-5
/
+1
*
libpam: make use of secure memory erasure
Christian Göttsche
2023-02-28
7
-41
/
+48
*
libpam: introduce secure memory erasure helpers
Christian Göttsche
2023-02-28
3
-10
/
+84
*
libpam: use getlogin() from libc and not utmp
Thorsten Kukuk
2023-02-14
1
-41
/
+11
*
Enable format compiler warnings
Christian Göttsche
2023-01-30
2
-6
/
+20
*
libpam: remove dead code in pam_dynamic.c
Dmitry V. Levin
2023-01-24
1
-83
/
+1
*
libpam*: For uncommon prefixes, provide substitution variables in pkgconfig f...
Felix Lechner
2022-09-28
1
-0
/
+2
*
libpam: improve pam_modutil_search_key() doc
Iker Pedrosa
2022-07-15
1
-1
/
+10
*
_pam_add_handler: make sure struct handler is properly initialized on error path
Dmitry V. Levin
2022-07-15
1
-10
/
+4
*
libpam: Fix undefined reference to `libintl_dgettext` on musl
Jakov Smolić
2022-02-04
1
-1
/
+1
[next]