From 73fe95dbaa5701493d4c5ecc62a5d4bec4cb75c7 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 29 Feb 1996 06:27:31 +0000 Subject: mglueP.h: For MS-DOS, add #include of malloc.h g_acquire_cred.c (gss_acquire_cred): Fix so that the call works when desired_name is NULL (meaning use the default credentials). g_imp_sec_context.c (gss_import_sec_context): g_exp_sec_context.c (gss_export_sec_context): Fix to import/export the framing security context (so that this call actually works!). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7574 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/gssapi/mechglue/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/lib/gssapi/mechglue/ChangeLog') diff --git a/src/lib/gssapi/mechglue/ChangeLog b/src/lib/gssapi/mechglue/ChangeLog index 47c69a62d..d944aecd9 100644 --- a/src/lib/gssapi/mechglue/ChangeLog +++ b/src/lib/gssapi/mechglue/ChangeLog @@ -1,3 +1,16 @@ +Wed Feb 28 20:33:47 1996 Theodore Y. Ts'o + + * mglueP.h: For MS-DOS, add #include of malloc.h + + * g_acquire_cred.c (gss_acquire_cred): Fix so that the call works + when desired_name is NULL (meaning use the default + credentials). + + * g_imp_sec_context.c (gss_import_sec_context): + * g_exp_sec_context.c (gss_export_sec_context): Fix to + import/export the framing security context (so that this + call actually works!). + Tue Feb 27 18:44:51 1996 Theodore Y. Ts'o * g_initialize.c (gss_initialize): Don't fprintf to stderr on -- cgit