X-Git-Url: https://git.eyrie.org/?a=blobdiff_plain;f=tests%2Fdata%2Fpasswords%2Fcdb.c;h=127c8237d55649abfe4f604385943aaf6225e6ec;hb=42bbbcfb783fe4e2e698b31472ed640d49baed8c;hp=90da89d895a760c2e96204fcae3696dfea39137d;hpb=5675fdbd8b98067829df1de3f4b6aa69cf50b619;p=kerberos%2Fkrb5-strength.git diff --git a/tests/data/passwords/cdb.c b/tests/data/passwords/cdb.c index 90da89d..127c823 100644 --- a/tests/data/passwords/cdb.c +++ b/tests/data/passwords/cdb.c @@ -5,14 +5,17 @@ * for the use in C test programs. To make changes, modify the original * JSON source or (more rarely) the make-c-data script and run it again. * + * Written by Russ Allbery + * Copyright 2020 Russ Allbery * Copyright 2013 * The Board of Trustees of the Leland Stanford Junior University * - * See LICENSE for licensing terms. + * SPDX-License-Identifier: MIT */ #include +extern const struct password_test cdb_tests[]; const struct password_test cdb_tests[] = { { @@ -21,6 +24,7 @@ const struct password_test cdb_tests[] = { "known good password", 0, NULL, + 0, }, { @@ -29,6 +33,7 @@ const struct password_test cdb_tests[] = { "password", KADM5_PASS_Q_DICT, "Password found in list of common passwords", + 0, }, { @@ -37,6 +42,7 @@ const struct password_test cdb_tests[] = { "bitterbane", KADM5_PASS_Q_DICT, "Password found in list of common passwords", + 0, }, { @@ -45,6 +51,7 @@ const struct password_test cdb_tests[] = { "1bitterbane", KADM5_PASS_Q_DICT, "Password found in list of common passwords", + 0, }, { @@ -53,6 +60,7 @@ const struct password_test cdb_tests[] = { "bitterbane1", KADM5_PASS_Q_DICT, "Password found in list of common passwords", + 0, }, { @@ -61,6 +69,7 @@ const struct password_test cdb_tests[] = { "abbitterbane", KADM5_PASS_Q_DICT, "Password found in list of common passwords", + 0, }, { @@ -69,6 +78,7 @@ const struct password_test cdb_tests[] = { "bitterbane12", KADM5_PASS_Q_DICT, "Password found in list of common passwords", + 0, }, { @@ -77,6 +87,7 @@ const struct password_test cdb_tests[] = { "'bitterbane'", KADM5_PASS_Q_DICT, "Password found in list of common passwords", + 0, }, { @@ -85,5 +96,6 @@ const struct password_test cdb_tests[] = { "bitterbane123", 0, NULL, + 0, }, };