From 7ca637df7274e09667d309e5588881e487c04c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 6 Nov 2006 17:16:10 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18920 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 6fb249f0a..166d47f2f 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,13 @@ +2006-11-06 Love Hörnquist Åstrand + + * socket_wrapper.c: A few fixes to have Heimdal pass the make + check under socket_wrapper. The first is a missing 'break' before + the (heimdal specific) IPv6 support. The second works around the + fact that sendto() *may* object to a destination being specified. + It appears to be that on Linux, this objects (with EISCONN) for + unix stream sockets, but not for TCP sockets. The alternate fix + would be to have the KDC use 'send()' in this case. Andrew Bartlett. + 2006-10-20 Love Hörnquist Åstrand * Makefile.am: split dist and nondist HEADERS