summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/mechglue/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-03-01 05:06:19 +0000
committerTheodore Tso <tytso@mit.edu>1996-03-01 05:06:19 +0000
commitec59f120439a69fb59cd51984a22fb29df7c36a8 (patch)
tree3abcf191123c970eb36260893ac243121b7f9ed5 /src/lib/gssapi/mechglue/ChangeLog
parentd4645bb8dbd9ca7d982894bb8e40909386a709c9 (diff)
g_glue.c (__gss_get_mech_type): Fix code to properly parse token
headers. It was working only by serendipity.... g_accept_sec_context.c (gss_accept_sec_context): Add error checking and memory cleanup. Make gss_accept_sec_context work for mechanisms that use multiple token roundtrips. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7581 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/mechglue/ChangeLog')
-rw-r--r--src/lib/gssapi/mechglue/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/gssapi/mechglue/ChangeLog b/src/lib/gssapi/mechglue/ChangeLog
index d944aecd9..c50371c60 100644
--- a/src/lib/gssapi/mechglue/ChangeLog
+++ b/src/lib/gssapi/mechglue/ChangeLog
@@ -1,3 +1,12 @@
+Thu Feb 29 11:32:16 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * g_glue.c (__gss_get_mech_type): Fix code to properly parse token
+ headers. It was working only by serendipity....
+
+ * g_accept_sec_context.c (gss_accept_sec_context): Add error
+ checking and memory cleanup. Make gss_accept_sec_context
+ work for mechanisms that use multiple token roundtrips.
+
Wed Feb 28 20:33:47 1996 Theodore Y. Ts'o <tytso@dcl>
* mglueP.h: For MS-DOS, add #include of malloc.h