From: Pekka Riikonen Date: Sun, 12 Oct 2003 17:53:07 +0000 (+0000) Subject: updates. X-Git-Tag: silc.client.0.9.13~5 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=3a5ba800b171075429732e8d50d9edd76c74ced8;p=silc.git updates. --- diff --git a/CHANGES b/CHANGES index 8288fb9f..26341b4e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,25 @@ +Sun Oct 12 19:58:18 EEST 2003 Pekka Riikonen + + * Fixed SERVER_SIGNOFF handling in servers. The client + was removed from wrong list thus not removing the client + at all. Affected file silcd/packet_receive.c. + + * Do not execute rekey protocol for disabled connections as + it would never go through. Affected file silcd/server.c. + + * Added timeout for rekey protocol to catch if the protocol + never executes successfully. Affected files silcd/server.c + and protocol.h. + +Sat Oct 11 15:39:22 EEST 2003 Pekka Riikonen + + * Abandon packet processing for disconnected sockets. Check + this always after calling packet processing callback. + Affected file lib/silccore/silcpacket.c. + + * Fixed double registration disconnection code in server. + Closed wrong connection. Affected file silcd/packet_receive.c. + Fri Oct 10 16:27:12 EEST 2003 Pekka Riikonen * On normal server reconnect to primary during resuming 4