X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=e4f88dbb2190d4c9b9f594952c87dcc5c81d1e35;hb=6d8473b02d757547db1ba8e5097d6bacc5140501;hp=381095ccae8229d7ae435a9c644d0fd1b081a406;hpb=e5d8d3db6caa344b3d419b884556c21b15e7d123;p=silc.git diff --git a/CHANGES b/CHANGES index 381095cc..e4f88dbb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,75 @@ +Fri Oct 12 18:37:24 EDT 2001 Pekka Riikonen + + * Fixed the backup resuming protocol to work in multiple + router environment. Affected file silcd/server_backup.c. + + * Route packet only to one router in the function + silc_server_packet_send_to_channel. Affected file is + silcd/packet_send.c. + + * Fixed silc_server_send_notify_dest to set the broadcast + flag. Fixed the silc_server_send_notify_topic to actually + send the TOPIC_CHANGE notify and not SERVER_SIGNOFF notify. + Affected file silcd/packet_send.c. + + * Changed the SFTP Filesystem interface. Changed the + SilcSFTPFilesystemStruct to SilcSFTPFilesystemOps to include + the filesystem operation function. The SilcSFTPFilesystem + is now a context that is allocated by all filesystem allocation + functions and it already includes the operations structure + and filesystem specific context. It is given as argument + now to the silc_sftp_server_start. This made the interface + a bit cleaner. Affected file lib/silcsftp/silcsftp[_fs].h, + lib/silcsftp/sftp_fs_memory.c and sftp_server.c. + +Thu Oct 11 22:19:26 EDT 2001 Pekka Riikonen + + * Changed the backup router adding and getting interfaces + in the server. The router that will be replaced by the + specified backup router is now sent as argument. Affected + files silcd/serverconfig.[ch], silcd/backup_router.[ch], and + silcd/server.c. + + * Added silc_net_addr2bin_ne to return the binary form of + the IP address in network byte order. Affected files + lib/silcutil/[unix/win32].silc[unix/win32]net.[ch]. + +Thu Oct 11 12:14:19 EDT 2001 Pekka Riikonen + + * Check for existing server ID in silc_server_new_server + and in silc_server_connect_to_router_final and remove the + old entry if it exists. Affected file silcd/packet_receive.c, + silcd/server.c. + + * Send the channel message always to only one router, either + in upstream or downstream. Affected file is + silcd/packet_send.c. + +Tue Oct 9 17:45:43 EDT 2001 Pekka Riikonen + + * Wrote the definition of the backup resuming protocol to the + protocol specification. + + * Removed one redundant channel key generation from normal + server during joining procedure. Removed one redundant + channel key sending from server to router during joining + procedure. Affected file silcd/command.c. + + * Made minor bugfixes to the backup router resuming protocol. + Affected file silcd/server_backup.c, server.c. + +Mon Oct 8 16:47:42 EDT 2001 Pekka Riikonen + + * Added --disable-asm configuration option. Affected files + configure.in.pre, lib/silcmath/mpi/configure.in. A patch + by salo. + + * Implemented the backup resuming protocol that is used to + resume the primary router position in the cell after the + primary router comes back online. Affected files + silcd/server_backup.[ch], silcd/server, silcd/packet_receive.c, + and silcd/server_util.[ch]. + Sun Oct 7 12:29:25 EDT 2001 Pekka Riikonen * Sleep two (2) seconds after sending QUIT command to server.