]> git.ipfire.org Git - thirdparty/bind9.git/commit
move several query.c helper functions to client.c and rename
authorEvan Hunt <each@isc.org>
Fri, 10 Aug 2018 22:54:14 +0000 (15:54 -0700)
committerEvan Hunt <each@isc.org>
Thu, 6 Dec 2018 18:29:10 +0000 (10:29 -0800)
commite4f0a98b4d58884971567da426d5f5064a8a0ef7
tree7dee5e2a5fd61f8466109a375dad7fa6607577d0
parent0d7ab9bafc565de9157b9ab5d14024630a3350b8
move several query.c helper functions to client.c and rename

- these formerly static helper functions have been moved into client.c
  and made external so that they can be used in hook modules as well as
  internally in libns: query_newrdataset, query_putrdataset,
  query_newnamebuf, query_newname, query_getnamebuf, query_keepname,
  query_releasename, query_newdbversion, query_findversion
- made query_recurse() and query_done() into public functions
  ns_query_recurse() and ns_query_done() so they can be called from
  modules.
bin/named/server.c
lib/ns/client.c
lib/ns/include/ns/client.h
lib/ns/include/ns/query.h
lib/ns/query.c
lib/ns/tests/query_test.c
lib/ns/win32/libns.def