-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathbind9.yaml
299 lines (299 loc) · 7.89 KB
/
bind9.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
"functions":
- "name": "dns_view_freezezones"
"params":
- "name": "view"
"type": "bool "
- "name": "value"
"type": "bool"
"return_type": "int"
"signature": "isc_result_t dns_view_freezezones(dns_view_t *, bool)"
- "name": "dns_zt_freezezones"
"params":
- "name": "zt"
"type": "bool "
- "name": "view"
"type": "bool "
- "name": "freeze"
"type": "bool"
"return_type": "int"
"signature": "isc_result_t dns_zt_freezezones(dns_zt_t *, dns_view_t *, bool)"
- "name": "dns_view_asyncload"
"params":
- "name": "view"
"type": "bool "
- "name": "newonly"
"type": "bool"
- "name": "callback"
"type": "bool "
- "name": "arg"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_view_asyncload(dns_view_t *, bool, dns_zt_callback_t *, void *)"
- "name": "dns_zt_asyncload"
"params":
- "name": "zt"
"type": "bool "
- "name": "newonly"
"type": "bool"
- "name": "loaddone"
"type": "bool "
- "name": "arg"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_zt_asyncload(dns_zt_t *, bool, dns_zt_callback_t *, void *)"
- "name": "dns_zone_asyncload"
"params":
- "name": "zone"
"type": "bool "
- "name": "newonly"
"type": "bool"
- "name": "done"
"type": "bool "
- "name": "arg"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_zone_asyncload(dns_zone_t *, bool, dns_zt_callback_t *, void *)"
- "name": "dns_view_load"
"params":
- "name": "view"
"type": "bool "
- "name": "stop"
"type": "bool"
- "name": "newonly"
"type": "bool"
"return_type": "int"
"signature": "isc_result_t dns_view_load(dns_view_t *, bool, bool)"
- "name": "load"
"params":
- "name": "zone"
"type": "bool "
- "name": "uap"
"type": "bool "
"return_type": "int"
"signature": "void load(void *)"
- "name": "dns_zone_loadandthaw"
"params":
- "name": "zone"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_zone_loadandthaw(dns_zone_t *)"
- "name": "dns_zt_load"
"params":
- "name": "zt"
"type": "bool "
- "name": "stop"
"type": "bool"
- "name": "newonly"
"type": "bool"
"return_type": "int"
"signature": "isc_result_t dns_zt_load(dns_zt_t *, bool, bool)"
- "name": "dns_master_loadfileasync"
"params":
- "name": "master_file"
"type": "bool "
- "name": "top"
"type": "bool "
- "name": "origin"
"type": "bool "
- "name": "zclass"
"type": "short"
- "name": "options"
"type": "int"
- "name": "resign"
"type": "int"
- "name": "callbacks"
"type": "bool "
- "name": "loop"
"type": "bool "
- "name": "done"
"type": "bool "
- "name": "done_arg"
"type": "bool "
- "name": "lctxp"
"type": "bool "
- "name": "include_cb"
"type": "bool "
- "name": "include_arg"
"type": "bool "
- "name": "mctx"
"type": "bool "
- "name": "format"
"type": "int"
- "name": "maxttl"
"type": "int"
"return_type": "int"
"signature": "isc_result_t dns_master_loadfileasync(const char *, dns_name_t *, dns_name_t *, dns_rdataclass_t, unsigned int, uint32_t, dns_rdatacallbacks_t *, isc_loop_t *, dns_loaddonefunc_t, void *, dns_loadctx_t **, dns_masterincludecb_t, void *, isc_mem_t *, dns_masterformat_t, uint32_t)"
- "name": "dns_dlz_writeablezone"
"params":
- "name": "view"
"type": "bool "
- "name": "dlzdb"
"type": "bool "
- "name": "zone_name"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_dlz_writeablezone(dns_view_t *, dns_dlzdb_t *, const char *)"
- "name": "dns_zone_synckeyzone"
"params":
- "name": "zone"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_zone_synckeyzone(dns_zone_t *)"
- "name": "dns_zone_notifyreceive"
"params":
- "name": "zone"
"type": "bool "
- "name": "from"
"type": "bool "
- "name": "to"
"type": "bool "
- "name": "msg"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_zone_notifyreceive(dns_zone_t *, isc_sockaddr_t *, isc_sockaddr_t *, dns_message_t *)"
- "name": "dns_view_loadnta"
"params":
- "name": "view"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_view_loadnta(dns_view_t *)"
- "name": "dns_zone_forwardupdate"
"params":
- "name": "zone"
"type": "bool "
- "name": "msg"
"type": "bool "
- "name": "callback"
"type": "bool "
- "name": "callback_arg"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dns_zone_forwardupdate(dns_zone_t *, dns_message_t *, dns_updatecallback_t, void *)"
- "name": "isc_time_parsehttptimestamp"
"params":
- "name": "buf"
"type": "bool "
- "name": "t"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t isc_time_parsehttptimestamp(char *, isc_time_t *)"
- "name": "hmacsha512_parse"
"params":
- "name": "key"
"type": "bool "
- "name": "lexer"
"type": "bool "
- "name": "pub"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dst__hmacsha512_init(dst_func_t **)"
- "name": "hmacsha384_parse"
"params":
- "name": "key"
"type": "bool "
- "name": "lexer"
"type": "bool "
- "name": "pub"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dst__hmacsha384_init(dst_func_t **)"
- "name": "hmacsha256_parse"
"params":
- "name": "key"
"type": "bool "
- "name": "lexer"
"type": "bool "
- "name": "pub"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dst__hmacsha256_init(dst_func_t **)"
- "name": "hmacsha224_parse"
"params":
- "name": "key"
"type": "bool "
- "name": "lexer"
"type": "bool "
- "name": "pub"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dst__hmacsha224_init(dst_func_t **)"
- "name": "hmacsha1_parse"
"params":
- "name": "key"
"type": "bool "
- "name": "lexer"
"type": "bool "
- "name": "pub"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dst__hmacsha1_init(dst_func_t **)"
- "name": "hmacmd5_parse"
"params":
- "name": "key"
"type": "bool "
- "name": "lexer"
"type": "bool "
- "name": "pub"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dst__hmacmd5_init(dst_func_t **)"
- "name": "dns_zone_getrequesttransporttype"
"params":
- "name": "zone"
"type": "bool "
"return_type": "int"
"signature": "dns_transport_type_t dns_zone_getrequesttransporttype(dns_zone_t *)"
- "name": "dst__privstruct_parse"
"params":
- "name": "key"
"type": "bool "
- "name": "alg"
"type": "int"
- "name": "lex"
"type": "bool "
- "name": "mctx"
"type": "bool "
- "name": "priv"
"type": "bool "
"return_type": "int"
"signature": "isc_result_t dst__privstruct_parse(dst_key_t *, unsigned int, isc_lex_t *, isc_mem_t *, dst_private_t *)"
- "name": "dns_request_unref"
"params":
- "name": "ptr"
"type": "bool "
"return_type": "void"
"signature": "void dns_request_detach(dns_request_t **)"
- "name": "dns_requestmgr_detach"
"params":
- "name": "ptrp"
"type": "bool "
"return_type": "void"
"signature": "dns_requestmgr_t * dns_requestmgr_ref(dns_requestmgr_t *)"
- "name": "dns_requestmgr_unref"
"params":
- "name": "ptr"
"type": "bool "
"return_type": "void"
"signature": "dns_requestmgr_t * dns_requestmgr_ref(dns_requestmgr_t *)"
- "name": "dns_request_destroy"
"params":
- "name": "requestp"
"type": "bool "
"return_type": "void"
"signature": "void dns_request_destroy(dns_request_t **)"
- "name": "dns_request_cancel"
"params":
- "name": "request"
"type": "bool "
"return_type": "void"
"signature": "void dns_request_cancel(dns_request_t *)"
- "name": "dns_request_detach"
"params":
- "name": "ptrp"
"type": "bool "
"return_type": "void"
"signature": "void dns_request_detach(dns_request_t **)"
"language": "c"
"project": "bind9"
"target_name": "dns_rdata_fromwire_text_fuzzer"
"target_path": "/src/bind9/fuzz/dns_rdata_fromwire_text.c"