~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): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    cl_statchkdir;
27
27
    cl_statfree;
28
28
    cl_statinidir;
 
29
    cl_countsigs;
29
30
    cl_strerror;
30
31
  local:
31
32
    *;
32
33
};
33
34
CLAMAV_PRIVATE {
34
35
  global:
 
36
    cli_gettmpdir;
35
37
    cli_strtok;
36
38
    cli_strtokenize;
37
39
    cli_cvdunpack;
46
48
    cli_rmdirs;
47
49
    cli_chomp;
48
50
    cli_rndnum;
49
 
    cli_decodesig;
50
51
 
51
52
    cli_calloc;
52
53
    cli_ole2_extract;
62
63
    cli_str2hex;
63
64
    cli_md5file;
64
65
    cli_md5stream;
65
 
    html_normalise_fd;
 
66
    html_normalise_map;
66
67
    cli_utf16toascii;
67
68
 
68
69
    cli_malloc;
117
118
    cli_ac_scanbuff;
118
119
    cli_ac_freedata;
119
120
    cli_ac_free;
 
121
    cli_ac_chklsig;
120
122
    cli_parse_add;
121
123
    cli_bm_init;
122
124
    cli_bm_scanbuff;
123
125
    cli_bm_free;
 
126
    cli_initroots;
 
127
    cli_scanbuff;
124
128
    html_screnc_decode;
125
129
    mpool_create;
 
130
    mpool_calloc;
126
131
    mpool_destroy;
127
132
    mpool_free;
128
133
    mpool_getstats;
130
135
    mp_read_radix;
131
136
    mp_clear;
132
137
    cli_versig;
 
138
    cli_versig2;
133
139
    cli_filecopy;
134
140
    cli_ftw;
135
141
    cli_unlink;
144
150
    messageDestroy;
145
151
    base64Flush;
146
152
    have_rar;
 
153
    have_clamjit;
 
154
    cli_bytecode_load;
 
155
    cli_bytecode_prepare;
 
156
    cli_bytecode_run;
 
157
    cli_bytecode_destroy;
 
158
    cli_bytecode_context_alloc;
 
159
    cli_bytecode_context_destroy;
 
160
    cli_bytecode_context_setfuncid;
 
161
    cli_bytecode_context_setparam_int;
 
162
    cli_bytecode_context_setparam_ptr;
 
163
    cli_bytecode_context_setfile;
 
164
    cli_bytecode_context_getresult_int;
 
165
    cli_bytecode_context_clear;
 
166
    cli_bytecode_init;
 
167
    cli_bytecode_done;
 
168
    cli_bytecode_debug;
 
169
    cli_hex2ui;
 
170
    fmap;
 
171
    funmap;
 
172
    cli_bytecode_context_set_trace;
 
173
    cli_bytecode_debug_printsrc;
 
174
    cli_bytecode_printversion;
 
175
    cli_bytecode_describe;
147
176
  local:
148
177
    *;
149
178
};