Add KDC CAMMAC and auth indicator functions Add KDC utility functions to manipulate CAMMACs and authentication indicators, to be used in later commits. https://github.com/krb5/krb5/commit/5b39ea2b4ed54f4f208246b3cb725e7b1113d047 Author: Greg Hudson Commit: 5b39ea2b4ed54f4f208246b3cb725e7b1113d047 Branch: master src/kdc/Makefile.in | 4 + src/kdc/authind.c | 123 ++++++++++++++++++++++++++++++++ src/kdc/cammac.c | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/kdc/kdc_util.h | 25 +++++++ 4 files changed, 346 insertions(+), 0 deletions(-)