Török Edvin
ce970052f4
push temporary work
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4613 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Török Edvin
efe3d1250b
finish traversal logic
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4606 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Török Edvin
03aefc7c37
fix build errors
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4605 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Török Edvin
2f6b761c7a
cli_ftw draft
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4604 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Tomasz Kojm
a37a861eec
libclamav: add CL_FLEVEL_DCONF (bb#1313)
...
git-svn: trunk@4550
17 years ago
Tomasz Kojm
33068e0973
libclamav: drop cl_settempdir(); use cl_engine_set() with CL_ENGINE_TMPDIR and CL_ENGINE_KEEPTMP instead
...
git-svn: trunk@4416
17 years ago
Tomasz Kojm
ab0d2f054d
libclamav, clamd, clamscan: use cl_engine_set() to control AC settings
...
git-svn: trunk@4404
17 years ago
aCaB
f5a4018bd7
dlinit in cl_init
...
git-svn: trunk@4394
17 years ago
Tomasz Kojm
724b2bf770
Move cl_engine from clamav.h to others.h; move cl_limits to cl_engine;
...
New API calls:
int cl_init(unsigned int options);
struct cl_engine *cl_engine_new(unsigned int options);
int cl_engine_compile(struct cl_engine *engine);
struct cl_engine *cl_engine_dup(struct cl_engine *engine);
int cl_engine_free(struct cl_engine *engine);
more to come..
WARNING: THE BRANCH IS CURRENTLY BROKEN AND SHOULD NOT BE USED
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newapi@4370 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Török Edvin
08402afa4c
fix more compiler warnings (bb #273 )
...
git-svn: trunk@4353
17 years ago
Tomasz Kojm
92f585fbee
libclamav: use a regex for the filename field in .zmd/.rmd (bb#193)
...
git-svn: trunk@3973
17 years ago
Tomasz Kojm
c726840ca0
explicitely cast some constants (bb#936)
...
git-svn: trunk@3801
17 years ago
Tomasz Kojm
a6e388001a
integrate the DLP code from Marty Roesch
...
git-svn: trunk@3795
17 years ago
aCaB
997a0e0b86
hardfail on unlink failure
...
git-svn: trunk@3775
17 years ago
Török Edvin
07da5f358b
una_u32 should be unsigned.
...
git-svn: trunk@3772
17 years ago
Török Edvin
f8c4a43f49
use 2 separate unions for safety
...
git-svn: trunk@3769
17 years ago
Török Edvin
2565ef493a
fix attribute packed handling.
...
Add testcase for readint16
git-svn: trunk@3768
17 years ago
Török Edvin
415543ef91
add pragmas for non-gcc compilers
...
git-svn: trunk@3767
17 years ago
Török Edvin
2b48146780
Use packed attribute for unaligned access. See bb #890
...
git-svn: trunk@3765
17 years ago
aCaB
6c06c7b3bb
bb#384
...
git-svn: trunk@3750
17 years ago
Tomasz Kojm
2023340a41
update copyrights and stick more files to GPLv2; move and add more credits to the AUTHORS file; add COPYING.BSD
...
git-svn: trunk@3749
17 years ago
aCaB
c0a95e0ce6
bb#384 - unlink
...
git-svn: trunk@3747
17 years ago
Török Edvin
aeebf2ea28
cannot use if in cli_dbgmsg() macro
...
git-svn: trunk@3646
18 years ago
Török Edvin
7be8d871f6
replace cli_dbgmsg with a macro that avoids calling
...
the real function if we're not debugging. Statically
predict this branch as untaken.
updates due to above change
git-svn: trunk@3643
18 years ago
aCaB
2455584143
sync to trunk
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newlimits@3599 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
aCaB
d91ab809a2
initial rewrite of limits
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newlimits@3591 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Tomasz Kojm
96435bdc49
fix some compiler warnings
...
git-svn: trunk@3582
18 years ago
Török Edvin
9e751804a2
introduce cli_ctime() that uses ctime_r() when
...
available, and falls back to locking with a mutex around
ctime(). (ensures we are using the same mutex always).
use cli_ctime() instead of the thread-unsafe ctime().
This fixes stability problems.
git-svn: trunk@3578
18 years ago
aCaB
b80ae27752
newlimits started
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newlimits@3556 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
aCaB
4ad62d4eb4
api drafted
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newlimits@3552 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
aCaB
bf45cebea6
structs redesigned
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/newlimits@3550 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Török Edvin
bdd702c57e
fix typo causing build failure on ppc.
...
minor cleanup in Makefiles.
git-svn: trunk@3465
18 years ago
Tomasz Kojm
a170cc4fd0
fix typo
...
git-svn: trunk@3453
18 years ago
Tomasz Kojm
1266e3e098
various platform-specific cleanups
...
git-svn: trunk@3452
18 years ago
aCaB
f377e052cd
Merging the post0.92 stuff
...
Please don't commit anything till I'm finished
A full changelog will come up later
Thanks
git-svn: trunk@3410
18 years ago
aCaB
e35e994c65
new unzip added - this fork is temporarly broken
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/not_for_0.92_tempbranch@3392 77e5149b-7576-45b1-b177-96237e5ba77b
18 years ago
Tomasz Kojm
a7ac59781d
various cleanups; fix bb#577 (move cli_* out of clamav.h)
...
git-svn: trunk@3196
18 years ago
aCaB
adc98193b8
rename x86 macroes due to collisions on HPUX
...
git-svn: trunk@3141
18 years ago
aCaB
35eb635417
compiler indepenedent sign-extended signed right shift macroes
...
git-svn: trunk@3126
18 years ago
Török Edvin
253808067b
let .*db signatures take precedence over Phishing.Email.* signatures (patch approved by TK)
...
git-svn: trunk@3104
18 years ago
Tomasz Kojm
423d6b6a90
add cli_realloc2()
...
git-svn: trunk@3063
18 years ago
Tomasz Kojm
2ca6da5d36
remove cli_sanitise_filename()
...
git-svn: trunk@3005
18 years ago
Tomasz Kojm
bb34cb31fe
update some copyrights and stick to GPL v2
...
git-svn: trunk@3003
18 years ago
Tomasz Kojm
c0f4d1d765
on little endian use macro versions of cli_(read|write)int32 (bb#427)
...
git-svn: trunk@2977
18 years ago
Tomasz Kojm
a087f040ee
add sys/param.h
...
git-svn: trunk@2892
19 years ago
Tomasz Kojm
7d34797b7d
update NAME_MAX block and add workaround for HP-UX
...
git-svn: trunk@2879
19 years ago
Tomasz Kojm
c5107e70f5
add switches for pdf
...
git-svn: trunk@2841
19 years ago
Nigel Horne
8797c78486
cli_sanitise_filename
...
git-svn: trunk@2840
19 years ago
Sven Strickroth
a99111f050
remove old CVS-stuff and make the repository look more like SVN
...
git-svn: trunk@2755
19 years ago
Tomasz Kojm
3c30b19b46
try to check coding styles for output functions
...
git-svn: trunk@2693
19 years ago