- 08 May, 2000 6 commits
-
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
James Brister authored
-
Mark Andrews authored
-
- 06 May, 2000 12 commits
-
-
Michael Graff authored
-
James Brister authored
database "quoted-string";
-
Michael Graff authored
-
Michael Graff authored
add isc_sockaddr_any() and isc_sockaddr_any6 to set up a wildcarded address/port for v4 and v6 sockaddrs
-
Michael Graff authored
document that before send*() or recv*() may be called, the socket must be bound either via connect() or bind()
-
Michael Graff authored
Cause runtime probing of v6 addresses to fail, even if we can actually make v6 sockets, but we do not have struct in6_pktinfo. Add a check in configure.in for struct in6_pktinfo. Use the result of that check to define (if needed) in6_pktinfo in net.h. This change makes us build on platforms that have SOME ipv6 structures (like in6_addr, etc) but not enough to be useful to us. Note: Before making an ipv6 socket the code should verify that ipv6 sockets can be made using isc_net_probeipv6(). It should also check for v4 sockets using isc_net_probeipv4() to be consistant.
-
Michael Graff authored
include libtool.m4 from aclocal.m4, to make upgrading libtool easier. aclocal.m4 may shortly get more macros.
-
Michael Sawyer authored
-
Andreas Gustafsson authored
do not prefix stderr messages with time stamp
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
do not prefix stderr messages with time stamp
-
- 05 May, 2000 13 commits
-
-
Mark Andrews authored
is NULL then you need to preserve the 'rdata' until you have finished using the structure as there may be references to the associated memory. If 'mctx' is non NULL it is guarenteed that there are no references to to memory addsociated with 'rdata'. dns_rdata_freestruct() must be called if 'mctx' was non NULL and may safely be called if 'mctx' was NULL. Finish implementing 153 for IN specific types. naptr_35.h some of the lengths should be 8 bits.
-
Andreas Gustafsson authored
command line
-
Andreas Gustafsson authored
labeled [func + cleanup]; split it into multiple items
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
not been included yet to undefine it on platforms that do not support it
-
Andreas Gustafsson authored
a simple name data copy, thereby requiring a non-NULL mctx
-
Andreas Gustafsson authored
detect unwanted compression but did not set the 'strict' flag
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Mark Andrews authored
Define dns_rdata_loc_t structure. x25 length is only 8 bits.
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
- 04 May, 2000 9 commits
-
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Michael Graff authored
-
Michael Graff authored
Be far, far noisier about 'generated file; do not edit' to keep the important message from disappearing between copyright notices (say, in rdatastruct.h)
-
Andreas Gustafsson authored
edns1 I-D has expired, no one knows what edns level 1 will mean, and it may end up not implying support for GLOBAL16. We are still liberal in what we accept; GLOBAL16 is accepted in packets we receive.
-
Andreas Gustafsson authored
dns_[de]compress_setmethods instead of separately in every caller
-
Andreas Gustafsson authored
macro
-
Michael Sawyer authored
so users can easily get (for example) SOA list from all authorative servers with 'dig +short +nssearch isc.org soa' rather than stringing dozens of options together. (Rather these options remain or are removed in the release version is still subject to discussion.)
-
Andreas Gustafsson authored
-