Michael Graff
419dd7129f
clean 1 bucket every N seconds, or M buckets every 1 seconds. Also, decay goodness
2000-02-18 03:53:00 +00:00
Michael Graff
36bc67f257
more formatting nits
2000-02-18 03:52:34 +00:00
Michael Graff
9ca3879f71
formatting nits, and make 'search' work.
2000-02-18 01:09:36 +00:00
Andreas Gustafsson
91a4c38fc9
removed newlines from log messages
2000-02-17 20:06:32 +00:00
Andreas Gustafsson
c0d0a59d1b
removed newlines from UNEXPECTED_ERROR() messages
2000-02-17 19:58:59 +00:00
Andreas Gustafsson
7e46d184d9
typo in comment
2000-02-16 22:33:47 +00:00
Bob Halley
f9c8626738
lint
2000-02-16 18:51:08 +00:00
James Brister
32ddc0e486
Include new lwconfig.c in the build.
2000-02-16 17:42:49 +00:00
James Brister
4838e5f7c2
various declarations for resolv.conf parser.
2000-02-16 17:42:16 +00:00
James Brister
ffbec84459
resolv.conf parsing routines.
2000-02-16 17:38:28 +00:00
Brian Wellington
9fae7ff638
dns_zone_getssutable/dns_zone_setssutable
2000-02-16 16:37:55 +00:00
Michael Graff
c50f9f4103
clean up a bit of old code
2000-02-16 01:49:11 +00:00
Michael Graff
69a7905cf3
return 'avoid_bitstring' in dns_adbaddrinfo_t. If non-zero, the timer hasn't expired.
...
This means we need to pass 'now' into dns_adb_findaddrinfo() as well, to filter
out timers that have expired.
2000-02-16 00:16:36 +00:00
Brian Wellington
7dc1fe2410
added matchtype support
2000-02-15 21:54:59 +00:00
Brian Wellington
00f4dd128f
added ssu.c
2000-02-15 21:52:32 +00:00
Brian Wellington
99fa73cf4c
added ssu.h
2000-02-15 21:51:48 +00:00
Brian Wellington
55e001d7ba
added support for different pattern types. c file coming later
2000-02-15 20:16:09 +00:00
Andreas Gustafsson
cf755281df
typos in comments
2000-02-15 20:05:37 +00:00
Brian Wellington
16a5aa9a57
add dns_ssutable_t
2000-02-15 19:53:18 +00:00
Andreas Gustafsson
fd0bc40a25
IP addresses in ACLs are now represented as
...
isc_netaddr_t, not isc_sockaddr_t
2000-02-15 19:53:05 +00:00
Andreas Gustafsson
be1395f914
typo
2000-02-15 18:24:26 +00:00
James Brister
b9b814893a
Add prototype for dns_c_ipmatchany_new().
2000-02-15 17:07:52 +00:00
James Brister
0b5d6a2091
Add dns_c_ipmatch_any to dns_c_ipmatch_type_t enum.
2000-02-15 17:06:58 +00:00
James Brister
334e2ce758
Handle new dns_c_ipmatch_any type in address lists. Use (negated)
...
when parsing address 'none'.
Also make better use of localhost and localnets ipmatch elements.
2000-02-15 17:05:11 +00:00
James Brister
7d1c47756f
Support new ipmatch elements type: dns_c_ipmatch_any
...
Also handle address name 'none' to be same as '!any'
2000-02-15 17:01:50 +00:00
James Brister
cf8cd3a606
Removed acls that are now handled by ipmatch elements types.
2000-02-15 17:00:33 +00:00
James Brister
fbaec7a6e3
Use new config ipmatch element type: dns_c_ipmatch_any
2000-02-15 16:58:52 +00:00
Andreas Gustafsson
b356893425
added isc_netaddr_equal()
2000-02-15 00:28:48 +00:00
Bob Halley
b3fb6d6a29
lint
2000-02-14 23:19:45 +00:00
Brian Wellington
71f5ad0517
Initial commit of simple secure update. Not compiled in by default.
2000-02-14 21:09:16 +00:00
Brian Wellington
01d202be8f
*** empty log message ***
2000-02-14 21:00:38 +00:00
Andreas Gustafsson
ec9f7bd203
report journal file errors using isc_log_write(), not
...
UNEXPECTED_ERROR()
2000-02-14 19:26:23 +00:00
James Brister
e0df4c98c8
Support parsing new allow-update-forwarding statement inside zones and
...
views.
2000-02-14 17:20:35 +00:00
James Brister
d47b32d4b9
Add allow-update-forwarding support to zones.
2000-02-14 17:18:40 +00:00
James Brister
83be31d86d
Add allow-update-forwarding supprt to views.
2000-02-14 17:16:35 +00:00
James Brister
0b73e4eb53
Corrected names of master zone bits checked in
...
dns_c_zone_getmaxtranstimeout() and dns_c_zone_getmaxtransidleout().
2000-02-12 09:38:08 +00:00
Bob Halley
eafe61bee8
The DNS_ADBFIND_STARTATROOT wasn't working.
2000-02-12 02:19:53 +00:00
Bob Halley
0485fcadd3
dns_view_simplefind() no longer binds the rdatasets if the result is NXDOMAIN.
2000-02-12 02:19:20 +00:00
Bob Halley
cec8578e67
The fctx lifetime timer was not running a certain times. In particular, it
...
was not running for fctxs in the addrwait state. If the underlying ADB finds
never timed out (which is possible since they generate fetches), the fctx
would exist until the server was shutdown.
2000-02-11 21:10:40 +00:00
Bob Halley
b599cfd793
RTT penalization was not happening for the nonresponding servers in
...
the very common case where some server responded with the answer.
This would prevent avoidance of the nonresponding servers,
significantly increasing latency.
2000-02-11 19:58:11 +00:00
Andreas Gustafsson
6f6eeb26e4
prepare for introducing dns_c_ipmatch_any
2000-02-11 18:26:09 +00:00
Bob Halley
3f101f4e70
bad server support
2000-02-11 03:06:56 +00:00
Bob Halley
9e89140c97
fix clamping problem for maximally bad goodness
2000-02-11 02:58:44 +00:00
Bob Halley
73016bd7ef
In the case where an rdataset subtraction resulted in the nonexistence
...
of the rrset, the subtraction code created a nonexistent rdataset
entry with an incorrect type (the "covers" part of the type was not
set).
2000-02-11 02:17:56 +00:00
Bob Halley
535f453de3
The zone node cleaner did least serial number cleaning too soon, which
...
could result in the incorrect deletion of the most recent version of a
node when a rollback occurred.
2000-02-11 01:51:33 +00:00
Brian Wellington
fd4d722665
missing initialization
2000-02-10 23:00:48 +00:00
Andreas Gustafsson
cae053a51f
INSIST that no quota is in use when the quota object is
...
destroyed
2000-02-10 22:17:54 +00:00
Bob Halley
34bbe03b5c
the bit test in dns_c_ctx_getforward() was backwards
2000-02-10 20:38:10 +00:00
James Brister
269d5ca1c7
Example usage of ondestroy notification for databases. Is ifdef'd out.
2000-02-10 16:13:12 +00:00
James Brister
80d19f3523
Support ondestroy notification for isc_mem_t.
2000-02-10 16:10:41 +00:00