git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17515 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-08 13:47:35 +00:00
parent 464d720b1c
commit f7ca02ad7a
2 changed files with 17 additions and 0 deletions

View File

@@ -1,4 +1,16 @@
2006-05-08 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/crypto.c: Catches both keyed checkout w/o crypto
context cases and doesn't reset the string, and corrects the
grammar.
* lib/krb5/crypto.c: Drop aes-cbc, rc2 and CMS padding support,
its all containted in libhcrypto and libhx509 now.
2006-05-07 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/pkinit.c (_krb5_pk_verify_sign): Use
hx509_get_one_cert.
* lib/krb5/crypto.c (create_checksum): provide a error message
that a key checksum needs a key. From Andew Bartlett.

View File

@@ -1,3 +1,8 @@
2006-05-08 Love H<>rnquist <20>strand <lha@it.su.se>
* privs_c.c (kadm5_c_get_privs): privs is a uint32_t, let copy it
that way.
2006-05-05 Love H<>rnquist <20>strand <lha@it.su.se>
* Rename u_intXX_t to uintXX_t