xref: /freebsd/contrib/unbound/smallapp/unbound-control.c (revision 924226fba12cc9a228c73b956e1b7fa24c60b055)
1 /*
2  * smallapp/unbound-control.c - remote control utility for unbound.
3  *
4  * Copyright (c) 2008, NLnet Labs. All rights reserved.
5  *
6  * This software is open source.
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted provided that the following conditions
10  * are met:
11  *
12  * Redistributions of source code must retain the above copyright notice,
13  * this list of conditions and the following disclaimer.
14  *
15  * Redistributions in binary form must reproduce the above copyright notice,
16  * this list of conditions and the following disclaimer in the documentation
17  * and/or other materials provided with the distribution.
18  *
19  * Neither the name of the NLNET LABS nor the names of its contributors may
20  * be used to endorse or promote products derived from this software without
21  * specific prior written permission.
22  *
23  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
26  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27  * HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
28  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
29  * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
30  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
31  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
32  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34  */
35 
36 /**
37  * \file
38  *
39  * The remote control utility contacts the unbound server over ssl and
40  * sends the command, receives the answer, and displays the result
41  * from the commandline.
42  */
43 
44 #include "config.h"
45 #ifdef HAVE_GETOPT_H
46 #include <getopt.h>
47 #endif
48 #ifdef HAVE_OPENSSL_SSL_H
49 #include <openssl/ssl.h>
50 #endif
51 #ifdef HAVE_OPENSSL_ERR_H
52 #include <openssl/err.h>
53 #endif
54 #ifdef HAVE_OPENSSL_RAND_H
55 #include <openssl/rand.h>
56 #endif
57 #include "util/log.h"
58 #include "util/config_file.h"
59 #include "util/locks.h"
60 #include "util/net_help.h"
61 #include "util/shm_side/shm_main.h"
62 #include "daemon/stats.h"
63 #include "sldns/wire2str.h"
64 #include "sldns/pkthdr.h"
65 #include "services/rpz.h"
66 #include "services/listen_dnsport.h"
67 
68 #ifdef HAVE_SYS_IPC_H
69 #include "sys/ipc.h"
70 #endif
71 #ifdef HAVE_SYS_SHM_H
72 #include "sys/shm.h"
73 #endif
74 #ifdef HAVE_SYS_UN_H
75 #include <sys/un.h>
76 #endif
77 
78 #ifdef HAVE_TARGETCONDITIONALS_H
79 #include <TargetConditionals.h>
80 #endif
81 
82 static void usage(void) ATTR_NORETURN;
83 static void ssl_err(const char* s) ATTR_NORETURN;
84 static void ssl_path_err(const char* s, const char *path) ATTR_NORETURN;
85 
86 /** timeout to wait for connection over stream, in msec */
87 #define UNBOUND_CONTROL_CONNECT_TIMEOUT 5000
88 
89 /** Give unbound-control usage, and exit (1). */
90 static void
91 usage(void)
92 {
93 	printf("Usage:	local-unbound-control [options] command\n");
94 	printf("	Remote control utility for unbound server.\n");
95 	printf("Options:\n");
96 	printf("  -c file	config file, default is %s\n", CONFIGFILE);
97 	printf("  -s ip[@port]	server address, if omitted config is used.\n");
98 	printf("  -q		quiet (don't print anything if it works ok).\n");
99 	printf("  -h		show this usage help.\n");
100 	printf("Commands:\n");
101 	printf("  start				start server; runs unbound(8)\n");
102 	printf("  stop				stops the server\n");
103 	printf("  reload			reloads the server\n");
104 	printf("  				(this flushes data, stats, requestlist)\n");
105 	printf("  stats				print statistics\n");
106 	printf("  stats_noreset			peek at statistics\n");
107 #ifdef HAVE_SHMGET
108 	printf("  stats_shm			print statistics using shm\n");
109 #endif
110 	printf("  status			display status of server\n");
111 	printf("  verbosity <number>		change logging detail\n");
112 	printf("  log_reopen			close and open the logfile\n");
113 	printf("  local_zone <name> <type>	add new local zone\n");
114 	printf("  local_zone_remove <name>	remove local zone and its contents\n");
115 	printf("  local_data <RR data...>	add local data, for example\n");
116 	printf("				local_data www.example.com A 192.0.2.1\n");
117 	printf("  local_data_remove <name>	remove local RR data from name\n");
118 	printf("  local_zones, local_zones_remove, local_datas, local_datas_remove\n");
119 	printf("  				same, but read list from stdin\n");
120 	printf("  				(one entry per line).\n");
121 	printf("  dump_cache			print cache to stdout\n");
122 	printf("  load_cache			load cache from stdin\n");
123 	printf("  lookup <name>			print nameservers for name\n");
124 	printf("  flush <name>			flushes common types for name from cache\n");
125 	printf("  				types:  A, AAAA, MX, PTR, NS,\n");
126 	printf("					SOA, CNAME, DNAME, SRV, NAPTR\n");
127 	printf("  flush_type <name> <type>	flush name, type from cache\n");
128 	printf("  flush_zone <name>		flush everything at or under name\n");
129 	printf("  				from rr and dnssec caches\n");
130 	printf("  flush_bogus			flush all bogus data\n");
131 	printf("  flush_negative		flush all negative data\n");
132 	printf("  flush_stats 			flush statistics, make zero\n");
133 	printf("  flush_requestlist 		drop queries that are worked on\n");
134 	printf("  dump_requestlist		show what is worked on by first thread\n");
135 	printf("  flush_infra [all | ip] 	remove ping, edns for one IP or all\n");
136 	printf("  dump_infra			show ping and edns entries\n");
137 	printf("  set_option opt: val		set option to value, no reload\n");
138 	printf("  get_option opt		get option value\n");
139 	printf("  list_stubs			list stub-zones and root hints in use\n");
140 	printf("  list_forwards			list forward-zones in use\n");
141 	printf("  list_insecure			list domain-insecure zones\n");
142 	printf("  list_local_zones		list local-zones in use\n");
143 	printf("  list_local_data		list local-data RRs in use\n");
144 	printf("  insecure_add zone 		add domain-insecure zone\n");
145 	printf("  insecure_remove zone		remove domain-insecure zone\n");
146 	printf("  forward_add [+i] zone addr..	add forward-zone with servers\n");
147 	printf("  forward_remove [+i] zone	remove forward zone\n");
148 	printf("  stub_add [+ip] zone addr..	add stub-zone with servers\n");
149 	printf("  stub_remove [+i] zone		remove stub zone\n");
150 	printf("		+i		also do dnssec insecure point\n");
151 	printf("		+p		set stub to use priming\n");
152 	printf("  forward [off | addr ...]	without arg show forward setup\n");
153 	printf("				or off to turn off root forwarding\n");
154 	printf("				or give list of ip addresses\n");
155 	printf("  ratelimit_list [+a]		list ratelimited domains\n");
156 	printf("  ip_ratelimit_list [+a]	list ratelimited ip addresses\n");
157 	printf("		+a		list all, also not ratelimited\n");
158 	printf("  list_auth_zones		list auth zones (includes RPZ zones)\n");
159 	printf("  auth_zone_reload zone		reload auth zone (or RPZ zone) from zonefile\n");
160 	printf("  auth_zone_transfer zone	transfer auth zone (or RPZ zone) from master\n");
161 	printf("  view_list_local_zones	view	list local-zones in view\n");
162 	printf("  view_list_local_data	view	list local-data RRs in view\n");
163 	printf("  view_local_zone view name type  	add local-zone in view\n");
164 	printf("  view_local_zone_remove view name  	remove local-zone in view\n");
165 	printf("  view_local_data view RR...		add local-data in view\n");
166 	printf("  view_local_datas view 		add list of local-data to view\n");
167 	printf("  					one entry per line read from stdin\n");
168 	printf("  view_local_data_remove view name  	remove local-data in view\n");
169 	printf("  view_local_datas_remove view 		remove list of local-data from view\n");
170 	printf("  					one entry per line read from stdin\n");
171 	printf("  rpz_enable zone		Enable the RPZ zone if it had previously\n");
172 	printf("  				been disabled\n");
173 	printf("  rpz_disable zone		Disable the RPZ zone\n");
174 	printf("Version %s\n", PACKAGE_VERSION);
175 	printf("BSD licensed, see LICENSE in source package for details.\n");
176 	printf("Report bugs to %s\n", PACKAGE_BUGREPORT);
177 	exit(1);
178 }
179 
180 #ifdef HAVE_SHMGET
181 /** what to put on statistics lines between var and value, ": " or "=" */
182 #define SQ "="
183 /** if true, inhibits a lot of =0 lines from the stats output */
184 static const int inhibit_zero = 1;
185 /** divide sum of timers to get average */
186 static void
187 timeval_divide(struct timeval* avg, const struct timeval* sum, long long d)
188 {
189 #ifndef S_SPLINT_S
190 	size_t leftover;
191 	if(d <= 0) {
192 		avg->tv_sec = 0;
193 		avg->tv_usec = 0;
194 		return;
195 	}
196 	avg->tv_sec = sum->tv_sec / d;
197 	avg->tv_usec = sum->tv_usec / d;
198 	/* handle fraction from seconds divide */
199 	leftover = sum->tv_sec - avg->tv_sec*d;
200 	if(leftover <= 0)
201 		leftover = 0;
202 	avg->tv_usec += (((long long)leftover)*((long long)1000000))/d;
203 	if(avg->tv_sec < 0)
204 		avg->tv_sec = 0;
205 	if(avg->tv_usec < 0)
206 		avg->tv_usec = 0;
207 #endif
208 }
209 
210 /** print unsigned long stats value */
211 #define PR_UL_NM(str, var) printf("%s."str SQ"%lu\n", nm, (unsigned long)(var));
212 #define PR_UL(str, var) printf(str SQ"%lu\n", (unsigned long)(var));
213 #define PR_UL_SUB(str, nm, var) printf(str".%s"SQ"%lu\n", nm, (unsigned long)(var));
214 #define PR_TIMEVAL(str, var) printf(str SQ ARG_LL "d.%6.6d\n", \
215 	(long long)var.tv_sec, (int)var.tv_usec);
216 #define PR_STATSTIME(str, var) printf(str SQ ARG_LL "d.%6.6d\n", \
217 	(long long)var ## _sec, (int)var ## _usec);
218 #define PR_LL(str, var) printf(str SQ ARG_LL"d\n", (long long)(var));
219 
220 /** print stat block */
221 static void pr_stats(const char* nm, struct ub_stats_info* s)
222 {
223 	struct timeval sumwait, avg;
224 	PR_UL_NM("num.queries", s->svr.num_queries);
225 	PR_UL_NM("num.queries_ip_ratelimited",
226 		s->svr.num_queries_ip_ratelimited);
227 	PR_UL_NM("num.cachehits",
228 		s->svr.num_queries - s->svr.num_queries_missed_cache);
229 	PR_UL_NM("num.cachemiss", s->svr.num_queries_missed_cache);
230 	PR_UL_NM("num.prefetch", s->svr.num_queries_prefetch);
231 	PR_UL_NM("num.expired", s->svr.ans_expired);
232 	PR_UL_NM("num.recursivereplies", s->mesh_replies_sent);
233 #ifdef USE_DNSCRYPT
234     PR_UL_NM("num.dnscrypt.crypted", s->svr.num_query_dnscrypt_crypted);
235     PR_UL_NM("num.dnscrypt.cert", s->svr.num_query_dnscrypt_cert);
236     PR_UL_NM("num.dnscrypt.cleartext", s->svr.num_query_dnscrypt_cleartext);
237     PR_UL_NM("num.dnscrypt.malformed",
238              s->svr.num_query_dnscrypt_crypted_malformed);
239 #endif /* USE_DNSCRYPT */
240 	printf("%s.requestlist.avg"SQ"%g\n", nm,
241 		(s->svr.num_queries_missed_cache+s->svr.num_queries_prefetch)?
242 			(double)s->svr.sum_query_list_size/
243 			(double)(s->svr.num_queries_missed_cache+
244 			s->svr.num_queries_prefetch) : 0.0);
245 	PR_UL_NM("requestlist.max", s->svr.max_query_list_size);
246 	PR_UL_NM("requestlist.overwritten", s->mesh_jostled);
247 	PR_UL_NM("requestlist.exceeded", s->mesh_dropped);
248 	PR_UL_NM("requestlist.current.all", s->mesh_num_states);
249 	PR_UL_NM("requestlist.current.user", s->mesh_num_reply_states);
250 #ifndef S_SPLINT_S
251 	sumwait.tv_sec = s->mesh_replies_sum_wait_sec;
252 	sumwait.tv_usec = s->mesh_replies_sum_wait_usec;
253 #endif
254 	timeval_divide(&avg, &sumwait, s->mesh_replies_sent);
255 	printf("%s.", nm);
256 	PR_TIMEVAL("recursion.time.avg", avg);
257 	printf("%s.recursion.time.median"SQ"%g\n", nm, s->mesh_time_median);
258 	PR_UL_NM("tcpusage", s->svr.tcp_accept_usage);
259 }
260 
261 /** print uptime */
262 static void print_uptime(struct ub_shm_stat_info* shm_stat)
263 {
264 	PR_STATSTIME("time.now", shm_stat->time.now);
265 	PR_STATSTIME("time.up", shm_stat->time.up);
266 	PR_STATSTIME("time.elapsed", shm_stat->time.elapsed);
267 }
268 
269 /** print memory usage */
270 static void print_mem(struct ub_shm_stat_info* shm_stat,
271 	struct ub_stats_info* s)
272 {
273 	PR_LL("mem.cache.rrset", shm_stat->mem.rrset);
274 	PR_LL("mem.cache.message", shm_stat->mem.msg);
275 	PR_LL("mem.mod.iterator", shm_stat->mem.iter);
276 	PR_LL("mem.mod.validator", shm_stat->mem.val);
277 	PR_LL("mem.mod.respip", shm_stat->mem.respip);
278 #ifdef CLIENT_SUBNET
279 	PR_LL("mem.mod.subnet", shm_stat->mem.subnet);
280 #endif
281 #ifdef USE_IPSECMOD
282 	PR_LL("mem.mod.ipsecmod", shm_stat->mem.ipsecmod);
283 #endif
284 #ifdef WITH_DYNLIBMODULE
285 	PR_LL("mem.mod.dynlib", shm_stat->mem.dynlib);
286 #endif
287 #ifdef USE_DNSCRYPT
288 	PR_LL("mem.cache.dnscrypt_shared_secret",
289 		shm_stat->mem.dnscrypt_shared_secret);
290 	PR_LL("mem.cache.dnscrypt_nonce",
291 		shm_stat->mem.dnscrypt_nonce);
292 #endif
293 	PR_LL("mem.streamwait", s->svr.mem_stream_wait);
294 	PR_LL("mem.http.query_buffer", s->svr.mem_http2_query_buffer);
295 	PR_LL("mem.http.response_buffer", s->svr.mem_http2_response_buffer);
296 }
297 
298 /** print histogram */
299 static void print_hist(struct ub_stats_info* s)
300 {
301 	struct timehist* hist;
302 	size_t i;
303 	hist = timehist_setup();
304 	if(!hist)
305 		fatal_exit("out of memory");
306 	timehist_import(hist, s->svr.hist, NUM_BUCKETS_HIST);
307 	for(i=0; i<hist->num; i++) {
308 		printf("histogram.%6.6d.%6.6d.to.%6.6d.%6.6d=%lu\n",
309 			(int)hist->buckets[i].lower.tv_sec,
310 			(int)hist->buckets[i].lower.tv_usec,
311 			(int)hist->buckets[i].upper.tv_sec,
312 			(int)hist->buckets[i].upper.tv_usec,
313 			(unsigned long)hist->buckets[i].count);
314 	}
315 	timehist_delete(hist);
316 }
317 
318 /** print extended */
319 static void print_extended(struct ub_stats_info* s)
320 {
321 	int i;
322 	char nm[16];
323 
324 	/* TYPE */
325 	for(i=0; i<UB_STATS_QTYPE_NUM; i++) {
326 		if(inhibit_zero && s->svr.qtype[i] == 0)
327 			continue;
328 		sldns_wire2str_type_buf((uint16_t)i, nm, sizeof(nm));
329 		PR_UL_SUB("num.query.type", nm, s->svr.qtype[i]);
330 	}
331 	if(!inhibit_zero || s->svr.qtype_big) {
332 		PR_UL("num.query.type.other", s->svr.qtype_big);
333 	}
334 
335 	/* CLASS */
336 	for(i=0; i<UB_STATS_QCLASS_NUM; i++) {
337 		if(inhibit_zero && s->svr.qclass[i] == 0)
338 			continue;
339 		sldns_wire2str_class_buf((uint16_t)i, nm, sizeof(nm));
340 		PR_UL_SUB("num.query.class", nm, s->svr.qclass[i]);
341 	}
342 	if(!inhibit_zero || s->svr.qclass_big) {
343 		PR_UL("num.query.class.other", s->svr.qclass_big);
344 	}
345 
346 	/* OPCODE */
347 	for(i=0; i<UB_STATS_OPCODE_NUM; i++) {
348 		if(inhibit_zero && s->svr.qopcode[i] == 0)
349 			continue;
350 		sldns_wire2str_opcode_buf(i, nm, sizeof(nm));
351 		PR_UL_SUB("num.query.opcode", nm, s->svr.qopcode[i]);
352 	}
353 
354 	/* transport */
355 	PR_UL("num.query.tcp", s->svr.qtcp);
356 	PR_UL("num.query.tcpout", s->svr.qtcp_outgoing);
357 	PR_UL("num.query.tls", s->svr.qtls);
358 	PR_UL("num.query.tls_resume", s->svr.qtls_resume);
359 	PR_UL("num.query.ipv6", s->svr.qipv6);
360 	PR_UL("num.query.https", s->svr.qhttps);
361 
362 	/* flags */
363 	PR_UL("num.query.flags.QR", s->svr.qbit_QR);
364 	PR_UL("num.query.flags.AA", s->svr.qbit_AA);
365 	PR_UL("num.query.flags.TC", s->svr.qbit_TC);
366 	PR_UL("num.query.flags.RD", s->svr.qbit_RD);
367 	PR_UL("num.query.flags.RA", s->svr.qbit_RA);
368 	PR_UL("num.query.flags.Z", s->svr.qbit_Z);
369 	PR_UL("num.query.flags.AD", s->svr.qbit_AD);
370 	PR_UL("num.query.flags.CD", s->svr.qbit_CD);
371 	PR_UL("num.query.edns.present", s->svr.qEDNS);
372 	PR_UL("num.query.edns.DO", s->svr.qEDNS_DO);
373 
374 	/* RCODE */
375 	for(i=0; i<UB_STATS_RCODE_NUM; i++) {
376 		/* Always include RCODEs 0-5 */
377 		if(inhibit_zero && i > LDNS_RCODE_REFUSED && s->svr.ans_rcode[i] == 0)
378 			continue;
379 		sldns_wire2str_rcode_buf(i, nm, sizeof(nm));
380 		PR_UL_SUB("num.answer.rcode", nm, s->svr.ans_rcode[i]);
381 	}
382 	if(!inhibit_zero || s->svr.ans_rcode_nodata) {
383 		PR_UL("num.answer.rcode.nodata", s->svr.ans_rcode_nodata);
384 	}
385 	/* iteration */
386 	PR_UL("num.query.ratelimited", s->svr.queries_ratelimited);
387 	/* validation */
388 	PR_UL("num.answer.secure", s->svr.ans_secure);
389 	PR_UL("num.answer.bogus", s->svr.ans_bogus);
390 	PR_UL("num.rrset.bogus", s->svr.rrset_bogus);
391 	PR_UL("num.query.aggressive.NOERROR", s->svr.num_neg_cache_noerror);
392 	PR_UL("num.query.aggressive.NXDOMAIN", s->svr.num_neg_cache_nxdomain);
393 	/* threat detection */
394 	PR_UL("unwanted.queries", s->svr.unwanted_queries);
395 	PR_UL("unwanted.replies", s->svr.unwanted_replies);
396 	/* cache counts */
397 	PR_UL("msg.cache.count", s->svr.msg_cache_count);
398 	PR_UL("rrset.cache.count", s->svr.rrset_cache_count);
399 	PR_UL("infra.cache.count", s->svr.infra_cache_count);
400 	PR_UL("key.cache.count", s->svr.key_cache_count);
401 	/* applied RPZ actions */
402 	for(i=0; i<UB_STATS_RPZ_ACTION_NUM; i++) {
403 		if(i == RPZ_NO_OVERRIDE_ACTION)
404 			continue;
405 		if(inhibit_zero && s->svr.rpz_action[i] == 0)
406 			continue;
407 		PR_UL_SUB("num.rpz.action", rpz_action_to_string(i), s->svr.rpz_action[i]);
408 	}
409 #ifdef USE_DNSCRYPT
410 	PR_UL("dnscrypt_shared_secret.cache.count",
411 			 s->svr.shared_secret_cache_count);
412 	PR_UL("num.query.dnscrypt.shared_secret.cachemiss",
413 			 s->svr.num_query_dnscrypt_secret_missed_cache);
414 	PR_UL("dnscrypt_nonce.cache.count", s->svr.nonce_cache_count);
415 	PR_UL("num.query.dnscrypt.replay",
416 			 s->svr.num_query_dnscrypt_replay);
417 #endif /* USE_DNSCRYPT */
418 	PR_UL("num.query.authzone.up", s->svr.num_query_authzone_up);
419 	PR_UL("num.query.authzone.down", s->svr.num_query_authzone_down);
420 #ifdef CLIENT_SUBNET
421 	PR_UL("num.query.subnet", s->svr.num_query_subnet);
422 	PR_UL("num.query.subnet_cache", s->svr.num_query_subnet_cache);
423 #endif
424 }
425 
426 /** print statistics out of memory structures */
427 static void do_stats_shm(struct config_file* cfg, struct ub_stats_info* stats,
428 	struct ub_shm_stat_info* shm_stat)
429 {
430 	int i;
431 	char nm[32];
432 	for(i=0; i<cfg->num_threads; i++) {
433 		snprintf(nm, sizeof(nm), "thread%d", i);
434 		pr_stats(nm, &stats[i+1]);
435 	}
436 	pr_stats("total", &stats[0]);
437 	print_uptime(shm_stat);
438 	if(cfg->stat_extended) {
439 		print_mem(shm_stat, &stats[0]);
440 		print_hist(stats);
441 		print_extended(stats);
442 	}
443 }
444 #endif /* HAVE_SHMGET */
445 
446 /** print statistics from shm memory segment */
447 static void print_stats_shm(const char* cfgfile, int quiet)
448 {
449 #ifdef HAVE_SHMGET
450 	struct config_file* cfg;
451 	struct ub_stats_info* stats;
452 	struct ub_shm_stat_info* shm_stat;
453 	int id_ctl, id_arr;
454 	/* read config */
455 	if(!(cfg = config_create()))
456 		fatal_exit("out of memory");
457 	if(!config_read(cfg, cfgfile, NULL))
458 		fatal_exit("could not read config file");
459 	/* get shm segments */
460 	id_ctl = shmget(cfg->shm_key, sizeof(int), SHM_R);
461 	if(id_ctl == -1) {
462 		fatal_exit("shmget(%d): %s", cfg->shm_key, strerror(errno));
463 	}
464 	id_arr = shmget(cfg->shm_key+1, sizeof(int), SHM_R);
465 	if(id_arr == -1) {
466 		fatal_exit("shmget(%d): %s", cfg->shm_key+1, strerror(errno));
467 	}
468 	shm_stat = (struct ub_shm_stat_info*)shmat(id_ctl, NULL, SHM_RDONLY);
469 	if(shm_stat == (void*)-1) {
470 		fatal_exit("shmat(%d): %s", id_ctl, strerror(errno));
471 	}
472 	stats = (struct ub_stats_info*)shmat(id_arr, NULL, SHM_RDONLY);
473 	if(stats == (void*)-1) {
474 		fatal_exit("shmat(%d): %s", id_arr, strerror(errno));
475 	}
476 
477 
478 	if(!quiet) {
479 		/* print the stats */
480 		do_stats_shm(cfg, stats, shm_stat);
481 	}
482 
483 	/* shutdown */
484 	shmdt(shm_stat);
485 	shmdt(stats);
486 	config_delete(cfg);
487 #else
488 	(void)cfgfile;
489 #endif /* HAVE_SHMGET */
490 }
491 
492 /** exit with ssl error */
493 static void ssl_err(const char* s)
494 {
495 	fprintf(stderr, "error: %s\n", s);
496 	ERR_print_errors_fp(stderr);
497 	exit(1);
498 }
499 
500 /** exit with ssl error related to a file path */
501 static void ssl_path_err(const char* s, const char *path)
502 {
503 	unsigned long err;
504 	err = ERR_peek_error();
505 	if(ERR_GET_LIB(err) == ERR_LIB_SYS) {
506 		fprintf(stderr, "error: %s\n%s: %s\n",
507 			s, path, ERR_reason_error_string(err));
508 		exit(1);
509 	} else {
510 		ssl_err(s);
511 	}
512 }
513 
514 /** setup SSL context */
515 static SSL_CTX*
516 setup_ctx(struct config_file* cfg)
517 {
518 	char* s_cert=NULL, *c_key=NULL, *c_cert=NULL;
519 	SSL_CTX* ctx;
520 
521 	if(!(options_remote_is_address(cfg) && cfg->control_use_cert))
522 		return NULL;
523 	s_cert = fname_after_chroot(cfg->server_cert_file, cfg, 1);
524 	c_key = fname_after_chroot(cfg->control_key_file, cfg, 1);
525 	c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1);
526 	if(!s_cert || !c_key || !c_cert)
527 		fatal_exit("out of memory");
528 	ctx = SSL_CTX_new(SSLv23_client_method());
529 	if(!ctx)
530 		ssl_err("could not allocate SSL_CTX pointer");
531 #if SSL_OP_NO_SSLv2 != 0
532 	if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) & SSL_OP_NO_SSLv2)
533 		!= SSL_OP_NO_SSLv2)
534 		ssl_err("could not set SSL_OP_NO_SSLv2");
535 #endif
536 	if((SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3) & SSL_OP_NO_SSLv3)
537 		!= SSL_OP_NO_SSLv3)
538 		ssl_err("could not set SSL_OP_NO_SSLv3");
539 #if defined(SSL_OP_NO_RENEGOTIATION)
540 	/* disable client renegotiation */
541 	if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
542 		SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION)
543 		ssl_err("could not set SSL_OP_NO_RENEGOTIATION");
544 #endif
545 	if(!SSL_CTX_use_certificate_chain_file(ctx,c_cert))
546 		ssl_path_err("Error setting up SSL_CTX client cert", c_cert);
547 	if(!SSL_CTX_use_PrivateKey_file(ctx,c_key,SSL_FILETYPE_PEM))
548 		ssl_path_err("Error setting up SSL_CTX client key", c_key);
549 	if(!SSL_CTX_check_private_key(ctx))
550 		ssl_err("Error setting up SSL_CTX client key");
551 	if(SSL_CTX_load_verify_locations(ctx, s_cert, NULL) != 1)
552 		ssl_path_err("Error setting up SSL_CTX verify, server cert",
553 			     s_cert);
554 	SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, NULL);
555 
556 	free(s_cert);
557 	free(c_key);
558 	free(c_cert);
559 	return ctx;
560 }
561 
562 /** check connect error */
563 static void
564 checkconnecterr(int err, const char* svr, struct sockaddr_storage* addr,
565 	socklen_t addrlen, int statuscmd, int useport)
566 {
567 #ifndef USE_WINSOCK
568 	if(!useport) log_err("connect: %s for %s", strerror(err), svr);
569 	else log_err_addr("connect", strerror(err), addr, addrlen);
570 	if(err == ECONNREFUSED && statuscmd) {
571 		printf("unbound is stopped\n");
572 		exit(3);
573 	}
574 #else
575 	int wsaerr = err;
576 	if(!useport) log_err("connect: %s for %s", wsa_strerror(wsaerr), svr);
577 	else log_err_addr("connect", wsa_strerror(wsaerr), addr, addrlen);
578 	if(wsaerr == WSAECONNREFUSED && statuscmd) {
579 		printf("unbound is stopped\n");
580 		exit(3);
581 	}
582 #endif
583 	exit(1);
584 }
585 
586 /** contact the server with TCP connect */
587 static int
588 contact_server(const char* svr, struct config_file* cfg, int statuscmd)
589 {
590 	struct sockaddr_storage addr;
591 	socklen_t addrlen;
592 	int addrfamily = 0, proto = IPPROTO_TCP;
593 	int fd, useport = 1;
594 	char** rcif = NULL;
595 	int num_rcif = 0;
596 	/* use svr or the first config entry */
597 	if(!svr) {
598 		if(cfg->control_ifs.first) {
599 			struct sockaddr_storage addr2;
600 			socklen_t addrlen2;
601 			if(extstrtoaddr(cfg->control_ifs.first->str, &addr2,
602 				&addrlen2)) {
603 				svr = cfg->control_ifs.first->str;
604 			} else {
605 				if(!resolve_interface_names(NULL, 0,
606 					cfg->control_ifs.first, &rcif,
607 					&num_rcif)) {
608 					fatal_exit("could not resolve interface names");
609 				}
610 				if(rcif == NULL || num_rcif == 0) {
611 					fatal_exit("no control interfaces");
612 				}
613 				svr = rcif[0];
614 			}
615 		} else if(cfg->do_ip4) {
616 			svr = "127.0.0.1";
617 		} else {
618 			svr = "::1";
619 		}
620 		/* config 0 addr (everything), means ask localhost */
621 		if(strcmp(svr, "0.0.0.0") == 0)
622 			svr = "127.0.0.1";
623 		else if(strcmp(svr, "::0") == 0 ||
624 			strcmp(svr, "0::0") == 0 ||
625 			strcmp(svr, "0::") == 0 ||
626 			strcmp(svr, "::") == 0)
627 			svr = "::1";
628 	}
629 	if(strchr(svr, '@')) {
630 		if(!extstrtoaddr(svr, &addr, &addrlen))
631 			fatal_exit("could not parse IP@port: %s", svr);
632 #ifdef HAVE_SYS_UN_H
633 	} else if(svr[0] == '/') {
634 		struct sockaddr_un* usock = (struct sockaddr_un *) &addr;
635 		usock->sun_family = AF_LOCAL;
636 #ifdef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN
637 		usock->sun_len = (unsigned)sizeof(usock);
638 #endif
639 		(void)strlcpy(usock->sun_path, svr, sizeof(usock->sun_path));
640 		addrlen = (socklen_t)sizeof(struct sockaddr_un);
641 		addrfamily = AF_LOCAL;
642 		useport = 0;
643 		proto = 0;
644 #endif
645 	} else {
646 		if(!ipstrtoaddr(svr, cfg->control_port, &addr, &addrlen))
647 			fatal_exit("could not parse IP: %s", svr);
648 	}
649 
650 	if(addrfamily == 0)
651 		addrfamily = addr_is_ip6(&addr, addrlen)?PF_INET6:PF_INET;
652 	fd = socket(addrfamily, SOCK_STREAM, proto);
653 	if(fd == -1) {
654 		fatal_exit("socket: %s", sock_strerror(errno));
655 	}
656 	fd_set_nonblock(fd);
657 	if(connect(fd, (struct sockaddr*)&addr, addrlen) < 0) {
658 #ifndef USE_WINSOCK
659 #ifdef EINPROGRESS
660 		if(errno != EINPROGRESS) {
661 			checkconnecterr(errno, svr, &addr,
662 				addrlen, statuscmd, useport);
663 		}
664 #endif
665 #else
666 		if(WSAGetLastError() != WSAEINPROGRESS &&
667 			WSAGetLastError() != WSAEWOULDBLOCK) {
668 			checkconnecterr(WSAGetLastError(), svr, &addr,
669 				addrlen, statuscmd, useport);
670 		}
671 #endif
672 	}
673 	while(1) {
674 		fd_set rset, wset, eset;
675 		struct timeval tv;
676 		FD_ZERO(&rset);
677 		FD_SET(FD_SET_T fd, &rset);
678 		FD_ZERO(&wset);
679 		FD_SET(FD_SET_T fd, &wset);
680 		FD_ZERO(&eset);
681 		FD_SET(FD_SET_T fd, &eset);
682 		tv.tv_sec = UNBOUND_CONTROL_CONNECT_TIMEOUT/1000;
683 		tv.tv_usec= (UNBOUND_CONTROL_CONNECT_TIMEOUT%1000)*1000;
684 		if(select(fd+1, &rset, &wset, &eset, &tv) == -1) {
685 			fatal_exit("select: %s", sock_strerror(errno));
686 		}
687 		if(!FD_ISSET(fd, &rset) && !FD_ISSET(fd, &wset) &&
688 			!FD_ISSET(fd, &eset)) {
689 			fatal_exit("timeout: could not connect to server");
690 		} else {
691 			/* check nonblocking connect error */
692 			int error = 0;
693 			socklen_t len = (socklen_t)sizeof(error);
694 			if(getsockopt(fd, SOL_SOCKET, SO_ERROR, (void*)&error,
695 				&len) < 0) {
696 #ifndef USE_WINSOCK
697 				error = errno; /* on solaris errno is error */
698 #else
699 				error = WSAGetLastError();
700 #endif
701 			}
702 			if(error != 0) {
703 #ifndef USE_WINSOCK
704 #ifdef EINPROGRESS
705 				if(error == EINPROGRESS)
706 					continue; /* try again later */
707 #endif
708 #ifdef EWOULDBLOCK
709 				if(error == EWOULDBLOCK)
710 					continue; /* try again later */
711 #endif
712 #else
713 				if(error == WSAEINPROGRESS)
714 					continue; /* try again later */
715 				if(error == WSAEWOULDBLOCK)
716 					continue; /* try again later */
717 #endif
718 				checkconnecterr(error, svr, &addr, addrlen,
719 					statuscmd, useport);
720 			}
721 		}
722 		break;
723 	}
724 	fd_set_block(fd);
725 	config_del_strarray(rcif, num_rcif);
726 	return fd;
727 }
728 
729 /** setup SSL on the connection */
730 static SSL*
731 setup_ssl(SSL_CTX* ctx, int fd)
732 {
733 	SSL* ssl;
734 	X509* x;
735 	int r;
736 
737 	if(!ctx) return NULL;
738 	ssl = SSL_new(ctx);
739 	if(!ssl)
740 		ssl_err("could not SSL_new");
741 	SSL_set_connect_state(ssl);
742 	(void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY);
743 	if(!SSL_set_fd(ssl, fd))
744 		ssl_err("could not SSL_set_fd");
745 	while(1) {
746 		ERR_clear_error();
747 		if( (r=SSL_do_handshake(ssl)) == 1)
748 			break;
749 		r = SSL_get_error(ssl, r);
750 		if(r != SSL_ERROR_WANT_READ && r != SSL_ERROR_WANT_WRITE)
751 			ssl_err("SSL handshake failed");
752 		/* wants to be called again */
753 	}
754 
755 	/* check authenticity of server */
756 	if(SSL_get_verify_result(ssl) != X509_V_OK)
757 		ssl_err("SSL verification failed");
758 	x = SSL_get_peer_certificate(ssl);
759 	if(!x)
760 		ssl_err("Server presented no peer certificate");
761 	X509_free(x);
762 
763 	return ssl;
764 }
765 
766 /** read from ssl or fd, fatalexit on error, 0 EOF, 1 success */
767 static int
768 remote_read(SSL* ssl, int fd, char* buf, size_t len)
769 {
770 	if(ssl) {
771 		int r;
772 		ERR_clear_error();
773 		if((r = SSL_read(ssl, buf, (int)len-1)) <= 0) {
774 			if(SSL_get_error(ssl, r) == SSL_ERROR_ZERO_RETURN) {
775 				/* EOF */
776 				return 0;
777 			}
778 			ssl_err("could not SSL_read");
779 		}
780 		buf[r] = 0;
781 	} else {
782 		ssize_t rr = recv(fd, buf, len-1, 0);
783 		if(rr <= 0) {
784 			if(rr == 0) {
785 				/* EOF */
786 				return 0;
787 			}
788 			fatal_exit("could not recv: %s", sock_strerror(errno));
789 		}
790 		buf[rr] = 0;
791 	}
792 	return 1;
793 }
794 
795 /** write to ssl or fd, fatalexit on error */
796 static void
797 remote_write(SSL* ssl, int fd, const char* buf, size_t len)
798 {
799 	if(ssl) {
800 		if(SSL_write(ssl, buf, (int)len) <= 0)
801 			ssl_err("could not SSL_write");
802 	} else {
803 		if(send(fd, buf, len, 0) < (ssize_t)len) {
804 			fatal_exit("could not send: %s", sock_strerror(errno));
805 		}
806 	}
807 }
808 
809 /** check args, to see if too many args. Because when a file is sent it
810  * would wait for the terminal, and we can check for too many arguments,
811  * eg. user put arguments on the commandline. */
812 static void
813 check_args_for_listcmd(int argc, char* argv[])
814 {
815 	if(argc >= 1 && (strcmp(argv[0], "local_zones") == 0 ||
816 		strcmp(argv[0], "local_zones_remove") == 0 ||
817 		strcmp(argv[0], "local_datas") == 0 ||
818 		strcmp(argv[0], "local_datas_remove") == 0) &&
819 		argc >= 2) {
820 		fatal_exit("too many arguments for command '%s', "
821 			"content is piped in from stdin", argv[0]);
822 	}
823 	if(argc >= 1 && (strcmp(argv[0], "view_local_datas") == 0 ||
824 		strcmp(argv[0], "view_local_datas_remove") == 0) &&
825 		argc >= 3) {
826 		fatal_exit("too many arguments for command '%s', "
827 			"content is piped in from stdin", argv[0]);
828 	}
829 }
830 
831 /** send stdin to server */
832 static void
833 send_file(SSL* ssl, int fd, FILE* in, char* buf, size_t sz)
834 {
835 	while(fgets(buf, (int)sz, in)) {
836 		remote_write(ssl, fd, buf, strlen(buf));
837 	}
838 }
839 
840 /** send end-of-file marker to server */
841 static void
842 send_eof(SSL* ssl, int fd)
843 {
844 	char e[] = {0x04, 0x0a};
845 	remote_write(ssl, fd, e, sizeof(e));
846 }
847 
848 /** send command and display result */
849 static int
850 go_cmd(SSL* ssl, int fd, int quiet, int argc, char* argv[])
851 {
852 	char pre[10];
853 	const char* space=" ";
854 	const char* newline="\n";
855 	int was_error = 0, first_line = 1;
856 	int i;
857 	char buf[1024];
858 	snprintf(pre, sizeof(pre), "UBCT%d ", UNBOUND_CONTROL_VERSION);
859 	remote_write(ssl, fd, pre, strlen(pre));
860 	for(i=0; i<argc; i++) {
861 		remote_write(ssl, fd, space, strlen(space));
862 		remote_write(ssl, fd, argv[i], strlen(argv[i]));
863 	}
864 	remote_write(ssl, fd, newline, strlen(newline));
865 
866 	if(argc == 1 && strcmp(argv[0], "load_cache") == 0) {
867 		send_file(ssl, fd, stdin, buf, sizeof(buf));
868 	}
869 	else if(argc >= 1 && (strcmp(argv[0], "local_zones") == 0 ||
870 		strcmp(argv[0], "local_zones_remove") == 0 ||
871 		strcmp(argv[0], "local_datas") == 0 ||
872 		strcmp(argv[0], "view_local_datas") == 0 ||
873 		strcmp(argv[0], "local_datas_remove") == 0 ||
874 		strcmp(argv[0], "view_local_datas_remove") == 0)) {
875 		send_file(ssl, fd, stdin, buf, sizeof(buf));
876 		send_eof(ssl, fd);
877 	}
878 
879 	while(1) {
880 		if(remote_read(ssl, fd, buf, sizeof(buf)) == 0) {
881 			break; /* EOF */
882 		}
883 		if(first_line && strncmp(buf, "error", 5) == 0) {
884 			printf("%s", buf);
885 			was_error = 1;
886 		} else if(!quiet) {
887 			printf("%s", buf);
888 		}
889 
890 		first_line = 0;
891 	}
892 	return was_error;
893 }
894 
895 /** go ahead and read config, contact server and perform command and display */
896 static int
897 go(const char* cfgfile, char* svr, int quiet, int argc, char* argv[])
898 {
899 	struct config_file* cfg;
900 	int fd, ret;
901 	SSL_CTX* ctx;
902 	SSL* ssl;
903 
904 	/* read config */
905 	if(!(cfg = config_create()))
906 		fatal_exit("out of memory");
907 	if(!config_read(cfg, cfgfile, NULL))
908 		fatal_exit("could not read config file");
909 	if(!cfg->remote_control_enable)
910 		log_warn("control-enable is 'no' in the config file.");
911 #ifdef UB_ON_WINDOWS
912 	w_config_adjust_directory(cfg);
913 #endif
914 	ctx = setup_ctx(cfg);
915 
916 	/* contact server */
917 	fd = contact_server(svr, cfg, argc>0&&strcmp(argv[0],"status")==0);
918 	ssl = setup_ssl(ctx, fd);
919 
920 	/* send command */
921 	ret = go_cmd(ssl, fd, quiet, argc, argv);
922 
923 	if(ssl) SSL_free(ssl);
924 	sock_close(fd);
925 	if(ctx) SSL_CTX_free(ctx);
926 	config_delete(cfg);
927 	return ret;
928 }
929 
930 /** getopt global, in case header files fail to declare it. */
931 extern int optind;
932 /** getopt global, in case header files fail to declare it. */
933 extern char* optarg;
934 
935 /** Main routine for unbound-control */
936 int main(int argc, char* argv[])
937 {
938 	int c, ret;
939 	int quiet = 0;
940 	const char* cfgfile = CONFIGFILE;
941 	char* svr = NULL;
942 #ifdef USE_WINSOCK
943 	int r;
944 	WSADATA wsa_data;
945 #endif
946 #ifdef USE_THREAD_DEBUG
947 	/* stop the file output from unbound-control, overwrites the servers */
948 	extern int check_locking_order;
949 	check_locking_order = 0;
950 #endif /* USE_THREAD_DEBUG */
951 	checklock_start();
952 	log_ident_set("unbound-control");
953 	log_init(NULL, 0, NULL);
954 #ifdef USE_WINSOCK
955 	/* use registry config file in preference to compiletime location */
956 	if(!(cfgfile=w_lookup_reg_str("Software\\Unbound", "ConfigFile")))
957 		cfgfile = CONFIGFILE;
958 #endif
959 	/* parse the options */
960 	while( (c=getopt(argc, argv, "c:s:qh")) != -1) {
961 		switch(c) {
962 		case 'c':
963 			cfgfile = optarg;
964 			break;
965 		case 's':
966 			svr = optarg;
967 			break;
968 		case 'q':
969 			quiet = 1;
970 			break;
971 		case '?':
972 		case 'h':
973 		default:
974 			usage();
975 		}
976 	}
977 	argc -= optind;
978 	argv += optind;
979 	if(argc == 0)
980 		usage();
981 	if(argc >= 1 && strcmp(argv[0], "start")==0) {
982 #if (defined(TARGET_OS_TV) && TARGET_OS_TV) || (defined(TARGET_OS_WATCH) && TARGET_OS_WATCH)
983 		fatal_exit("could not exec unbound: %s",
984 			strerror(ENOSYS));
985 #else
986 		if(execlp("unbound", "unbound", "-c", cfgfile,
987 			(char*)NULL) < 0) {
988 			fatal_exit("could not exec unbound: %s",
989 				strerror(errno));
990 		}
991 #endif
992 	}
993 	if(argc >= 1 && strcmp(argv[0], "stats_shm")==0) {
994 		print_stats_shm(cfgfile, quiet);
995 		return 0;
996 	}
997 	check_args_for_listcmd(argc, argv);
998 
999 #ifdef USE_WINSOCK
1000 	if((r = WSAStartup(MAKEWORD(2,2), &wsa_data)) != 0)
1001 		fatal_exit("WSAStartup failed: %s", wsa_strerror(r));
1002 #endif
1003 
1004 #ifdef HAVE_ERR_LOAD_CRYPTO_STRINGS
1005 	ERR_load_crypto_strings();
1006 #endif
1007 #if OPENSSL_VERSION_NUMBER < 0x10100000 || !defined(HAVE_OPENSSL_INIT_SSL)
1008 	ERR_load_SSL_strings();
1009 #endif
1010 #if OPENSSL_VERSION_NUMBER < 0x10100000 || !defined(HAVE_OPENSSL_INIT_CRYPTO)
1011 #  ifndef S_SPLINT_S
1012 	OpenSSL_add_all_algorithms();
1013 #  endif
1014 #else
1015 	OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS
1016 		| OPENSSL_INIT_ADD_ALL_DIGESTS
1017 		| OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL);
1018 #endif
1019 #if OPENSSL_VERSION_NUMBER < 0x10100000 || !defined(HAVE_OPENSSL_INIT_SSL)
1020 	(void)SSL_library_init();
1021 #else
1022 	(void)OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL);
1023 #endif
1024 
1025 	if(!RAND_status()) {
1026 		/* try to seed it */
1027 		unsigned char buf[256];
1028 		unsigned int seed=(unsigned)time(NULL) ^ (unsigned)getpid();
1029 		unsigned int v = seed;
1030 		size_t i;
1031 		for(i=0; i<256/sizeof(v); i++) {
1032 			memmove(buf+i*sizeof(v), &v, sizeof(v));
1033 			v = v*seed + (unsigned int)i;
1034 		}
1035 		RAND_seed(buf, 256);
1036 		log_warn("no entropy, seeding openssl PRNG with time\n");
1037 	}
1038 
1039 	ret = go(cfgfile, svr, quiet, argc, argv);
1040 
1041 #ifdef USE_WINSOCK
1042 	WSACleanup();
1043 #endif
1044 	checklock_stop();
1045 	return ret;
1046 }
1047