Update of /cvsroot/openantivirus/samba-vscan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16339
Modified Files:
Tag: VSCAN_0_3
INSTALL
Log Message:
added Symantec section
Index: INSTALL
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/INSTALL,v
retrieving revision 1.28.2.15
retrieving revision 1.28.2.16
diff -u -d -r1.28.2.15 -r1.28.2.16
--- INSTALL 27 Feb 2004 16:02:49 -0000 1.28.2.15
+++ INSTALL 3 Mar 2004 16:10:45 -0000 1.28.2.16
@@ -105,7 +105,8 @@
VFS support works out-of-the-box in these Samba releases. As for compiling this
module the config.h file of Samba is needed, you have to run ./configure in
<samba-source>/source (yes, you need the Samba sources. A binary-only
-Samba installation is not sufficient).
+Samba installation is not sufficient). For Samba 3.0 you also have to
+run "make proto" in <samba-source>/source.
Step 2: copying the sources (optional)
You may copy recursively the complete samba-vscan directory to
@@ -661,6 +662,20 @@
arbitrary commands to Clam AntiVirus Daemon, so we need a better
solution here ...
+- Symantec AntiVirus Engine
+ The Symantec module will not be build by default, as it will be statically
+ linked against a library from Symantec. As this library is not GPL, but
+ a VFS module must be GPL (the VFS interface itself is GPL, too), loading
+ the vscan-symantec module my infringe the GPL rights of the Samba Team.
+ Do not distribute this module as a binary. If in doubt, please contact
+ the Samba Team.
+
+ To build this module, copy (or create a link) libsymcsapi.a and
+ symcsapi.h from the Symantec SDK to the symantec directory of the
+ samba-vscan package. Use the "--with-symantec" switch for configure, e.g.
+ "./configure --with-symantec", so that the module will be compiled.
+
+
Check the license of your anti-virus product
-------------------------------------------
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
|