samba3-vscan ChangeLog,1.1.1.1,1.2

Rainer Link <[email protected]> Wed, 03 Aug 2005 09:46:16 +0000
Newsgroups gmane.comp.security.virus.openantivirus.cvs
Message-ID <[email protected]>
Update of /cvsroot/openantivirus/samba3-vscan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16302

Modified Files:
	ChangeLog 
Log Message:
updated


Index: ChangeLog
===================================================================
RCS file: /cvsroot/openantivirus/samba3-vscan/ChangeLog,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- ChangeLog	23 Jul 2005 14:33:51 -0000	1.1.1.1
+++ ChangeLog	3 Aug 2005 09:46:14 -0000	1.2
@@ -1,3 +1,94 @@
+2005-07-28  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* antivir/vscan-antivir.c, clamav/vscan-clamav.c,
+	f-secure/vscan-fsav.c, fprot/vscan-fprotd.c, icap/vscan-icap.c,
+	kaspersky/vscan-kavp.c, mks/vscan-mksd.c, nai/vscan-mcdaemon.c,
+	openantivirus/vscan-oav.c, sophos/vscan-sophos.c,
+	symantec/vscan-symantec.c, trend/vscan-trend.c: bugfix in kaspersky
+	module, stream-lined vscan_close for all modules
+
+2005-07-27  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* kaspersky/vscan-kavp.c: bugfix, make it acutally compile *sigh*
+	* antivir/vscan-antivir.c, f-secure/vscan-fsav.c,
+	fprot/vscan-fprotd.c, icap/vscan-icap.c, kaspersky/vscan-kavp.c,
+	mks/vscan-mksd.c, nai/vscan-mcdaemon.c, openantivirus/vscan-oav.c,
+	sophos/vscan-sophos.c, symantec/vscan-symantec.c,
+	trend/vscan-trend.c: changed the logic in vscan_open
+	* antivir/vscan-antivir.c, clamav/vscan-clamav.c: bugfix, to make
+	it compile
+
+2005-07-25  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* FAQ, README: docu updates
+	* clamav/vscan-clamav.c, antivir/vscan-antivir.c: some changes in
+	logic
+
+2005-07-24  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* INSTALL, global/vscan-parameter.c, include/vscan-parameter.h:
+	some minor modification of file regexp stuff, docu update
+	* configure.in: fix the atoll and related logic
+
+2005-07-23  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* samba-2.2.0a-vfs.dif, samba-2.2.1a-vfs.dif, samba-2.2.2-vfs.dif,
+	samba-2.2.3-vfs.dif, samba-configure.in-fbsd-libdl.dif: removed; no
+	longer needed
+	* VERSION: updated
+	* configure.in, include/vscan-global.h: atoll may not be available
+	on all systems (e.g. FBSD 4.x)
+	* INSTALL: removed references to Samba 2.2.x
+	* package renamed to samba3-vscan, droppped Samba 2.2.x support
+
+2005-07-13  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* global/vscan-fileaccesslog.c: renamed "new" to "new_entry" to not
+	  use a reserved word in C++ (as Samba 3.0.20pre2 onwards Samba can
+	  be compiled with C++ and allows VFS modules written in C++)
+
+2005-04-20  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* icap/vscan-icap.c: bugfix, assemly of file path is now correct
+	  again
+
+2005-04-10  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* clamav/vscan-clamav.c, fprot/vscan-fprotd.c: make it actually
+	  compile
+	* clamav/vscan-clamav.c: add debug statement in front of regexp
+	  init
+	* clamav/vscan-clamav.c: some code re-org in vscan_close
+	* antivir/vscan-antivir.c, antivir/vscan-antivir.conf,
+	  clamav/vscan-clamav.c, f-secure/vscan-fsav.c,
+	  f-secure/vscan-fsav.conf, fprot/vscan-fprotd.c,
+	  fprot/vscan-fprotd.conf, icap/vscan-icap.c, icap/vscan-icap.conf,
+	  kaspersky/vscan-kavp.c, kaspersky/vscan-kavp.conf,
+	  mks/vscan-mks32.conf, mks/vscan-mksd.c, nai/vscan-mcdaemon.c,
+	  nai/vscan-mcdaemon.conf, openantivirus/vscan-oav.c,
+	  openantivirus/vscan-oav.conf, sophos/vscan-sophos.c,
+	  sophos/vscan-sophos.conf, symantec/vscan-symantec.c,
+	  symantec/vscan-symantec.conf, symantec/vscan-symantec_core.c,
+	  trend/vscan-trend.c, trend/vscan-trend.conf: use file regexp
+	  stuff modified some syslog satements to contain the INFO tag some
+	  other small changes
+
+2005-04-08  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* configure.in: bugfixes
+	* clamav/vscan-clamav.c, global/vscan-fileregexp.c,
+	  include/vscan-fileregexp.h, include/vscan-global.h: some
+	  code-rework on file regexp stuff. needs to be tested carefully!
+	* AUTHORS: added Sven
+
+2005-04-07  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* README: updated
+	* VERSION: updated
+	* configure.in, clamav/vscan-clamav.conf, global/vscan-parameter.c:
+	  added some missing pieces for the file regexp stuff
+
+2005-03-29  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+	* global/vscan-fileregexp.c: added; skip scanning of file based on
+	  regexp. Patch by Sven
+	* Makefile.in, clamav/vscan-clamav.c, global/vscan-parameter.c,
+	  include/vscan-parameter.h: skip scanning of file based on regexp.
+	  Patch by Sven; currently only clamav supported, needs to be
+	  ported to other modules as well
+	* clamav/: vscan-clamav.c, vscan-clamav.conf, vscan-clamav.h,
+	  vscan-clamav_core.c: scan inside archives or not now
+	  configurable. Patch by Sven
+
 2005-03-23  Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
 	* NEWS, VERSION: updated
 	* Released samba-vscan 0.3.6



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click