]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: remove binary WinFUSE modules
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 24 Sep 2009 21:14:36 +0000 (14:14 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 24 Sep 2009 21:14:36 +0000 (14:14 -0700)
I would prefer to have just source code, or indications of what 3rd-party packages are required, under revision control, and have the build process generate o
r acquire the binaries as needed.  Also, having these in our release tarballs is interfering with getting Tahoe-LAFS uploaded into Ubuntu Karmic.  (Technicall
y, they would accept binary modules as long as they came with the accompanying source so that they could satisfy their obligations under GPL2+ and TGPPL1+, bu
t it is easier for now to remove the binaries from the source tree.)
In this case, the binaries are from the tahoe-w32-client project: http://allmydata.org/trac/tahoe-w32-client , from which you can also get the source.

22 files changed:
windows/winfuse/AllmydataManager.exe [deleted file]
windows/winfuse/AllmydataMapping.exe [deleted file]
windows/winfuse/AllmydataTray.exe [deleted file]
windows/winfuse/InstallUtil.exe [deleted file]
windows/winfuse/Interface.dll [deleted file]
windows/winfuse/Microsoft.VC80.CRT.manifest [deleted file]
windows/winfuse/NeoGeo.Library.SMB.Provider.dll [deleted file]
windows/winfuse/NeoGeo.Library.SMB.dll [deleted file]
windows/winfuse/TahoeFS.dll [deleted file]
windows/winfuse/UserLogon.dll [deleted file]
windows/winfuse/VE32.dll [deleted file]
windows/winfuse/WinFUSE.exe [deleted file]
windows/winfuse/WinFUSE.exe.config [deleted file]
windows/winfuse/allmydata_requires_permission.exe [deleted file]
windows/winfuse/loopback_install.dll [deleted file]
windows/winfuse/msvcm80.dll [deleted file]
windows/winfuse/msvcp80.dll [deleted file]
windows/winfuse/msvcr80.dll [deleted file]
windows/winfuse/myshares.ini [deleted file]
windows/winfuse/myshares_v.ini [deleted file]
windows/winfuse/recycle.ini [deleted file]
windows/winfuse/recycle_v.ini [deleted file]

diff --git a/windows/winfuse/AllmydataManager.exe b/windows/winfuse/AllmydataManager.exe
deleted file mode 100644 (file)
index 5dcd9f7..0000000
Binary files a/windows/winfuse/AllmydataManager.exe and /dev/null differ
diff --git a/windows/winfuse/AllmydataMapping.exe b/windows/winfuse/AllmydataMapping.exe
deleted file mode 100644 (file)
index e3c2cfe..0000000
Binary files a/windows/winfuse/AllmydataMapping.exe and /dev/null differ
diff --git a/windows/winfuse/AllmydataTray.exe b/windows/winfuse/AllmydataTray.exe
deleted file mode 100644 (file)
index e68e97a..0000000
Binary files a/windows/winfuse/AllmydataTray.exe and /dev/null differ
diff --git a/windows/winfuse/InstallUtil.exe b/windows/winfuse/InstallUtil.exe
deleted file mode 100644 (file)
index dbe9967..0000000
Binary files a/windows/winfuse/InstallUtil.exe and /dev/null differ
diff --git a/windows/winfuse/Interface.dll b/windows/winfuse/Interface.dll
deleted file mode 100644 (file)
index 2949073..0000000
Binary files a/windows/winfuse/Interface.dll and /dev/null differ
diff --git a/windows/winfuse/Microsoft.VC80.CRT.manifest b/windows/winfuse/Microsoft.VC80.CRT.manifest
deleted file mode 100644 (file)
index b89cafd..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">\r
-    <noInheritable></noInheritable>\r
-    <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>\r
-    <file name="msvcr80.dll" hash="10f4cb2831f1e9288a73387a8734a8b604e5beaa" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>n9On8FItNsK/DmT8UQxu6jYDtWQ=</dsig:DigestValue></asmv2:hash></file>\r
-    <file name="msvcp80.dll" hash="b2082dfd3009365c5b287448dcb3b4e2158a6d26" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>0KJ/VTwP4OUHx98HlIW2AdW1kuY=</dsig:DigestValue></asmv2:hash></file>\r
-    <file name="msvcm80.dll" hash="542490d0fcf8615c46d0ca487033ccaeb3941f0b" hashalg="SHA1"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>YJuB+9Os2oxW4mY+2oC/r8lICZE=</dsig:DigestValue></asmv2:hash></file>\r
-</assembly>
\ No newline at end of file
diff --git a/windows/winfuse/NeoGeo.Library.SMB.Provider.dll b/windows/winfuse/NeoGeo.Library.SMB.Provider.dll
deleted file mode 100644 (file)
index 565bcab..0000000
Binary files a/windows/winfuse/NeoGeo.Library.SMB.Provider.dll and /dev/null differ
diff --git a/windows/winfuse/NeoGeo.Library.SMB.dll b/windows/winfuse/NeoGeo.Library.SMB.dll
deleted file mode 100644 (file)
index f84fe24..0000000
Binary files a/windows/winfuse/NeoGeo.Library.SMB.dll and /dev/null differ
diff --git a/windows/winfuse/TahoeFS.dll b/windows/winfuse/TahoeFS.dll
deleted file mode 100644 (file)
index 9658338..0000000
Binary files a/windows/winfuse/TahoeFS.dll and /dev/null differ
diff --git a/windows/winfuse/UserLogon.dll b/windows/winfuse/UserLogon.dll
deleted file mode 100644 (file)
index 643870c..0000000
Binary files a/windows/winfuse/UserLogon.dll and /dev/null differ
diff --git a/windows/winfuse/VE32.dll b/windows/winfuse/VE32.dll
deleted file mode 100644 (file)
index cf8ec06..0000000
Binary files a/windows/winfuse/VE32.dll and /dev/null differ
diff --git a/windows/winfuse/WinFUSE.exe b/windows/winfuse/WinFUSE.exe
deleted file mode 100644 (file)
index b45b26d..0000000
Binary files a/windows/winfuse/WinFUSE.exe and /dev/null differ
diff --git a/windows/winfuse/WinFUSE.exe.config b/windows/winfuse/WinFUSE.exe.config
deleted file mode 100644 (file)
index 71d9190..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>\r
-<configuration>\r
-\r
-  <configSections>\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
-  <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
-  <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
diff --git a/windows/winfuse/allmydata_requires_permission.exe b/windows/winfuse/allmydata_requires_permission.exe
deleted file mode 100644 (file)
index 0e48868..0000000
Binary files a/windows/winfuse/allmydata_requires_permission.exe and /dev/null differ
diff --git a/windows/winfuse/loopback_install.dll b/windows/winfuse/loopback_install.dll
deleted file mode 100644 (file)
index 4d7e2ea..0000000
Binary files a/windows/winfuse/loopback_install.dll and /dev/null differ
diff --git a/windows/winfuse/msvcm80.dll b/windows/winfuse/msvcm80.dll
deleted file mode 100644 (file)
index c751385..0000000
Binary files a/windows/winfuse/msvcm80.dll and /dev/null differ
diff --git a/windows/winfuse/msvcp80.dll b/windows/winfuse/msvcp80.dll
deleted file mode 100644 (file)
index f0b52eb..0000000
Binary files a/windows/winfuse/msvcp80.dll and /dev/null differ
diff --git a/windows/winfuse/msvcr80.dll b/windows/winfuse/msvcr80.dll
deleted file mode 100644 (file)
index 53c005e..0000000
Binary files a/windows/winfuse/msvcr80.dll and /dev/null differ
diff --git a/windows/winfuse/myshares.ini b/windows/winfuse/myshares.ini
deleted file mode 100644 (file)
index 0328ff3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[.ShellClassInfo]\r
-ConfirmFileOp=0\r
-IconFile=%systemroot%\system32\shell32.dll\r
-IconIndex=158\r
diff --git a/windows/winfuse/myshares_v.ini b/windows/winfuse/myshares_v.ini
deleted file mode 100644 (file)
index 570b911..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[.ShellClassInfo]\r
-ConfirmFileOp=0\r
-IconFile=%systemroot%\system32\imageres.dll\r
-IconIndex=167\r
diff --git a/windows/winfuse/recycle.ini b/windows/winfuse/recycle.ini
deleted file mode 100644 (file)
index 9964a06..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[.ShellClassInfo]\r
-ConfirmFileOp=0\r
-IconFile=%systemroot%\system32\shell32.dll\r
-IconIndex=145\r
diff --git a/windows/winfuse/recycle_v.ini b/windows/winfuse/recycle_v.ini
deleted file mode 100644 (file)
index b84cce2..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[.ShellClassInfo]\r
-ConfirmFileOp=0\r
-IconFile=%systemroot%\system32\imageres.dll\r
-IconIndex=49\r