bind9/lib/samples
Ondřej Surý 33eefe9f85 The dns_message_create() cannot fail, change the return to void
The dns_message_create() function cannot soft fail (as all memory
allocations either succeed or cause abort), so we change the function to
return void and cleanup the calls.
2020-09-29 08:22:08 +02:00
..
win32 Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
Makefile.am Cleanup libirs APIs and slim down the library to just irs_resconf 2020-04-24 08:33:34 +02:00
nsprobe.c The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
resolve.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
rootkey.sh update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
sample-async.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
sample-request.c The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
sample-update.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00