Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 593 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(-)