updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 19 Jun 2001 19:28:53 +0000 (19:28 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 19 Jun 2001 19:28:53 +0000 (19:28 +0000)
CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index d482e2d48f3298b54375b4ad664e98e7be690c8c..d2d9efbb041b2aaa538e2ee58e5e943d4f160259 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,15 @@
+Tue Jun 19 22:10:36 EEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Fixed a possible crash in silc_packet_send_prepare.  It now
+         assures always that there is enough space in the buffer and
+         at the tail area of the buffer (for MAC). 
+
+         Fixed the inbound buffer reallocation in silc_packet_read.
+         It was old code and did not handle the reallocation correctly.
+         Affected
+
+         The affected file is lib/silccore/silcpacket.c.
+
 Tue Jun 19 13:40:09 CEST 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * make install generates new server keys only if there is not
diff --git a/TODO b/TODO
index c28ff5541253e9d478719850d3af4e3451479d51..ad0ac3b2d0efd176d304f3cd19db1bf28c595668 100644 (file)
--- a/TODO
+++ b/TODO
@@ -35,6 +35,10 @@ TODO/bugs in Irssi SILC client
 TODO/bugs In SILC Client Library
 ================================
 
+ o If the silc_client_channel_message does not find the client entry
+   then it should attempt to resolve it at least once and no return
+   NULL entry to the application.
+
  o All protocol execution timeouts are hard coded. They should be 
    configurable and the Irssi SILC client should be able to set them
    with for example /set key_exchange_timeout etc.  The silc_client_alloc