From 6d8473b02d757547db1ba8e5097d6bacc5140501 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 12 Oct 2001 20:08:23 +0000 Subject: [PATCH] updates. --- CHANGES | 10 ++++++++++ win32/libsilc/libsilc.def | 1 + 2 files changed, 11 insertions(+) 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 diff --git a/win32/libsilc/libsilc.def b/win32/libsilc/libsilc.def index e808981c..5faffd8e 100644 --- a/win32/libsilc/libsilc.def +++ b/win32/libsilc/libsilc.def @@ -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 ; -- 2.24.0