updates.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 12 Apr 2001 10:09:38 +0000 (10:09 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 12 Apr 2001 10:09:38 +0000 (10:09 +0000)
CHANGES
TODO
apps/silcd/server.c

diff --git a/CHANGES b/CHANGES
index 25a47e4db3ddf93464e2b607e97a5f68f6218b30..c08ef09a64f1e25cd37bea1cfcd1db1aad5ca04d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Thu Apr 12 12:01:52 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Fixed bug in client and server to accept the force send if
+         the packet is send from silc_[server/client]_packet_process
+         function.  Otherwise the packets are never delivered, oops.
+
 Wed Apr 11 22:10:15 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Disable force sending of packets when REKEY protocol is active.
diff --git a/TODO b/TODO
index 6f1e6ca44fc1f4d7bfa3e7f2c358a5d7065ec372..390412a8792406cc28e87ca4c77656362408838e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -75,6 +75,8 @@ TODO/bugs In SILC Libraries
    that needs to be commited (from Schneier's Yarrow-160 paper).  They 
    should make the RNG even better.
 
+ o IPv6 support for ID's and into the code.
+
  o Some of the ciphers in lib/silccrypt does not implement the SILC
    Crypto API correctly.
 
index 7ba210e77dd9d8085d16c1518ede3d66c3e49a1a..8ff375709fcc0c0ca15b9ac4e8d29ed5a8dd4a14 100644 (file)
@@ -2095,7 +2095,7 @@ void silc_server_free_client_data(SilcServer server,
     if (sock->outbuf->data - sock->outbuf->head)
      silc_buffer_push(sock->outbuf, sock->outbuf->data - sock->outbuf->head);
 
-    silc_server_packet_send_real(server, sock, TRUE);
+    silc_packet_send(sock, TRUE);
 
     SILC_SET_CONNECTION_FOR_INPUT(sock->sock);
     SILC_UNSET_OUTBUF_PENDING(sock);