Brian Wellington
57bae12486
Remove multiple A records, since it makes testing far more complicated.
2000-06-28 21:56:13 +00:00
Brian Wellington
09aea877e7
An lwres context was being destroyed while still in use
2000-06-28 21:55:33 +00:00
Brian Wellington
f51647808f
Using 0 as an error value tends to conflict with using 0 to represent
...
success.
2000-06-28 21:43:46 +00:00
Jim Reid
084d809e48
fixed some typos
...
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
2000-06-28 21:43:41 +00:00
Andreas Gustafsson
d68e4b66b1
added missing CHANGES entry:
...
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.
2000-06-28 21:42:15 +00:00
Andreas Gustafsson
507bdd91f7
added script for updating internet-draft collection
2000-06-28 20:37:09 +00:00
Andreas Gustafsson
fa53754ae2
updated drafts
2000-06-28 20:30:02 +00:00
Andreas Gustafsson
e44d56866b
291. [func] Caching servers no longer send outgoing queries
...
over TCP just because the incoming recursive query
was a TCP one.
2000-06-28 19:44:01 +00:00
David Lawrence
d7e7a17b76
be more tolerant of the copyright comment style used in the manual pages
2000-06-28 19:26:53 +00:00
David Lawrence
5eae30a019
in fact, ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS are not needed at all since
...
rdatastructpre.h and rdatastructsuf.h already provide the wrapper.
(no need to pull up.)
2000-06-28 19:07:19 +00:00
David Lawrence
778d24f5ba
do not include isc/lang.h; rdatastructpre.h already gets it.
...
no need to pull these changes up to the 9.0.0 branch.
2000-06-28 19:03:24 +00:00
Andreas Gustafsson
e0a18a86d9
CVS ID
2000-06-28 19:01:52 +00:00
Andreas Gustafsson
9a3d43d3b4
update_copyrights
2000-06-28 19:00:50 +00:00
Andreas Gustafsson
5186d88421
removed lines for files that no longer exist
2000-06-28 18:46:03 +00:00
Andreas Gustafsson
1689e35934
merge_copyrights
2000-06-28 18:42:45 +00:00
Michael Sawyer
84c4c99c9e
290. [cleanup] +twiddle option to dig (for testing only) removed.
2000-06-28 18:20:44 +00:00
Andreas Gustafsson
e3b58cfbec
tarball now built at :45 so that there is time to
...
make a real kit rather than just tarring up a CVS tree
2000-06-28 17:51:19 +00:00
Andreas Gustafsson
e5256e34b4
updated and edited to be appropriate for mainline
2000-06-28 17:44:56 +00:00
David Lawrence
0df2335526
typos
2000-06-28 16:51:13 +00:00
David Lawrence
f204bdd8e6
289. [cleanup] dig is now installed in $bindir instead of $sbindir.
...
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 .
2000-06-28 16:37:43 +00:00
David Lawrence
c118f038d6
288. [cleanup] dig is now installed in $bindir instead of $sbindir.
...
host is now installed in $bindir. (Be sure to remove
any $sbindir/dig from a previous release.)
2000-06-28 16:32:41 +00:00
Michael Graff
0cd1ba32c1
put edns0 restarts back to 3, and fix up a few trace messages to be standard ones -- lower case first letter.
2000-06-28 16:30:29 +00:00
Andreas Gustafsson
506a962558
didn't compile
2000-06-28 16:27:36 +00:00
David Lawrence
c229b778b8
287. [func] rndc is now installed by "make install" into
...
$sbindir.
This resolves RT #145 item 1.
2000-06-28 16:27:17 +00:00
Michael Graff
15197aefa1
workaround for NetBSD - close FDs before dup2().
2000-06-28 16:26:40 +00:00
Michael Graff
4e21e54a03
make tests compile again.
2000-06-28 16:19:57 +00:00
David Lawrence
ff2add63ae
omapi_lib_destroy() must be called before isc_taskmgr_destroy() so the
...
latter won't block on the internal omapi task.
2000-06-28 16:09:53 +00:00
David Lawrence
30a4d5b0c2
To match the documentation for 9.0.0, rndc.conf parsing was disabled and
...
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.
2000-06-28 05:38:48 +00:00
David Lawrence
4a44b85e6e
Disable the requirement that all messages be signed, since this
...
will not work until the "controls" statement is implemented in
named.conf post-9.0.0.
2000-06-28 05:24:41 +00:00
Andreas Gustafsson
8b31f5630f
286. [bug] On Solaris 2, when named inherited a signal state
...
where SIGHUP had the SIG_IGN action, SIGHUP would
be ignored rather than causing the server to reload
its configuration.
2000-06-28 04:09:41 +00:00
David Lawrence
de88422aec
only define ISC_MEM_DEBUG if it is not already defined, or if ISC_MEM_DEBUGOFF
...
is not defined. no need to pull this one up to v9_0.
2000-06-28 03:46:37 +00:00
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
Jim Reid
57584184fe
incorporated Brian's corrections and improvements
2000-06-28 03:20:49 +00:00
David Lawrence
88995c0b8c
autoassociate files with extensions .[1-9] as MAN-style pages
2000-06-28 03:18:41 +00:00
David Lawrence
13c32cb589
285. [bug] A change made to the dst API for beta4 inadvertently
...
broke OMAPI's creation of a dst key from an incoming
message, causing an assertion to be triggered. Fixed.
2000-06-28 03:09:44 +00:00
David Lawrence
fb1086b1f4
rm -f lwresd before trying to link it to named in the install target.
2000-06-28 02:54:55 +00:00
Jim Reid
1b32c4783f
minor corrections to -n option description as recommended by Brian
2000-06-28 02:51:46 +00:00
Jim Reid
25ad3a2a0a
adding .so "man pages" for all the functions in the lib/isc/unix modules
2000-06-28 02:48:34 +00:00
Jim Reid
50310a47e9
fixed yet more silliness with incorrect .Nm macro calls
2000-06-28 02:40:45 +00:00
Jim Reid
438717d8cf
fixed missing NAME section and broken Nm macro calls
2000-06-28 02:38:47 +00:00
Jim Reid
3d17651dd6
removed crap about internal functions that return statics and are
...
therefore not part of the external API
2000-06-28 02:35:04 +00:00
Brian Wellington
eb3bd171e0
test gethostbyname, gethostbyname2, and gethostbyaddr
2000-06-28 00:34:35 +00:00
Damien Neil
920313f58d
Changed "argc > 1" to "argc >= 1" in argument parsing; omapi_test should
...
now print a more useful usage message when using the "listen" and "connect"
arguments with no further parameters.
2000-06-28 00:25:10 +00:00
Brian Wellington
57506ed769
Fix memory context leak.
2000-06-28 00:06:25 +00:00
Brian Wellington
171d0db7f9
Return NO_RECOVERY, not HOST_NOT_FOUND if the error is not LWRES_NOTFOUND
2000-06-27 23:20:34 +00:00
Michael Sawyer
bbd5acf6ad
Memory leak in ixfr processing and grammatical error in debug message
2000-06-27 23:18:14 +00:00
Brian Wellington
2ef7b73fd5
Missing #include "assert_p.h"
2000-06-27 23:13:26 +00:00
Brian Wellington
a1f8303b1b
don't print the configuration to stderr by default
2000-06-27 22:50:43 +00:00
Jim Reid
221d9f7607
Tidy up of this cruft: man pages have been renamed isc_* with .3
...
suffixes and moved to the isc subdirectory
2000-06-27 22:06:54 +00:00
Michael Sawyer
cc75cc1d5f
Instruction removed which was not only buggy, but pointless.
2000-06-27 22:04:06 +00:00