aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed variable salt to hashHulto2020-01-151-7/+7
* Add two missing va_end() callsJosef Moellers2020-01-151-1/+4
* Miscellaneous spelling fixesSteve Langasek2020-01-155-5/+5
* Miscellaneous grammar fixesSteve Langasek2020-01-152-2/+2
* pam_umask: document the 'nousergroups' optionAndreas Henriksson2020-01-101-0/+16
* pam_umask: add new 'nousergroups' module argumentAndreas Henriksson2020-01-101-0/+2
* pam_umask: build-time usergroups option defaultAndreas Henriksson2020-01-101-0/+3
* pam_access: Fix (IPv6) address prefix size matchingmsalle2020-01-021-1/+3
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-1845-45/+79
* Return only PAM_IGNORE or error from pam_motdBalint Reczey2019-12-172-2/+18
* pam_pwhistory: fix build when -lxcrypt is not availableDmitry V. Levin2019-12-161-1/+1
* Fix or suppress various warnings when compiling with -Wall -WextraTomas Mraz2019-12-1612-36/+34
* pam_motd: Export MOTD_SHOWN=pam after showing MOTDBalint Reczey2019-12-042-0/+7
* Adds an auth module to pam_keyinit (#150)ppkarwasz2019-11-282-61/+114