summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pam_pwhistory: load config from fileIker Pedrosa2022-07-155-11/+197
* libpam: improve pam_modutil_search_key() docIker Pedrosa2022-07-151-1/+10
* _pam_add_handler: make sure struct handler is properly initialized on error pathldv/pam_add_handlerDmitry V. Levin2022-07-151-10/+4
* .github: switch whitespace-errors job to ubuntu-latestDmitry V. Levin2022-07-011-1/+1
* faillock: add support to print login failure info in legacy formatShreenidhi Shedi2022-07-012-11/+66
* faillock: refactor faillock info printing codeShreenidhi Shedi2022-07-011-21/+31
* faillock: error out if user does not existShreenidhi Shedi2022-07-011-1/+5
* pam_motd: do not rely on all filesystems providing a filetypePer Jessen2022-06-301-9/+40
* pam_namespace: use vendor specific namespace.conf and namespace.init as fallbackStefan Schubert2022-06-304-15/+167
* pam_limits: use vendor specific content in limits.d directory as fallbackStefan Schubert2022-06-302-61/+164
* pam_access: use vendor specific access.conf as fallbackStefan Schubert2022-06-302-19/+145
* .github: add a few vendordir enabled jobsldv/vendordirDmitry V. Levin2022-06-191-0/+45
* ci: add vendor directory configuration supportDmitry V. Levin2022-06-191-0/+6
* doc: add pam_faillock module to SAGliaohanqin2022-05-241-0/+2
* faillock: load configuration from fileIker Pedrosa2022-05-246-33/+109
* pam_faillock: move config to its own fileIker Pedrosa2022-05-245-230/+322
* pam_env: reorder definitions of static functions to avoid forward declarationsldv/pam_env-reorder-static-functionsDmitry V. Levin2022-04-241-268/+263
* pam_issue: reorder definitions of static functions to avoid forward declarationsldv/pam_issue-reorder-static-functionsDmitry V. Levin2022-04-241-93/+88
* po: update translations using Weblate (Punjabi)A S Alam2022-04-181-6/+6
* po: update translations using Weblate (Korean)Seong-ho Cho2022-04-181-77/+76
* pam_env: add a test of return valuesldv/tst-pam_env-retvalStefan Schubert2022-03-112-1/+203
* pam_access: handle hostnames in access.confThorsten Kukuk2022-03-111-19/+76
* pam_exec: remove redundant free() invocationsldv/pam_exec-freeDmitry V. Levin2022-02-241-8/+3
* 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-213-15/+7
* pam_keyinit: thread-safe implementationIker Pedrosa2022-02-211-16/+44
* po: update translations using Weblate (Chinese (Simplified) (zh_CN))pan chenbo2022-02-091-4/+5
* po: update translations using Weblate (Croatian)Gogo Gogsi2022-02-091-108/+114
* po: update translations using Weblate (Spanish)Emilio Herrera2022-02-091-6/+6
* po: update translations using Weblate (Korean)simmon2022-02-091-76/+76
* po: update translations using Weblate (Slovak)Ondrej Sulek2022-02-091-10/+10
* po: update translations using Weblate (Chinese (Hong Kong) (zh_HK))chong gao2022-02-091-5/+7
* po: update translations using Weblate (Japanese)Tomohiro KATO2022-02-091-76/+64
* 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
* libpam: Fix undefined reference to `libintl_dgettext` on muslJakov Smolić2022-02-041-1/+1
* 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
* Drop Travis CI supportDmitry V. Levin2022-01-241-123/+0
* ci: add a git status checkDmitry V. Levin2022-01-241-0/+5
* Update .gitignore fileDmitry V. Levin2022-01-241-0/+1
* pam_limits: use VENDOR_SCONFIGDIR macroldv/SCONFIGDIRDmitry V. Levin2022-01-231-2/+2
* Introduce VENDOR_SCONFIGDIR macroDmitry V. Levin2022-01-231-0/+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