From: neilbrown Date: Sun, 26 Mar 2006 23:57:47 +0000 (+0000) Subject: Must still use knowledge of the glue context for pre-1.4 versions of MIT krb5 X-Git-Tag: nfs-utils-1-0-8~28 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=d2e033e41dfca7cbf2c1ae109bb0477471f7643a Must still use knowledge of the glue context for pre-1.4 versions of MIT krb5 We need to get access to the internal krb5 context pointer for older (pre-1.4) versions of MIT Kerberos. We get a pointer to the gss glue's context. Get the right pointer before accessing the context information. --- diff --git a/ChangeLog b/ChangeLog index 976a169..c4730ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-03-27 kwc@citi.umich.edu + Must still use knowledge of the glue context for pre-1.4 versions of MIT krb5 + + We need to get access to the internal krb5 context pointer for + older (pre-1.4) versions of MIT Kerberos. We get a pointer to + the gss glue's context. Get the right pointer before accessing + the context information. + 2006-03-27 Kevin Coffman Remove unused variable causing compile warning