summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* pam_exec: remove redundant strdupldv/pam_exec-strdupDmitry V. Levin2022-02-241-3/+5
* pam_nologin: don't print empty messageThorsten Kukuk2022-02-241-15/+18
* pam_time: fix clang compilation warningStefan Schubert2022-02-211-3/+4
* pam_usertype: only use SYS_UID_MAX for system usersIker Pedrosa2022-02-212-10/+7
* pam_keyinit: thread-safe implementationIker Pedrosa2022-02-211-16/+44
* pam_time: use vendor specific time.conf as fallbackStefan Schubert2022-02-082-0/+21
* pam_time: add a test of return valuesStefan Schubert2022-02-082-1/+111
* pam_pwhistory: Enable alternate location for password history file (#396)Martyn Welch2022-02-075-51/+95
* pam_faillock: add a test of return valuesStefan Schubert2022-02-042-1/+123
* pam_faillock: use vendor specific faillock.conf as fallbackStefan Schubert2022-02-013-1/+29
* pam_group: use vendor specific group.conf as fallbackStefan Schubert2022-01-252-14/+35
* pam_sepermit: use vendor specific sepermit.conf as fallbackStefan Schubert2022-01-242-2/+21
* pam_limits: use VENDOR_SCONFIGDIR macroldv/SCONFIGDIRDmitry V. Levin2022-01-231-2/+2
* modules: move SCONFIGDIR-based macro definitions from Makefile.am to the sour...Dmitry V. Levin2022-01-2312-10/+18
* pam_limits: make LIMITS_FILE_DIR macro consistentDmitry V. Levin2022-01-232-2/+2
* modules: use SCONFIGDIR macroDmitry V. Levin2022-01-236-13/+9
* pam_sepermit: fix conf= option supportldv/pam_sepermitDmitry V. Levin2022-01-222-4/+107
* pam_sepermit: add a basic test for return valuesDmitry V. Levin2022-01-222-1/+64
* pam_limits: adjust docu if config file is missing (#426)Thorsten Kukuk2022-01-141-1/+0
* pam_rootok: fix compilation warning when HAVE_LIBAUDIT is not definedStefan Schubert2022-01-131-2/+1
* pam_limits: don't fail on missing config files (#418)Ludwig Nussel2022-01-131-0/+3
* Check the return value of localtime in faillock (#421)pyllyukko2022-01-121-0/+5
* modules/pam_limits: fix build with old Linux kernel headersDmitry V. Levin2021-11-241-0/+4
* Use vendor specific limits.conf as fallback (#402)Thorsten Kukuk2021-11-032-3/+22
* Fix a typo found using codespell toolv1.5.2Dmitry V. Levin2021-09-032-4/+4
* pam_unix: workaround the problem caused by libnss_systemdldv/pam_unixDmitry V. Levin2021-08-191-2/+1
* pam_faillock: remove confusing commentDmitry V. Levin2021-07-201-1/+0
* pam_filter: Close file after controlling ttyIker Pedrosa2021-07-091-1/+1
* Permit unix_chkpwd & pam_unix.so to run without being setuid-root.Andrew G. Morgan2021-06-291-4/+8
* Remove support for legacy xcryptBjörn Esser2021-06-144-28/+8
* pam_timestamp: replace hmac implementationIker Pedrosa2021-06-145-11/+500
* pam_unix: do not use crypt_checksalt when checking for password expirationldv/fixes/pam_unixDmitry V. Levin2021-06-101-6/+0
* pam_exec: implement quiet_log optionPatrick Schleizer2021-06-102-0/+22
* pam_limits: "Unlimited" is not a valid value for RLIMIT_NOFILE.Josef Moellers2021-04-222-0/+51
* pam_userdb: Prevent garbage characters from dbStanislav Zidek2021-04-212-23/+36
* pam_access: clean up the remote host matching codeTomas Mraz2021-04-121-16/+28
* pam_faillock: convert spaces to tab to keep code stylechuanqin2021-03-251-3/+2
* pam_env: fix example in pam_env.conf.5 for setting variabletheslimshaney2021-03-081-1/+1
* pam_mkhomedir: use HOME_MODE or UMASK from /etc/login.defsdshein-alt2021-03-054-9/+87
* configure.ac: add --with-systemdunitdir optionChangqing Li2021-01-271-1/+1
* faillock: create tallydir before creating tallyfileChangqing Li2021-01-271-0/+3
* pam_securetty: don't complain about missing configLudwig Nussel2021-01-271-2/+4
* faillock: Use pluralization via dngettext or fallbackKolja2021-01-251-1/+16
* pam_umask: fix handling of umask parameterldv/pam_umaskDmitry V. Levin2020-12-281-7/+11
* pam_setquota: Minor whitespace, spelling and mail address fixesSven Hartge2020-12-281-4/+4
* pam_mkhomedir: fix umask wording in documentationDmitry V. Levin2020-12-231-1/+1
* pam_namespace: check for string_to_security_class failureChristian Göttsche2020-12-081-0/+6
* pam_selinux: check for string_to_security_class failureChristian Göttsche2020-12-081-1/+12
* pam_unix: fix memory leak on error pathv1.5.1Thomas M. DuBuisson2020-11-241-0/+6
* Fix various typos found using codespell toolDmitry V. Levin2020-11-244-6/+6