aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pam_access: always match local addressIker Pedrosa2024-10-221-2/+28
* ci/meson-build.sh: add a git status checkDmitry V. Levin2024-10-211-0/+5
* ci/meson-build.sh: change DESTDIR for the install testDmitry V. Levin2024-10-211-2/+2
* pam_get_authtok*: disallow setting pamh to NULLAndrey Kovalev2024-10-185-3/+60
* build: check gdbm_close return typeDmitry V. Levin2024-10-152-0/+11
* po: update .pot and .po filesDmitry V. Levin2024-10-1383-7988/+8905
* po: pass additional arguments to xgettextDmitry V. Levin2024-10-131-1/+6
* po: update translations using Weblate (Korean)김인수2024-10-131-44/+44
* po: update translations using Weblate (Korean)Seong-ho Cho2024-10-131-15/+15
* po: update translations using Weblate (Japanese)Tomohiro KATO2024-10-131-11/+11
* po: update translations using Weblate (Irish)Aindriu Mac Giolla Eoin2024-10-131-83/+61
* po: update translations using Weblate (French)Léane GRASSER2024-10-131-45/+46
* po: update translations using Weblate (Norwegian Nynorsk)Adaline Simonian2024-10-131-6/+8
* po: update translations using Weblate (Slovenian)Martin Srebotnjak2024-10-131-97/+101
* .github: add a few more meson jobsDmitry V. Levin2024-10-131-0/+391
* .github: add gcc-14 and clang-16/clang-17/clang-18 jobsDmitry V. Levin2024-10-131-0/+271
* .github: switch builder jobs from ubuntu-latest to ubuntu-24.04Dmitry V. Levin2024-10-132-25/+25
* .github: drop old clang jobsDmitry V. Levin2024-10-131-42/+0
* pam_filter: close unused file descriptorsDmitry V. Levin2024-09-131-1/+5
* pam_filter: fix potential fd leak on error pathDmitry V. Levin2024-09-131-4/+8
* examples/tty_conv: fix potential out of bound write in readline()PavlNekrasov2024-09-131-1/+1
* pam_env: install environment file in vendordirThorsten Kukuk2024-09-122-1/+3
* Add .gitattributesDmitry V. Levin2024-09-101-0/+7
* ci: add a few meson jobsDmitry V. Levin2024-09-103-5/+202
* meson: build Linux-PAM using mesonDmitry V. Levin2024-09-1078-1/+1973
* Remove unused .gitignore fileDmitry V. Levin2024-09-101-2/+0
* pam_userdb: don't overwrite free'd memoryKeith Turner - C724732024-09-101-7/+3
* pam_limits: use systemd-logind instead of utmp (#822)Thorsten Kukuk2024-09-102-5/+80
* pam_issue: only count class userThorsten Kukuk2024-09-051-1/+19
* run-xtests.sh: skip the tests instead of failing them if run by non-rootDmitry V. Levin2024-09-051-1/+1
* xtests: fix compilation warningDmitry V. Levin2024-09-051-1/+7
* Remove unused "dynamic" directoryDmitry V. Levin2024-09-044-278/+0
* pam_loginuid: avoid using postal address in the GNU GPL license noticeDmitry V. Levin2024-09-031-3/+1
* ci: rename run-build-and-tests.sh to autotools-build.shDmitry V. Levin2024-08-312-17/+17
* build: consistently include config.h firstDmitry V. Levin2024-08-309-11/+17
* pam_unix: do not check for HAVE_PAM_FAIL_DELAYDmitry V. Levin2024-08-291-2/+0
* build: consistently include config.h unconditionallyDmitry V. Levin2024-08-2846-101/+7
* configure.ac: fix installation of pam_namespace service fileDmitry V. Levin2024-08-271-4/+5
* build: rename VENDOR_SCONFIGDIR config.h macro to VENDOR_SCONFIG_DIRDmitry V. Levin2024-08-2611-26/+26
* build: rename SCONFIGDIR config.h macro to SCONFIG_DIRDmitry V. Levin2024-08-2513-17/+17
* doc: remove unused custom-html.xslDmitry V. Levin2024-08-244-23/+2
* pam_env: do not add libpam_internal/include to include search path twiceDmitry V. Levin2024-08-231-1/+0
* build: parametrize libtool subdirectoryDmitry V. Levin2024-08-2219-280/+282
* Include pam_i18n.h where i18n definitions are requiredDmitry V. Levin2024-08-2120-9/+21
* Introduce pam_i18n.hDmitry V. Levin2024-08-202-1/+18
* libpam: do not include config.h right before pam_private.hDmitry V. Levin2024-08-196-16/+4
* Fix includedir in pkgconfig filesDmitry V. Levin2024-08-184-3/+7
* pam_rootok: silence compilation warningDmitry V. Levin2024-08-171-2/+2
* pam_faillock: fix compilation warningDmitry V. Levin2024-08-161-6/+12
* configure.ac: do not use AC_TYPE_{UID,OFF,PID,SIZE}_TDmitry V. Levin2024-08-151-4/+0