Lines Matching +full:non +full:- +full:secure +full:- +full:domain

2  * unbound.h - unbound validating resolver public API
57 * Application not threaded. Non-blocking ('asynchronous').
75 * Application threaded. Non-blocking ('asynchronous').
76 * ... setup threaded-asynchronous config option
78 * ... same as async for non-threaded
90 * The blocking calls use shared ctx-cache when threaded. Thus
95 * And no buffers need to be set up, but a context-switch happens.
169 * If there was no data, and the domain did not exist, this is true.
170 * If it is false, and there was no data, then the domain name
177 * False, if validation failed or domain queried has no security info.
180 * and secure is true. This means that the non-existence of the data
183 int secure;
186 * If the result was not secure (secure==0), and this result is due
192 * If !secure and !bogus, this can happen if the data is not secure
193 * because security is disabled for that domain name.
194 * This means the data is from a domain where data is not signed.
241 /** socket operation. Set to -1, so that if an error from _fd() is
242 * passed (-1) it gives a socket error. */
243 UB_SOCKET = -1,
245 UB_NOMEM = -2,
247 UB_SYNTAX = -3,
249 UB_SERVFAIL = -4,
251 UB_FORKFAIL = -5,
253 UB_AFTERFINAL = -6,
255 UB_INITFAIL = -7,
257 UB_PIPE = -8,
259 UB_READFILE = -9,
261 UB_NOID = -10
286 * This is a power-users interface that lets you specify all sorts
301 * This is a power-users interface that lets you specify all sorts
305 * entries (auto-trust-anchor-file), a newline delimited list is
315 * This is a power-users interface that lets you specify all sorts
327 * DNSSEC-capable, validation may fail. Can be called several times, in
357 * This is similar to a stub-zone entry in unbound.conf.
364 * The addr is added to the list of stub-addresses if the entry exists.
366 * @param isprime: set to true to set stub-prime to yes for the stub.
393 * These addresses are not flagged as DNSSEC secure when queried for.
410 * @param ta: string, with zone-format RR on one line.
431 * Pass the name of a file that was output from eg. unbound-anchor,
444 * Pass the name of a bind-style config file with trusted-keys{}.
448 * @param fname: filename of file with bind-style config entries with trust
481 * no effect (delete and re-create the context to change).
512 * @return: -1 on error, or file descriptor to use select(2) with.
529 * @param name: domain name in text format (a zero terminated text string).
548 * @param name: domain name in text format (a string).
563 * @param async_id: if you pass a non-NULL value, an identifier number is
630 * Similar to local-data config statement.
654 * this struct is shared on a shm segment (shm-key in unbound.conf)
704 /** number of queries that had a cache-miss. */
706 /** number of prefetch queries - cachehits with prefetch */
769 /** answers that were secure (AD) */
775 /** number of queries that have been ratelimited by domain recursion. */
777 /** unwanted traffic received on server-facing ports */
779 /** unwanted traffic received on client-facing ports */
831 /** number of queries answered from edns-subnet specific data */
833 /** number of queries answered from edns-subnet specific data, and
834 * the answer was from the edns-subnet cache. */
852 /** number of queries removed due to discard-timeout */
854 /** number of queries removed due to wait-limit */