]> git.ipfire.org Git - thirdparty/krb5.git/commit
Set missing mask flags for kdb5_util operations 1364/head
authorJulien Rische <jrische@redhat.com>
Thu, 1 Aug 2024 08:56:07 +0000 (10:56 +0200)
committerGreg Hudson <ghudson@mit.edu>
Wed, 8 Jan 2025 23:46:27 +0000 (18:46 -0500)
commit4ed7da378940198cf4415f86d4eb013de6ac6455
tree262eb2ef2ffc344e88009bc31558a175ea90330b
parent993171ec45054f3120cb3d3433460ab0733e4e2f
Set missing mask flags for kdb5_util operations

Set KADM5_TL_DATA for the use_mkey and update_princ_encryption
commands.  (Commit c877f13c8985d820583b0d7ac1bb4c5dc36e677e did this
for the add_new_mkey and purge_mkeys commands.)  Set appropriate flags
for the add_random_key command.

[ghudson@mit.edu: combined two commits; pruned out proposed mask flag
additions for values represented within key data or tl-data (like
KADM5_MKVNO), as those flags are currently only used in the kadm5
protocol, not to communicate with the KDB module]

ticket: 9158 (new)
src/kadmin/dbutil/kdb5_mkey.c
src/kadmin/dbutil/kdb5_util.c