git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17443 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-05 09:31:28 +00:00
parent 348b5d79c4
commit c76f156e3f

View File

@@ -1,5 +1,12 @@
2006-05-05 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/*.[ch3]: Rename u_intXX_t to uintXX_t
* lib/krb5/Makefile.am: Add test_store to TESTS
* lib/krb5/pkinit.c: Catch using hx509 null DH and print a more
useful error message.
* lib/krb5/store.c: Rewrite the krb5_ret_u as proposed by Johan.
2006-05-04 Love H<>rnquist <20>strand <lha@it.su.se>