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

« back to all changes in this revision

Viewing changes to libclamav/dconf.c

  • 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:
90
90
    { "DOCUMENT",   "PDF",          DOC_CONF_PDF,           1 },
91
91
    { "DOCUMENT",   "SCRIPT",       DOC_CONF_SCRIPT,        1 },
92
92
    { "DOCUMENT",   "HTMLSKIPRAW",  DOC_CONF_HTML_SKIPRAW,  1 },
 
93
    { "DOCUMENT",   "JSNORM",       DOC_CONF_JSNORM,        1 },
93
94
 
94
95
    { "MAIL",       "MBOX",         MAIL_CONF_MBOX,         1 },
95
96
    { "MAIL",       "TNEF",         MAIL_CONF_TNEF,         1 },
99
100
    { "OTHER",      "RIFF",         OTHER_CONF_RIFF,        1 },
100
101
    { "OTHER",      "JPEG",         OTHER_CONF_JPEG,        1 },
101
102
    { "OTHER",      "CRYPTFF",      OTHER_CONF_CRYPTFF,     1 },
 
103
    { "OTHER",      "DLP",          OTHER_CONF_DLP,         1 },
102
104
 
103
105
    { "PHISHING",   "ENGINE",       PHISHING_CONF_ENGINE,   1 },
104
106
    { "PHISHING",   "ENTCONV",      PHISHING_CONF_ENTCONV,  1 },