git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18544 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-17 20:08:10 +00:00
parent 4a4cebb24c
commit 0c07686775
6 changed files with 34 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
2006-10-16 Love H<>rnquist <20>strand <lha@it.su.se>
2006-10-17 Love H<>rnquist <20>strand <lha@it.su.se>
* timegm.c: vJust fail if tm_mon is out of range for now XXXX this
is wrong.
2006-10-16 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: extra depencies on der-protos.h
2006-10-14 Love H<>rnquist <20>strand <lha@it.su.se>

View File

@@ -1,5 +1,13 @@
2006-10-15 Love H<>rnquist <20>strand <lha@it.su.se>
2006-10-16 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: add rand-unix.c
* rand.c: Move out rand-unix functions from the core lib.
* rand-unix.c: Move out rand-unix functions from the core lib.
2006-10-15 Love H<>rnquist <20>strand <lha@it.su.se>
* hmac.c (HMAC_CTX_cleanup): destroy the EVP_MD_CTX, so it will be
freed.

View File

@@ -1,5 +1,7 @@
2006-10-17 Love H<>rnquist <20>strand <lha@it.su.se>
* test_context.c: Support switching on name type oid's
* test_context.c: add test for dns canon flag
* mech/gss_krb5.c: Add gsskrb5_set_dns_canonlize.