| 
|   | unbound-anchor.c | 
|   | This file checks to see that the current 5011 keys work to prime the current root anchor. 
  | 
|   | 
|   | unbound-checkconf.c | 
|   | The config checker checks for syntax and other errors in the unbound.conf file, and can be used to check for errors before the server is started or sigHUPped. 
  | 
|   | 
|   | unbound-control.c | 
|   | The remote control utility contacts the unbound server over ssl and sends the command, receives the answer, and displays the result from the commandline. 
  | 
|   | 
|   | unbound-host.c | 
|   | This file performs functionality like 'host', and also supports validation. 
  | 
|   | 
|   | worker_cb.c | 
|   | This file contains fake callback functions, so that the symbols exist and the fptr_wlist continues to work even if the daemon/worker is not linked into the resulting program. 
  | 
|   |