git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19133 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-26 18:10:16 +00:00
parent 0e4b620131
commit 976ac69254

View File

@@ -1,5 +1,15 @@
2006-11-24 Love H<>rnquist <20>strand <lha@it.su.se>
2006-11-26 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/pkinit.c: Pass down hx509_peer_info.
* kdc/pkinit.c (_kdc_pk_rd_padata): Pick up supportedCMSTypes and
pass in into hx509_cms_create_signed_1 via hx509_peer_info blob.
* kdc/pkinit.c (_kdc_pk_rd_padata): Pick up supportedCMSTypes and
pass in into hx509_cms_create_signed_1 via hx509_peer_info blob.
2006-11-24 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/send_to_kdc.c: Set the large_msg_size to 1400, lets not
fragment packets and avoid stupid linklayers that doesn't allow
fragmented packets (unix dgram sockets on Mac OS X)