]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove private mutators for context enctypes 1028/head
authorRobbie Harwood <rharwood@redhat.com>
Thu, 23 Jan 2020 18:09:00 +0000 (13:09 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 29 Jan 2020 21:25:32 +0000 (16:25 -0500)
commita3a5c9b31cd9b421941eff9cd11dbc3876f4ff90
tree6246b2eb880266624612b85b361d76aed7917723
parent4a2c5d259f5a7eda0f0f9028c061fcd032a72de0
Remove private mutators for context enctypes

krb5_set_default_in_tkt_ktypes() and krb5_set_default_tgs_ktypes() are
not part of the API and are only used in test programs, so remove
them.  Also remove the now-unused in_tkt_etypes field from
krb5_context.  Update test suite consumers.

Fix a minor bug wherein the etinfo executable would not correctly
print its usage text.

[ghudson@mit.edu: adapted some tests rather than remove them]
src/include/k5-int.h
src/lib/krb5/krb/copy_ctx.c
src/lib/krb5/krb/init_ctx.c
src/lib/krb5/krb/ser_ctx.c
src/lib/krb5/krb/t_copy_context.c
src/lib/krb5/krb/t_etypes.c
src/lib/krb5/libkrb5.exports
src/tests/etinfo.c
src/tests/t_etype_info.py