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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pam_rootok: close the audit socket on error path
Iker Pedrosa
2024-05-23
1
-0
/
+1
*
pam_faillock: close the audit socket after use
Iker Pedrosa
2024-05-23
1
-0
/
+1
*
pam_env: fix error handling in econf_read_file
Dmitry V. Levin
2024-05-19
1
-4
/
+4
*
pam_env: fix NULL dereference on error path in econf_read_file
Dmitry V. Levin
2024-05-19
1
-1
/
+1
*
Move all historic changelog files to a top-level ChangeLog.old directory
Dmitry V. Levin
2024-05-15
3
-0
/
+0
*
build: do not distribute historic changelog files
Dmitry V. Levin
2024-05-15
2
-7
/
+5
*
libpam: make /etc/passwd checks 8 bit clean
Göran Uddeborg
2024-05-13
1
-1
/
+1
*
Fix CHANGELOG encoding
Tim Hutt
2024-04-25
1
-1
/
+1
*
pam_umask: document details about the GECOS field
Christoph Anton Mitterer
2024-04-15
1
-2
/
+4
*
pam_umask: minor improvements to wording
Christoph Anton Mitterer
2024-04-15
1
-6
/
+6
*
pam_unix: compare password hashes in constant time
Christian Göttsche
2024-04-13
1
-2
/
+2
*
libpam: add helper to compare strings in constant time
Christian Göttsche
2024-04-13
1
-0
/
+14
*
Prepare for 1.6.1 release
Dmitry V. Levin
2024-04-09
3
-2
/
+11
*
po: update .pot and .po files
Dmitry V. Levin
2024-04-08
83
-602
/
+593
*
configure.ac: do not check for headers that are included unconditionally
Dmitry V. Levin
2024-04-07
1
-4
/
+1
*
doc: fix pam_get_data manual regarding PAM_NO_MODULE_DATA return value
Dmitry V. Levin
2024-04-03
1
-3
/
+2
*
tests: check pam_get_data PAM_NO_MODULE_DATA return value semantics
Dmitry V. Levin
2024-04-03
1
-2
/
+13
*
tests: cleanup tst-pam_get_data to use test_assert.h framework
Dmitry V. Levin
2024-04-03
1
-131
/
+51
*
tests: Add some pam_get_data tests
Marco Trevisan (Treviño)
2024-04-03
2
-1
/
+181
*
doc: fix uses of non-neutral gender pronouns
Aura Herrero Ruiz
2024-04-02
10
-21
/
+21
*
pam_start.c: do not call bindtextdomain() unless nls is enabled
Dmitry V. Levin
2024-03-31
1
-1
/
+1
*
pam_env: document when the module is executed
Thorsten Kukuk
2024-03-31
1
-2
/
+19
*
po: update da.po
Alan01
2024-03-31
1
-93
/
+17
*
po: update translations using Weblate (Indonesian)
Andika Triwidada
2024-03-31
1
-74
/
+81
*
pam_unix: allow empty passwords with non-empty hashes
Sergei Trofimovich
2024-03-29
1
-8
/
+6
*
pam_limits: fix potential use-after-free of pl->conf_file
Shaleen Bathla
2024-03-04
1
-2
/
+10
*
pam_unix: use yp functions only if nis requested
Tobias Stoeckmann
2024-03-03
1
-1
/
+1
*
build: fail if requested nis headers are missing
Tobias Stoeckmann
2024-03-03
1
-3
/
+6
*
conf/modules: constify read-only data arrays
Christian Göttsche
2024-02-22
4
-8
/
+8
*
pam_unix: drop cast to same type
Christian Göttsche
2024-02-22
1
-1
/
+1
*
modules: drop redundant return at end of void functions
Christian Göttsche
2024-02-22
3
-3
/
+0
*
pam_faillock: drop duplicate include
Christian Göttsche
2024-02-22
1
-1
/
+0
*
modules: enclose macro parameter
Christian Göttsche
2024-02-22
6
-14
/
+14
*
libpamc: enclose macro parameter
Christian Göttsche
2024-02-22
1
-2
/
+2
*
libpam: enclose macro parameters
Christian Göttsche
2024-02-22
3
-21
/
+21
*
pam_unix: avoid string formatting of NULL
Christian Göttsche
2024-02-22
1
-2
/
+3
*
pam_xauth: untangle strings
Christian Göttsche
2024-02-22
1
-10
/
+13
*
pam_xauth: sanitize variable after asprintf(3) failure
Christian Göttsche
2024-02-22
1
-0
/
+1
*
pam_limits: print line number in warning
Tobias Stoeckmann
2024-02-07
1
-1
/
+5
*
pam_limits: remove whitespaces around value
Tobias Stoeckmann
2024-02-06
1
-1
/
+21
*
libpam_internal: introduce pam_line
Tobias Stoeckmann
2024-02-06
7
-54
/
+71
*
pam_inline.h: Fix use of memset_explicit(3)
Arseny Maslennikov
2024-02-04
1
-1
/
+1
*
pam_unix: try to set uid to 0 for unix_chkpwd
Tobias Stoeckmann
2024-01-24
2
-15
/
+16
*
libpam_internal: supply debug functionality
Tobias Stoeckmann
2024-01-24
23
-27
/
+93
*
configure: fail if specified option cannot be satisfied
Christian Göttsche
2024-01-22
1
-7
/
+15
*
pam_faildelay: add more tests to delay parser
Tobias Stoeckmann
2024-01-21
1
-1
/
+1
*
pam_faildelay: support UINT_MAX delay on 32 bit
Tobias Stoeckmann
2024-01-21
1
-8
/
+8
*
modules: add pamc headers to the search path only when needed
Tobias Stoeckmann
2024-01-21
46
-88
/
+50
*
pam_pwhistory: allocate crypt data on the heap
Christian Göttsche
2024-01-21
1
-9
/
+26
*
pam_userdb: cleanse crypt data
Christian Göttsche
2024-01-21
1
-0
/
+1
[prev]
[next]