From 82c7704d8202d9df000f79c7e48c211411aa815d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 29 Sep 1999 17:03:55 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7059 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/kx/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/appl/kx/ChangeLog b/appl/kx/ChangeLog index 3f5c6c983..3bdfebba9 100644 --- a/appl/kx/ChangeLog +++ b/appl/kx/ChangeLog @@ -1,3 +1,12 @@ +1999-09-29 Assar Westerlund + + * common.c (match_local_auth): only look for FamilyLocal (and + FamilyWild) cookies. This will not work when we start talking tcp + to the local X-server but `connect_local_xsocket' and the rest of + the code doesn't handle it anyway and the old code could (and did) + pick up the wrong cookie sometimes. If we have to match + FamilyInternet cookies, the search order has to be changed anyway + 1999-09-02 Assar Westerlund * kxd.c (childhandler): watch for child `wait_on_pid' to die.