[krbdev.mit.edu #8386] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Mar 23 12:45:06 EDT 2016


Add KDC pre-send and post-receive KDC hooks

Add two new APIs, krb5_set_kdc_send_hook() and
krb5_set_kdc_recv_hook(), which can be used to inspect and override
messages sent to KDCs.

[ghudson at mit.edu: style and documentation changes]

https://github.com/krb5/krb5/commit/fb4d426ddeb9d4802a53dfbd74189ef8eacbe65e
Author: Andreas Schneider <asn at samba.org>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: fb4d426ddeb9d4802a53dfbd74189ef8eacbe65e
Branch: master
 doc/appdev/refs/api/index.rst   |    2 +
 doc/appdev/refs/types/index.rst |    2 +
 src/include/k5-int.h            |    6 ++
 src/include/krb5/krb5.hin       |  104 +++++++++++++++++++++++++++++++++++++++
 src/lib/krb5/libkrb5.exports    |    2 +
 src/lib/krb5/os/sendto_kdc.c    |   56 ++++++++++++++++++++-
 src/lib/krb5_32.def             |    4 ++
 7 files changed, 174 insertions(+), 2 deletions(-)



More information about the krb5-bugs mailing list