git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15946 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-22 19:17:01 +00:00
parent 8c05794963
commit 683d9e9a7d
4 changed files with 32 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
2005-08-22 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/test_crypto_wrapping.c: Fix printing of size_t.
2005-08-19 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/dbinfo.c: provide interface to find databases
* lib/hdb/mkey.c: hdb_seal_key_mkey): dont double encrypt keys
2005-08-15 Love H<>rnquist <20>strand <lha@it.su.se>
* kdc/kdc_locl.h: Update prototype for _kdc_pk_mk_pa_reply.

View File

@@ -1,4 +1,8 @@
2005-08-03 Love H<>rnquist <20>strand <lha@it.su.se>
2005-08-22 Love H<>rnquist <20>strand <lha@it.su.se>
* roken-frag.m4: Check for res_ndestroy.
2005-08-03 Love H<>rnquist <20>strand <lha@it.su.se>
* crypto.m4: Add <sys/types.h>, OpenSSL 0.9.8 needs it for size_t.
From: Quanah Gibson-Mount <quanah@stanford.edu>

View File

@@ -1,4 +1,14 @@
2005-08-11 Love H<>rnquist <20>strand <lha@it.su.se>
2005-08-22 Love H<>rnquist <20>strand <lha@it.su.se>
* k5.asn1: Add KRB5-PADATA-PK-AS-09-BINDING, client send
this (with an empty pa-data.padata-value) to tell the KDC that the
client support the binding the PA-REP to the AS-REQ packet. This
is to fix the problem lack of binding the AS-REQ to the PK-AS-REP
in pre PK-INIT-27. The nonce is replaced with a asCheckSum.
2005-08-11 Love H<>rnquist <20>strand <lha@it.su.se>
* canthandle.asn1: Allocation is done on CONTEXT tags.
* asn1_gen.c: rename optind to optidx to avoid shadow warnings

View File

@@ -1,4 +1,9 @@
2005-08-12 Love H<>rnquist <20>strand <lha@it.su.se>
2005-08-22 Love H<>rnquist <20>strand <lha@it.su.se>
* resolve.c (dns_lookup_int): if we have res_ndestroy, prefeer
that before res_nclose
2005-08-12 Love H<>rnquist <20>strand <lha@it.su.se>
* getaddrinfo-test.c: Rename optind to optidx to avoid shadowing.