X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=2a3f0de2044026a5750207fe6e267e3ddaa04273;hb=5c09779adcdcf723755b5692a20eeaa3664a7fea;hp=7050f2c6fdc1d26a6a431e2bd766ec5ad96871c7;hpb=a312fb463ab0d4673f6666a8224765082c941005;p=crypto.git diff --git a/CHANGES b/CHANGES index 7050f2c6..2a3f0de2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,20 @@ -Sun Aug 4 13:23:40 CEST 2002 Pekka Riikonen +Sun Aug 4 15:55:40 CEST 2002 Pekka Riikonen * More fixed for not having purge timeout for global clients that are on channel. Affected files silcd/command_reply.c and server_util.c. + * Fixed the rekey protocol to work with backup router connections. + Rekey packets are now allowed on disabled connections as + well. Affected files silcd/packet_send.c and server.c. + + * Do not switch to be as backup router when shutting down and + closing the primary connection. Affected file silcd/server.c. + + * Fixed memory leaks in backup router deleting. Added + silc_server_backup_free to free all data during shutdown of + server. Affected files silcd/server_backup.[ch]. + Sun Jul 14 21:33:32 EEST 2002 Pekka Riikonen * Do not process commands if the sock->user_data is NULL.