updates
authorPekka Riikonen <priikone@silcnet.org>
Mon, 3 Feb 2003 13:24:16 +0000 (13:24 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 3 Feb 2003 13:24:16 +0000 (13:24 +0000)
CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index bdc29f9baa208e961cae4cbd0c636da66d50b065..f21d42654e5d776f88f32832d84cedc9561edb33 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+Mon Feb  3 14:43:52 CET 2003  Pekka Riikonen <priikone@silcnet.org>
+
+       * Fixed double free in CMODE command when setting new HMAC
+         for channel.  Affected file silcd/command.c.
+
+       * Added couple of missing memset's to zero sensitive memory.
+         Affected files silcd/command.c, lib/silcclient/command.c.
+
 Sun Jan 26 12:20:30 EET 2003  Pekka Riikonen <priikone@silcnet.org>
 
        * Fixed a double free in INVITE command error handling in
diff --git a/TODO b/TODO
index feead3e06eaa9004b26d9f093e803d8763c995f4..fb406ebf08244fe59856794c6d19d51355ec9b14 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,6 +9,9 @@ TODO for Irssi SILC Client 1.0
 TODO for SILC Server 1.0
 ========================
 
+ o INVITE and BAN notifys send the entire list as notify, but only the
+   added/removed info should be sent.
+
  o The CMODE cipher & hmac change problem (#101).
 
  o Fix CUMODE_CHANGE and CMODE_CHANGE for founder key things.