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: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 764 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 Committer: Greg Hudson 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(-)