git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14220 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-09-12 12:11:06 +00:00
parent 03b4ecc9bd
commit b234201112

View File

@@ -1,3 +1,14 @@
2004-09-12 Love H<>rnquist <20>strand <lha@it.su.se>
* chpass_s.c: deal with changed prototype for _kadm5_free_keys
* keys.c (_kadm5_free_keys): change prototype, make it use
krb5_context instead of a kadm5_server_context
* set_keys.c (parse_key_set): do way with static returning
(function) static variable and returned allocated memory
(_kadm5_generate_key_set): free enctypes returned by parse_key_set
2004-09-06 Love H<>rnquist <20>strand <lha@it.su.se>
* set_keys.c: Fix memory leak, don't return stack variables From