Mark Andrews
e95cc59f90
1193. [bug] best effort parsing didn't handle packet truncation.
2002-02-06 04:20:23 +00:00
Brian Wellington
64ea670052
the dynamic zone test wasn't working as expected since the child zone wasn't
...
securely delegated.
2002-02-06 03:28:59 +00:00
Brian Wellington
60e9e70654
1024 -> DNS_NAME_FORMATSIZE
2002-02-05 21:41:31 +00:00
Brian Wellington
47db0efda1
spacing
2002-02-05 20:02:47 +00:00
Brian Wellington
8839b6acbf
clean up the shutdown "logic".
2002-02-05 19:46:30 +00:00
Brian Wellington
db462c020e
spacing
2002-02-05 19:44:55 +00:00
Brian Wellington
32dd66cc5e
spacing
2002-02-05 07:54:08 +00:00
Brian Wellington
6c62c34a5b
signing the root zone didn't work.
2002-02-05 05:16:11 +00:00
Brian Wellington
ecb55f9962
The code for parsing non-answer messages could get confused if it saw a SIG NS
...
before an NS.
2002-02-05 01:15:21 +00:00
Danny Mayer
c6d29fbd5f
Added isc_fsaccess_changeowner function similar to the code to set file access attributes
2002-02-02 01:01:15 +00:00
Danny Mayer
51693f0bd9
Added case to ensure that normal cleanup code is run during system shutdown
2002-02-02 00:56:40 +00:00
Brian Wellington
18b7133679
more minor cleanups
2002-02-01 20:18:33 +00:00
Brian Wellington
23e4260821
minor cleanup
2002-02-01 20:08:56 +00:00
Andreas Gustafsson
45ddf396e9
spacing
2002-02-01 02:33:26 +00:00
Brian Wellington
4ca54c8f3b
ns5 is the incorrectly configured server, not ns4.
2002-02-01 01:56:00 +00:00
Brian Wellington
9ecd36e0de
RFC 2065 -> RFC 2535
2002-01-31 01:50:46 +00:00
Brian Wellington
6383d77950
regen
2002-01-30 20:07:03 +00:00
Brian Wellington
b39e8e9c00
SIG(0) updates, DNSSEC fixes.
2002-01-30 06:33:37 +00:00
Brian Wellington
1ed8794070
regen
2002-01-30 02:24:36 +00:00
Brian Wellington
5cd1e83a84
Slighly desuckify the update-policy description. There really should
...
be examples there.
2002-01-30 02:23:11 +00:00
Brian Wellington
a9f5be4348
regen
2002-01-30 01:49:01 +00:00
Brian Wellington
41f154b98e
document rndc freeze & unfreeze
2002-01-30 01:47:35 +00:00
Brian Wellington
94b4f2728e
rndc unfreeze should reload the zone.
2002-01-30 00:55:15 +00:00
Brian Wellington
f29583dca7
mention freeze & unfreeze in the usage
2002-01-30 00:20:50 +00:00
Brian Wellington
f1457d6c8c
regen
2002-01-30 00:10:56 +00:00
Brian Wellington
cc0a7affe9
document the key-directory option
2002-01-30 00:09:54 +00:00
Brian Wellington
ec02e04ead
various updates in the xml that have never been propagated
2002-01-29 23:41:25 +00:00
Brian Wellington
8fb0f1fa42
regen
2002-01-29 23:30:32 +00:00
Brian Wellington
a20b2c5f53
document SIG(0) support.
2002-01-29 23:30:12 +00:00
Brian Wellington
f5cb884c84
regen
2002-01-29 22:37:58 +00:00
Brian Wellington
206c9e7f5d
oops, broke the docbook detection stuff on netbsd
2002-01-29 22:37:44 +00:00
Brian Wellington
0062c1ddfe
1192. [bug] The seconds fields in LOC records were restricted
...
to three decimal places. More decimal places should
be allowed and silently truncated.
2002-01-27 20:52:47 +00:00
Brian Wellington
07eee0ceda
regen
2002-01-26 23:12:54 +00:00
Brian Wellington
35ae209f35
oops, missed the sgml catalog file. Hope this doesn't break anything.
2002-01-26 23:12:39 +00:00
Brian Wellington
360a56a4a4
regen
2002-01-26 22:56:17 +00:00
Brian Wellington
aa75c92b6b
autodetect more of the docbook stuff on Red Hat Linux 7.2.
2002-01-26 22:56:02 +00:00
Mark Andrews
bfe7da9c6b
mention EXCLUDED
2002-01-25 05:25:16 +00:00
Danny Mayer
6fedbb60b2
Change freebuf flag to be local to calls to NTstrerror() and be threadsafe
2002-01-25 03:39:25 +00:00
Mark Andrews
0e84be2c52
unsigned char -> char
2002-01-25 03:12:07 +00:00
Danny Mayer
efd263562b
Removed C++ "//" comment lines
2002-01-24 23:43:28 +00:00
Danny Mayer
d7979cbb6c
Removed errno references (except for pipe) and used WSAGetLastError() instead, changed logging to use isc__strerror() (adding function in this file for now), changed select timeout to 400 Milleseconds from 2 seconds. This reduces the wait when adding a socket at the cost of CPU usage.
2002-01-24 23:19:35 +00:00
Mark Andrews
b172c78a9a
new rev of draft-ietf-dnsext-restrict-key-for-dnssec
...
new draft draft-ietf-dnsop-v6-name-space-fragmentation
2002-01-24 22:54:43 +00:00
Mark Andrews
db18d1997e
DNS_ZONEFLG_FLUSH was not being cleared.
...
dns_zone_flush() could return a misleading result.
If the zone was being dumped incrementaly when dns_zone_flush() was
called ensure that it gets redumped if the were still outstanding
changes.
2002-01-24 13:45:36 +00:00
Brian Wellington
b6279d0b4b
Don't freeze an already frozen zone.
2002-01-24 09:58:42 +00:00
Mark Andrews
42e74b77f5
'$/ = "";' caused entries to be dropped creating false positives.
2002-01-24 06:23:34 +00:00
Mark Andrews
c3e0aed7da
NOTIMP vs NOTIMPL
2002-01-24 01:00:08 +00:00
Andreas Gustafsson
b938d2af61
consistent spacing
2002-01-23 18:02:28 +00:00
Brian Wellington
b2ca6fd3a8
#1187 was both unclean and broken. Fix it and clean it up.
2002-01-23 08:46:40 +00:00
Mark Andrews
7e715a0fc5
alignment
2002-01-23 03:42:23 +00:00
Mark Andrews
c45ca0b839
Note MD and MF in zones will cause there rejection.
2002-01-23 02:51:43 +00:00