summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-26 23:57:47 +0000
committerneilbrown <neilbrown>2006-03-26 23:57:47 +0000
commitd2e033e41dfca7cbf2c1ae109bb0477471f7643a (patch)
treebb0b6bcddde05cac211e8dadadcb54281711623c
parentc7d9c6d73c0fae5b59da04b0bea9b60501c8a164 (diff)
downloadnfs-utils-d2e033e41dfca7cbf2c1ae109bb0477471f7643a.tar.gz
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.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <kwc@citi.umich.edu>
Remove unused variable causing compile warning