summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-03-28 00:49:29 +0000
committerneilbrown <neilbrown>2006-03-28 00:49:29 +0000
commit804a7ea8bffb1b26a0e8632eb8fb61ef30cdbf68 (patch)
treee3ae8f3050e0b4a93f2db838b76044b7bd2ef4d1 /ChangeLog
parent8adc52dd957f1f7e392d8efa33a925c2312ba1b1 (diff)
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. (really this time)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b59000..663fa5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
2006-03-28 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.
+ (really this time)
+
+2006-03-28 kwc@citi.umich.edu
Remove unused groups variable from get_ids() which was causing a compiler warning.
(really this time)