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
*
Prepare for 1.7.0 release
Dmitry V. Levin
2024-10-23
1
-1
/
+1
*
build: drop autotools support
Dmitry V. Levin
2024-10-23
1
-50
/
+0
*
pam_get_authtok*: disallow setting pamh to NULL
Andrey Kovalev
2024-10-18
1
-0
/
+4
*
meson: build Linux-PAM using meson
Dmitry V. Levin
2024-09-10
3
-0
/
+86
*
build: consistently include config.h first
Dmitry V. Levin
2024-08-30
1
-4
/
+4
*
build: consistently include config.h unconditionally
Dmitry V. Levin
2024-08-28
1
-3
/
+1
*
Include pam_i18n.h where i18n definitions are required
Dmitry V. Levin
2024-08-21
4
-0
/
+4
*
Introduce pam_i18n.h
Dmitry V. Levin
2024-08-20
2
-1
/
+18
*
libpam: do not include config.h right before pam_private.h
Dmitry V. Levin
2024-08-19
5
-12
/
+3
*
Fix includedir in pkgconfig files
Dmitry V. Levin
2024-08-18
1
-1
/
+1
*
pam_inline.h: introduce zero_extend_signed_to_ull() and sign_extend_unsigned_...
Dmitry V. Levin
2024-08-13
1
-0
/
+20
*
libpam_internal: introduce pam_econf_readconfig
Stefan Schubert
2024-07-02
1
-4
/
+8
*
pam_set_item: disallow setting service to NULL
Egor Ignatov
2024-05-30
1
-0
/
+6
*
libpam: make /etc/passwd checks 8 bit clean
Göran Uddeborg
2024-05-13
1
-1
/
+1
*
libpam: add helper to compare strings in constant time
Christian Göttsche
2024-04-13
1
-0
/
+14
*
doc: fix uses of non-neutral gender pronouns
Aura Herrero Ruiz
2024-04-02
1
-1
/
+1
*
pam_start.c: do not call bindtextdomain() unless nls is enabled
Dmitry V. Levin
2024-03-31
1
-1
/
+1
*
libpam: enclose macro parameters
Christian Göttsche
2024-02-22
3
-21
/
+21
*
libpam_internal: introduce pam_line
Tobias Stoeckmann
2024-02-06
3
-273
/
+6
*
pam_inline.h: Fix use of memset_explicit(3)
Arseny Maslennikov
2024-02-04
1
-1
/
+1
*
libpam_internal: supply debug functionality
Tobias Stoeckmann
2024-01-24
2
-4
/
+22
*
libpam: fix build with --enable-read-both-confs
Tobias Stoeckmann
2024-01-18
1
-1
/
+1
*
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
[next]