summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Translated using Weblate (Belarusian)Maksim Kliazovich2023-05-131-7/+9
| | | | | | | | Currently translated at 100.0% (15 of 15 strings) Co-authored-by: Maksim Kliazovich <maxklezovich@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/be/ Translation: cracklib/main
* Update translation filesWeblate2023-04-104-4/+4
| | | | | | | | 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/cracklib/master/ Translation: cracklib/main
* Translated using Weblate (Romanian)Remus-Gabriel Chelu2023-04-101-6/+7
| | | | | | | | Currently translated at 100.0% (15 of 15 strings) Co-authored-by: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/ro/ Translation: cracklib/main
* bump to v2.9.12Nathan Neulinger2023-04-0246-46/+47
|
* update ignore listNathan Neulinger2023-04-021-0/+1
|
* Note about pr #63Nathan Neulinger2023-04-021-0/+1
|
* Make buffer static and avoid returning stack-allocated memoryLeandro Nini2023-03-291-1/+1
|
* python: adjust include path for builddirSam James2023-03-171-1/+1
| | | | We need this for config.h added by 2e0f854bada720ff4fbd13aed4f87087d466274d.
* NewsNathan Neulinger2023-03-161-0/+1
|
* bump version, add xzNathan Neulinger2023-03-1645-46/+46
|
* bump versionNathan Neulinger2023-03-161-1/+1
|
* bump to 2.9.10Nathan Neulinger2023-03-1645-46/+46
|
* python: ensure to call bindtextdomain before textdomainpsykose2023-03-152-0/+2
| | | | | | | | | | | | | | | same reasoning as in f0610dec6dafa550c87809d39ea1c43701af4f31 : This fixes localised message output in the following cases: * non-standard PREFIX on GNU systems GNU systems wouldn't be able to find the message catalog files. * musl systems musl relies on bindtextdomain being called; it has no default catalog path.
* pot updates from make distNathan Neulinger2023-03-152-4/+4
|
* notesNathan Neulinger2023-03-151-1/+2
|
* Merge branch 'master' into weblate-cracklib-masterNathan Neulinger2023-03-1561-131/+454
|\
| * note fixNathan Neulinger2023-03-151-0/+1
| |
| * Merge pull request #42 from kanavin/fix-test-pwopenNathan Neulinger2023-03-152-2/+2
| |\ | | | | | | cracklib: fix testnum and teststr failures
| | * cracklib: fix testnum and teststr failuresHongxu Jia2021-11-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error log: ... $ ./testnum (null).pwd.gz: No such file or directory PWOpen: No such file or directory $ ./util/teststr (null).pwd.gz: No such file or directory PWOpen: No such file or directory ... Set DEFAULT_CRACKLIB_DICT as the path of PWOpen Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
| * | note fixNathan Neulinger2023-03-151-0/+1
| | |
| * | Merge pull request #50 from awilfox/fix/use-bindtextdomainNathan Neulinger2023-03-152-1/+2
| |\ \ | | | | | | | | util: Call bindtextdomain to initialise gettext
| | * | util: Call bindtextdomain to initialise gettextA. Wilcox2022-11-262-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes localised message output in the following cases: * non-standard PREFIX on GNU systems GNU systems wouldn't be able to find the message catalog files. * musl systems musl relies on bindtextdomain being called; it has no default catalog path.
| * | | note fixNathan Neulinger2023-03-151-1/+2
| | | |
| * | | Merge pull request #51 from yixiangzhike/masterNathan Neulinger2023-03-151-7/+13
| |\ \ \ | | | | | | | | | | Fix an issue that all words are deleted when there is no valid input data
| | * | | Fix an issue that all words are deleted when there is no valid input datayixiangzhike2023-01-131-7/+13
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix an issue that dict words in the file pw_dict are deleted when create-cracklib-dict or cracklib-packer has no valid input data. For example: Give an empty file or a file that does't exist or a file has no valid input words to create-cracklib-dict, all words in pw_dict are deleted. $ cracklib-create-dict test Run cracklib-packer and press Enter, all words in pw_dict are deleted. $ cracklib-packer
| * | | note fixNathan Neulinger2023-03-151-1/+1
| | | |
| * | | Merge pull request #54 from drfiemost/fix_distcheckNathan Neulinger2023-03-151-1/+1
| |\ \ \ | | | | | | | | | | Avoid using automake internal var DIST_TARGETS
| | * | | Avoid using automake internal var DIST_TARGETSLeandro Nini2023-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | fixes distcheck target
| * | | | note fixNathan Neulinger2023-03-151-1/+1
| | | | |
| * | | | Add missing files to dist package (fixes #52)Leandro Nini2023-03-062-1/+3
| |/ / /
| * | | bump to 2.9.10-devNathan Neulinger2023-03-0446-46/+47
| | | |
| * | | Prep for 2.9.9 releasev2.9.9Nathan Neulinger2023-03-0446-47/+47
| | | |
| * | | Merge branch 'master' into masterNathan Neulinger2023-03-0451-125/+209
| |\ \ \ | | |/ /
| * | | Removed unused vers_id variablesYour Name2021-03-133-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix warning: stringlib.c:15:19: warning: 'vers_id' defined but not used [-Wunused-const-variable=] 15 | static const char vers_id[] = "stringlib.c : v2.3p2 Alec Muffett 18 May 1993"; | ^~~~~~~ rules.c:7:19: warning: 'vers_id' defined but not used [-Wunused-const-variable=] 7 | static const char vers_id[] = "rules.c : v5.0p3 Alec Muffett 20 May 1993"; | ^~~~~~~ packlib.c:21:19: warning: 'vers_id' defined but not used [-Wunused-const-variable=] 21 | static const char vers_id[] = "packlib.c : v2.3p2 Alec Muffett 18 May 1993"; | ^~~~~~~
| * | | Add changes generated by autoupdate from autoconf 2.71Your Name2021-03-131-6/+7
| | | | | | | | | | | | | | | | | | | | Thise changes shoul be backward compatible and still older autoconf 2.69 can be used.
| * | | Add cracklib-update script from DebianYour Name2021-03-124-2/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Debian tat script is used under update-cracklib name but I think tht better is use name cracklib-update to bi consistent with other cracklib-* commands. Rename man page update-cracklib.8 to cracklib-update.8 acordingly.
| * | | Merge man pages from DebianYour Name2021-03-125-0/+286
| | | | | | | | | | | | | | | | | | | | These are man pages from Debian added from archive http://ftp.us.debian.org/debian/pool/main/c/cracklib2/cracklib2_2.9.6-3.4.debian.tar.xz
| * | | Fix regression in dictionary creation and lookupYour Name2021-03-121-16/+19
| | | | | | | | | | | | | | | | | | | | This is patch from Fedora https://src.fedoraproject.org/rpms/cracklib/c/bc61ed011962c8422848c13cf4ae19725499e218?branch=rawhide
| * | | Fix minor bug found in the Coverity scanYour Name2021-03-121-0/+3
| | | | | | | | | | | | | | | | | | | | This is patch from Fedora. https://src.fedoraproject.org/rpms/cracklib/c/6d35644e4b36f5297d783b37f11041f8e86f054e?branch=rawhide
| * | | fix the python module to work with compressed dictionariesYour Name2021-03-121-38/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is patch from Fedora. https://src.fedoraproject.org/rpms/cracklib/c/a483b3bf78a0430b819ee17033e97e481eb57731?branch=rawhide fix the python module to work with compressed dictionaries (#972542) - fix various dictionary lookup errors (#986400, #986401) - make the library reentrant and fix compilation warnings
| * | | Do not depend on config.h in public headerYour Name2021-03-121-10/+0
| | | | | | | | | | | | | | | | | | | | This is patch from Fedora. https://src.fedoraproject.org/rpms/cracklib/blob/rawhide/f/cracklib-2.9.1-inttypes.patch
* | | | Translated using Weblate (Slovenian)Martin Srebotnjak2023-02-201-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (15 of 15 strings) Co-authored-by: Martin Srebotnjak <miles@filmsi.net> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/sl/ Translation: cracklib/master
* | | | Translated using Weblate (Kazakh)Baurzhan Muftakhidinov2023-02-201-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (15 of 15 strings) Translated using Weblate (Kazakh) Currently translated at 33.3% (5 of 15 strings) Co-authored-by: Baurzhan Muftakhidinov <baurthefirst@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/kk/ Translation: cracklib/master
* | | | Update translation filesWeblate2023-02-204-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/cracklib/master/ Translation: cracklib/master
* | | | Translated using Weblate (Telugu)martin luther2023-02-202-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (15 of 15 strings) Translated using Weblate (Basque) Currently translated at 100.0% (15 of 15 strings) Co-authored-by: martin luther <muydakispa@vusra.com> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/eu/ Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/te/ Translation: cracklib/master
* | | | Translated using Weblate (Georgian)Temuri Doghonadze2023-02-201-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (15 of 15 strings) Added translation using Weblate (Georgian) Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/ka/ Translation: cracklib/master
* | | | Translated using Weblate (Marathi)Prachi Joshi2023-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (15 of 15 strings) Co-authored-by: Prachi Joshi <josprachi@yahoo.com> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/mr/ Translation: cracklib/master
* | | | Translated using Weblate (Sinhala)Hela Basa2023-02-201-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 6.6% (1 of 15 strings) Co-authored-by: Hela Basa <r45xveza@pm.me> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/si/ Translation: cracklib/master
* | | | Translated using Weblate (Turkish)Oğuz Ersen2023-02-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (15 of 15 strings) Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/tr/ Translation: cracklib/master
* | | | Translated using Weblate (Assamese)김인수2023-02-204-11/+11
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (15 of 15 strings) Translated using Weblate (Korean) Currently translated at 100.0% (15 of 15 strings) Translated using Weblate (Tamil) Currently translated at 100.0% (15 of 15 strings) Translated using Weblate (Bengali (India)) Currently translated at 100.0% (15 of 15 strings) Co-authored-by: simmon <simmon@nplob.com> Co-authored-by: 김인수 <simmon@nplob.com> Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/as/ Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/bn_IN/ Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/ko/ Translate-URL: https://translate.fedoraproject.org/projects/cracklib/master/ta/ Translation: cracklib/master