PAM

~roguescholar/pam/+git/upstream:Makefile-xml

Last commit made on 2022-12-06
Get this branch:
git clone -b Makefile-xml https://git.launchpad.net/~roguescholar/pam/+git/upstream

Branch merges

Branch information

Name:
Makefile-xml
Repository:
lp:~roguescholar/pam/+git/upstream

Recent commits

7923b9b... by Thorsten Kukuk <email address hidden>

doc/man/Makefile.am: fix XMLS list

The XMLS list of xml sources for the manual pages missed some xml files
and instead contained some nroff sources.

b6632ff... by Valentin Lefebvre <email address hidden>

pam_env: _parse_line: fix quoteflg handled

Check if quote flag is positive before decrementing it. Otherwise, for
some use case, it could become negative, and have an unwanted empty string
instead of an undefined variable.

Signed-off-by: Valentin Lefebvre <email address hidden>

a1f0424... by Dmitry V. Levin

.github: switch from actions/checkout@v2 to actions/checkout@v3

This fixes the following diagnostic warning:

  Node.js 12 actions are deprecated. For more information see:
  https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

* .github/workflows/ci.yml: Replace actions/checkout@v2 with
actions/checkout@v3.

a324607... by Dmitry V. Levin

po: update .pot and .po files

Regenerate po/Linux-PAM.pot and po/*.po using "make -C po update-po"
command. This updates translations of pam_faillock and pam_mail
modules.

ea89f93... by ed neville <email address hidden>

pam_mail: adjust wording for no new mail

Wording of no new mail message should be significantly different from
new mail so that it does not align in length or similar words.

* modules/pam_mail/pam_mail.c (report_mail): Change the wording of
no new mail message.

Resolves: https://github.com/linux-pam/linux-pam/issues/465

95d45fb... by Dmitry V. Levin

pam_faillock: fix typo in usage diagnostics

* modules/pam_faillock/main.c (usage): Remove extra whitespace from the
usage diagnostics.

Fixes: 94f0f5ebb ("faillock: add support to print login failure info in legacy format")

215aeb2... by Emilio Herrera <email address hidden>

po: update translations using Weblate (Spanish)

Currently translated at 90.0% (90 of 100 strings).

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

70eb82d... by =?utf-8?b?6rmA7J247IiY?= <email address hidden>

po: update translations using Weblate (Korean)

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

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

8c68be1... by NorwayFun

po: update translations using Weblate (Georgian)

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

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/ka/
Resolves: https://github.com/linux-pam/linux-pam/pull/485

2e7910e... by Davin Shearer <email address hidden>

pam_lastlog: fix file locking

Fixed 2 instances in the pam_lastlog module where file locks were
not being enforced when reading and writing last login records.

* modules/pam_lastlog/pam_lastlog.c (last_login_write): The write lock
failure is fatal after 3 tries.
(last_login_read): The read lock failure is non-fatal after 3 tries.
It is non-fatal in the read case due to concerns about a possible DoS.