[krbdev.mit.edu #8823] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Tue Aug 27 01:24:47 2019: Request 8823 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=8823 > Allow the KDB to see and modify auth indicators Amend the sign_authdata method signature to include a modifiable auth_indicators array. Bump the DAL major version and the libkdb5 soname. Add a test case using the test KDB module. https://github.com/krb5/krb5/commit/7196c03f18f14695abeb5ae4923004469b172f0f Author: Greg Hudson <[email protected]> Commit: 7196c03f18f14695abeb5ae4923004469b172f0f Branch: master src/include/kdb.h | 16 +++++++++++----- src/kdc/do_as_req.c | 2 +- src/kdc/do_tgs_req.c | 9 ++------- src/kdc/kdc_authdata.c | 26 +++++++++++++++----------- src/kdc/kdc_util.h | 2 +- src/lib/kdb/Makefile.in | 2 +- src/lib/kdb/kdb5.c | 10 +++------- src/plugins/kdb/test/kdb_test.c | 23 ++++++++++++++++++++++- src/tests/t_authdata.py | 5 +++++ 9 files changed, 61 insertions(+), 34 deletions(-)