<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; =
charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version =
6.5.7652.24">
<TITLE>RE: [QCLUG] QCLUG</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Anti-virus is an industry wide cash cow.&nbsp; My =
company's product is a very easy sell because we can save schools =
thousands of dollars on anti-virus alone.<BR>
<BR>
David<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: qclug-bounces@qclug.org on behalf of DMichael Burns<BR>
Sent: Mon 9/29/2008 9:40 PM<BR>
To: qclug@qclug.org<BR>
Subject: Re: [QCLUG] QCLUG<BR>
<BR>
I really like what I read about your product, and welcome to the =
group.<BR>
<BR>
Now, for a little sarcasm on my part -<BR>
<BR>
<BR>
&gt; a person needs Microsoft's specialized dev kit for interfacing with =
the<BR>
&gt; hard drive device layer...This dev kit is only offered under terms =
that are<BR>
&gt; very hostile to anybody releasing a GPL real time anti-virus =
engine.&nbsp; I<BR>
&gt; don't think anybody with the wherewithal to write such an engine =
has had the<BR>
&gt; guts to test Microsoft in court.<BR>
&gt;<BR>
<BR>
That is how Microsoft follows through on their promise to be more =
accepting<BR>
of the Open Source Community.<BR>
<BR>
:)<BR>
<BR>
Zonie<BR>
<BR>
On Mon, Sep 29, 2008 at 10:02 AM, David Hinkle =
&lt;hinkle@cipafilter.com&gt;wrote:<BR>
<BR>
&gt;&nbsp; Unfortunately what actually prevents a real time anti-virus =
engine for<BR>
&gt; windows from being released to the wild under the GPL is that fact =
that in<BR>
&gt; order to write such an engine, a person needs Microsoft's =
specialized dev<BR>
&gt; kit for interfacing with the hard drive device layer.&nbsp; Such =
device drivers<BR>
&gt; are called file system filters or minifilters.&nbsp; This dev kit =
is only offered<BR>
&gt; under terms that are very hostile to anybody releasing a GPL real =
time<BR>
&gt; anti-virus engine.&nbsp; I don't think anybody with the wherewithal =
to write such<BR>
&gt; an engine has had the guts to test Microsoft in court.<BR>
&gt;<BR>
&gt; What we did, was to write a standalone application called a =
&quot;minifilter&quot;<BR>
&gt; that is loaded like a device driver.&nbsp; Another standalone =
application that is<BR>
&gt; a tray client and user interface.&nbsp;&nbsp; Then I ported the =
clamav engine to<BR>
&gt; windows and turned it into a service that accepts requests to scan =
over a<BR>
&gt; named pipe.&nbsp; The source code for the clamav port is available, =
of course,<BR>
&gt; but the other two applications are proprietary.&nbsp;&nbsp; I am =
actually going to<BR>
&gt; propose to my company that we open source this project, but the =
decision is<BR>
&gt; not mine alone.<BR>
&gt;<BR>
&gt; Before we wrote this, we actually tried working with clamwin =
project<BR>
&gt; instead.&nbsp; I offered to work with them on the port and they =
accepted my offer<BR>
&gt; but then they just strung me along for months without giving me =
access to<BR>
&gt; their repositories.&nbsp; We couldn't afford to wait for them so we =
had to<BR>
&gt; develop our own, which was a very expensive and time consuming =
project, as<BR>
&gt; you may imagine.<BR>
&gt;<BR>
&gt; David<BR>
&gt;<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: qclug-bounces@qclug.org on behalf of Aaron Johnson<BR>
&gt; Sent: Mon 9/29/2008 7:59 AM<BR>
&gt; To: qclug@qclug.org<BR>
&gt; Subject: RE: [QCLUG] QCLUG<BR>
&gt;<BR>
&gt; I noticed that your appliance (CIPAFilter) uses a real-time =
antivirus<BR>
&gt; client<BR>
&gt; based on the open source ClamAV engine.<BR>
&gt;<BR>
&gt; Does DerbyTech contribute to the ClamWin project at all? I know one =
thing<BR>
&gt; that ClamWin has been talking about for a LONG time is developing =
an<BR>
&gt; on-access real-time scanning function...<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: qclug-bounces@qclug.org [<A =
HREF="mailto:qclug-bounces@qclug.org">mailto:qclug-bounces@qclug.org</A=
>&lt;qclug-bounces@qclug.org&gt;]<BR>
&gt; On Behalf Of<BR>
&gt; David Hinkle<BR>
&gt; Sent: Monday, September 29, 2008 12:46 AM<BR>
&gt; To: qclug@qclug.org<BR>
&gt; Subject: RE: [QCLUG] QCLUG<BR>
&gt;<BR>
&gt; CIPAFilter uses a lot of open source for our basic functionality, =
such as<BR>
&gt; firewall, routing, NAT, etc... We use Ubunto Linux for the =
OS.&nbsp; We do use<BR>
&gt; ClamAv, but not freeswan or squid. (We did use freeswan in the =
past).<BR>
&gt;<BR>
&gt; However, our core features (such as the proxy, reporting, =
greylisting), are<BR>
&gt; implemented with proprietary non-gpl software we developed.&nbsp; =
We also use<BR>
&gt; spamassassin and sendmail in conjunction with a proprietary milter =
we<BR>
&gt; developed for our mail features and to implement some extensions to =
SPF,<BR>
&gt; greylisting and some additional header analysis.<BR>
&gt;<BR>
&gt; There's no download link, but of course our customers can request =
any GPL<BR>
&gt; software from us that we distribute with our product.&nbsp; In some =
cases third<BR>
&gt; parties can also make requests from us, but you need to be in =
possession of<BR>
&gt; the binaries and request a specific software package used in the =
product by<BR>
&gt; name. (See GPLv3 6-b).<BR>
&gt;<BR>
&gt; We're very careful about licensing, none of our proprietary =
software is<BR>
&gt; linked with GPL binaries or libraries, and as a company we focus on =
the<BR>
&gt; development of our proprietary software.&nbsp; Linux is a platform =
for us, not<BR>
&gt; an<BR>
&gt; end to itself.&nbsp; It does, however, make an excellent =
platform.<BR>
&gt;<BR>
&gt; But all that being said, we also believe in being in compliance =
with the<BR>
&gt; spirit of the GPL.&nbsp; For example, if someone wants the source =
for a GPL<BR>
&gt; package I've actually modified I'll be happy to provide it via =
email at no<BR>
&gt; charge,&nbsp; and I don't much care if they're a customer or =
not.&nbsp; But you'd<BR>
&gt; have<BR>
&gt; to tell me what package you want the source for.<BR>
&gt;<BR>
&gt; David<BR>
&gt;<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: qclug-bounces@qclug.org on behalf of Dave Bergert<BR>
&gt; Sent: Sun 9/28/2008 10:41 PM<BR>
&gt; To: qclug@qclug.org<BR>
&gt; Subject: Re: [QCLUG] QCLUG<BR>
&gt;<BR>
&gt; Welcome, the list have been quite of late.<BR>
&gt;<BR>
&gt; I was looking at CIPAFiler ..&nbsp; It appears that CIPAFilter uses =
some<BR>
&gt; GPL'ed open source projects, e..g FreeSwan, ClamAV, squid.&nbsp; -- =
do you<BR>
&gt; have a link to download the source of CIPAFilter ?&nbsp; I'm =
interested in<BR>
&gt; learning more about it.<BR>
&gt;<BR>
&gt; Regards.<BR>
&gt;<BR>
&gt;<BR>
&gt; On Sep 28, 2008, at 9:23 PM, David Hinkle wrote:<BR>
&gt;<BR>
&gt; &gt;<BR>
&gt; &gt; Active? Alive?&nbsp; What's your status.&nbsp; I'm David =
Hinkle, Sr.<BR>
&gt; &gt; Programmer for CIPAFilter.&nbsp; CIPAFilter is a Quad Cities =
company that<BR>
&gt; &gt; specializes in products using embedded linux.&nbsp; I'm =
interested in<BR>
&gt; &gt; becoming involved with the LUG.<BR>
&gt; &gt;<BR>
&gt; &gt; David<BR>
&gt; &gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; No virus found in this incoming message.<BR>
&gt; Checked by AVG - <A =
HREF="http://www.avg.com">http://www.avg.com</A><BR>
&gt; Version: 8.0.169 / Virus Database: 270.7.4/1695 - Release Date: =
9/27/2008<BR>
&gt; 1:11 PM<BR>
&gt;<BR>
&gt; _______________________________________________<BR>
&gt; QCLUG mailing list<BR>
&gt; QCLUG@qclug.org<BR>
&gt; <A =
HREF="http://qclug.org/mailman/listinfo/qclug">http://qclug.org/mailman=
/listinfo/qclug</A><BR>
&gt;<BR>
&gt;<BR>
<BR>
<BR>
--<BR>
&quot;Men and women belong to different species and communications =
between them<BR>
is still in its infancy.&quot;<BR>
--Bill Cosby, American Comedian<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>