From 22ea639a6f877049a9c6d59e0a867f6447513702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 5 Jul 2006 12:00:43 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17799 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index c6d31b6db..45877a66f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ +2006-07-05 Love Hörnquist Åstrand + + * kdc/connect.c (handle_vanilla_tcp): use unsigned integer for for + length + (handle_tcp): if the high bit it set in the unknown case, send + back a KRB_ERR_FIELD_TOOLONG + 2006-07-03 Love Hörnquist Åstrand + * appl/gssmask/gssmaestro.c: Add get_version_capa, cache + target_name. + + * appl/gssmask/gssmask.c: use utname() to find the local hostname + and version of operatingsystem + + * appl/gssmask/common.h: include + * appl/gssmask/gssmask.c: break out creation of a client and make handleServer pthread_create compatible