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
/
support.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pam_unix: do not check for HAVE_PAM_FAIL_DELAY
Dmitry V. Levin
2024-08-29
1
-2
/
+0
*
pam_unix: use yp functions only if nis requested
Tobias Stoeckmann
2024-03-03
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
1
-7
/
+7
*
pam_unix: set close-on-exec
Christian Göttsche
2024-01-15
1
-1
/
+1
*
pam_unix: fix memory leak
Christian Göttsche
2024-01-08
1
-0
/
+1
*
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
*
treewide: use asprintf to construct strings
Tobias Stoeckmann
2023-12-19
1
-5
/
+2
*
treewide: fix typos in comments and documentation
Tobias Stoeckmann
2023-12-18
1
-1
/
+1
*
treewide: store strlen results in size_t
Tobias Stoeckmann
2023-12-14
1
-1
/
+1
*
pam_unix: check str to integer conversions
Tobias Stoeckmann
2023-12-11
1
-15
/
+45
*
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
*
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
1
-1
/
+1
*
modules: make use of secure memory erasure
Christian Göttsche
2023-02-28
1
-1
/
+1
*
Second blank check with root for non-existent users must never return 1
Tomas Mraz
2020-11-20
1
-26
/
+13
*
pam_unix: use PAM_MAX_RESP_SIZE instead of its alias MAXPASS
Dmitry V. Levin
2020-07-15
1
-2
/
+2
*
pam_unix: avoid determining if user exists
ikerexxe
2020-06-17
1
-7
/
+26
*
modules/pam_unix: use pam_str_skip_prefix and pam_str_skip_prefix_len
Dmitry V. Levin
2020-03-19
1
-5
/
+9
*
pam_unix: fix --disable-nis compilation warnings
Dmitry V. Levin
2020-03-05
1
-1
/
+1
*
pam_unix: add nullresetok option to allow reset blank passwords
Pavel Březina
2020-02-18
1
-0
/
+47
*
Fix remaining -Wcast-qual compilation warnings
Dmitry V. Levin
2020-01-20
1
-0
/
+3
*
Fix or suppress various warnings when compiling with -Wall -Wextra
Tomas Mraz
2019-12-16
1
-5
/
+0
*
pam_unix: Fix the spelling of Jan Rękorajski's name.
Tomas Mraz
2019-10-10
1
-1
/
+1
*
pam_unix: Correct MAXPASS define name in the previous two commits.
Tomas Mraz
2019-06-27
1
-2
/
+2
*
Trim password at PAM_MAX_RESP_SIZE chars
Florian Best
2019-06-27
1
-0
/
+7
*
Move the duplicated search_key function to pam_modutil.
Tomas Mraz
2018-12-11
1
-76
/
+2
*
pam_unix: Use pam_syslog instead of helper_log_err.
Tomas Mraz
2018-11-27
1
-1
/
+1
*
pam_unix: Add support for (gost-)yescrypt hashing methods.
Björn Esser
2018-11-23
1
-12
/
+21
*
pam_unix: Fix closing curly brace. (#77)
Björn Esser
2018-11-22
1
-1
/
+1
*
pam_unix: Prefer a gensalt function, that supports auto entropy.
Björn Esser
2018-11-22
1
-2
/
+5
*
Unification and cleanup of syslog log levels.
Tomas Mraz
2016-06-30
1
-3
/
+3
*
pam_unix: Use pam_get_authtok() instead of direct pam_prompt() calls.
Tomas Mraz
2016-04-06
1
-154
/
+0
*
pam_unix: Silence warnings and fix a minor bug.
Tomas Mraz
2016-03-04
1
-6
/
+0
*
Release version 1.2.1
Thorsten Kukuk
2015-06-22
1
-1
/
+6
*
Introduce pam_modutil_sanitize_helper_fds
Dmitry V. Levin
2014-01-27
1
-11
/
+9
*
Fix gratuitous use of strdup and x_strdup
Dmitry V. Levin
2014-01-27
1
-8
/
+8
*
Check return value of setuid to remove glibc warnings.
Thorsten Kukuk
2013-09-16
1
-1
/
+4
*
Write to *rounds only if non-NULL.
Tomas Mraz
2013-09-13
1
-1
/
+1
*
Restart waitpid if it returns with EINTR (ticket #17)
Thorsten Kukuk
2013-08-29
1
-1
/
+2
*
Use hash from /etc/login.defs as default if no
Thorsten Kukuk
2013-06-18
1
-1
/
+105
[next]