git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20781 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-01 22:17:17 +00:00
parent b9da6ebef0
commit ecba53e501

View File

@@ -1,5 +1,26 @@
2007-06-01 Love H<>rnquist <20>strand <lha@it.su.se>
* test_*.in: sprinle stat saveing
* Makefile.am: Add stat and objdir.
* collector.c (_hx509_collector_alloc): return error code instead
of pointer.
* hxtool.c: Add statistic hook.
* ks_file.c: Update _hx509_collector_alloc prototype.
* ks_p12.c: Update _hx509_collector_alloc prototype.
* ks_p11.c: Update _hx509_collector_alloc prototype.
* hxtool-commands.in: Add statistics hook.
* cert.c: Statistics printing.
* ks_p12.c: plug memory leak
* ca.c (hx509_ca_tbs_add_crl_dp_uri): plug memory leak
2007-05-31 Love H<>rnquist <20>strand <lha@it.su.se>