Commit graph

139 commits

Author SHA1 Message Date
Tomasz Kojm
021b6720f5 update 'SEE ALSO' (bb#2006) 2010-05-06 17:02:53 +02:00
Tomasz Kojm
81c1e5f52e libclamav: fix some limit settings (bb#1973) 2010-04-27 16:35:38 +02:00
Tomasz Kojm
ca350fed50 docs/man/freshclam.conf.5.in: document LogFileMaxSize (bb#1960) 2010-04-15 16:33:35 +02:00
aCaB
0e18437150 long time lost fixes to clamd manpage 2010-04-04 22:29:19 +02:00
Tomasz Kojm
50b0bd804f document bytecode timeout 2010-03-24 18:24:12 +01:00
Tomasz Kojm
c4910836f3 update manuals 2010-03-19 17:42:25 +01:00
Tomasz Kojm
3295bc7a23 be more precise about --multiscan (bb#1869) 2010-03-18 16:26:56 +01:00
Tomasz Kojm
de40271b23 fix formatting 2010-03-11 15:10:56 +01:00
Tomasz Kojm
010d625dd5 update docs (thx to aCaB&Luca!) 2010-02-26 14:31:22 +01:00
aCaB
af0297c78e Merge branch 'master' of git.clam.sourcefire.com:/var/lib/git/clamav-devel 2010-02-04 22:19:52 +01:00
aCaB
e8f6878cd7 bb#1789 - final 2010-02-04 22:19:28 +01:00
Tomasz Kojm
8770404a47 clamscan: properly report errors from libclamav; simplify error codes 2010-02-04 21:33:03 +01:00
Tomasz Kojm
654efea328 man/freshclam.conf.5: describe SafeBrowsing (bb#1772) 2009-12-14 14:31:48 +01:00
Tomasz Kojm
4b0d9e508a man/clamd.8: add info about signals 2009-12-14 14:26:04 +01:00
Tomasz Kojm
a96eead450 sigtool: add --test-sigs (basic functionality) (bb#1246) 2009-12-09 23:32:34 +01:00
Tomasz Kojm
9da619b44e clamscan: properly describe --include/exclude (bb#1765) 2009-12-04 14:20:12 +01:00
Tomasz Kojm
208ceae5c7 clamd, clamscan: add support for OfficialDatabaseOnly/--official-db-only (bb#1743) 2009-11-10 19:30:33 +01:00
aCaB
db32b81d52 fix typo in clamav-milter.8.in 2009-11-10 12:54:22 +01:00
Tomasz Kojm
b4561aa201 sigtool: add support for --find-sigs (part of bb#1246) 2009-10-16 10:12:17 +02:00
Tomasz Kojm
745bb067ce freshclam: return 0 instead of 1 when database is up-to-date (bb#1312) 2009-09-14 19:56:56 +02:00
Tomasz Kojm
6a4dd9dc6b clamd, clamscan, libclamav: drop support for MailFollowURLs (bb#1677) 2009-08-06 22:29:13 +02:00
Tomasz Kojm
2086dc5cab clamd, clamscan: add support for CrossFilesystems/--cross-fs (bb#1607) 2009-08-05 16:27:48 +02:00
aCaB
c4afd0b458 update ignore files 2009-06-29 11:27:46 +02:00
Tomasz Kojm
c2b6681b79 clamscan, clamdscan: add support for --file-list/-f
git-svn: trunk@5069
2009-05-21 13:43:05 +00:00
Török Edvin
da3e0e4036 fix documentation, fix warnings.
git-svn: trunk@5025
2009-04-06 10:26:15 +00:00
Török Edvin
7d444fd93b add documentation for MaxQueue (and other missing options) to clamd.conf (bb #1521).
Make clamconf generated config file a bit more like the one in etc/clamd.conf.

git-svn: trunk@5024
2009-04-06 09:26:19 +00:00
aCaB
32ec634439 bb#1508
git-svn: trunk@5020
2009-04-03 11:09:00 +00:00
Török Edvin
8442a56d6f escape some more hyphens.
git-svn: trunk@4943
2009-03-13 15:44:53 +00:00
Török Edvin
394a3b00fd fix hyphen-used-as-minus-sign (bb #1471, thanks Michael Tautschnig <mt*debian.org>)
git-svn: trunk@4942
2009-03-13 15:36:30 +00:00
Török Edvin
cae26d1239 add VERSIONCOMMANDS to manpage.
git-svn: trunk@4923
2009-03-10 17:59:33 +00:00
Török Edvin
f5c23a5e94 F1->H
git-svn: trunk@4913
2009-03-09 11:23:07 +00:00
aCaB
790e18b8b3 updated milter docs
git-svn: trunk@4860
2009-02-25 12:35:52 +00:00
Török Edvin
8db0a3463d clamdtop moved to toplevel + manpage.
git-svn: trunk@4846
2009-02-23 12:35:34 +00:00
Török Edvin
77ad9f7144 more documentation on IDSESSION/INSTREEAM (bb #1401).
git-svn: trunk@4840
2009-02-20 11:23:52 +00:00
aCaB
408be01ffe add --stream
git-svn: trunk@4801
2009-02-17 00:08:17 +00:00
aCaB
7609af89f2 merge from clamd-proto branch:
handle multiple %v parameters
    introduce poll_fds that also does the read into a buffer
    introduce thrmgr_group* commands for keeping track of groups of commands
    (multiscan, IDSESSION)
    introduce 2 queues in thrmgr, multiscan queues get lower priority. Commands
    are processed from both queues in a 4:1 ratio to avoid starvation.
    unify reply code: conn_reply*
    unify scanner code into scan_callback that is called from cli_ftw
    multiscan doesn't need stat() now if readdir() provides dt_type
    redesign clamd main loop: there is now an accept thread, and a
    recv()/dispatch thread, +MaxThreads worker (scanner) threads.
    introduce limiting on commands when worker threads are contended.
    introduce IDSESSION, a replacement for the old SESSION command, that allows
    asyncronous (scan) commands and scan replies
    introduce INSTREAM that allows sending the data to scan on same connection
    (vs STREAM that requires another port)
    introduce zCOMMANDS

git-svn: trunk@4756
2009-02-12 17:11:27 +00:00
aCaB
ba2cf44051 updated clamd proto documentation
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4741 77e5149b-7576-45b1-b177-96237e5ba77b
2009-02-11 17:57:58 +00:00
aCaB
f17400cf3c docs updated
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4740 77e5149b-7576-45b1-b177-96237e5ba77b
2009-02-11 16:40:05 +00:00
Tomasz Kojm
1d8a56d491 shared/optparser.c, clamconf/clamconf.c: add --generate-config
git-svn: trunk@4664
2009-01-29 19:03:59 +00:00
Tomasz Kojm
a128eb8063 clamconf: handle --version/-V
git-svn: trunk@4630
2009-01-22 14:38:16 +00:00
Tomasz Kojm
269d520dfb shared/optparser.c, clamscan: use the new option parser
git-svn: trunk@4580
2008-12-30 10:33:43 +00:00
Tomasz Kojm
f487a82f65 docs/man/freshclam.1.in: document EXIT_n
git-svn: trunk@4514
2008-12-03 09:23:18 +00:00
aCaB
96a6080e94 make lintian happy
git-svn: trunk@4382
2008-11-12 11:21:45 +00:00
Tomasz Kojm
aef5cf19cf docs/clamdoc.tex, docs/man/clamd.8.in: document nCOMMANDS (bb#1278)
git-svn: trunk@4348
2008-11-06 21:48:44 +00:00
Tomasz Kojm
285d0b33ca freshclam: add new config option DetectionStatsCountry
git-svn: trunk@4297
2008-10-28 19:10:48 +00:00
Tomasz Kojm
2fb80ebc7c freshclam: re-enable --submit-stats (bb#1235)
git-svn: trunk@4296
2008-10-28 09:25:55 +00:00
Tomasz Kojm
82c7fe72bc freshclam: drop --submit-stats; please use SubmitDetectionStats instead (bb#1235)
git-svn: trunk@4260
2008-10-15 10:10:30 +00:00
aCaB
16516d51ac docs update
git-svn: trunk@4257
2008-10-14 21:26:38 +00:00
Tomasz Kojm
64fd0bfcd7 freshclam: add support for submitting detection statistics (bb#777)
git-svn: trunk@4241
2008-10-10 14:22:00 +00:00
Tomasz Kojm
e863785852 enable ScanPDF by default (bb#1179)
git-svn: trunk@4189
2008-09-18 09:45:47 +00:00