Skip Menu |
 

Date: Tue, 04 May 2010 20:46:59 -0400
From: Jeff Blaine <jblaine@kickflop.net>
To: krb5-bugs@mit.edu
Subject: cksum_body exports
v1.8

I'm pretty sure this mismatch is a bug:

# cd src/plugins/preauth/cksum_body
# cat cksum_body.exports
preauthentication_client_0
preauthentication_server_0
# grep preauthentication_ *.c
struct krb5plugin_preauth_client_ftable_v1 preauthentication_client_1 = {
struct krb5plugin_preauth_server_ftable_v1 preauthentication_server_1 = {
#
Yes, this has been fixed on trunk.