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,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.