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: 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
*
Add pkgconfig files for provided libraries
Mathieu Trossevin
2021-06-14
2
-0
/
+13
*
libpam: add supplementary groups on priv drop
Allison Karlitskaya
2020-11-10
1
-4
/
+13
*
libpam: Fix memory leak on error path in _pam_start_internal()
Andreas Schneider
2020-11-04
1
-0
/
+3
*
libpam: Fix memory leak with pam_start_confdir()
Andreas Schneider
2020-11-04
1
-0
/
+3
*
pam_dispatch: fix unread store statement
ikerexxe
2020-11-03
1
-1
/
+0
*
pam_modutil_sanitize_fds: Add explicit casts to avoid warnings
Tomas Mraz
2020-10-20
1
-3
/
+3
*
Revert "libpam/pam_modutil_sanitize.c: optimize the way to close fds"
Tomas Mraz
2020-10-20
1
-59
/
+14
*
pam_inline.h: cleanup pam_read_passwords a bit
Dmitry V. Levin
2020-07-15
1
-5
/
+6
*
Move read_passwords function from pam_unix to pam_inline.h
ikerexxe
2020-07-15
1
-0
/
+50
*
pam_modutil_check_user_in_passwd: avoid timing attacks
Dmitry V. Levin
2020-06-16
1
-1
/
+3
*
Move check_user_in_passwd from pam_localuser.c to pam_modutil
Fabrice Fontaine
2020-06-15
4
-0
/
+101
*
Introduce test_assert.h
Dmitry V. Levin
2020-05-21
2
-1
/
+56
*
pam_get_user: do not override valid values returned by the conversation function
Dmitry V. Levin
2020-05-06
1
-22
/
+26
*
pam_get_user: filter conversation function return values
Dmitry V. Levin
2020-05-06
1
-0
/
+10
[prev]
[next]