Re: [Clamav-devel] Code style with commit ffa31264a657618a0e40c51c01e4bfc32e244d13

2017-07-31 Thread Shawn Webb
Yup. I saw the follow-up commit. Thanks! -- Shawn Webb Cofounder and Security Engineer of HardenedBSD GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89 3D9E 6A84 658F 5245 6EEE On Mon, Jul 31, 2017 at 09:45:52PM +, Joel Esler (jesler) wrote: > Sh

[Clamav-devel] Code style with commit ffa31264a657618a0e40c51c01e4bfc32e244d13

2017-07-20 Thread Shawn Webb
d make the code a bit more readable for future developers. It would also prevent issues in case the size of buf were to ever change in the future. Thanks, -- Shawn Webb Cofounder and Security Engineer of HardenedBSD GPG Key ID: 0x6A84658F52456EEE GPG Key Fingerprint: 2ABA B6BD EF6A F486

Re: [Clamav-devel] ClamAV scanning

2014-11-07 Thread Shawn Webb
Hey Andrew, The reason why ClamAV failed to detect Zeus when you changed the first byte is because of file magic. When you changed the first byte, you changed the type of file ClamAV recognizes it as. In fact, if it's a PE file, then changing that first byte will cause Windows to not even execute

Re: [Clamav-devel] [PATCH 1/1] Only bring in if it's available

2014-11-03 Thread Shawn Webb
On Mon, Nov 3, 2014 at 2:09 PM, Bernd Kuhls wrote: > Hi, > > Shawn Webb wrote in news:CAO2uJaf5EB5O7=5P_ > 6tap6bs_lob87t_-xpffzguxjy4te0...@mail.gmail.com: > > > Thanks for this patch. Can you please file a bug in our bug tracker at > > https://bugz

Re: [Clamav-devel] [PATCH 1/1] Only bring in if it's available

2014-11-03 Thread Shawn Webb
On Mon, Nov 3, 2014 at 1:55 PM, Bernd Kuhls wrote: > Fixes uclibc build as uclibc does not include backtrace functionality. > > Compile error was found by an autobuild server, part of the buildroot > project: > > http://autobuild.buildroot.net/results/2a6/2a68aa790b1e8d6fd4dc41f2ab724dfc03b3806d/

Re: [Clamav-devel] 0.98.5-rc1 milter feedback

2014-10-20 Thread Shawn Webb
On Mon, Oct 20, 2014 at 11:08 AM, Shawn Webb wrote: > On Thu, Oct 16, 2014 at 10:29 PM, Michael G. Janicki < > m.g.j.jani...@gmail.com> wrote: > >> >> >> On 10/16/2014 07:00 PM, Shawn Webb wrote: >> > Anytime. I'll investigate further tomorr

Re: [Clamav-devel] 0.98.5-rc1 milter feedback

2014-10-20 Thread Shawn Webb
On Thu, Oct 16, 2014 at 10:29 PM, Michael G. Janicki < m.g.j.jani...@gmail.com> wrote: > > > On 10/16/2014 07:00 PM, Shawn Webb wrote: > > Anytime. I'll investigate further tomorrow. Do you have any steps for > > reproduction? > > Hmm reproduction is that

Re: [Clamav-devel] 0.98.5-rc1 milter feedback

2014-10-16 Thread Shawn Webb
On Thu, Oct 16, 2014 at 9:57 PM, Michael G. Janicki wrote: > > > On 10/16/2014 06:40 PM, Shawn Webb wrote: > > Does this happen with 0.98? > > Does not happen with 0.98.4. > Does not happen with the original 0.98.5-beta1. > Does happen with devel-20140905. &g

Re: [Clamav-devel] 0.98.5-rc1 milter feedback

2014-10-16 Thread Shawn Webb
Does this happen with 0.98? clamav-milter hasn't changed for a few years (other than adding a call to cl_initialize_crypto() in 0.98.5-rc1). Thanks, Shawn On Thu, Oct 16, 2014 at 9:16 PM, Michael G. Janicki wrote: > > Some early feedback for 0.98.5-rc1: > > As with some of the later beta relea

Re: [Clamav-devel] [clamav-users] ClamAV(R): ClamAV 0.98.5 beta has been posted!

2014-07-18 Thread Shawn Webb
On Fri, Jul 18, 2014 at 4:51 PM, Mark Allan wrote: > > On 9 Jul 2014, at 12:15 am, Joel Esler (jesler) wrote: > > > ClamAV 0.98.5 beta has been posted! > > The ClamAV team is proud to announce the availability of ClamAV 0.98.5 > beta ready for testing! > > > > http://blog.clamav.net/2014/07/clam

Re: [Clamav-devel] [clamav-users] ClamAV(R): Compiling OpenSSL For Windows

2014-07-14 Thread Shawn Webb
I haven't tried with LibreSSL. Their first (and second) official release was over the weekend. Your mileage may vary. On Sun, Jul 13, 2014 at 1:48 PM, Steve Basford < steveb_cla...@sanesecurity.com> wrote: > Just a thought.. Will ClamAV use LibreSSL too, as it's supposed to be drop > in > > On 9

Re: [Clamav-devel] enabling DMG and XAR support

2014-03-24 Thread Shawn Webb
On what up-to-date OSs can I find gcc 4.0 in active use? I'll briefly try to recreate the problem in my spare time for you. On Mon, Mar 24, 2014 at 6:22 PM, Dale Walsh wrote: > When it builds completely under GCC 4.0, I would be more than happy to > offer detailed debugging information and dump

Re: [Clamav-devel] Introducing OpenSSL as a dependency to ClamAV

2014-03-04 Thread Shawn Webb
On Tue, Mar 4, 2014 at 6:58 AM, Mark Allan wrote: > Looks like relying on OpenSSL might cause problems for ClamAV on OS X. > > Al (a regular contributor to this list) pointed me towards the following > blog post > > https://hynek.me/articles/apple-openssl-verification-surprises/ > > It explains s

Re: [Clamav-devel] Introducing OpenSSL as a dependency to ClamAV

2014-03-03 Thread Shawn Webb
On Mon, Mar 3, 2014 at 6:32 PM, Brandon Perry wrote: > Hi, > > The blog post doesn't mention what would now be SSL-ified. Would the > dependency be added to enable support for SSL enabled streams using the > clams protocol? > For now, we plan on using only the hashing functionality in OpenSSL ins

Re: [Clamav-devel] ClamAV 0.98.1 release and .sig file

2014-01-15 Thread Shawn Webb
On Wed, Jan 15, 2014 at 9:56 AM, David F. Skoll wrote: > Hi, developers, > > FYI: I had to rename clamav-0.98.1.tar.sig from the download page at > http://sourceforge.net/projects/clamav/files/clamav/0.98.1/ to > clamav-0.98.1.tar.gz.sig to get "gpg --verify" to work. > > Regards, > > David. > He