summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pam_unix: fix --disable-nis compilation warningsldv/fix-compilation-warningsDmitry V. Levin2020-03-052-2/+3
* Sort NEWS entriesDmitry V. Levin2020-03-051-23/+21
* Fix whitespace issuesDmitry V. Levin2020-03-053-3/+1
* Adding package dependency hints to READMEed@s5h.net2020-03-041-1/+2
* Use cached 'crypt' library result correctlyMark Wutzke2020-03-041-1/+1
* Prepare for the 1.4.0 releaseTomas Mraz2020-03-032-1/+34
* Updated LINGUAS to remove completely untranslated languages.Tomas Mraz2020-03-0383-5161/+4427
* Translated using Weblate (Czech)Tomáš Mráz2020-03-031-75/+42
* Translated using Weblate (Turkish)Oğuz Ersen2020-03-031-18/+17
* Translated using Weblate (French)Julien Humbert2020-03-031-45/+47
* Translated using Weblate (Polish)Piotr Drąg2020-03-031-22/+23
* Deleted translation using Weblate (Cornish)Jean-Baptiste Holcroft2020-03-0316-8833/+0
* Update translation filesWeblate2020-03-0396-6254/+7055
* pam_tty_audit: if kernel audit is disabled return PAM_IGNOREIker Pedrosa2020-02-271-0/+8
* pam_modutil_sanitize_helper_fds: fix SIGPIPE effect of PAM_MODUTIL_PIPE_FDDmitry V. Levin2020-02-261-29/+1
* libpamc: Use ISO C99 uintX_t types instead of u_intX_tTBK2020-02-266-40/+44
* 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
* misc_conv: Use PAM_MAX_RESP_SIZE to limit the length of the inputTomas Mraz2020-02-241-1/+1
* 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-186-4/+104
* 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-287-1/+589
* configure.ac: add --enable-doc optionFabrice Fontaine2020-01-2745-2/+97
* Fix remaining -Wcast-qual compilation warningsDmitry V. Levin2020-01-2010-1/+63
* _pam_mkargv: add const qualifier to the first argumentDmitry V. Levin2020-01-203-6/+6
* Fix miscellaneous const issuesTomas Mraz2020-01-205-9/+8
* 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
* Further grammar fixesSteve Langasek2020-01-151-1/+1
* Miscellaneous spelling fixesSteve Langasek2020-01-157-7/+7
* Miscellaneous grammar fixesSteve Langasek2020-01-154-6/+6
* 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-102-0/+14
* pam_access: Fix (IPv6) address prefix size matchingmsalle2020-01-021-1/+3
* Do not use CFLAGS for warning flags set from configureTomas Mraz2019-12-1854-55/+95
* Return only PAM_IGNORE or error from pam_motdBalint Reczey2019-12-172-2/+18
* Add initial Travis CI supportldv/travis-ciDmitry V. Levin2019-12-163-0/+286
* 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-1615-37/+39