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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pam_namespace: use vendor specific namespace.conf and namespace.init as fallback
Stefan Schubert
2022-06-30
4
-15
/
+167
*
pam_limits: use vendor specific content in limits.d directory as fallback
Stefan Schubert
2022-06-30
2
-61
/
+164
*
pam_access: use vendor specific access.conf as fallback
Stefan Schubert
2022-06-30
2
-19
/
+145
*
faillock: load configuration from file
Iker Pedrosa
2022-05-24
6
-33
/
+109
*
pam_faillock: move config to its own file
Iker Pedrosa
2022-05-24
5
-230
/
+322
*
pam_env: reorder definitions of static functions to avoid forward declarations
Dmitry V. Levin
2022-04-24
1
-268
/
+263
*
pam_issue: reorder definitions of static functions to avoid forward declarations
Dmitry V. Levin
2022-04-24
1
-93
/
+88
*
pam_env: add a test of return values
Stefan Schubert
2022-03-11
2
-1
/
+203
*
pam_access: handle hostnames in access.conf
Thorsten Kukuk
2022-03-11
1
-19
/
+76
*
pam_exec: remove redundant free() invocations
Dmitry V. Levin
2022-02-24
1
-8
/
+3
*
pam_exec: remove redundant 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
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
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
Dmitry V. Levin
2021-09-03
2
-4
/
+4
*
pam_unix: workaround the problem caused by libnss_systemd
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
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
[next]