updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 12 Oct 2003 17:53:07 +0000 (17:53 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 12 Oct 2003 17:53:07 +0000 (17:53 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8288fb9f0569a7bc84b211cba8a478da073da3c7..26341b4e3e1acac5de54d2f1354a72ad9ef1cde7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,25 @@
+Sun Oct 12 19:58:18 EEST 2003  Pekka Riikonen <priikone@silcnet.org>
+
+       * 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 <priikone@silcnet.org>
+
+       * 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 <priikone@silcnet.org>
 
        * On normal server reconnect to primary during resuming 4