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
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
fd0e879708
Updated translations from Transifex.
...
* po/*.po: Updated translations from Transifex.
2013-08-22 13:41:30 +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
Thorsten Kukuk
d4931cce40
release version 1.1.6
...
configure.in: Bump version to 1.1.6
NEWS: Document changes
po/*.po: Regenerate *.po files
2012-08-17 11:48:15 +02:00
Tomas Mraz
cbf713d0a6
Pulled new translations from Transifex.
...
po/*.po: Updated translations.
2012-05-28 20:57:36 +02:00
Thorsten Kukuk
51485ba5d2
2011-06-22 Thorsten Kukuk <kukuk@thkukuk.de>
...
* release version 1.1.4
* configure.in: Bump version number.
* NEWS: Document changes since 1.1.3
* libpam/Makefile.am: Bump release number of shared library
* po/de.po: Translate new string.
2011-06-21 14:02:33 +02:00
Thorsten Kukuk
4a662fcabd
Relevant BUGIDs:
...
Purpose of commit: bugfix
Commit summary:
---------------
2010-10-27 Thorsten Kukuk <kukuk@thkukuk.de>
* doc/adg/Makefile.am: Use UTF-8 for html docu.
* doc/mwg/Makefile.am: Likewise.
* doc/sag/Makefile.am: Likewise.
kernel.org webserver is using UTF-8
2010-10-27 13:18:50 +00:00
Thorsten Kukuk
08e55be772
Relevant BUGIDs:
...
Purpose of commit: new release
Commit summary:
---------------
2010-08-31 Thorsten Kukuk <kukuk@thkukuk.de>
* release version 1.1.2
* configure.in: Bump version number.
* NEWS: Document changes since 1.1.1.
* doc/adg/Linux-PAM_ADG.xml: Bump version number.
* doc/mwg/Linux-PAM_MWG.xml: Likewise.
* doc/sag/Linux-PAM_SAG.xml: Likewise.
* libpam/Makefile.am: Bump revision of shared library.
* po/*.po: Regenerate.
2010-08-31 11:20:59 +00:00
Thorsten Kukuk
6a8a525828
Relevant BUGIDs: 3010705
...
Purpose of commit: bugfix
Commit summary:
---------------
2010-06-15 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_xauth/pam_xauth.c (pam_sm_close_session): Call
setfsuid to be allowed to remove temporary files (#3010705 ).
(pam_sm_open_session): Call fchown with correct permissions.
2010-06-15 14:27:13 +00:00
Thorsten Kukuk
f65cb94d25
Relevant BUGIDs:
...
Purpose of commit: new feature
Commit summary:
---------------
2010-04-06 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_rootok/pam_rootok.c: Add support for acct_mgmt
and chauthtok.
* modules/pam_rootok/pam_rootok.8.xml: Document new module
types.
2010-04-06 08:07:11 +00:00
Tomas Mraz
4a9d8aa2a4
Relevant BUGIDs:
...
Purpose of commit: translation
Commit summary:
---------------
2010-03-24 Ani Peter <anipeter@fedoraproject.org>
* po/ml.po: Updated translations.
2010-03-24 13:57:50 +00:00
Thorsten Kukuk
2c201a306e
Relevant BUGIDs:
...
Purpose of commit: release
Commit summary:
---------------
2009-12-16 Thorsten Kukuk <kukuk@suse.de>
* release version 1.1.1
* NEWS: Adjust for 1.1.1
* configure.in: Likewise.
* doc/adg/Linux-PAM_ADG.xml: Likewise.
* doc/mwg/Linux-PAM_MWG.xml: Likewise.
* doc/sag/Linux-PAM_SAG.xml: Likewise.
* po/*.po: Regenerated.
2009-12-16 13:17:13 +00:00
Thorsten Kukuk
0674700d17
Relevant BUGIDs:
...
Purpose of commit: regression fix
Commit summary:
---------------
2009-11-10 Thorsten Kukuk <kukuk@suse.de>
* doc/man/pam_get_authtok.3.xml: Document pam_get_authtok_noverify
and pam_get_authtok_verify.
* libpam/Makefile.am (libpam_la_LDFLAGS): Bump revesion of libpam.
* libpam/pam_get_authtok.c (pam_get_authtok_internal): Renamed
from pam_get_authtok, add flags argument, always check return
values.
* modules/pam_cracklib/pam_cracklib.c (pam_sm_chauthtok): Use
pam_get_authtok_noverify and pam_get_authtok_verify.
* libpam/include/security/pam_ext.h: Add prototypes for
pam_get_authtok_noverify and pam_get_authtok_verify.
* libpam/libpam.map: Add new pam_get_authtok_* functions.
2009-11-10 15:52:20 +00:00
Tomas Mraz
5f65dd2dbc
Relevant BUGIDs:
...
Purpose of commit: translation
Commit summary:
---------------
2009-11-02 Ani Peter <anipeter@fedoraproject.org>
* po/ml.po: Updated translations.
2009-11-02 16:12:56 +00:00
Thorsten Kukuk
15ea8d1c2d
Relevant BUGIDs:
...
Purpose of commit: bugfix
Commit summary:
---------------
2009-07-21 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_cracklib/pam_cracklib.c (pam_sm_chauthtok): Delete
new token if it does not match strength criteria.
2009-07-21 13:59:24 +00:00
Thorsten Kukuk
56c8282d12
Relevant BUGIDs:
...
Purpose of commit: release
Commit summary:
---------------
2009-06-19 Thorsten Kukuk <kukuk@thkukuk.de>
* release version 1.1.0
2009-06-19 14:45:29 +00:00
Tomas Mraz
c124cd8431
Relevant BUGIDs:
...
Purpose of commit: translation
Commit summary:
---------------
2009-05-11 Ani Peter <anipeter@fedoraproject.org>
* po/ml.po: Updated translations.
2009-05-11 Charles-Antoine Couret <cacouret@wanadoo.fr>
* po/fr.po: Updated translations.
2009-05-11 15:04:43 +00:00
Thorsten Kukuk
e6f5e6cb35
Relevant BUGIDs:
...
Purpose of commit: beta release
Commit summary:
---------------
2009-05-05 Thorsten Kukuk <kukuk@thkukuk.de>
* release 1.0.92
* libpamc/Makefile.am (libpamc_la_LDFLAGS): Increase revesion.
* configure.in: Increase version to 1.0.92.
2009-05-05 16:01:49 +00:00
Thorsten Kukuk
fd1b9361a9
Relevant BUGIDs: 2487654
...
Purpose of commit: bugfix
Commit summary:
---------------
2009-03-25 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_mkhomedir/pam_mkhomedir.c: Make option handling
reentrant (#2487654 )
(_pam_parse): Fix umask option.
* modules/pam_unix/passverify.c: Fix typo.
* modules/pam_issue/pam_issue.c: Fix compiler warning.
* modules/pam_ftp/pam_ftp.c: Likewise.
2009-03-25 10:54:23 +00:00
Thorsten Kukuk
72855d2407
Relevant BUGIDs:
...
Purpose of commit: release
Commit summary:
---------------
2009-03-09 Thorsten Kukuk <kukuk@thkukuk.de>
* release version 1.0.91
* libpam/Makefile.am (libpam_la_LDFLAGS): Bump version number.
* xtests/Makefile.am: Add tst-pam_unix4.pamd, tst-pam_unix4.sh
and time.conf.
2009-03-09 13:07:34 +00:00
Thorsten Kukuk
48a26b6141
Relevant BUGIDs:
...
Purpose of commit: bugfix
Commit summary:
---------------
2009-02-25 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/pam_misc.c (_pam_StrTok): Use unsigned char
instead of int. Reported by Marcus Granado.
* tests/Makefile.am (TESTS): Add tst-pam_mkargv.
* tests/tst-pam_mkargv.c (main): Test case for
_pam_mkargv.
* po/de.po: Update fuzzy translations.
2009-02-25 17:05:22 +00:00
Thorsten Kukuk
a1131337d7
Relevant BUGIDs:
...
Purpose of commit: new feature
Commit summary:
---------------
2008-12-10 Thorsten Kukuk <kukuk@thkukuk.de>
* doc/man/pam_item_types_ext.inc.xml: Document PAM_AUTHTOK_TYPE.
* libpam/pam_end.c (pam_end): Free authtok_type.
* tests/tst-pam_get_item.c: Add PAM_AUTHTOK_TYPE
as test case.
* tests/tst-pam_set_item.c: Likewise.
* libpam/pam_start.c (pam_start): Initialize xdisplay,
xauth and authtok_type.
* libpam/pam_get_authtok.c (pam_get_authtok): Rename "type"
to "authtok_type".
* modules/pam_cracklib/pam_cracklib.8.xml: Replace "type=" with
"authtok_type=".
* doc/man/pam_get_authtok.3.xml: Document authtok_type argument.
* modules/pam_cracklib/pam_cracklib.c (pam_sm_chauthtok): Set
type= argument as PAM_AUTHTOK_TYPE item.
* libpam/pam_get_authtok.c (pam_get_authtok): If no type
argument given, use PAM_AUTHTOK_TYPE item.
* libpam/pam_item.c (pam_get_item): Fetch PAM_AUTHTOK_TYPE item.
(pam_set_item): Store PAM_AUTHTOK_TYPE item.
* libpam/pam_private.h: Add authtok_type to pam_handle.
* libpam/include/security/_pam_types.h (PAM_AUTHTOK_TYPE): New.
2008-12-11 19:41:49 +00:00
Thorsten Kukuk
f326d04ccd
Relevant BUGIDs:
...
Purpose of commit: new feature
Commit summary:
---------------
2008-12-03 Thorsten Kukuk <kukuk@suse.de>
* doc/man/Makefile.am: Add pam_get_authtok.3.xml.
* doc/man/pam_get_authtok.3.xml: New.
* libpam/Makefile.am: Add pam_get_authtok.c.
* libpam/libpam.map: Export pam_get_authtok.
* libpam/pam_get_authtok.c: New.
* libpam/pam_private.h: Add mod_argc and mod_argv to pam_handle.
* libpam_include/security/pam_ext.h: Add pam_get_authtok
prototype.
* modules/pam_cracklib/pam_cracklib.c: Use pam_get_authtok.
* modules/pam_pwhistory/pam_pwhistory.c: Likewise.
* po/POTFILES.in: Add libpam/pam_get_authtok.c.
* xtests/tst-pam_cracklib1.c: Adjust error codes.
* modules/pam_timestamp/Makefile.am: Remove hmactest.c from
EXTRA_DIST.
* po/*.po: Regenerated.
2008-12-03 14:16:33 +00:00
Tomas Mraz
4a67d64dd0
Relevant BUGIDs:
...
Purpose of commit: new feature
Commit summary:
---------------
2008-11-28 Tomas Mraz <t8m@centrum.cz>
* modules/pam_tally2/pam_tally2.c (tally_check): Fix info format
to be the same as in pam_tally.
* configure.in: Add modules/pam_timestamp/Makefile.
* doc/sag/Linux-PAM_SAG.xml: Include pam_timestamp.xml.
* doc/sag/pam_timestamp.xml: New.
* libpam/pam_static_modules.h: Add pam_timestamp static struct.
* modules/Makefile.am: Add pam_timestamp directory.
* modules/pam_timestamp/Makefile.am: New.
* modules/pam_timestamp/README.xml: New.
* modules/pam_timestamp/hmacsha1.h: New.
* modules/pam_timestamp/sha1.h: New.
* modules/pam_timestamp/pam_timestamp.8.xml: New.
* modules/pam_timestamp/pam_timestamp_check.8.xml: New.
* modules/pam_timestamp/pam_timestamp.c: New.
* modules/pam_timestamp/pam_timestamp_check.c: New.
* modules/pam_timestamp/hmacfile.c: New.
* modules/pam_timestamp/hmacsha1.c: New.
* modules/pam_timestamp/sha1.c: New.
* modules/pam_timestamp/tst-pam_timestamp: New.
* po/POTFILES.in: Add pam_timestamp sources.
* po/*.po: Regenerate.
* po/cs.po: Updated translations.
2008-11-28 14:29:12 +00:00
Thorsten Kukuk
0a5ee586be
Relevant BUGIDs:
...
Purpose of commit:
Commit summary:
---------------
2008-10-27 Thorsten Kukuk <kukuk@thkukuk.de>
* doc/man/pam_setcred.3.xml: Document when credentials
should be deleted.
* po/ja.po: Fix syntax error.
* po/de.po: Update translations.
* po/*.po: Regenerate with pam_tally2 added.
2008-10-27 06:46:50 +00:00
Tomas Mraz
a7054e5f89
Relevant BUGIDs:
...
Purpose of commit: translations
Commit summary:
---------------
2008-10-20 Ani Peter <apeter@redhat.com>
* po/ml.po: Updated translations.
2008-10-20 19:42:13 +00:00
Tomas Mraz
4431a30719
Relevant BUGIDs:
...
Purpose of commit: translations
Commit summary:
---------------
2008-10-13 Tomas Mraz <t8m@centrum.cz>
* po/LINGUAS: New languages.
* po/cs.po: Updated translations.
2008-10-13 Amitakhya Phukan <aphukan@redhat.com>
* po/as.po: Updated translations.
2008-10-13 Shankar Prasad <svenkate@redhat.com>
* po/kn.po: Updated translations.
2008-10-13 Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
* po/mr.po: New translation to Marathi.
2008-10-13 Runa Bhattacharjee <runab@redhat.com>
* po/bn_IN.po: Updated translations.
2008-10-13 Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>
* po/ms.po: New translation to Malay.
2008-10-13 20:00:29 +00:00
Thorsten Kukuk
dad5bd7c14
Relevant BUGIDs:
...
Purpose of commit: new feature
Commit summary:
---------------
2008-10-10 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: add modules/pam_pwhistory/Makefile.
* doc/sag/Linux-PAM_SAG.xml: Include pam_pwhistory.xml.
* doc/sag/pam_pwhistory.xml: New.
* libpam/pam_static_modules.h: Add pam_pwhistory data.
* modules/Makefile.am: Add pam_pwhistory directory.
* modules/pam_pwhistory/Makefile.am: New.
* modules/pam_pwhistory/README.xml: New.
* modules/pam_pwhistory/opasswd.c: New.
* modules/pam_pwhistory/opasswd.h: New.
* modules/pam_pwhistory/pam_pwhistory.8.xml: New.
* modules/pam_pwhistory/pam_pwhistory.c: New.
* modules/pam_pwhistory/tst-pam_pwhistory: New.
* xtests/Makefile.am: New.
* xtests/run-xtests.sh: New.
* xtests/tst-pam_pwhistory1.c: New.
* xtests/tst-pam_pwhistory1.pamd: New.
* xtests/tst-pam_pwhistory1.sh: New.
* po/POTFILES.in: Add modules/pam_pwhistory/.
* po/de.po: Update translations.
2008-10-10 06:53:45 +00:00
Tomas Mraz
0a838b2491
Relevant BUGIDs:
...
Purpose of commit: translations
Commit summary:
---------------
2008-09-30 Manoj Kumar Giri <mgiri@redhat.com>
* po/or.po: Updated translations.
2008-09-30 Sharuzzaman Ahmat Raslan <sharuzzaman@gmail.com>
* po/ms.po: New translation to Malay.
2008-09-30 Taylon Silmer Lacerda Silva <taylonsilva@gmail.com>
* po/pt_BR.po: Updated translations.
2008-09-30 Tomas Mraz <t8m@centrum.cz>
* po/Linux-pam.pot: Updated strings to translate.
* po/*.po: Likewise.
2008-09-30 14:54:30 +00:00