~ubuntu-branches/ubuntu/raring/clamav/raring

« back to all changes in this revision

Viewing changes to docs/html/node38.html

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mfrom: (0.35.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080905172534-yi3f8fkye1o7u1r3
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>Header file</TITLE>
11
 
<META NAME="description" CONTENT="Header file">
 
10
<TITLE>Others</TITLE>
 
11
<META NAME="description" CONTENT="Others">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
18
18
 
19
19
<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
20
 
21
 
<LINK REL="next" HREF="node39.html">
22
21
<LINK REL="previous" HREF="node37.html">
23
 
<LINK REL="up" HREF="node37.html">
 
22
<LINK REL="up" HREF="node33.html">
24
23
<LINK REL="next" HREF="node39.html">
25
24
</HEAD>
26
25
 
27
26
<BODY >
28
27
 
29
28
<DIV CLASS="navigation"><!--Navigation Panel-->
30
 
<A NAME="tex2html690"
 
29
<A NAME="tex2html697"
31
30
  HREF="node39.html">
32
31
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html686"
34
 
  HREF="node37.html">
 
32
<A NAME="tex2html693"
 
33
  HREF="node33.html">
35
34
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html680"
 
35
<A NAME="tex2html689"
37
36
  HREF="node37.html">
38
37
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html688"
 
38
<A NAME="tex2html695"
40
39
  HREF="node1.html">
41
40
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42
41
<BR>
43
 
<B> Next:</B> <A NAME="tex2html691"
44
 
  HREF="node39.html">Database loading</A>
45
 
<B> Up:</B> <A NAME="tex2html687"
46
 
  HREF="node37.html">API</A>
47
 
<B> Previous:</B> <A NAME="tex2html681"
48
 
  HREF="node37.html">API</A>
49
 
 &nbsp; <B>  <A NAME="tex2html689"
 
42
<B> Next:</B> <A NAME="tex2html698"
 
43
  HREF="node39.html">API</A>
 
44
<B> Up:</B> <A NAME="tex2html694"
 
45
  HREF="node33.html">Supported formats</A>
 
46
<B> Previous:</B> <A NAME="tex2html690"
 
47
  HREF="node37.html">Documents</A>
 
48
 &nbsp; <B>  <A NAME="tex2html696"
50
49
  HREF="node1.html">Contents</A></B> 
51
50
<BR>
52
51
<BR></DIV>
53
52
<!--End of Navigation Panel-->
54
53
 
55
 
<H3><A NAME="SECTION00073100000000000000">
56
 
Header file</A>
 
54
<H3><A NAME="SECTION00072500000000000000">
 
55
Others</A>
57
56
</H3>
58
 
    Every program using libclamav must include the header file <code>clamav.h</code>:
59
 
    <PRE>
60
 
        #include &lt;clamav.h&gt;
61
 
</PRE>
 
57
    Libclamav can handle various obfuscators, encoders, files vulnerable to
 
58
    security risks such as:
 
59
    
 
60
<UL>
 
61
<LI>JPEG (exploit detection)
 
62
</LI>
 
63
<LI>RIFF (exploit detection)
 
64
</LI>
 
65
<LI>uuencode
 
66
</LI>
 
67
<LI>ScrEnc obfuscation
 
68
</LI>
 
69
<LI>CryptFF
 
70
    
 
71
</LI>
 
72
</UL>
62
73
 
63
74
<P>
64
75
<BR><HR>
65
76
<ADDRESS>
66
77
Tomasz Kojm
67
 
2008-07-07
 
78
2008-09-01
68
79
</ADDRESS>
69
80
</BODY>
70
81
</HTML>