index
:
delta/linux-pam-git.git
Admin
Linux-PAM-0-72-autoconf
Linux-PAM-0-73pre-autoconf
Linux-PAM-0-80-branch
Linux-PAM-1_0-branch
Makefile-xml
autoconf-modules
env-allow-unterminated
env-user-deprecate
ldv/SCONFIGDIR
ldv/Werror
ldv/ci
ldv/ci-git-status
ldv/ci-openssl
ldv/fix-compilation-warnings
ldv/fixes/pam_unix
ldv/github-ci
ldv/gpg-key
ldv/master
ldv/next
ldv/pam_add_handler
ldv/pam_dynamic
ldv/pam_env-reorder-static-functions
ldv/pam_env-vendordir
ldv/pam_exec-free
ldv/pam_exec-strdup
ldv/pam_get_user
ldv/pam_issue-reorder-static-functions
ldv/pam_localuser
ldv/pam_sepermit
ldv/pam_str_skip_prefix
ldv/pam_succeed_if
ldv/pam_umask
ldv/pam_unix
ldv/prepare-for-release
ldv/remove-deprecated-modules
ldv/remove_PAM_SM_macros
ldv/shellcheck
ldv/sigchld
ldv/tests
ldv/travis-ci
ldv/tst-pam_env-retval
ldv/vendordir
master
pam_unix_ref_branch
github.com: linux-pam/linux-pam.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
pam_exec: remove redundant strdup
ldv/pam_exec-strdup
Dmitry V. Levin
2022-02-24
1
-3
/
+5
*
pam_nologin: don't print empty message
Thorsten Kukuk
2022-02-24
1
-15
/
+18
*
pam_time: fix clang compilation warning
Stefan Schubert
2022-02-21
1
-3
/
+4
*
pam_usertype: only use SYS_UID_MAX for system users
Iker Pedrosa
2022-02-21
2
-10
/
+7
*
pam_keyinit: thread-safe implementation
Iker Pedrosa
2022-02-21
1
-16
/
+44
*
pam_time: use vendor specific time.conf as fallback
Stefan Schubert
2022-02-08
2
-0
/
+21
*
pam_time: add a test of return values
Stefan Schubert
2022-02-08
2
-1
/
+111
*
pam_pwhistory: Enable alternate location for password history file (#396)
Martyn Welch
2022-02-07
5
-51
/
+95
*
pam_faillock: add a test of return values
Stefan Schubert
2022-02-04
2
-1
/
+123
*
pam_faillock: use vendor specific faillock.conf as fallback
Stefan Schubert
2022-02-01
3
-1
/
+29
*
pam_group: use vendor specific group.conf as fallback
Stefan Schubert
2022-01-25
2
-14
/
+35
*
pam_sepermit: use vendor specific sepermit.conf as fallback
Stefan Schubert
2022-01-24
2
-2
/
+21
*
pam_limits: use VENDOR_SCONFIGDIR macro
ldv/SCONFIGDIR
Dmitry V. Levin
2022-01-23
1
-2
/
+2
*
modules: move SCONFIGDIR-based macro definitions from Makefile.am to the sour...
Dmitry V. Levin
2022-01-23
12
-10
/
+18
*
pam_limits: make LIMITS_FILE_DIR macro consistent
Dmitry V. Levin
2022-01-23
2
-2
/
+2
*
modules: use SCONFIGDIR macro
Dmitry V. Levin
2022-01-23
6
-13
/
+9
*
pam_sepermit: fix conf= option support
ldv/pam_sepermit
Dmitry V. Levin
2022-01-22
2
-4
/
+107
*
pam_sepermit: add a basic test for return values
Dmitry V. Levin
2022-01-22
2
-1
/
+64
*
pam_limits: adjust docu if config file is missing (#426)
Thorsten Kukuk
2022-01-14
1
-1
/
+0
*
pam_rootok: fix compilation warning when HAVE_LIBAUDIT is not defined
Stefan Schubert
2022-01-13
1
-2
/
+1
*
pam_limits: don't fail on missing config files (#418)
Ludwig Nussel
2022-01-13
1
-0
/
+3
*
Check the return value of localtime in faillock (#421)
pyllyukko
2022-01-12
1
-0
/
+5
*
modules/pam_limits: fix build with old Linux kernel headers
Dmitry V. Levin
2021-11-24
1
-0
/
+4
*
Use vendor specific limits.conf as fallback (#402)
Thorsten Kukuk
2021-11-03
2
-3
/
+22
*
Fix a typo found using codespell tool
v1.5.2
Dmitry V. Levin
2021-09-03
2
-4
/
+4
*
pam_unix: workaround the problem caused by libnss_systemd
ldv/pam_unix
Dmitry V. Levin
2021-08-19
1
-2
/
+1
*
pam_faillock: remove confusing comment
Dmitry V. Levin
2021-07-20
1
-1
/
+0
*
pam_filter: Close file after controlling tty
Iker Pedrosa
2021-07-09
1
-1
/
+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
4
-28
/
+8
*
pam_timestamp: replace hmac implementation
Iker Pedrosa
2021-06-14
5
-11
/
+500
*
pam_unix: do not use crypt_checksalt when checking for password expiration
ldv/fixes/pam_unix
Dmitry V. Levin
2021-06-10
1
-6
/
+0
*
pam_exec: implement quiet_log option
Patrick Schleizer
2021-06-10
2
-0
/
+22
*
pam_limits: "Unlimited" is not a valid value for RLIMIT_NOFILE.
Josef Moellers
2021-04-22
2
-0
/
+51
*
pam_userdb: Prevent garbage characters from db
Stanislav Zidek
2021-04-21
2
-23
/
+36
*
pam_access: clean up the remote host matching code
Tomas Mraz
2021-04-12
1
-16
/
+28
*
pam_faillock: convert spaces to tab to keep code style
chuanqin
2021-03-25
1
-3
/
+2
*
pam_env: fix example in pam_env.conf.5 for setting variable
theslimshaney
2021-03-08
1
-1
/
+1
*
pam_mkhomedir: use HOME_MODE or UMASK from /etc/login.defs
dshein-alt
2021-03-05
4
-9
/
+87
*
configure.ac: add --with-systemdunitdir option
Changqing Li
2021-01-27
1
-1
/
+1
*
faillock: create tallydir before creating tallyfile
Changqing Li
2021-01-27
1
-0
/
+3
*
pam_securetty: don't complain about missing config
Ludwig Nussel
2021-01-27
1
-2
/
+4
*
faillock: Use pluralization via dngettext or fallback
Kolja
2021-01-25
1
-1
/
+16
*
pam_umask: fix handling of umask parameter
ldv/pam_umask
Dmitry V. Levin
2020-12-28
1
-7
/
+11
*
pam_setquota: Minor whitespace, spelling and mail address fixes
Sven Hartge
2020-12-28
1
-4
/
+4
*
pam_mkhomedir: fix umask wording in documentation
Dmitry V. Levin
2020-12-23
1
-1
/
+1
*
pam_namespace: check for string_to_security_class failure
Christian Göttsche
2020-12-08
1
-0
/
+6
*
pam_selinux: check for string_to_security_class failure
Christian Göttsche
2020-12-08
1
-1
/
+12
*
pam_unix: fix memory leak on error path
v1.5.1
Thomas M. DuBuisson
2020-11-24
1
-0
/
+6
*
Fix various typos found using codespell tool
Dmitry V. Levin
2020-11-24
4
-6
/
+6
[next]