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
*
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
*
pam_get_user: consistently return PAM_SYSTEM_ERR if user specified a NULL poi...
Dmitry V. Levin
2020-05-06
1
-2
/
+2
*
build: rework vendordir substitution
Dmitry V. Levin
2020-04-28
1
-3
/
+0
*
build: cleanup: do not add -DWITH_SELINUX to CFLAGS
Dmitry V. Levin
2020-04-26
1
-3
/
+0
*
Fix various typos found using codespell tool
Dmitry V. Levin
2020-03-28
4
-7
/
+7
*
_pam_load_module: reduce redundancy
Dmitry V. Levin
2020-03-24
1
-9
/
+16
*
Introduce pam_str_skip_icase_prefix_len and pam_str_skip_icase_prefix
Dmitry V. Levin
2020-03-19
1
-0
/
+15
*
Introduce pam_str_skip_prefix_len and pam_str_skip_prefix
Dmitry V. Levin
2020-03-19
1
-0
/
+15
*
Use PAM_ARRAY_SIZE
Dmitry V. Levin
2020-03-19
1
-1
/
+2
*
Introduce pam_inline.h
Dmitry V. Levin
2020-03-19
3
-1
/
+52
*
Fix remaining clang -Wcast-align compilation warnings
Dmitry V. Levin
2020-03-19
1
-0
/
+12
*
Fix most of clang -Wcast-align compilation warnings
Dmitry V. Levin
2020-03-19
1
-0
/
+6
*
pam_get_authtok: fix i18n of default prompts
Dmitry V. Levin
2020-03-11
1
-20
/
+34
*
New API call pam_start_confdir()
Tomas Mraz
2020-03-06
6
-7
/
+62
*
pam_modutil_sanitize_helper_fds: fix SIGPIPE effect of PAM_MODUTIL_PIPE_FD
Dmitry V. Levin
2020-02-26
1
-29
/
+1
*
Fix remaining -Wcast-qual compilation warnings
Dmitry V. Levin
2020-01-20
2
-1
/
+36
*
_pam_mkargv: add const qualifier to the first argument
Dmitry V. Levin
2020-01-20
2
-2
/
+2
*
Fix miscellaneous const issues
Tomas Mraz
2020-01-20
1
-1
/
+1
*
Do not use CFLAGS for warning flags set from configure
Tomas Mraz
2019-12-18
1
-1
/
+2
*
Optimize the checkgrouplist function
Tomas Mraz
2019-11-04
1
-11
/
+14
*
Add support for a vendor directory and libeconf (#136)
Thorsten Kukuk
2019-09-16
4
-27
/
+70
*
Update a function comment
lifecrisis
2019-09-06
1
-3
/
+5
*
libpam/pam_modutil_sanitize.c: optimize the way to close fds
Christophe Besson
2019-08-26
1
-14
/
+59
*
pam_get_authtok_verify: Avoid duplicate password verification
Tomas Mraz
2019-08-07
3
-0
/
+12
*
Move the duplicated search_key function to pam_modutil.
Tomas Mraz
2018-12-11
4
-1
/
+103
*
Fix grammar of messages printed via pam_prompt
Dmitry V. Levin
2018-06-19
1
-2
/
+2
[next]