updates.
authorPekka Riikonen <priikone@silcnet.org>
Fri, 12 Oct 2001 20:08:23 +0000 (20:08 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 12 Oct 2001 20:08:23 +0000 (20:08 +0000)
CHANGES
win32/libsilc/libsilc.def

diff --git a/CHANGES b/CHANGES
index be2ef058c6bf45e4fcaea226422bd1df6434c79c..e4f88dbb2190d4c9b9f594952c87dcc5c81d1e35 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,16 @@ Fri Oct 12 18:37:24 EDT 2001  Pekka Riikonen <priikone@silcnet.org>
          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 <priikone@silcnet.org>
 
        * Changed the backup router adding and getting interfaces
index e808981ceca9de69aaeb54d5658c31f29a982808..5faffd8e8f8eedaf09e6f017b650eb4b0a80a16d 100644 (file)
@@ -607,3 +607,4 @@ EXPORTS
        silc_sftp_fs_memory_del_dir @ 798 ;
        silc_sftp_fs_memory_add_file @ 799 ;
        silc_sftp_fs_memory_del_file @ 800 ;
+       silc_net_addr2bin_ne @ 801 ;