git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17749 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-30 09:41:35 +00:00
parent 5e8ef3b0f0
commit ace8ba1ea7

View File

@@ -1,5 +1,24 @@
2006-06-30 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Add mech/gss_release_oid.c
* mech/gss_release_oid.c: Add gss_release_oid, reverse of
gss_duplicate_oid
* spnego/compat.c: preferred_mech_type was allocated with
gss_duplicate_oid in one place and assigned static varianbles a
the second place. change that static assignement to
gss_duplicate_oid and bring back gss_release_oid.
* spnego/compat.c (_gss_spnego_delete_sec_context): don't release
preferred_mech_type and negotiated_mech_type, they where never
allocated from the begining.
2006-06-29 Love H<>rnquist <20>strand <lha@it.su.se>
* mech/gss_import_name.c (gss_import_name): avoid
type-punned/strict aliasing rules
* mech/gss_add_cred.c: avoid type-punned/strict aliasing rules
* gssapi.h: Make gss_name_t an opaque type.