bind9/lib
Ondřej Surý 4d85040df5 Change the ISC_R_SUCCESS to DNS_RRL_RESULT_OK in dns_rrl()
There's value mismatch between the return type of dns_rrl() that's
dns_rrl_result_t and ISC_R_SUCCESS which belongs to isc_result_t.  This
works incidentally, because DNS_RRL_RESULT_OK == ISC_R_SUCCESS.

This would break when we change isc_result_t to be static enum in
consecutive commit.  Change the value to match the type.
2021-10-05 22:13:29 +02:00
..
bind9 Add OPENSSL_CFLAGS to libbind9 Makefile.am 2021-10-05 13:13:53 +00:00
dns Change the ISC_R_SUCCESS to DNS_RRL_RESULT_OK in dns_rrl() 2021-10-05 22:13:29 +02:00
irs Check parsed resconf values 2021-08-12 09:52:52 -07:00
isc DoT: do not attempt to call read callback if it is not avaialble 2021-10-05 11:26:14 +03:00
isccc Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00
isccfg Add "session-tickets" options to the "tls" clause 2021-10-01 15:50:43 +03:00
ns Require "dot" ALPN token for zone transfer requests over DoT (XoT) 2021-10-05 11:23:47 +03:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Enforce a run time limit on unit test binaries 2021-04-07 11:41:45 +02:00