git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15186 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-19 14:05:51 +00:00
parent c0817d7f3b
commit 0aa27f221b
2 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2005-05-19 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/keytab.c (krb5_kt_free_entry): zero out content of all
krb5_free_x_content like functions to make sure data doesnt get
reused, idea from Wynn Wilkes <wwilkes@vintela.com>
* configure.in: depend on automake 1.8, we don't test anything
older

View File

@@ -1,3 +1,8 @@
2005-05-19 Love H<>rnquist <20>strand <lha@it.su.se>
* change.c (kt_change): plug memory leak from
krb5_kt_remove_entry, print principal on error.
2005-05-02 Dave Love <d.love@dl.ac.uk>
* ktutil.c (help): Don't use non-constant initializer for `fake'.