aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lower "bad username" log priority (#154)Sophie Herold2019-11-283-3/+3
* pam_namespace: Support for noexec, nosuid and nodev flags for tmpfs mountsTomas Mraz2019-11-043-5/+79
* doc: fix module type written in MODULE TYPES PROVIDEDMIZUTA Takeshi2019-10-152-2/+2
* pam_unix: Add logging useful for debugging problemsTomas Mraz2019-10-141-3/+4
* pam_unix: Fix the spelling of Jan Rękorajski's name.Tomas Mraz2019-10-107-15/+15
* doc: fix typo in manpageMIZUTA Takeshi2019-10-081-1/+1
* pam_mkhomedir: Add debug option to pam_mkhomedir(8) man pageMIZUTA Takeshi2019-10-031-0/+17
* Add support for a vendor directory and libeconf (#136)Thorsten Kukuk2019-09-163-9/+42
* pam_lastlog: document the 'unlimited' optionCarlos Santos2019-09-121-0/+18
* pam_lastlog: prevent crash due to reduced 'fsize' limitCarlos Santos2019-09-121-9/+57
* pam_unix_sess.c add uid for opening sessioned2019-09-111-12/+19
* pwhistory: fix read of uninitialized data and memory leak when modifying opasswdMatt Cowell2019-09-021-3/+3
* pam_tty_audit: Manual page clarification about password loggingTomas Mraz2019-08-071-0/+7
* pam_unix: Correct MAXPASS define name in the previous two commits.Tomas Mraz2019-06-272-3/+3
* Restrict password length when changing passwordFlorian Best2019-06-271-1/+5
* Trim password at PAM_MAX_RESP_SIZE charsFlorian Best2019-06-271-0/+7
* pam_succeed_if: Request user data only when neededOlaf Mandel2019-05-231-17/+26