From: | ghudson@mit.edu |
Subject: | git commit |
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 <ghudson@mit.edu>
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(-)