Tomasz Kojm
215d3b211f
shared/optparser.c: fix some descriptions (bb#1526)
...
git-svn: trunk@5003
17 years ago
aCaB
57aa0269a4
add SkipAuthenticated config option
...
git-svn: trunk@4986
17 years ago
aCaB
f91853e837
typo
...
git-svn: trunk@4970
17 years ago
aCaB
2a49102bd3
add option LogInfected for clamav-milter
...
git-svn: trunk@4964
17 years ago
Tomasz Kojm
00981f7552
minor doc fixes
...
git-svn: trunk@4961
17 years ago
Tomasz Kojm
4b63a916af
update docs
...
git-svn: trunk@4958
17 years ago
Tomasz Kojm
03527bee64
libclamav: count .pdb entries as signatures
...
freshclam, sigtool: add support for safebrowsing.cvd (bb#1056)
git-svn: trunk@4901
17 years ago
aCaB
943b2bf0f9
misc clamav milter
...
git-svn: trunk@4891
17 years ago
Tomasz Kojm
d2ddc54fa7
shared/optparser.c: fix handling of options which are enabled by default (bb#1442)
...
git-svn: trunk@4881
17 years ago
Török Edvin
43ea567582
Fix colors when terminal background color is not black.
...
(bb #1438 , reported by Dennis Peterson <dennispe*inetnw.com>)
git-svn: trunk@4877
17 years ago
aCaB
745960b02e
unify default max stream sizes
...
git-svn: trunk@4861
17 years ago
Török Edvin
8db0a3463d
clamdtop moved to toplevel + manpage.
...
git-svn: trunk@4846
17 years ago
Török Edvin
fb6fe4f5d1
Introduce '$' in logg, it is active when logg_verbose=2, i.e. when Debug yes.
...
Fix leak reported by valgrind.
git-svn: trunk@4806
17 years ago
Török Edvin
af309677da
sendtimeout
...
git-svn: trunk@4804
17 years ago
Török Edvin
5f6edb222c
ReadTimeout handling, and introduce CommandReadTimeout.
...
git-svn: trunk@4803
17 years ago
aCaB
408be01ffe
add --stream
...
git-svn: trunk@4801
17 years ago
Tomasz Kojm
086eab5c26
update old copyright headers
...
git-svn: trunk@4775
17 years ago
Török Edvin
949c6fe54f
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@4755
17 years ago
Török Edvin
e001f2838e
Use 2 queues: one for single, one for bulk messages.
...
Also introduce MaxQueue, this will prevent clamdscan from flooding
clamd with too many FILDES requests.
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4710 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Tomasz Kojm
86c97e7e26
shared/optparser.c, clamconf: handle clamav-milter.conf in --generate-config
...
git-svn: trunk@4687
17 years ago
Tomasz Kojm
32390e3161
shared/optparser.c: improve handling of short switches (bb#1374)
...
git-svn: trunk@4665
17 years ago
Tomasz Kojm
1d8a56d491
shared/optparser.c, clamconf/clamconf.c: add --generate-config
...
git-svn: trunk@4664
17 years ago
aCaB
056198f16d
shared/optparser.c, clamconf: new clamconf (bb#1215, bb#1316)
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4632 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Tomasz Kojm
a128eb8063
clamconf: handle --version/-V
...
git-svn: trunk@4630
17 years ago
Tomasz Kojm
0d06ef19f8
shared/optparser.c, clamconf: new clamconf (bb#1215, bb#1316)
...
git-svn: trunk@4628
17 years ago
aCaB
59c2353664
shared/optparser.c: improve cmdline args handling
...
git-svn-id: file:///var/lib/svn/clamav-devel/branches/clamd-proto@4627 77e5149b-7576-45b1-b177-96237e5ba77b
17 years ago
Tomasz Kojm
19c17946cc
shared/optparser.c: improve cmdline args handling
...
git-svn: trunk@4625
17 years ago
Tomasz Kojm
b61db429fc
shared, clamconf: drop old stuff; replace getopt.[ch] with my_getopt
...
git-svn: trunk@4589
17 years ago
Tomasz Kojm
278dc6b3d9
shared/optparser.c, clamav-milter: use the new option parser (bb#1215)
...
git-svn: trunk@4588
17 years ago
Tomasz Kojm
d6af38e75e
shared/optparser.c, sigtool: use the new option parser (bb#1215)
...
git-svn: trunk@4587
17 years ago
Tomasz Kojm
e8b54ef3fa
shared/optparser.c: fix typo (bb#1336)
...
git-svn: trunk@4584
17 years ago
Tomasz Kojm
8392ae8070
shared/optparser.c: cosmetics; add FLAG_REQUIRED
...
git-svn: trunk@4583
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
Tomasz Kojm
7eca74fef9
shared/optparser.c: extend MATCH_BOOL regex (bb#1324)
...
git-svn: trunk@4576
17 years ago
Tomasz Kojm
229491b7b4
shared/optparser.c: handle --user/-u in freshclam (bb#1323)
...
git-svn: trunk@4575
17 years ago
Tomasz Kojm
1f95badf6a
shared/optparser.c: fix small memleak
...
git-svn: trunk@4574
17 years ago
Tomasz Kojm
3f7802c93e
shared/optparser.c, freshclam: use the new option parser (bb#1215)
...
git-svn: trunk@4573
17 years ago
Tomasz Kojm
e1c57af20c
fix parentheses
...
git-svn: trunk@4571
17 years ago
Tomasz Kojm
064b4a0c99
initial version of the unified option parser (bb#1215)
...
git-svn: trunk@4565
17 years ago