]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
native client - upgrade to WinFUSE 0.6, attempting to solve the issue where the Windo...
authorPeter Secor <secorp@allmydata.com>
Fri, 11 Apr 2008 01:48:27 +0000 (18:48 -0700)
committerPeter Secor <secorp@allmydata.com>
Fri, 11 Apr 2008 01:48:27 +0000 (18:48 -0700)
windows/winfuse/AllmydataMapping.exe
windows/winfuse/AllmydataTray.exe
windows/winfuse/TahoeFS.dll
windows/winfuse/WinFUSE.exe
windows/winfuse/WinFUSE.exe.config
windows/winfuse/allmydata_requires_permission.exe

index 329e8f781089c39c6e13407dfab2e1ebbfb2f313..a10b85e17ed86eb818f7d426a536505364a9cb73 100644 (file)
Binary files a/windows/winfuse/AllmydataMapping.exe and b/windows/winfuse/AllmydataMapping.exe differ
index faef4fb5c79c9ce69267575ff6cf039e26051076..6a81654d450107ded1db6affeb25db821e3e91f5 100644 (file)
Binary files a/windows/winfuse/AllmydataTray.exe and b/windows/winfuse/AllmydataTray.exe differ
index a8fae18b4e884750aa6fcc9aca0c4ded1dd78b13..46a623c20aebae8ec2ea8815c65d94fbc8966dce 100644 (file)
Binary files a/windows/winfuse/TahoeFS.dll and b/windows/winfuse/TahoeFS.dll differ
index c6892974411f558dfce4feb5654e289b70e980a1..3b3fe91b3d0a0dae18e87a2dab1d4e20273ef4ce 100644 (file)
Binary files a/windows/winfuse/WinFUSE.exe and b/windows/winfuse/WinFUSE.exe differ
index afc7d8c449829abd8691ce2f2d6cfe714d5da8b5..71d91901c66d5f521bd044c5afba3adab1c0092f 100644 (file)
@@ -2,30 +2,33 @@
 <configuration>\r
 \r
   <configSections>\r
-    <section name="microkernel" type="MicroKernel.CustomSection, MicroKernel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />\r
\r
+    <sectionGroup name="providerGroup">\r
+      <section name="fileSystemService" type="NeoGeo.Library.SMB.Provider.FileSystemServiceSection, NeoGeo.Library.SMB" allowDefinition="MachineToApplication" restartOnExternalChanges="true" />\r
+      <!--<section name="authenticationService" type="NeoGeo.Library.SMB.Provider.AuthenticationServiceSection, NeoGeo.Library.SMB" allowDefinition="MachineToApplication" restartOnExternalChanges="true" />-->\r
+    </sectionGroup>\r
   </configSections>\r
 \r
-  <microkernel>\r
-    <references>\r
-      <!-- Must be set if no DomainController is used for Authentification, otherwise it can be left empty -->\r
-      <local description="Logon"   keyType="Suchwerk.Interface.IAuth"       assembly="UserLogon" implementationType="Suchwerk.UserLogon"             singleton="true" />\r
+  <providerGroup>\r
+    <fileSystemService defaultProvider="AllmydataFS">\r
+      <providers>\r
+        <add name="Allmydata" description="Allmydata 3.0 File System" type="TahoeFS.TahoeFS, TahoeFS"/>\r
+      </providers>\r
+    </fileSystemService>\r
+    <!--<authenticationService>\r
+      <providers>\r
+        <add name="authentication" description="" type="Suchwerk.FileSystem.AuthenticationDummy, DummyFS" />\r
+      </providers>\r
+    </authenticationService>-->\r
+  </providerGroup>\r
 \r
-      <!-- Must be set. Is the IPC share that all CIFS server must provide. The implementation is done very simple -->\r
-      <local description="IPC$"    keyType="Suchwerk.Interface.IFilesystem" assembly="NamedPipe" implementationType="Suchwerk.Filesystem.Pipe"  singleton="true" />\r
-      \r
-      <!-- That's the CIFS server, must be included -->\r
-      <local description="SMBServer" keyType="Suchwerk.Interface.ISMBPortal" assembly="PortalSMB" implementationType="Suchwerk.Portal.SMB.SMB"       singleton="true" />\r
-      \r
-      <!-- Add here your IFilesystem implementations, the more you add, the more your server can provide \r
-           The same IFilesystem implementation can be listed more than once, to provide different data views \r
-           \r
-           To know with share was called, add then field, "parameter_constructor=true" and instead of the\r
-           parameter less standard constructor a constructor with the share name will be called -->\r
-      <local description="Allmydata"     keyType="Suchwerk.Interface.IFilesystem" assembly="TahoeFS"  implementationType="TahoeFS.TahoeFS" singleton="true" />\r
-     \r
-    </references>\r
-  </microkernel>\r
+  <appSettings>\r
+    <add key="ServerName" value="servername"/>\r
+    <add key="DomainController" value=""/>    \r
+         <add key="LogFile" value="C:\temp\CIFS\log.txt"/>\r
+    <add key="TempDir" value="c:\temp\temp\"/> \r
+         <add key="DefaultLanguage" value="EN"/>\r
+       </appSettings>\r
 \r
 </configuration>\r
 \r
+  
\ No newline at end of file
index 09375cbf71ff5e1fc4f73905233f0817997c1373..d8b820467d079ed4798d84c6365ddec99542c66d 100644 (file)
Binary files a/windows/winfuse/allmydata_requires_permission.exe and b/windows/winfuse/allmydata_requires_permission.exe differ