<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/linux-pam-git.git, branch Makefile-xml</title>
<subtitle>github.com: linux-pam/linux-pam.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/'/>
<entry>
<title>doc/man/Makefile.am: fix XMLS list</title>
<updated>2022-12-06T16:26:23+00:00</updated>
<author>
<name>Thorsten Kukuk</name>
<email>kukuk@suse.com</email>
</author>
<published>2022-12-06T16:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=7923b9b0499845c332ce640f03306761528fa286'/>
<id>7923b9b0499845c332ce640f03306761528fa286</id>
<content type='text'>
The XMLS list of xml sources for the manual pages missed some xml files
and instead contained some nroff sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The XMLS list of xml sources for the manual pages missed some xml files
and instead contained some nroff sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_env: _parse_line: fix quoteflg handled</title>
<updated>2022-12-01T08:00:00+00:00</updated>
<author>
<name>Valentin Lefebvre</name>
<email>valentin.lefebvre@suse.com</email>
</author>
<published>2022-12-01T14:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=b6632fffb324d93de10e3539d39103d1fecf292a'/>
<id>b6632fffb324d93de10e3539d39103d1fecf292a</id>
<content type='text'>
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 &lt;valentin.lefebvre@suse.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;valentin.lefebvre@suse.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>.github: switch from actions/checkout@v2 to actions/checkout@v3</title>
<updated>2022-12-01T08:00:00+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2022-12-01T08:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=a1f042495c7a23d62103a14aff07c12f49bde739'/>
<id>a1f042495c7a23d62103a14aff07c12f49bde739</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>po: update .pot and .po files</title>
<updated>2022-11-11T11:11:00+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2022-11-11T11:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=a324607b5db8873289409d7c609bb76ddb47022b'/>
<id>a324607b5db8873289409d7c609bb76ddb47022b</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_mail: adjust wording for no new mail</title>
<updated>2022-11-11T11:11:00+00:00</updated>
<author>
<name>ed neville</name>
<email>ed@s5h.net</email>
</author>
<published>2022-11-03T18:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=ea89f932aedffc1e4c08ab6a3f55baecd7933799'/>
<id>ea89f932aedffc1e4c08ab6a3f55baecd7933799</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_faillock: fix typo in usage diagnostics</title>
<updated>2022-11-11T08:00:00+00:00</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2022-11-11T08:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=95d45fb3cfc66e2c081e700210b82fd80d5bdfcf'/>
<id>95d45fb3cfc66e2c081e700210b82fd80d5bdfcf</id>
<content type='text'>
* 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")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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")
</pre>
</div>
</content>
</entry>
<entry>
<title>po: update translations using Weblate (Spanish)</title>
<updated>2022-11-11T08:00:00+00:00</updated>
<author>
<name>Emilio Herrera</name>
<email>ehespinosa57@gmail.com</email>
</author>
<published>2022-10-18T15:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=215aeb2cb75165a9c4326044139749fdb002108c'/>
<id>215aeb2cb75165a9c4326044139749fdb002108c</id>
<content type='text'>
Currently translated at 90.0% (90 of 100 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/es/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently translated at 90.0% (90 of 100 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/es/
</pre>
</div>
</content>
</entry>
<entry>
<title>po: update translations using Weblate (Korean)</title>
<updated>2022-11-11T08:00:00+00:00</updated>
<author>
<name>김인수</name>
<email>simmon@nplob.com</email>
</author>
<published>2022-10-18T15:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=70eb82d6d335c5203deb463e99da83b07bbf825a'/>
<id>70eb82d6d335c5203deb463e99da83b07bbf825a</id>
<content type='text'>
Currently translated at 100.0% (100 of 100 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/ko/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently translated at 100.0% (100 of 100 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/ko/
</pre>
</div>
</content>
</entry>
<entry>
<title>po: update translations using Weblate (Georgian)</title>
<updated>2022-11-11T08:00:00+00:00</updated>
<author>
<name>Temuri Doghonadze</name>
<email>temuri.doghonadze@gmail.com</email>
</author>
<published>2022-10-18T15:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=8c68be13e30e316c8703349e65002829b25a245c'/>
<id>8c68be13e30e316c8703349e65002829b25a245c</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>pam_lastlog: fix file locking</title>
<updated>2022-11-07T09:00:18+00:00</updated>
<author>
<name>Davin Shearer</name>
<email>2205472+scholarsmate@users.noreply.github.com</email>
</author>
<published>2022-04-28T08:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/linux-pam-git.git/commit/?id=2e7910e3be93d99e865d9b86c38a1b56e4a95d6e'/>
<id>2e7910e3be93d99e865d9b86c38a1b56e4a95d6e</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
