PAM

~roguescholar/pam/+git/upstream:ldv/tst-pam_listfile-retval

Last commit made on 2023-12-30
Get this branch:
git clone -b ldv/tst-pam_listfile-retval https://git.launchpad.net/~roguescholar/pam/+git/upstream

Branch merges

Branch information

Name:
ldv/tst-pam_listfile-retval
Repository:
lp:~roguescholar/pam/+git/upstream

Recent commits

31c40cd... by "Dmitry V. Levin" <email address hidden>

pam_listfile: add a test for return values

* modules/pam_listfile/tst-pam_listfile-retval.c: New file.
* modules/pam_listfile/Makefile.am (TESTS): Add $(check_PROGRAMS).
(check_PROGRAMS, tst_pam_listfile_retval_LDADD): New variables.

6a7f419... by "Dmitry V. Levin" <email address hidden>

pam_canonicalize_user: fix the test for return values

* modules/pam_canonicalize_user/tst-pam_canonicalize_user-retval.c: Fix.
* modules/pam_canonicalize_user/Makefile.am (TESTS): Add $(check_PROGRAMS).
(AM_LDFLAGS): Rename to pam_canonicalize_user_la_LDFLAGS.
(tst_pam_canonicalize_user_retval_LDFLAGS): New variable.

Fixes: 980ddf706777 ("pam_canonicalize_user: add a test for return values")

ff9050f... by Martin Srebotnjak

po: update translations using Weblate (Slovenian)

Currently translated at 17.8% (18 of 101 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/sl/

0e02d7a... by Liu Tao <email address hidden>

po: update translations using Weblate (Chinese (Simplified) (zh_CN))

Currently translated at 98.0% (99 of 101 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/zh_CN/

0666539... by Balázs Úr

po: update translations using Weblate (Hungarian)

Currently translated at 100.0% (101 of 101 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/hu/

397fb61... by =?utf-8?b?6rmA7J247IiY?= <email address hidden>

po: update translations using Weblate (Korean)

Currently translated at 100.0% (101 of 101 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/ko/

fa2e560... by Rafael Fontenelle

po: update translations using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (101 of 101 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/pt_BR/

1d2814a... by Solar Designer <email address hidden>

unix_chkpwd, unix_update: Use exit codes 128+ on signals

8d95558... by "Dmitry V. Levin" <email address hidden>

pam_timestamp_check: check format_timestamp_name return value

* modules/pam_timestamp/pam_timestamp.c [PAM_TIMESTAMP_MAIN] (main):
Bail out if format_timestamp_name returns an error.

c12a2d0... by "Dmitry V. Levin" <email address hidden>

pam_timestamp_check: fix potential null pointer dereferences on error path

* modules/pam_timestamp/pam_timestamp.c [PAM_TIMESTAMP_MAIN] (main):
Bail out early in case of initialization errors to avoid potential null
pointer dereferences in -d mode.