aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* padout: build as a native executableroot2024-11-031-0/+1
* po: update translations using Weblate (Indonesian)Andika Triwidada2024-10-281-19/+19
* meson: fix build with -Di18n=disabledDmitry V. Levin2024-10-271-1/+3
* maint: update release procedureDmitry V. Levin2024-10-241-4/+5
* Remove autogen.shDmitry V. Levin2024-10-241-5/+0
* Prepare for 1.7.0 releaseDmitry V. Levin2024-10-235-4/+15
* build: drop autotools supportDmitry V. Levin2024-10-23105-4902/+0
* ci: drop autotools supportDmitry V. Levin2024-10-233-366/+154
* README: replace autotools-based instructions with meson-based onesDmitry V. Levin2024-10-231-20/+7
* maint: use meson to generate release tarballsDmitry V. Levin2024-10-231-12/+4
* pam_access: clarify `LOCAL` keyword behaviourIker Pedrosa2024-10-221-11/+6
* 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