git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20088 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-31 12:21:33 +00:00
parent b097b3a816
commit 47590366b6

View File

@@ -1,3 +1,23 @@
2007-01-31 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/digest.c: don't verify identifier in CHAP, its the client
that chooses it.
2007-01-23 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/Makefile.am: Basic test of prf.
* lib/krb5/test_prf.c: Basic test of prf.
* lib/krb5/mit_glue.c: Add MIT glue for Kerberos RFC 3961 PRF
functions.
* lib/krb5/crypto.c: Add Kerberos RFC 3961 PRF functions.
* lib/krb5/krb5_data.3: Document krb5_data_cmp.
* lib/krb5/data.c: Add krb5_data_cmp.
2007-01-20 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/kx509.c: Don't use C99 syntax.