bind9/lib/ns
Diego Fronza 95add01643 Silence coverity warnings in query.c
Return value of dns_db_getservestalerefresh() and
dns_db_getservestalettl() functions were previously unhandled.

This commit purposefully ignore those return values since there is
no side effect if those results are != ISC_R_SUCCESS, it also supress
Coverity warnings.
2020-11-26 14:55:14 +00:00
..
include implementation of hook-based asynchronous functionality 2020-11-24 15:11:39 -08:00
tests implementation of hook-based asynchronous functionality 2020-11-24 15:11:39 -08:00
win32 implementation of hook-based asynchronous functionality 2020-11-24 15:11:39 -08:00
api Update library API versions 2020-11-26 12:12:17 +01:00
client.c Fix a startup/shutdown crash in ns_clientmgr_create 2020-11-10 14:17:05 +01:00
hooks.c Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
interfacemgr.c Shutdown interface if we can't listen on it to avoid shutdown hang 2020-11-10 14:17:09 +01:00
lib.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
listenlist.c Add DoT support to bind 2020-11-10 14:16:55 +01:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
Makefile.am implementation of hook-based asynchronous functionality 2020-11-24 15:11:39 -08:00
notify.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
query.c Silence coverity warnings in query.c 2020-11-26 14:55:14 +00:00
server.c Simplify the EDNS buffer size logic for DNS Flag Day 2020 2020-10-05 16:21:21 +02:00
sortlist.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
stats.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
update.c Refactored dns_message_t for using attach/detach semantics 2020-09-29 08:22:08 +02:00
xfrout.c Fix the isc_nm_closedown() to actually close the pending connections 2020-10-22 11:37:16 -07:00