Lines Matching +full:non +full:- +full:secure +full:- +full:domain
3 .\" libunbound.3 -- unbound library functions manual
47 \- Unbound DNS validating resolver 1.15.0 functions.
155 DNSSEC validation. This is the library API, for using the \-lunbound library.
159 and obtain other information from the DNS. The library performs public\-key
170 The functions are thread\-safe, and a context can be used in a threaded (as
171 well as in a non\-threaded) environment. Also resolution (and validation)
172 can be performed blocking and non\-blocking (also called asynchronous).
197 A power\-user interface that lets you specify one of the options from the
203 A power\-user interface that gets an option value. Some options cannot be
208 A power\-user interface that lets you specify an unbound config file, see
211 routines exist. This function is thread\-safe only if a single instance of
249 the system\-wide configured nameserver is picked instead).
256 DNSSEC secure. If fname NULL is passed, "/etc/hosts" is used
266 The format is a string, similar to the zone\-file format,
272 file with \fIunbound\-anchor\fR(8) for the root anchor. You can also
286 Pass the name of a bind\-style config file with trusted\-keys{}.
292 output. Default is stderr. File\-names or using syslog can be enabled
307 calls have been made have no effect (delete and re\-create the context
337 The name is a domain name in a zero terminated text string.
373 Add new zone to local authority info, like local\-zone \fIunbound.conf\fR(5)
380 Add resource record data to local authority info, like local\-data
402 int secure; /* true if result is secure */
410 If both secure and bogus are false, security was not enabled for the
411 domain of the query. Else, they are not both true, one of them is true.
424 returns a file descriptor or \-1 on error.