~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to libclamav/libclamav.map

  • 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:
75
75
    cli_strtokbuf;
76
76
    cli_leavetemps_flag;
77
77
    uniq_get;
 
78
    cli_js_init;
 
79
    cli_js_process_buffer;
 
80
    cli_js_parse_done;
 
81
    cli_js_destroy;
 
82
    cli_js_output;
 
83
    cli_unescape;
 
84
    cli_textbuffer_append_normalize;
 
85
    cli_dconf_init;
 
86
    cli_regex2suffix;
 
87
    html_normalise_mem;
 
88
    init_regex_list;
 
89
    is_regex_ok;
 
90
    regex_list_done;
 
91
    regex_list_add_pattern;
 
92
    cli_build_regex_list;
 
93
    regex_list_match;
 
94
    cli_initengine;
 
95
    phishing_init;
 
96
    init_domainlist;
 
97
    init_whitelist;
 
98
    phishing_done;
 
99
    blobCreate;
 
100
    blobAddData;
 
101
    phishingScan;
 
102
    blobDestroy;
 
103
    load_regex_matcher;
 
104
    html_tag_arg_free;
 
105
    disasmbuf;
 
106
    uniq_init;
 
107
    uniq_free;
 
108
    uniq_add;
 
109
    uniq_get;
 
110
    cli_hex2str;
 
111
    cli_ac_init;
 
112
    cli_ac_initdata;
 
113
    cli_ac_buildtrie;
 
114
    cli_ac_scanbuff;
 
115
    cli_ac_freedata;
 
116
    cli_ac_free;
 
117
    cli_parse_add;
 
118
    cli_bm_init;
 
119
    cli_bm_scanbuff;
 
120
    cli_bm_free;
78
121
  local:
79
122
    *;
80
123
};