]> git.ipfire.org Git - thirdparty/krb5.git/commit
Allow the KDB to see and modify auth indicators 965/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 7 Aug 2019 21:51:17 +0000 (17:51 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 27 Aug 2019 00:18:40 +0000 (20:18 -0400)
commit7196c03f18f14695abeb5ae4923004469b172f0f
tree13d1eb6163015b8ad140edbebee0252c1b7979b6
parent570967e11bd5ea60a82fc8157ad7d07602402ebb
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.

ticket: 8823 (new)
src/include/kdb.h
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/kdc_authdata.c
src/kdc/kdc_util.h
src/lib/kdb/Makefile.in
src/lib/kdb/kdb5.c
src/plugins/kdb/test/kdb_test.c
src/tests/t_authdata.py