ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/libclamav
Török Edvin 585fa36539 fix safebrowsing detection on certain URLs 14 years ago
..
7z bb#2172 15 years ago
c++ attempt to fix win32 build 14 years ago
jsparse Fix the FreeBSD crash fix (bb #1727). 16 years ago
nsis bb#2838 (1/2) 14 years ago
regex fix regex when sizeof(void*) != sizeof(long) (bb #2232). 15 years ago
.gitignore
7z.c Fix file descriptor leak (bb #2347). 15 years ago
7z.h
Makefile.am Better detection for encrypted PDFs (bb #2448) 14 years ago
Makefile.in Better detection for encrypted PDFs (bb #2448) 14 years ago
arc4.c Add missing files 14 years ago
arc4.h Add missing files 14 years ago
aspack.c
aspack.h
autoit.c bb#2171 15 years ago
autoit.h use fmap in autoit 15 years ago
bcfeatures.h Sync headers with clamav bytecode compiler. 16 years ago
bignum.c win32#2 16 years ago
bignum.h win32#2 16 years ago
bignum_class.h
binhex.c binhex: scan partially extracted files 15 years ago
binhex.h one pass binhex 15 years ago
blob.c libclamav/blob.c: properly scan files when LeaveTemporaryFiles is enabled (bb#2447) 15 years ago
blob.h
builtin_bytecodes.h Update builtin bytecode (bb #2089). 15 years ago
bytecode.c Add some performance measurement code. 14 years ago
bytecode.h freshclam is using private symbol that changed proto (bb #2187). 15 years ago
bytecode_api.c revert previous commit to bytecode_api.c 15 years ago
bytecode_api.h Better detection for encrypted PDFs (bb #2448) 14 years ago
bytecode_api_decl.c bb #2307. 15 years ago
bytecode_api_impl.h bb #2307. 15 years ago
bytecode_detect.c Fix warning on FreeBSD. 15 years ago
bytecode_detect.h Fix distcheck warnings. 15 years ago
bytecode_hooks.h add match_offsets support. 15 years ago
bytecode_nojit.c Fix bogus warning about startup.cbc in nojit mode. 15 years ago
bytecode_priv.h Add bytecode API to determine whether running under JIT. 15 years ago
bytecode_vm.c Fix previous commit. 15 years ago
cab.c fix typoes - thanks to Michael Tautschnig 15 years ago
cab.h
cache.c Make cl_load thread safe (bb #2333). 15 years ago
cache.h cache final fixes 16 years ago
chmunpack.c bb#2838 (2/2) 14 years ago
chmunpack.h bb#2838 (2/2) 14 years ago
clamav.h sigtool: add support for building unsigned dbs (--unsigned) 14 years ago
clambc.h Sync headers with bytecode compiler. 15 years ago
cltypes.h
cpio.c libclamav: cdb: drop FileType; cover ARJ, CAB, TAR, CPIO and 7Z 16 years ago
cpio.h
cvd.c sigtool: add support for building unsigned dbs (--unsigned) 14 years ago
cvd.h sigtool: add support for building unsigned dbs (--unsigned) 14 years ago
dconf.c add dconf for swf 14 years ago
dconf.h add dconf for swf 14 years ago
default.h libclamav: use BM matcher in offset mode for PE files larger than 256kB 16 years ago
disasm-common.h fix struct doxygen docs. 16 years ago
disasm.c bb#2341 15 years ago
disasm.h disasm_x86 api. 16 years ago
disasmpriv.h Sync with compiler. 16 years ago
dlp.c
dlp.h
dsig.c fix some warnings 16 years ago
dsig.h CL_DB_CVDNOTMP is now the only way to load .cvd/.cld files; prepare 16 years ago
elf.c libclamav/elf.c: fix incorrect detection of Broken.Executable (bb#2580) 14 years ago
elf.h s/struct F_MAP/fmap_t/ 16 years ago
encoding_aliases.h
entconv.c Disable entconv debug messages. 15 years ago
entconv.h
entitylist.h
events.c cosmetics (bb#2207) 14 years ago
events.h cosmetics (bb#2207) 14 years ago
execs.h bb #2307. 15 years ago
explode.c
explode.h
filetypes.c libclamav: add skeleton code for SWF parser 14 years ago
filetypes.h libclamav: add skeleton code for SWF parser 14 years ago
filetypes_int.h 0.97.1 related changes 14 years ago
filtering.c Fix handling of string alternates (bb #2004). 15 years ago
filtering.h Prepare for prefiltering: add new files. 16 years ago
fmap.c fmap: reduce amount of mmap() calls in fmap_aging. 14 years ago
fmap.h bb#1968 15 years ago
fsg.c
fsg.h
hashtab.c Merge branch 'multihash' 15 years ago
hashtab.h port hashmatch to non-mpool 15 years ago
htmlnorm.c sigtool: properly normalize html files (bb#2764) 14 years ago
htmlnorm.h s/struct F_MAP/fmap_t/ 16 years ago
iana_cctld.h
iana_tld.h
inffixed64.h
inflate64.c
inflate64.h
inflate64_priv.h
is_tar.c
is_tar.h
ishield.c fix compiler warnings (bb #1872, bb #1934, bb #1935) 15 years ago
ishield.h ishiled full fmap - pt 2 16 years ago
jpeg.c libclamav: add basic GIF validator 14 years ago
jpeg.h libclamav: add basic GIF validator 14 years ago
libclamav.map sigtool: add new options --sha1 and --sha256 15 years ago
line.c
line.h
lzma_iface.c
lzma_iface.h
macho.c fix some compiler warnings 15 years ago
macho.h s/struct F_MAP/fmap_t/ 16 years ago
matcher-ac.c matcher-ac optimization: 14 years ago
matcher-ac.h libclamav: pass array with initial matches to bytecode (bb#2397) 15 years ago
matcher-bm.c libclamav/matcher-bm.c: fix error message (bb#2513) 15 years ago
matcher-bm.h libclamav: minimize header parsing (bb#2065) 15 years ago
matcher-hash.c bb#2818 14 years ago
matcher-hash.h port hashmatch to non-mpool 15 years ago
matcher.c cosmetics (bb#2207) 14 years ago
matcher.h cosmetics (bb#2207) 14 years ago
mbox.c libclamav: prefix all engine detections with "Heuristics." (bb#1808) 16 years ago
mbox.h win32 16 years ago
md5.c
md5.h
message.c purge message.c binhex parser 15 years ago
message.h
mew.c libclamav/mew.c: harden boundary check on e8/e9 fixup 14 years ago
mew.h
mpool.c make solaris linker happy 14 years ago
mpool.h Fix bus error on Sparc. 16 years ago
msexpand.c libclamav/msexpand.c: fix name clash on HP-UX (bb#2398) 15 years ago
msexpand.h
mspack.c libclamav: fix possible use of uninitialized values (bb#2291) 15 years ago
mspack.h libclamav: fix possible use of uninitialized values (bb#2291) 15 years ago
ole2_extract.c error path uninit - bb#1908 15 years ago
ole2_extract.h
others.c handle CL_ETIMEOUT in cl_strerror 14 years ago
others.h 0.97.1 related changes 14 years ago
others_common.c fix win32 build 14 years ago
packlibs.c
packlibs.h
pdf.c pdf.c: fix pdf_handle_enc 14 years ago
pdf.h Add bytecode API for pdf. 15 years ago
pe.c bb#2544 14 years ago
pe.h Sync headers with bytecode compiler. 15 years ago
pe_icons.c bb#2695 14 years ago
pe_icons.h use cached metadata in icon parser, add icon unit tests 15 years ago
perflogging.c Prepare for prefiltering: add new files. 16 years ago
perflogging.h fix C++ comments 15 years ago
petite.c
petite.h
phish_domaincheck_db.c enable prefiltering, and add to dconf. 15 years ago
phish_domaincheck_db.h
phish_whitelist.c enable prefiltering, and add to dconf. 15 years ago
phish_whitelist.h
phishcheck.c fix safebrowsing detection on certain URLs 14 years ago
phishcheck.h
png.c libclamav: add PNG validator based on pngcheck 14 years ago
png.h libclamav: add PNG validator based on pngcheck 14 years ago
qsort.c fix some warnings 16 years ago
readdb.c sigtool: add support for building unsigned dbs (--unsigned) 14 years ago
readdb.h sigtool: add support for building unsigned dbs (--unsigned) 14 years ago
rebuildpe.c
rebuildpe.h
regex_list.c Revert "Revert "add whitelisting via cb to phish sigs too"" 15 years ago
regex_list.h Revert "Revert "add whitelisting via cb to phish sigs too"" 15 years ago
regex_suffix.c
regex_suffix.h
rtf.c
rtf.h
scanners.c bb#2838 (2/2) 14 years ago
scanners.h Default off, you can turn on via 'DevLiblog'. 15 years ago
sha1.c collect sha256 15 years ago
sha1.h fix win32 build 15 years ago
sha256.c Improve DB load time (bb #1860). 15 years ago
sha256.h
sis.c error path leaks and similar stuff 15 years ago
sis.h
special.c libclamav/special.c: avoid false MS02-002 detections for corrupted files (bb#2074) 15 years ago
special.h
spin.c Revert accidental commit of these files in 16 years ago
spin.h
str.c libclamav/str.c: fix cli_isnumber() (bb#2070) 15 years ago
str.h fix some compiler warnings 15 years ago
swf.c respect AlgorithmicDetection 14 years ago
swf.h libclamav/swf.c: scan images and binary blobs 14 years ago
table.c
table.h
text.c
text.h win32 16 years ago
textdet.c
textdet.h
textnorm.c fix some warnings 16 years ago
textnorm.h fix some warnings 16 years ago
tnef.c bb#1695 16 years ago
tnef.h
type_desc.h 0.96.1 new APIs (cli_map etc.) 15 years ago
unarj.c unarj leaks 16 years ago
unarj.h
uniq.c
uniq.h
unsp.c
unsp.h
untar.c libclamav: cdb: drop FileType; cover ARJ, CAB, TAR, CPIO and 7Z 16 years ago
untar.h
unzip.c fix compiler warnings (bb #1872, bb #1934, bb #1935) 15 years ago
unzip.h
upack.c
upack.h
upx.c
upx.h
uuencode.c Merge remote branch 'origin/fmap4all' 16 years ago
uuencode.h s/struct F_MAP/fmap_t/ 16 years ago
vba_extract.c libclamav/vba_extract.c: fix error path double free (bb#2486) 14 years ago
vba_extract.h
version.c
wwunpack.c
wwunpack.h
yc.c
yc.h