- 28 Jun, 2000 40 commits
-
-
Jim Reid authored
tidied up some clumsy English and missing option intros.
-
Brian Wellington authored
-
Andreas Gustafsson authored
-
Brian Wellington authored
-
Brian Wellington authored
-
David Lawrence authored
base type. also, identify the type of resolv.conf files automatically. no need to pull up.
-
Brian Wellington authored
-
Brian Wellington authored
-
Brian Wellington authored
-
Brian Wellington authored
success.
-
Jim Reid authored
removed references to ENI_ error codes because they're not documented in RFC2133 and are defined in getnameinfo.c rather than some include file anyway
-
Andreas Gustafsson authored
292. [bug] Due to problems with the way some operating systems handle simultaneous listening on IPv4 and IPv6 addresses, the server no longer listens on IPv6 addresses by default. To revert to the previous behavior, specify "listen-on-v6 { any; };" in the config file.
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
over TCP just because the incoming recursive query was a TCP one.
-
David Lawrence authored
-
David Lawrence authored
rdatastructpre.h and rdatastructsuf.h already provide the wrapper. (no need to pull up.)
-
David Lawrence authored
no need to pull these changes up to the 9.0.0 branch.
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Michael Sawyer authored
-
Andreas Gustafsson authored
make a real kit rather than just tarring up a CVS tree
-
Andreas Gustafsson authored
-
David Lawrence authored
-
David Lawrence authored
host is now installed in $bindir. (Be sure to remove any $sbindir/dig from a previous release.) 288. [func] rndc is now installed by "make install" into $sbindir. 287. [bug] rndc now works again as "rndc 127.1 reload" (for only that task). Parsing its configuration file and using digital signatures for authentication has been disabled until named supports the "controls" statment, post-9.0.0. Items 287 and 288 address issues raised in RT #145.
-
David Lawrence authored
host is now installed in $bindir. (Be sure to remove any $sbindir/dig from a previous release.)
-
Michael Graff authored
put edns0 restarts back to 3, and fix up a few trace messages to be standard ones -- lower case first letter.
-
Andreas Gustafsson authored
-
David Lawrence authored
$sbindir. This resolves RT #145 item 1.
-
Michael Graff authored
-
Michael Graff authored
-
David Lawrence authored
latter won't block on the internal omapi task.
-
David Lawrence authored
messages will not be signed with dst. The dst goo is CPP'd out with "#ifdef notyet". Added an undocumented -v (verbose) flag for debugging. The program currently hangs in isc_taskmgr_destroy(), which I will be trying to nail down tomorrow morning. Really must get to bed.
-
David Lawrence authored
will not work until the "controls" statement is implemented in named.conf post-9.0.0.
-
Andreas Gustafsson authored
where SIGHUP had the SIG_IGN action, SIGHUP would be ignored rather than causing the server to reload its configuration.
-
David Lawrence authored
is not defined. no need to pull this one up to v9_0.
-
David Lawrence authored
dst_lib_init to be called before any of the dst functions are used. The missing calls for dst_lib_init() and dst_lib_destroy() have been added to the application here, rather than to omapi_lib_init(), to be consistent with the rest of our applications. Not sure that this warrants a CHANGES entry since it is just a test program. Then again, it is probably worth mentioning that programs using OMAPI will need to ensure they call dst_lib_init() before they call omapi_listener_listen(). Unfortunately omapi_lib_init() can't require dst having been initialized as part of its contract because it can't figure out whether that's true or not.
-
Jim Reid authored
-