[krbdev.mit.edu #7242] SVN Commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Thu Aug 23 13:32:26 EDT 2012
Add otp client preauth plugin
Implements the client side of RFC 6560. Not all features are
implemented, but it should work for the most common cases.
https://github.com/krb5/krb5/commit/652313bbda5f4fdd6ca2828f0aa61ff1b0178c51
Author: Nathaniel McCallum <npmccallum at redhat.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: 652313bbda5f4fdd6ca2828f0aa61ff1b0178c51
Branch: master
src/include/k5-int.h | 6 +
src/include/krb5/krb5.hin | 5 +
src/lib/krb5/krb/Makefile.in | 3 +
src/lib/krb5/krb/deps | 11 +
src/lib/krb5/krb/int-proto.h | 4 +
src/lib/krb5/krb/preauth2.c | 2 +
src/lib/krb5/krb/preauth_otp.c | 561 ++++++++++++++++++++++++++++++++++++++++
7 files changed, 592 insertions(+), 0 deletions(-)
More information about the krb5-bugs
mailing list