bind9/bin/rndc
Evan Hunt 45ab0603eb use an isc_task to execute rndc commands
- using an isc_task to execute all rndc functions makes it relatively
  simple for them to acquire task exclusive mode when needed
- control_recvmessage() has been separated into two functions,
  control_recvmessage() and control_respond(). the respond function
  can be called immediately from control_recvmessage() when processing
  a nonce, or it can be called after returning from the task event
  that ran the rndc command function.
2020-07-13 13:16:53 -07:00
..
include Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00
win32 Move the dependencies from sln to vcxproj files 2020-05-28 08:08:30 +02:00
.gitignore [master] update gitignore files; use rev-parse to get srcid 2014-06-17 13:49:30 -07:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
rndc.c use an isc_task to execute rndc commands 2020-07-13 13:16:53 -07:00
rndc.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
rndc.conf.rst Text and formatting edits to various manual pages. 2020-07-02 10:11:01 +02:00
rndc.rst Text edits to manual paages 2020-07-02 10:35:58 +02:00
util.c replace fputs() with fprintf() 2020-05-04 09:14:58 +02:00
util.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00