diff --git a/ChangeLog b/ChangeLog index c52c03cd0..d49a24c91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2006-07-01 Love Hörnquist Åstrand + * appl/gssmask/gssmaestro.c: externalize slave handling, add + GetTargetName glue + + * lib/krb5/principal.c (krb5_parse_name): set *principal to NULL + the first thing we do, so that on failure its set to a known value + + * appl/gssmask/gssmask.c: AcquireCreds: set principal to NULL to + avoid memory corruption GetTargetName: always send a string, even + though we don't have a targetname + * appl/gssmask: break out common function; add gssmaestro (that only tests one context for now)