aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pam_issue: fix potential memory leak when PAM_USER_PROMPT is setHEADmasterDmitry V. Levin2025-02-251-0/+1
* pam_namespace: fix logic in return value handlingOlivier Bal-Petre2025-02-241-9/+7
* AUTHORS: update the list of current maintainersDmitry V. Levin2025-02-181-1/+6
* meson: Find programs using the native file only, not the cross fileJames Le Cuirot2025-01-212-1/+10
* pam_unix: do not overwrite the string returned by crypt_rDmitry V. Levin2024-12-302-4/+8
* meson.build: fix pam_namespace.service installation with custom prefixDmitry V. Levin2024-12-041-1/+4
* pam_unix: fix diagnostic message in debug modexujing2024-12-031-1/+1
* meson: correct check for existence of two preprocessor definesAlexander Kanavin2024-11-291-2/+2
* pam_access: fix group name match regressionDmitry V. Levin2024-11-271-1/+1
* meson: support elogind as a logind providerDudemanguy2024-11-266-11/+26
* meson_options.txt: update logind option descriptionDmitry V. Levin2024-11-261-1/+1
* ci: add logind enabled jobsDmitry V. Levin2024-11-253-0/+42
* pam_access: rework resolving of tokens as hostnameThorsten Kukuk2024-11-183-17/+105
* doc: make PDF documentation optionalYaakov Selkowitz2024-11-052-29/+31
* 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