git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21699 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-26 19:07:45 +00:00
parent 7ce367af30
commit 630410fe4f

View File

@@ -1,5 +1,27 @@
2007-07-26 Love H<>rnquist <20>strand <lha@it.su.se>
* mech/gss_mech_switch.c: Don't try to do dlopen if system doesn't
have dlopen. From Rune of Chalmers.
2007-07-10 Love H<>rnquist <20>strand <lha@it.su.se> 2007-07-10 Love H<>rnquist <20>strand <lha@it.su.se>
* mech/gss_duplicate_name.c: New signature of _gss_find_mn.
* mech/gss_init_sec_context.c: New signature of _gss_find_mn.
* mech/gss_acquire_cred.c: New signature of _gss_find_mn.
* mech/name.h: New signature of _gss_find_mn.
* mech/gss_canonicalize_name.c: New signature of _gss_find_mn.
* mech/gss_compare_name.c: New signature of _gss_find_mn.
* mech/gss_add_cred.c: New signature of _gss_find_mn.
* mech/gss_names.c (_gss_find_mn): Return an error code for
caller.
* spnego/accept_sec_context.c: remove checks that are done by the * spnego/accept_sec_context.c: remove checks that are done by the
previous function. previous function.