X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=CHANGES;h=e4f88dbb2190d4c9b9f594952c87dcc5c81d1e35;hp=be2ef058c6bf45e4fcaea226422bd1df6434c79c;hb=6d8473b02d757547db1ba8e5097d6bacc5140501;hpb=6f25b5bdcdbcb21dbfb1c86fd79bfd5b71b027db diff --git a/CHANGES b/CHANGES index be2ef058..e4f88dbb 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,16 @@ Fri Oct 12 18:37:24 EDT 2001 Pekka Riikonen 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