Commit Graph

24 Commits

Author SHA1 Message Date
Dmitry V. Levin
83aa08a30f po: update .pot and .po files
Regenerate po/Linux-PAM.pot and po/*.po using "meson compile
Linux-PAM-update-po" command.  This essentially updates the line numbers
and timestamps.
2024-10-13 20:00:00 +00:00
Dmitry V. Levin
d46fb554da po: update .pot and .po files
Regenerate po/Linux-PAM.pot and po/*.po using "make -C po update-po"
command.  This essentially updates the line numbers and timestamps.
2024-04-08 08:04:00 +00:00
Dmitry V. Levin
cf8c50f2c7 po: update .pot and .po files
Regenerate po/Linux-PAM.pot and po/*.po using "make -C po update-po"
command.  This essentially updates the line numbers and timestamps.
2024-01-16 21:11:00 +00:00
Dmitry V. Levin
11583a190b po: update .pot and .po files
Regenerate po/Linux-PAM.pot and po/*.po using "make -C po update-po"
command.  This essentially updates the project version, line numbers,
and timestamps.
2023-04-29 11:11:00 +00:00
Dmitry V. Levin
a324607b5d 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.
2022-11-11 11:11:00 +00:00
H A
510e825ef1 po: update translations using Weblate (Estonian)
Currently translated at 28.0% (28 of 100 strings).

Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/et/
2022-07-18 15:18:56 +00:00
Dmitry V. Levin
727660237b po: update .pot and .po files
Regenerate po/Linux-PAM.pot and po/*.po using "make -C po update-po"
command.
2021-07-20 20:00:00 +00:00
Weblate
24b42bb206 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Co-authored-by: Weblate <noreply@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/
Translation: linux-pam/master
2021-02-13 10:40:12 +01:00
Dmitry V. Levin
fd3f40bd79 po: update .po and .pot files
Regenerate po/Linux-PAM.pot and po/*.po using "make -C po update-po"
command.  This removes translations of pam_cracklib, pam_tally, and
pam_tally2 modules that were removed in v1.5.0.

Complements: v1.5.0~10 "Remove deprecated pam_cracklib module"
Complements: v1.5.0~9 "Remove deprecated pam_tally and pam_tally2 modules"
2020-11-24 18:00:00 +00:00
Tomas Mraz
d89b0d4af3 Update .po and .pot files after adding pam_faillock 2020-04-30 10:16:20 +02:00
Dmitry V. Levin
ca51775485 po: semi-automatically fix translations of pam_get_authtok default prompts
Complements: 4daceedd ("pam_get_authtok: fix i18n of default prompts")
2020-03-28 12:09:30 +00:00
Weblate
f27596f7a0 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: linux-pam/master
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/
2020-03-13 17:34:28 +01:00
Weblate
1f9e3eea5b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: linux-pam/master
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/
2020-03-07 00:59:39 +01:00
Tomas Mraz
6235fd808d Updated LINGUAS to remove completely untranslated languages.
Updated pot and po files
2020-03-03 11:18:11 +01:00
Weblate
d71e238e4f Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: linux-pam/master
Translate-URL: https://translate.fedoraproject.org/projects/linux-pam/master/
2020-03-03 10:44:35 +01:00
Florian Best
5154aabe8a Restrict password length when changing password 2019-06-27 18:23:16 +02:00
Thorsten Kukuk
3b77a78d57 Release version 1.3.1 2018-05-18 13:07:13 +02:00
Tomas Mraz
bfe2beddad Updated translations from Zanata.
* po/*.po: Updated translations from Zanata.
2016-04-28 11:59:08 +02:00
Tomas Mraz
cefaf0ff37 Project registered at Zanata (fedora.zanata.org) for translations.
* zanata.xml: Configuration file for zanata client.
* po/LINGUAS: Update languages as supported by Zanata.
* po/Linux-PAM.pot: Updated from sources.
* po/*.po: Updated from sources.
2016-04-14 17:48:03 +02:00
Thorsten Kukuk
e89d4c9738 Release version 1.2.1
Security fix: CVE-2015-3238

If the process executing pam_sm_authenticate or pam_sm_chauthtok method
of pam_unix is not privileged enough to check the password, e.g.
if selinux is enabled, the _unix_run_helper_binary function is called.
When a long enough password is supplied (16 pages or more, i.e. 65536+
bytes on a system with 4K pages), this helper function hangs
indefinitely, blocked in the write(2) call while writing to a blocking
pipe that has a limited capacity.
With this fix, the verifiable password length will be limited to
PAM_MAX_RESP_SIZE bytes (i.e. 512 bytes) for pam_exec and pam_unix.

* NEWS: Update
* configure.ac: Bump version
* modules/pam_exec/pam_exec.8.xml: document limitation of password length
* modules/pam_exec/pam_exec.c: limit password length to PAM_MAX_RESP_SIZE
* modules/pam_unix/pam_unix.8.xml: document limitation of password length
* modules/pam_unix/pam_unix_passwd.c: limit password length
* modules/pam_unix/passverify.c: Likewise
* modules/pam_unix/passverify.h: Likewise
* modules/pam_unix/support.c: Likewise
2015-06-22 14:53:01 +02:00
Thorsten Kukuk
8b4fa62e67 Release version 1.2.0
* NEWS: Update
* configure.ac: Bump version
* libpam/Makefile.am: Bump version of libpam
* libpam_misc/Makefile.am: Bump version of libpam_misc
* po/*: Regenerate po files
2015-04-27 16:50:32 +02:00
Thorsten Kukuk
9af03209b9 Release version 1.1.8 2013-09-19 11:30:37 +02:00
Thorsten Kukuk
c4d8ba02bd Release version 1.1.7 2013-09-11 16:49:07 +02:00
Tomas Mraz
1180d0bfa1 Updated translations from Transifex, added new languages.
po/LINGUAS: Added new languages.
po/*.po: Updated translations from Transifex including new languages.
2012-12-12 18:38:48 +01:00