Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

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@redhat.com>
Committer: Greg Hudson <ghudson@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(-)