Török Edvin
60ba0f8656
Revert "build system: use automake subdir-objects (bb #2369 )"
...
This reverts commit 321488a958
.
Conflicts:
win32/clamav-config.h
14 years ago
Török Edvin
476d85708f
Revert "bb #2719"
...
This reverts commit 93e44700c2
.
14 years ago
Török Edvin
93e44700c2
bb #2719
...
CL_NO* is all in shared/ and libclamav/, the rest don't need to define it.
Also include misc.h for misc_libclamav.c
14 years ago
Török Edvin
321488a958
build system: use automake subdir-objects (bb #2369 )
...
This required introduced various libshared*.la, because otherwise the
object files in shared would overwrite eachother.
This is not for 0.97.1
14 years ago
Török Edvin
cf8a925fb9
configure, --enable-distcheck-werror: remove need for CFLAGS hack in libltdl
...
Just add the @WERR_CFLAGS@ to all directories that need it, because libltdl gets
overwritten everytime libtool is upgraded.
14 years ago
Tomasz Kojm
8c57a6c1b7
clamscan: add new options --follow-(dir|file)-symlinks (bb#1870)
15 years ago
aCaB
ee6702abf5
unify actions
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4751 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Tomasz Kojm
a68d5e2fb2
shared/optparser.c, clamdscan: use the new option parser (bb#1215)
...
git-svn: trunk@4581
17 years ago
Tomasz Kojm
269d520dfb
shared/optparser.c, clamscan: use the new option parser
...
git-svn: trunk@4580
17 years ago
aCaB
094104a7ac
preliminary dlopen support for libclamunrar - this is mostly libtool stuff
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/dlopen@4360 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Török Edvin
ae685a75c1
link to libclamunrar_iface explicitly to
...
allow non-rpath builds to work. (bb #1203 )
Thanks to James Ralston <ralston*pobox.com>
git-svn: trunk@4224
17 years ago
Török Edvin
dfc0c031cb
if there is a version.h.static use that instead of output from svnversion
...
Makefile portability fixes
fix assert failure
add lcov to top level makefile
cleanup after lcov when you run make clean (bb #1112 )
fix parsing of [^.] character class
fix parsing of [r-t]
fix handling of @ for URL hashes
fix handling of &# inside URLs
drop some dead code
more unit tests for str
portability fixes
git-svn: trunk@4078
17 years ago
Török Edvin
1eb943f3fc
use automake for a basic check that the installed programs work.
...
currently only tests clamscan and sigtool
database: 0 sized .cvd files were still installed, because exit 0 didn't stop
the entire rule. fixed
git-svn: trunk@4042
17 years ago
Tomasz Kojm
ec6429ab20
drop support for external unpackers (bb#1052)
...
git-svn: trunk@3888
17 years ago
aCaB
69dfed42ea
revert r3808 - bb#1010
...
git-svn: trunk@3839
17 years ago
aCaB
0c61079c6c
don't link pthread if not needed
...
git-svn: trunk@3808
17 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
Török Edvin
4c56bffa3b
build system modernization: (based on suggestion from
...
Markus Elfring <Markus.Elfring*web.de> in bb #452 )
* use AC_CONFIG_HEADER, since AM_CONFIG_HEADER is obsolete
* put configure files into auxiliary directory
* fix main declaration in FD_SETSIZE test
* check for failure on fopen in FD_SETSIZE test
* move version from AM_INIT_AUTOMAKE to AC_INIT, old form was obsolete
* eliminate automake warnings, update Makefile.am
* rename .splitted to .split (requested by aCaB)
git-svn: trunk@3563
18 years ago
Tomasz Kojm
6ce302428f
by default don't build and link with libclamunrar;
...
use --enable-unrar to build with RAR support
git-svn: trunk@3324
18 years ago
Trog
2fda4dc0ea
* libclamunrar: move unrar to a separate library, under an unrar license.
...
* libclamav/unarj: further bounds checking
git-svn: trunk@3310
18 years ago
Tomasz Kojm
8ca8a18e2d
drop shared/memory.[ch]
...
git-svn: trunk@2874
19 years ago
Tomasz Kojm
e091cb386e
clamscan, clamdscan, clamconf: compile with CL_NOTHREADS defined
...
git-svn: trunk@2860
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
099cf13cd4
minor cleanup and fix for bb#260
...
git-svn: trunk@2671
19 years ago
Tomasz Kojm
7a2997f190
code cleanup
...
git-svn: trunk@2655
19 years ago
Tomasz Kojm
7b8edc5c31
use new command line parser
...
git-svn: trunk@1977
19 years ago
Tomasz Kojm
48b7b4a747
update GPL headers with new address for FSF
...
git-svn: trunk@1901
19 years ago
Tomasz Kojm
7b304deeb2
include database info in version string
...
git-svn: trunk@787
21 years ago
Tomasz Kojm
9f51cb5192
update
...
git-svn: trunk@595
21 years ago
Tomasz Kojm
d6b5ae478c
various fixes
...
git-svn: trunk@575
21 years ago
Tomasz Kojm
908db4dfea
clamscan, sigtool: select fresh database directory
...
git-svn: trunk@550
21 years ago
Tomasz Kojm
266f39676b
clamscan: new features; improve NetBSD support
...
git-svn: trunk@549
21 years ago
Tomasz Kojm
658f19f860
reverse strlcpy/strlcat patch
...
git-svn: trunk@477
21 years ago
Tomasz Kojm
db1cae229c
use strlcpy/strlcat
...
git-svn: trunk@476
21 years ago
Tomasz Kojm
afb48b2813
Big cleanup
...
git-svn: trunk@448
21 years ago
Tomasz Kojm
bddfdc1967
Various fixes
...
git-svn: trunk@378
22 years ago
Luca Gibelli
e3aaff8e10
Initial revision
...
git-svn: trunk@7
22 years ago
Luca Gibelli
28e73e9511
Initial revision
...
git-svn: trunk@4
22 years ago