samba-vscan ChangeLog,1.31.2.18,1.31.2.19
Rainer Link <[email protected]> Tue, 18 Jan 2005 21:23:43 +0000
| Newsgroups | gmane.comp.security.virus.openantivirus.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openantivirus/samba-vscan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12014
Modified Files:
Tag: VSCAN_0_3
ChangeLog
Log Message:
updated
Index: ChangeLog
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/ChangeLog,v
retrieving revision 1.31.2.18
retrieving revision 1.31.2.19
diff -u -d -r1.31.2.18 -r1.31.2.19
--- ChangeLog 30 Apr 2004 17:20:44 -0000 1.31.2.18
+++ ChangeLog 18 Jan 2005 21:23:34 -0000 1.31.2.19
@@ -1,3 +1,170 @@
+2005-01-18 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * clamav/vscan-clamav_core.c: some minor changes
+ * global/vscan-parameter.c: changed atoi to atoll
+ * antivir/: vscan-antivir.c, vscan-antivir.conf, vscan-antivir.h,
+ vscan-antivir_core.c: modifications for 0.3.6 release (use
+ framework for parsing configuration)
+
+2005-01-17 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * antivir/: vscan-antivir.c, vscan-antivir_core.c: some changes to
+ be in sync with upcoming 0.3.6
+ * global/vscan-quarantine.c: added some doxygen comments use
+ smb_mkstemp for generating temp file name in quarantine
+
+2004-12-07 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * antivir/vscan-antivir.conf, clamav/vscan-clamav.conf,
+ f-secure/vscan-fsav.conf, fprot/vscan-fprotd.conf,
+ icap/vscan-icap.conf, kaspersky/vscan-kavp.conf,
+ mks/vscan-mks32.conf, nai/vscan-mcdaemon.conf,
+ openantivirus/vscan-oav.conf, sophos/vscan-sophos.conf,
+ symantec/vscan-symantec.conf, trend/vscan-trend.conf: "bugfix" in
+ comment - we do not delete any file if quarantine fails
+
+2004-11-27 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * global/vscan-filetype.c: bugfix by Sven
+
+2004-11-17 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * AUTHORS: added H+BEDV to list of contributors
+ * INSTALL: updated for H+BEDV AntiVir
+ * Makefile.in, configure.in, antivir/Makefile,
+ antivir/vscan-antivir.c, antivir/vscan-antivir.conf,
+ antivir/vscan-antivir.h, antivir/vscan-antivir_core.c,
+ antivir/vscan-antivir_core.h: added support for AntiVir,
+ contributed by the H+BEDV folks. Param parsing not yet up-to-date
+ for sheduled 0.3.6 release
+
+2004-10-05 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * include/vscan-global.h, include/vscan-vfs.h, trend/vscan-trend.c:
+ some changes to build it for Samba 2.2.x
+
+2004-10-01 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * clamav/vscan-clamav.c: bugfix; make module actually compile
+
+2004-09-29 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * clamav/vscan-clamav.c, clamav/vscan-clamav.h,
+ f-secure/vscan-fsav.c, f-secure/vscan-fsav.h: updated to use the
+ new global configuration parsing module
+
+2004-09-28 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * trend/vscan-trend.c: updated to use the new global configuration
+ parsing module
+ * fprot/vscan-fprotd.c, fprot/vscan-fprotd.h, icap/vscan-icap.c,
+ icap/vscan-icap.h, kaspersky/vscan-kavp.c, kaspersky/vscan-kavp.h,
+ mks/vscan-mks32.conf, mks/vscan-mksd.c, mks/vscan-mksd.h,
+ nai/vscan-mcdaemon.c, openantivirus/vscan-oav.c,
+ openantivirus/vscan-oav.h, sophos/vscan-sophos.c,
+ sophos/vscan-sophos.h, symantec/vscan-symantec.c,
+ symantec/vscan-symantec.h, trend/vscan-trend.c,
+ trend/vscan-trend.h: updated to use the new global configuration
+ parsing module
+ * global/vscan-parameter.c, include/vscan-parameter.h:
+ configuration file is a per module setting
+
+2004-09-27 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * icap/vscan-icap_core.c: use sys_stat instead of stat to avoid LFS
+ issues
+ * INSTALL: updated
+
+2004-09-26 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * global/vscan-parameter.c, include/vscan-parameter.h: use const
+ * fprot/vscan-fprotd_core.c, global/vscan-filetype.c,
+ global/vscan-parameter.c, include/vscan-parameter.h,
+ openantivirus/vscan-oav.c: some more code re-org; move parsing of
+ configuration to a dedicated module
+ * Makefile.in, configure.in: removed references to kav5
+
+2004-09-25 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * kaspersky/Makefile.KAV4: removed; no longer needed
+ * f-secure/vscan-fsav.c, f-secure/vscan-fsav_core.c,
+ fprot/vscan-fprotd.c, fprot/vscan-fprotd_core.c, icap/vscan-icap.c,
+ icap/vscan-icap_core.c, kaspersky/vscan-kavp.c,
+ kaspersky/vscan-kavp_core.c, mks/vscan-mksd.c,
+ mks/vscan-mksd_core.c, nai/vscan-mcdaemon.c,
+ nai/vscan-mcdaemon_core.c, openantivirus/vscan-oav.c,
+ openantivirus/vscan-oav_core.c, sophos/vscan-sophos.c,
+ sophos/vscan-sophos_core.c, symantec/vscan-symantec.c,
+ symantec/vscan-symantec_core.c, trend/vscan-trend.c,
+ trend/vscan-trend_core.c: make the code a little bit more read-able
+ (esp. the check for return values)
+
+2004-09-24 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * clamav/: vscan-clamav.c, vscan-clamav_core.c: make the code a
+ little bit more read-able (esp. the check for return values)
+ * include/vscan-scan.h: file vscan-scan.h was initially added on
+ branch VSCAN_0_3.
+ * include/vscan-fileaccesslog.h, include/vscan-filetype.h,
+ include/vscan-global.h, include/vscan-scan.h,
+ global/vscan-fileaccesslog.c, global/vscan-filetype.c: some changes
+ to make the code (esp. return values) more read-able
+ * clamav/Makefile, fprot/Makefile, icap/Makefile,
+ kaspersky/Makefile, mks/Makefile, openantivirus/Makefile,
+ sophos/Makefile, symantec/Makefile, trend/Makefile,
+ f-secure/Makefile, nai/Makefile: removed; no longer needed
+ * clamav/vscan-clamav.c: update LRU list also on file close. Patch
+ by Helmut, needs to be "ported" to other modules as well.
+ * clamav/vscan-clamav.conf: fixed spelling
+ * TODO: updated
+
+2004-09-10 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * clamav/vscan-clamav.c: By creating a new file it is normal that
+ this file do not exists. So this entry is only a info, that only is
+ shown in verbose mode, and not a error.
+ Patch by Helmut
+
+2004-09-09 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * clamav/vscan-clamav_core.c: simplified daemon version of scanfile
+ Patch by Helmut
+ * clamav/vscan-clamav.c: simplified vscan_open, so that onyl one
+ #ifdef LIBCLAMAV is needed, and only one
+ SMB_VFS_NEXT_OPEN/default_vfs_ops.open is nedded. more error
+ messages when the daemon fails
+ Patch by Helmut
+ * clamav/vscan-clamav.c: simplified vscan_close, so that only one
+ #fdef LIBCLAMAV is needed
+ Patch by Helmut
+ * clamav/: vscan-clamav.c, vscan-clamav_core.c: Errors are always
+ reportet in the syslog in vscan_open corrected the handle of the
+ max_size parameter in verbose mode: more info messages why a file
+ isn't scanned
+ Patch by Helmut
+ * clamav/: vscan-clamav.c, vscan-clamav.h, vscan-clamav_core.c,
+ vscan-clamav_core.h: The functions programmed in
+ vscan-clamav_core.c are declared in vscan-clamav_core.h and the
+ other declerations are cleared Only the functions that are needed
+ by the library or the daemon version are declared and called by the
+ specific versions Patch by Helmut
+
+2004-09-08 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * clamav/: vscan-clamav.c, vscan-clamav.h, vscan-clamav_core.c:
+ some fixes for libclamav support by Helmut Heinreichsberger (note:
+ there was an interface change for cl_scanfile after clamav 0.65)
+
+2004-07-29 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * kaspersky/libkavdc/libkavdc.c: avoid "ERROR: string overflow by 1
+ (16 - 15) in safe_strcpy"
+
+2004-07-27 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * INSTALL: updated the ClamAV installation/usage instructions
+ * INSTALL: some more words about using Samba 3 VFS modules
+
+2004-05-06 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * .cvsignore: updated
+ * openantivirus/vscan-oav.c: bugfix
+
+2004-05-02 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
+ * global/vscan-parameter.c: file vscan-parameter.c was initially
+ added on branch VSCAN_0_3.
+ * include/vscan-parameter.h: file vscan-parameter.h was initially
+ added on branch VSCAN_0_3.
+ * Makefile.in, clamav/vscan-clamav_core.c, global/vscan-filetype.c,
+ global/vscan-functions.c, global/vscan-parameter.c,
+ icap/vscan-icap_core.c, include/vscan-functions.h,
+ include/vscan-global.h, include/vscan-parameter.h,
+ nai/vscan-mcdaemon_core.c, openantivirus/vscan-oav.c,
+ openantivirus/vscan-oav.h, openantivirus/vscan-oav_core.c,
+ sophos/vscan-sophos_core.c, trend/vscan-trend_core.c: started some
+ more code-reorganisation; not finished; could have broken stuff
+
2004-04-30 Rainer Link <rainer-pBPPa8WU5k41Tgt60Rntydi2O/[email protected]>
* NEWS, VERSION: set to 0.3.5 release
* ChangeLog: updated
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt