diff options
| author | neilbrown <neilbrown> | 2006-03-28 00:49:29 +0000 |
|---|---|---|
| committer | neilbrown <neilbrown> | 2006-03-28 00:49:29 +0000 |
| commit | 804a7ea8bffb1b26a0e8632eb8fb61ef30cdbf68 (patch) | |
| tree | e3ae8f3050e0b4a93f2db838b76044b7bd2ef4d1 /ChangeLog | |
| parent | 8adc52dd957f1f7e392d8efa33a925c2312ba1b1 (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |
