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
/
modules
/
pam_unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
pam_unix: do not overwrite the string returned by crypt_r
Dmitry V. Levin
2024-12-30
2
-4
/
+8
*
pam_unix: fix diagnostic message in debug mode
xujing
2024-12-03
1
-1
/
+1
*
build: drop autotools support
Dmitry V. Levin
2024-10-23
2
-89
/
+0
*
meson: build Linux-PAM using meson
Dmitry V. Levin
2024-09-10
1
-0
/
+1
*
build: consistently include config.h first
Dmitry V. Levin
2024-08-30
5
-5
/
+8
*
pam_unix: do not check for HAVE_PAM_FAIL_DELAY
Dmitry V. Levin
2024-08-29
1
-2
/
+0
*
build: rename SCONFIGDIR config.h macro to SCONFIG_DIR
Dmitry V. Levin
2024-08-25
2
-2
/
+2
*
Include pam_i18n.h where i18n definitions are required
Dmitry V. Levin
2024-08-21
2
-0
/
+2
*
Move all historic changelog files to a top-level ChangeLog.old directory
Dmitry V. Levin
2024-05-15
1
-54
/
+0
*
build: do not distribute historic changelog files
Dmitry V. Levin
2024-05-15
1
-1
/
+1
*
pam_unix: compare password hashes in constant time
Christian Göttsche
2024-04-13
1
-2
/
+2
*
pam_unix: allow empty passwords with non-empty hashes
Sergei Trofimovich
2024-03-29
1
-8
/
+6
*
pam_unix: use yp functions only if nis requested
Tobias Stoeckmann
2024-03-03
1
-1
/
+1
*
pam_unix: drop cast to same type
Christian Göttsche
2024-02-22
1
-1
/
+1
*
pam_unix: avoid string formatting of NULL
Christian Göttsche
2024-02-22
1
-2
/
+3
*
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
1
-4
/
+7
*
modules: add pamc headers to the search path only when needed
Tobias Stoeckmann
2024-01-21
1
-1
/
+1
*
pam_unix: cleanse crypt data
Christian Göttsche
2024-01-21
1
-0
/
+1
*
modules: zero out crypt_r(3) data before usage
Christian Göttsche
2024-01-21
2
-6
/
+3
*
pam_unix: do not warn if password aging is disabled
Tobias Stoeckmann
2024-01-19
1
-1
/
+0
*
pam_unix: fix typos in comments
Christian Göttsche
2024-01-16
2
-2
/
+2
*
pam_unix: do not allow comma as a field separator
Tobias Stoeckmann
2024-01-16
2
-9
/
+8
*
pam_unix: declare read-only data array const
Christian Göttsche
2024-01-15
1
-1
/
+1
*
pam_unix: log about failure to execute unix_chkpwd(8)
Christian Göttsche
2024-01-15
1
-1
/
+1
*
pam_unix: clean additional possible sensitive buffers
Christian Göttsche
2024-01-15
3
-2
/
+7
*
pam_unix: use more appropriate types
Christian Göttsche
2024-01-15
2
-5
/
+5
*
pam_unix: retain const qualifier
Christian Göttsche
2024-01-15
1
-6
/
+6
*
pam_unix: enclose macro arguments
Christian Göttsche
2024-01-15
1
-3
/
+3
*
pam_unix: set close-on-exec
Christian Göttsche
2024-01-15
4
-24
/
+13
*
pam_unix: support setgid version of unix_chkpwd(8)
Christian Göttsche
2024-01-15
1
-2
/
+7
*
pam_unix: reject unix_update(8) running on different unprivileged user
Christian Göttsche
2024-01-15
1
-3
/
+13
*
pam_unix: add audit support to unix_update(8)
Christian Göttsche
2024-01-15
2
-1
/
+18
*
pam_unix: refactor audit logging
Christian Göttsche
2024-01-15
5
-36
/
+61
*
pam_unix: fix regressions
Tobias Stoeckmann
2024-01-15
2
-2
/
+1
*
pam_unix: annotate declaration with format attribute
Christian Göttsche
2024-01-15
2
-1
/
+1
*
treewide: strictly separate builddir and srcdir
Tobias Stoeckmann
2024-01-12
1
-1
/
+1
*
pam_unix: build unix_update only with SELinux enabled
Christian Göttsche
2024-01-08
1
-3
/
+16
*
pam_unix: fix memory leak
Christian Göttsche
2024-01-08
1
-0
/
+1
*
pam_unix: do not truncate user names
Tobias Stoeckmann
2024-01-08
2
-6
/
+2
*
pam_unix: fix typos in manual page
Tobias Stoeckmann
2024-01-05
1
-3
/
+3
*
pam_unix/passverify: always run the helper to obtain shadow password file ent...
Dmitry V. Levin
2024-01-04
1
-10
/
+11
*
pam_unix: use getline
Tobias Stoeckmann
2024-01-03
2
-4
/
+8
*
pam_unix: reduce variable visibility
Tobias Stoeckmann
2024-01-03
1
-3
/
+7
*
pam_unix: calculate user length only if needed
Tobias Stoeckmann
2024-01-03
1
-3
/
+4
*
pam_unix: use getline in _unix_getpwnam
Tobias Stoeckmann
2024-01-03
1
-12
/
+18
*
pam_unix: unify error handling
Tobias Stoeckmann
2024-01-03
1
-15
/
+14
*
pam_unix: use calloc instead of malloc/memset
Tobias Stoeckmann
2024-01-03
1
-2
/
+1
*
pam_unix: use size_t instead of int for sizes
Tobias Stoeckmann
2024-01-03
1
-5
/
+5
*
pam_unix: avoid reading uninitialized variable
Tobias Stoeckmann
2024-01-03
1
-10
/
+8
[next]