aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* modules/pam_namespace: use pam_str_skip_prefixDmitry V. Levin2020-03-191-1/+1
* modules/pam_motd: use pam_str_skip_prefixDmitry V. Levin2020-03-191-4/+6
* modules/pam_mkhomedir: use pam_str_skip_prefixDmitry V. Levin2020-03-191-4/+7
* modules/pam_mail: use pam_str_skip_prefixDmitry V. Levin2020-03-191-4/+6
* modules/pam_localuser: use pam_str_skip_prefixDmitry V. Levin2020-03-191-2/+5
* modules/pam_listfile: use pam_str_skip_prefixDmitry V. Levin2020-03-191-6/+8
* modules/pam_limits: use pam_str_skip_prefixDmitry V. Levin2020-03-191-4/+6
* modules/pam_lastlog: use pam_str_skip_prefixDmitry V. Levin2020-03-191-7/+12
* modules/pam_issue: use pam_str_skip_prefixDmitry V. Levin2020-03-191-5/+9
* modules/pam_ftp: use pam_str_skip_prefixDmitry V. Levin2020-03-191-5/+6
* modules/pam_env: use pam_str_skip_prefixDmitry V. Levin2020-03-191-21/+24
* modules/pam_echo: use pam_str_skip_prefixDmitry V. Levin2020-03-191-2/+4
* modules/pam_cracklib: use pam_str_skip_prefixDmitry V. Levin2020-03-191-28/+30
* modules/pam_access: use pam_str_skip_prefixDmitry V. Levin2020-03-191-9/+11
* Use PAM_ARRAY_SIZEDmitry V. Levin2020-03-194-6/+11
* modules/pam_cracklib: fix parsing of options without argumentsDmitry V. Levin2020-03-191-6/+6
* Fix remaining clang -Wcast-align compilation warningsDmitry V. Levin2020-03-191-0/+6
* Fix most of clang -Wcast-align compilation warningsDmitry V. Levin2020-03-195-7/+17
* modules/pam_tally, modules/pam_tally2: fix compilation warningsDmitry V. Levin2020-03-192-5/+6
* modules/pam_timestamp: fix compilation warningsDmitry V. Levin2020-03-192-4/+6
* modules/pam_unix: fix gcc compilation warningsDmitry V. Levin2020-03-191-14/+19
* modules/pam_access: fix compilation warningDmitry V. Levin2020-03-191-0/+4
* modules/pam_timestamp: fix clang compilation warningDmitry V. Levin2020-03-181-2/+2
* modules/pam_timestamp: fix EXTRA_DISTDmitry V. Levin2020-03-181-1/+1
* modules/pam_namespace: fix EXTRA_DISTDmitry V. Levin2020-03-181-1/+1
* pam_usertype: exclude man-page generation when configured with --disable-docChristian Göttsche2020-03-171-1/+3
* pam_namespace: ignore pam_namespace_helper in gitChristian Göttsche2020-03-171-0/+1
* pam_selinux: check unknown object classes or permissions in current policyikerexxe2020-03-111-42/+8
* pam_unix: fix --disable-nis compilation warningsDmitry V. Levin2020-03-052-2/+3
* Fix whitespace issuesDmitry V. Levin2020-03-051-1/+1
* pam_tty_audit: if kernel audit is disabled return PAM_IGNOREIker Pedrosa2020-02-271-0/+8
* libpamc: Use ISO C99 uintX_t types instead of u_intX_tTBK2020-02-262-25/+26
* pam_group, pam_time: Fix regression in documentation from last change.Tomas Mraz2020-02-252-2/+2
* pam_limits: Document the unwanted effect of set_all with systemdTomas Mraz2020-02-241-1/+3
* pam_group, pam_time: Fix logical error with multiple ! operatorsTomas Mraz2020-02-244-0/+14
* pam_shells: Recognize /bin/sh as the default shell.Tomas Mraz2020-02-241-2/+6
* pam_env: Change the default to not read the user .pam_environment fileTomas Mraz2020-02-242-4/+4
* pam_env: code cleanupsTomas Mraz2020-02-241-19/+37
* pam_namespace: secure tmp-inst directoriesTopi Miettinen2020-02-185-4/+103
* Fix warnings from the recent PR mergesTomas Mraz2020-02-182-7/+21
* pam_unix: add nullresetok option to allow reset blank passwordsPavel Březina2020-02-184-26/+67
* pam_succeed_if: Add list support for group membership checksSerghei Anicheev2020-02-182-13/+29
* Remove redundant header file inclusionMIZUTA Takeshi2020-02-188-10/+0
* pam_tally[2]: Updating man pages to indicate account leakage without silentedneville2020-01-292-2/+2
* pam_keyinit.8: add missing commaJakub Wilk2020-01-291-1/+1
* pam_usertype: new module to tell if uid is in login.defs rangesPavel Březina2020-01-286-1/+567
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-2743-0/+86
* Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-208-0/+27
* Fix miscellaneous const issuesTomas Mraz2020-01-204-8/+7
* pam_unix: Return NULL instead of calling crypt_md5_wrapper().Björn Esser2020-01-172-24/+18