bind9/bin
David Lawrence e0720bd847 omapi_test has failed to work since the dst API change because it required
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.
2000-06-28 03:37:47 +00:00
..
dig Memory leak in ixfr processing and grammatical error in debug message 2000-06-27 23:18:14 +00:00
dnssec incorporated Brian's corrections and improvements 2000-06-28 03:20:49 +00:00
lwresd add RCS id string 2000-06-22 22:00:42 +00:00
named rm -f lwresd before trying to link it to named in the install target. 2000-06-28 02:54:55 +00:00
nsupdate Instruction removed which was not only buggy, but pointless. 2000-06-27 22:04:06 +00:00
rndc add RCS id string 2000-06-22 22:00:42 +00:00
tests omapi_test has failed to work since the dst API change because it required 2000-06-28 03:37:47 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in removed bin/lwresd directory from distribution 2000-06-26 23:03:03 +00:00