Commit graph

161 commits

Author SHA1 Message Date
Török Edvin
61f12d010e sigtool: don't sleep for unsigned build 2011-05-11 12:50:46 +03:00
Tomasz Kojm
cdddd014ff sigtool: add support for building unsigned dbs (--unsigned)
libclamav: handle unsigned db files (.cud)
2011-05-10 21:29:49 +02:00
Tomasz Kojm
1a697e4b2e sigtool/sigtool.c: fix formatting of hash dbs (bb#2765) 2011-05-03 16:16:53 -07:00
Tomasz Kojm
becb3508dc fix some unlinks() for win32 2011-04-20 14:56:45 +02:00
Tomasz Kojm
2c57b06a88 sigtool, freshclam: put .info on top of container to speed up loading 2011-03-17 17:47:17 +01:00
Tomasz Kojm
105950c49e sigtool: fix --verify-cdiff 2011-03-16 15:54:12 +01:00
Tomasz Kojm
467ab203c6 sigtool: allow arbitrary names for --build 2011-03-15 17:59:52 +01:00
Tomasz Kojm
a771899ab6 sigtool/sigtool.c: improve handling of bytecode.info (bb#2292) 2011-02-15 19:20:05 +01:00
Tomasz Kojm
8bfc490990 fix -Wunused-result 2011-02-11 13:57:29 +01:00
Tomasz Kojm
0f80e3982d sigtool/sigtool.c: handle all signature formats with --(list|find)-sigs (bb#2534) 2011-02-11 13:17:33 +01:00
Tomasz Kojm
d8c55f4a62 handle .sfp files 2011-01-19 16:44:50 +01:00
Tomasz Kojm
5c4f88a441 sigtool: handle .hs(b|u) and .ms(b|u) files 2011-01-18 16:21:44 +01:00
Tomasz Kojm
d5fde2eb61 sigtool: add new options --sha1 and --sha256 2011-01-18 15:00:37 +01:00
Tomasz Kojm
f820268196 freshclam: detect and fix corruptions of existing db files 2011-01-17 19:06:57 +01:00
Tomasz Kojm
478e8c3f01 sigtool: improve handling of spaces in cdiffs (bb#2090) 2011-01-10 18:57:11 +01:00
Török Edvin
027b853894 one more O_BINARY was missing for sigtool --run-cdiff. 2010-11-15 10:40:13 +02:00
Tomasz Kojm
25fa9b709b 'b' for win32 2010-11-12 18:17:05 +01:00
Tomasz Kojm
56b5bd3ee0 be a bit more precise about offsets 2010-10-18 16:23:52 +02:00
Tomasz Kojm
95ed77e573 sigtool/sigtool.c: don't use of sizeof() for malloc'ed buffer (bb#2283) 2010-09-21 16:33:19 +02:00
Tomasz Kojm
4bc4581d6e shared/cdiff.c, sigtool/sigtool.c: fix error path double frees (bb#2280, bb#2281) 2010-09-21 16:14:15 +02:00
Tomasz Kojm
4dccd075f9 clamconf: print information about 3rd party databases 2010-09-16 14:37:43 +02:00
Tomasz Kojm
ca141d7804 sigtool/sigtool.c: print db names in --find-sigs 2010-09-15 19:01:24 +02:00
Tomasz Kojm
50af000ec5 sigtool/sigtool.c: fix EOL matching in --find-sigs (bb#2164) 2010-08-17 13:11:37 +02:00
Tomasz Kojm
7c75b6fd08 sigtool/sigtool.c: fix handling of --datadir (bb#2180) 2010-08-09 13:22:00 +02:00
Tomasz Kojm
2a47495b7f sigtool/sigtool.c: fix build problem (bb#2133) 2010-07-22 14:24:58 +02:00
Tomasz Kojm
73e996dc66 sigtool/sigtool.c: add support for creating cdiffs with arbitrary long lines (bb#2014) 2010-07-19 18:50:38 +02:00
Tomasz Kojm
566b044e2b sigtool/sigtool.c: drop compatibility limit 2010-06-28 18:44:17 +02:00
Tomasz Kojm
ffa9b06093 sigtool: print match count and offsets in --test-sigs mode (bb#2054)
IMPORTANT NOTE: --test-sigs now only works against the final target file
(after all processing, normalization, etc. for which the tested
signature was directly created)
2010-06-10 12:24:26 +02:00
Tomasz Kojm
8478b04a78 sigtool/sigtool.c: add --datadir (bb#2063) 2010-06-08 16:34:59 +02:00
Tomasz Kojm
0d6158d3a1 fix previous commit 2010-05-10 20:19:12 +02:00
Tomasz Kojm
e79eb06fc9 add support for last.hdb in bytecode.cvd 2010-05-10 18:21:21 +02:00
Tomasz Kojm
bca0b67921 tools: make sure the libclamav version is high enough (bb#2013) 2010-05-10 17:05:16 +02:00
Tomasz Kojm
568e08fc79 sigtool/sigtool.c: fix error msg (bb#2002) 2010-05-10 14:51:50 +02:00
Tomasz Kojm
1c514ffb3b sigtool: handle .idb files 2010-04-07 16:28:52 +02:00
Török Edvin
46450085a9 Fix loading of bytecode.cvd
Sigtool tries to load the DB before signing, pretend it is signed.
2010-03-17 16:44:24 +02:00
Tomasz Kojm
fc8d26a187 allow sigtool use a different flevel for db building purposes 2010-03-16 12:18:08 +01:00
aCaB
8f5bb092f8 win32: add sigtool 2010-03-16 04:17:10 +01:00
Tomasz Kojm
7b4c4c8ad1 ignore compatibility limit for bytecode 2010-02-11 20:30:05 +01:00
aCaB
3ef137af1b fix fmap stuff in sigtool 2010-02-10 17:53:27 +01:00
Tomasz Kojm
0d71b6f11b freshclam, sigtool: use zlib's Z_FILTERED strategy
Thanks to Edwin
2010-02-08 10:31:30 +01:00
Tomasz Kojm
e293229df0 don't count lsig associated with bc 2010-02-02 17:13:44 +01:00
Tomasz Kojm
e3fecc08c0 fix infloop 2010-02-02 12:29:29 +01:00
Tomasz Kojm
490d6c4168 sigtool: add support for bytecode.cvd 2010-02-01 19:26:05 +01:00
Tomasz Kojm
26a59f82c3 nl 2010-01-22 15:16:12 +01:00
Tomasz Kojm
b2742f8878 sigtool: create digitally signed .info files
libclamav: temporarily disable .info checking - needs to be updated
to the new format; sigtool/signd must be updated on SI
2010-01-21 23:02:15 +01:00
Tomasz Kojm
4cf78d9e19 sigtool/sigtool.c: handle lsigs created by the bytecode compiler 2009-12-29 13:51:26 +01:00
Tomasz Kojm
7d54e23149 sigtool/sigtool.c: properly handle anchored sigs (bb#1780) 2009-12-28 23:28:04 +01:00
Tomasz Kojm
3df571b3aa sigtool: fix some messages (bb#1777) 2009-12-14 15:05:03 +01:00
Tomasz Kojm
a96eead450 sigtool: add --test-sigs (basic functionality) (bb#1246) 2009-12-09 23:32:34 +01:00
Tomasz Kojm
ef1152a6e8 handle floating chars 2009-12-01 23:49:51 +01:00