]> git.ipfire.org Git - thirdparty/krb5.git/commit
Constify name field in four plugin vtables 1215/head
authorPavel Březina <pbrezina@redhat.com>
Wed, 8 Sep 2021 13:44:30 +0000 (15:44 +0200)
committerGreg Hudson <ghudson@mit.edu>
Fri, 10 Sep 2021 15:25:58 +0000 (11:25 -0400)
commit789a4d315f321ef6ac085bf227c4ad1a34367086
tree7cfd6bc2afa5e8d55ae98691e958ba8c0a27eded
parentecaf868e1abb443cd72a00956aeb71e18b71c4ba
Constify name field in four plugin vtables

For consistency with the other plugin vtables, declare the name field
as const char * in the audit, authdata, clpreauth, and kdcpreauth
pluggable interface headers.

[ghudson@mit.edu: rewrote commit message]

ticket: 9028 (new)
src/include/krb5/audit_plugin.h
src/include/krb5/authdata_plugin.h
src/include/krb5/clpreauth_plugin.h
src/include/krb5/kdcpreauth_plugin.h