]> eyrie.org Git - kerberos/wallet.git/commit
Update to rra-c-util 8.2 and C TAP Harness 4.7
authorRuss Allbery <eagle@eyrie.org>
Mon, 18 May 2020 00:05:30 +0000 (17:05 -0700)
committerRuss Allbery <eagle@eyrie.org>
Mon, 18 May 2020 00:05:30 +0000 (17:05 -0700)
commitc138111a3c27863308b6552a5527a9e821a3dc11
treefe3c16462bf0213708f20d251a63e5b9bbf2d23f
parentccfbd34d597318215b979338c4cb5d7e4a3f0d6f
Update to rra-c-util 8.2 and C TAP Harness 4.7

Update to rra-c-util 8.2:

* Implement explicit_bzero with memset if it is not available.
* Reformat all C source using clang-format 10.
* Work around Test::Strict not skipping .git directories.
* Fix warnings with perltidy 20190601 and Perl::Critic 1.134.
* Fix warnings with Clang 10, GCC 10, and the Clang static analyzer.

Update to C TAP Harness 4.7:

* Fix warnings with GCC 10.
* Reformat all C source using clang-format 10.
* Fixed malloc error checking in bstrndup.
92 files changed:
NEWS
m4/cc-flags.m4
m4/gssapi.m4
m4/krb5.m4
perl/lib/Wallet/ACL.pm
perl/lib/Wallet/ACL/Base.pm
perl/lib/Wallet/ACL/External.pm
perl/lib/Wallet/ACL/Krb5.pm
perl/lib/Wallet/ACL/Krb5/Regex.pm
perl/lib/Wallet/ACL/LDAP/Attribute.pm
perl/lib/Wallet/ACL/LDAP/Attribute/Root.pm
perl/lib/Wallet/ACL/Nested.pm
perl/lib/Wallet/ACL/NetDB.pm
perl/lib/Wallet/ACL/NetDB/Root.pm
perl/lib/Wallet/Admin.pm
perl/lib/Wallet/Config.pm
perl/lib/Wallet/Database.pm
perl/lib/Wallet/Kadmin.pm
perl/lib/Wallet/Kadmin/AD.pm
perl/lib/Wallet/Kadmin/Heimdal.pm
perl/lib/Wallet/Kadmin/MIT.pm
perl/lib/Wallet/Object/Base.pm
perl/lib/Wallet/Object/Duo.pm
perl/lib/Wallet/Object/File.pm
perl/lib/Wallet/Object/Keytab.pm
perl/lib/Wallet/Object/Password.pm
perl/lib/Wallet/Object/WAKeyring.pm
perl/lib/Wallet/Policy/Stanford.pm
perl/lib/Wallet/Report.pm
perl/lib/Wallet/Schema/Result/Acl.pm
perl/lib/Wallet/Schema/Result/AclEntry.pm
perl/lib/Wallet/Schema/Result/AclHistory.pm
perl/lib/Wallet/Schema/Result/AclScheme.pm
perl/lib/Wallet/Schema/Result/Duo.pm
perl/lib/Wallet/Schema/Result/Enctype.pm
perl/lib/Wallet/Schema/Result/Flag.pm
perl/lib/Wallet/Schema/Result/KeytabEnctype.pm
perl/lib/Wallet/Schema/Result/KeytabSync.pm
perl/lib/Wallet/Schema/Result/Object.pm
perl/lib/Wallet/Schema/Result/ObjectHistory.pm
perl/lib/Wallet/Schema/Result/SyncTarget.pm
perl/lib/Wallet/Schema/Result/Type.pm
perl/lib/Wallet/Server.pm
perl/t/docs/pod-spelling.t
perl/t/docs/pod.t
perl/t/style/minimum-version.t
perl/t/style/strict.t
perl/t/verifier/ldap-attr.t
perl/t/verifier/netdb.t
portable/asprintf.c
portable/krb5-extra.c
portable/krb5-profile.c
portable/krb5.h
portable/macros.h
portable/mkstemp.c
portable/reallocarray.c
portable/setenv.c
portable/snprintf.c
portable/stdbool.h
portable/system.h
portable/uio.h
tests/data/cppcheck.supp
tests/data/fake-kadmin
tests/docs/pod-spelling-t
tests/docs/pod-t
tests/docs/spdx-license-t
tests/perl/minimum-version-t
tests/perl/module-version-t
tests/perl/strict-t
tests/portable/snprintf-t.c
tests/runtests.c
tests/style/obsolete-strings-t
tests/tap/basic.c
tests/tap/basic.h
tests/tap/kerberos.c
tests/tap/kerberos.h
tests/tap/macros.h
tests/tap/perl/Test/RRA.pm
tests/tap/perl/Test/RRA/Automake.pm
tests/tap/perl/Test/RRA/Config.pm
tests/tap/perl/Test/RRA/ModuleVersion.pm
tests/tap/process.c
tests/tap/process.h
tests/tap/string.h
tests/util/messages-krb5-t.c
tests/util/messages-t.c
tests/util/xmalloc-t
tests/util/xmalloc.c
util/messages-krb5.c
util/messages.c
util/xmalloc.c
util/xmalloc.h