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
...
*
unix_chkpwd, unix_update: Use exit codes 128+ on signals
Solar Designer
2023-12-29
1
-1
/
+1
*
treewide: use asprintf to construct strings
Tobias Stoeckmann
2023-12-19
2
-17
/
+10
*
treewide: fix typos in comments and documentation
Tobias Stoeckmann
2023-12-18
4
-4
/
+4
*
treewide: store strlen results in size_t
Tobias Stoeckmann
2023-12-14
1
-1
/
+1
*
treewide: assume free(NULL) is no-op
Dmitry V. Levin
2023-12-14
1
-2
/
+1
*
pam_unix: sp_min and sp_warn must be at least 1
Tobias Stoeckmann
2023-12-12
1
-2
/
+2
*
pam_unix: allow disabled password aging
Tobias Stoeckmann
2023-12-12
1
-0
/
+5
*
pam_unix: sync expiry checks with shadow
Tobias Stoeckmann
2023-12-12
1
-3
/
+3
*
pam_unix: simplify save_old_password
Tobias Stoeckmann
2023-12-12
1
-13
/
+7
*
pam_unix: fix possible shadow signed overflows
Tobias Stoeckmann
2023-12-11
1
-20
/
+41
*
pam_unix: check str to integer conversions
Tobias Stoeckmann
2023-12-11
2
-17
/
+53
*
pam_unix: use correct number of rounds
Tobias Stoeckmann
2023-12-11
1
-16
/
+15
*
pam_unix: handle invalid names in _unix_getpwnam
Tobias Stoeckmann
2023-12-07
1
-2
/
+3
*
pam_unix: read yescrypt rounds from login.defs
Nathan Du
2023-11-27
1
-2
/
+7
*
pam_unix: avoid integer truncation in debug output
Benny Baumann
2023-11-14
1
-1
/
+1
*
pam_unix: avoid printing NULL values
Benny Baumann
2023-11-14
1
-1
/
+1
*
pam_unix: only output length check message on failure
Benny Baumann
2023-11-14
1
-2
/
+3
*
treewide: do not cast calloc/malloc/realloc
Tobias Stoeckmann
2023-11-12
1
-1
/
+1
*
modules: cast to unsigned char for character handling function
Christian Göttsche
2023-08-07
1
-1
/
+1
*
pam_unix: improve fallback values for "rounds" for yescrypt and blowfish
Julian Kranz
2023-07-17
1
-4
/
+8
*
configure: Disable NIS if header files are missing
Thorsten Kukuk
2023-04-06
2
-9
/
+3
*
modules: make use of secure memory erasure
Christian Göttsche
2023-02-28
9
-26
/
+38
*
build: use <vendordir>/security directory for installation if it has been set
Stefan Schubert
2023-02-07
1
-0
/
+4
*
pam_unix: don't link against yppasswd_xdr if NIS is disabled
Thorsten Kukuk
2023-01-31
2
-6
/
+5
*
Enable undef warning
Christian Göttsche
2023-01-30
1
-4
/
+4
*
pam_unix: regenerate yppasswd.h/yppasswd_xdr.c (#480)
Thorsten Kukuk
2023-01-24
2
-61
/
+72
*
pam_unix: silence compiler warning in md5.c
Dmitry V. Levin
2023-01-19
1
-13
/
+12
*
doc: Update PAM documentation from DockBook 4 to DocBook 5
Stefan Schubert
2022-12-16
4
-95
/
+72
*
modules: use SCONFIGDIR macro
Dmitry V. Levin
2022-01-23
2
-2
/
+2
*
Fix a typo found using codespell tool
Dmitry V. Levin
2021-09-03
1
-3
/
+3
*
pam_unix: workaround the problem caused by libnss_systemd
Dmitry V. Levin
2021-08-19
1
-2
/
+1
*
Permit unix_chkpwd & pam_unix.so to run without being setuid-root.
Andrew G. Morgan
2021-06-29
1
-4
/
+8
*
Remove support for legacy xcrypt
Björn Esser
2021-06-14
2
-22
/
+6
*
pam_unix: do not use crypt_checksalt when checking for password expiration
Dmitry V. Levin
2021-06-10
1
-6
/
+0
*
pam_unix: fix memory leak on error path
Thomas M. DuBuisson
2020-11-24
1
-0
/
+6
*
Second blank check with root for non-existent users must never return 1
Tomas Mraz
2020-11-20
1
-26
/
+13
*
Remove deprecated pam_cracklib module
Dmitry V. Levin
2020-10-29
1
-3
/
+3
*
Add missing format function attributes and enable -Wmissing-format-attribute
Christian Göttsche
2020-10-25
1
-0
/
+1
*
Prevent SEGFAULT for unknown UID
Anton D. Kachalov
2020-09-30
1
-1
/
+1
*
build: rename PIE_* AC_SUBST variables to EXE_*
Dmitry V. Levin
2020-08-07
1
-4
/
+4
*
Fix -Wcast-align compilation warnings on arm
Dmitry V. Levin
2020-08-06
2
-22
/
+28
*
pam_unix: skip context translation
Christian Göttsche
2020-08-05
2
-44
/
+44
*
pam_unix: replace deprecated security_context_t
Christian Göttsche
2020-08-05
2
-7
/
+7
*
pam_unix: Add comment for the ignored PAM_AUTHTOK_ERR case
Tomas Mraz
2020-07-22
1
-0
/
+4
*
Fix missing initialization of daysleft
Tomas Mraz
2020-07-22
1
-1
/
+1
*
Move read_passwords function from pam_unix to pam_inline.h
ikerexxe
2020-07-15
4
-47
/
+4
*
pam_unix: use PAM_MAX_RESP_SIZE instead of its alias MAXPASS
Dmitry V. Levin
2020-07-15
6
-14
/
+12
*
pam_unix: avoid determining if user exists
ikerexxe
2020-06-17
2
-7
/
+32
*
modules: do not check user name for NULL if pam_get_user returned PAM_SUCCESS
Dmitry V. Levin
2020-05-15
2
-2
/
+2
*
modules: remove PAM_SM_* macros
Dmitry V. Levin
2020-05-03
4
-19
/
+7
[prev]
[next]