Michael Graff
43b81d7151
add more header files
2000-01-12 01:57:29 +00:00
Michael Graff
cfb4e3459f
add function prototypes for noop
2000-01-12 01:56:34 +00:00
Michael Graff
01086ae943
change several unsigned int to isc_uint32_t or isc_uint16_t, and start on the simpliest of all services, noop (aka ping)
2000-01-12 01:50:19 +00:00
Andreas Gustafsson
c398950a42
fixed memory leak introduced by previous change
2000-01-12 00:59:08 +00:00
Michael Graff
2881175881
add timeout config option
2000-01-12 00:48:03 +00:00
Michael Graff
32b5713530
clean up
2000-01-12 00:33:50 +00:00
Michael Graff
42a2ad71a1
add recvlength
2000-01-12 00:33:38 +00:00
Michael Graff
123d63ebb2
Some changes Bob suggested, including a lwres_context_t that is opaque, and is used to set options.
2000-01-12 00:19:04 +00:00
Michael Graff
3231b400f3
build two files, now
2000-01-11 23:15:11 +00:00
Michael Graff
57cd0c8166
structure and function definitions for lwres calls
2000-01-11 23:10:15 +00:00
Michael Graff
f9fdb43a91
add lwres_buffer_t
2000-01-11 23:09:56 +00:00
Michael Graff
1590e3d9c6
s/isc_/lwres_/ in many places, and clean up.
2000-01-11 23:09:28 +00:00
Michael Graff
62f07c3003
actually compile a file.
2000-01-11 23:09:04 +00:00
Michael Graff
3ab5f06566
update copyrights
2000-01-11 21:48:36 +00:00
Michael Graff
071817dc76
add .cvsignore's
2000-01-11 21:43:10 +00:00
Michael Graff
818a7a5d46
add Makefile.in's
2000-01-11 21:41:45 +00:00
Andreas Gustafsson
2bbbbfaeb8
warn if SOA RR is unexpectedly missing from a zone
2000-01-11 21:21:07 +00:00
Andreas Gustafsson
5f2d1b96ac
new type isc_quota_t, for client (and other) quotas
2000-01-11 21:08:13 +00:00
David Lawrence
c5f15d214f
REQUIRE isc_condition_waituntil args all non-NULL
2000-01-11 02:58:46 +00:00
David Lawrence
b6f101e314
removed duplicate #define of isc_mutex_lock
2000-01-11 02:56:15 +00:00
David Lawrence
0b87ef9d0b
checkpoint
2000-01-11 01:49:24 +00:00
Andreas Gustafsson
c12e9c47b3
changed comments for isc_socket_detach() to reflect reality
2000-01-10 22:22:53 +00:00
Mark Andrews
757a38d502
Set address family.
2000-01-10 06:16:08 +00:00
Andreas Gustafsson
a243aeb92b
always log both 'begin cache cleaning' and 'end cache cleaning',
...
or neither one, but never one without the other
2000-01-08 02:12:57 +00:00
David Lawrence
73a1e6a5d1
include netinet6/in6.h if present
2000-01-07 02:48:00 +00:00
Bob Halley
1871fef050
implement NAPTR additional data
2000-01-07 02:44:27 +00:00
Michael Graff
0941f35ad9
Start moving the dispatcher code to allow it to be used for wire format as well as for lightweight resolver daemon stuff.
2000-01-07 01:17:47 +00:00
David Lawrence
904f1ab394
checkpoint
2000-01-06 23:56:51 +00:00
Bob Halley
c1b5b02f55
settimer logging tweaks
2000-01-06 23:33:20 +00:00
Michael Graff
0fd03d2a66
fix up comments
2000-01-06 23:07:21 +00:00
Michael Graff
04458c8b5d
fix a bug pointed out by Andreas -- don't detach from socket then use it.
2000-01-06 23:01:07 +00:00
James Brister
ce38a4c8d0
Use in_port_t instead of short.
2000-01-06 16:15:29 +00:00
David Lawrence
0bd4e3591a
reversing bogus checkin
2000-01-06 15:02:16 +00:00
David Lawrence
cc1b6f86f2
added ISC_RESULTCLASS_OMAPI
2000-01-06 14:47:39 +00:00
David Lawrence
3eab41102f
checkpoint
2000-01-06 03:36:32 +00:00
Andreas Gustafsson
a928d61917
fixed a race condition where a cache cleaning cycle could
...
be started when one was already in progress; restructured to destroy and recreate
the cache database iterator between cleaning cycles instead of just pausing it
2000-01-06 01:12:20 +00:00
Bob Halley
24a2d84aed
add DNS_ADBFIND_STARTATROOT
2000-01-06 00:56:37 +00:00
Bob Halley
35b89fca89
If we're looking up the address of a nameserver who's name is a
...
subdomain of the query domain, tell the ADB to start looking at "." if
it doesn't know the address. This keeps us from getting stuck if the
nameserver is beneath the zone cut and we don't know its address
(e.g. because the A record has expired). By restarting from ".", we
ensure that any missing glue will be reestablished.
Misc. DNSSEC validation groundwork.
2000-01-06 00:56:18 +00:00
Andreas Gustafsson
ed04318ef6
timer event could arrive after cache cleaner was destroyed;
...
use the new <isc/util.h>
2000-01-04 23:24:13 +00:00
Andreas Gustafsson
ffa15cef7f
document the fact that dns_acl_match now always succeeds
2000-01-04 21:45:08 +00:00
David Lawrence
b11bb1dae5
standard lib api file
2000-01-04 20:26:33 +00:00
David Lawrence
bd3195dcec
lint
2000-01-04 20:21:03 +00:00
David Lawrence
d49df8f0d3
renamed from omapip_p.h
2000-01-04 20:19:11 +00:00
David Lawrence
dcf8825fd7
BSD/OS 4.01 returns EPROTONOSUPPORT for failure in try_proto()
2000-01-04 20:15:53 +00:00
David Lawrence
686320ef6e
checkpoint
2000-01-04 20:04:42 +00:00
Mark Andrews
9fd735a3d9
xfrin_start_temporary_kludge() was called when the zone was already locked.
...
DNS_ZONE_F_REFRESH needs to be set when we call xfrin_start_temporary_kludge()
from xfrdone().
1999-12-31 00:20:47 +00:00
Michael Graff
43ea6a67a2
check in preliminary lw packet format. The names may change, but I don't
...
want to lose this while on vacation.
1999-12-24 01:11:51 +00:00
Mark Andrews
60f0c36b17
Reposition call back to capture both successful IXFR's as well as AXFR's.
1999-12-24 00:44:59 +00:00
Mark Andrews
f6c1a76e91
Cached NXDOMAIN for type ANY queries should be bound to a rdataset.
1999-12-23 06:50:51 +00:00
Mark Andrews
1205f38a4c
max_token is now a hint as to largest token.
1999-12-23 05:24:12 +00:00