From: Pekka Riikonen Date: Mon, 3 Feb 2003 13:24:16 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.9.12~23 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=622f40be62aeabddd38799915e051e8df87a8b99 updates --- diff --git a/CHANGES b/CHANGES index bdc29f9b..f21d4265 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +Mon Feb 3 14:43:52 CET 2003 Pekka Riikonen + + * 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 * Fixed a double free in INVITE command error handling in diff --git a/TODO b/TODO index feead3e0..fb406ebf 100644 --- 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.