[krbdev.mit.edu #8425] git commit 
    Greg Hudson via RT 
    rt-comment at krbdev.mit.edu
       
    Mon Jun 20 11:54:13 EDT 2016
    
    
  
Add libkrb5 CAMMAC and auth-indicator functions
Add k5_unwrap_cammac_svc() and k5_authind_decode() internal functions
to libkrb5, for use by test programs and the forthcoming
auth-indicator authdata module.  Remove the unused
cammac_check_svcver() from the KDC code.  Modify tests/adata.c to use
the new functions, and add a test case to t_authdata.py for multiple
indicator values.
[ghudson at mit.edu: squash three commits; make k5_cammac_check_svcver()
a static helper]
https://github.com/krb5/krb5/commit/3563485fdb54024bd79a4491000c84943cc20ab9
Author: Matt Rogers <mrogers at redhat.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 3563485fdb54024bd79a4491000c84943cc20ab9
Branch: master
 src/include/k5-int.h            |    6 +++
 src/kdc/cammac.c                |   21 ---------
 src/kdc/kdc_util.h              |    4 --
 src/lib/krb5/krb/Makefile.in    |    3 +
 src/lib/krb5/krb/authdata_dec.c |   45 ++++++++++++++++++++
 src/lib/krb5/krb/cammac_util.c  |   86 +++++++++++++++++++++++++++++++++++++++
 src/lib/krb5/libkrb5.exports    |    2 +
 src/tests/adata.c               |   30 ++-----------
 src/tests/t_authdata.py         |    7 +++
 9 files changed, 154 insertions(+), 50 deletions(-)
    
    
More information about the krb5-bugs
mailing list