[krbdev.mit.edu #9158] git commit
"Greg Hudson via RT" <[email protected]> Wed, 08 Jan 2025 19:08:25 -0500
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed Jan 08 19:08:24 2025: Request 9158 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9158 > 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. [[email protected]: 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] https://github.com/krb5/krb5/commit/4ed7da378940198cf4415f86d4eb013de6ac6455 Author: Julien Rische <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 4ed7da378940198cf4415f86d4eb013de6ac6455 Branch: master src/kadmin/dbutil/kdb5_mkey.c | 4 +++- src/kadmin/dbutil/kdb5_util.c | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-)