diff options
author | Theodore Tso <tytso@mit.edu> | 1996-02-29 06:27:31 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1996-02-29 06:27:31 +0000 |
commit | 73fe95dbaa5701493d4c5ecc62a5d4bec4cb75c7 (patch) | |
tree | 12edb6c01cf1d3d5ac5521408dd7847ebad2bab1 /src/lib/gssapi/mechglue/ChangeLog | |
parent | 83920b03268c6802c1a661f2620c8423a8bbcc74 (diff) | |
download | krb5-73fe95dbaa5701493d4c5ecc62a5d4bec4cb75c7.tar.gz krb5-73fe95dbaa5701493d4c5ecc62a5d4bec4cb75c7.tar.xz krb5-73fe95dbaa5701493d4c5ecc62a5d4bec4cb75c7.zip |
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
Diffstat (limited to 'src/lib/gssapi/mechglue/ChangeLog')
-rw-r--r-- | src/lib/gssapi/mechglue/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <tytso@dcl> + + * 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 <tytso@dcl> * g_initialize.c (gss_initialize): Don't fprintf to stderr on |