Mark Andrews
3fe687adf2
pullup:
...
TRIEDFIND test had wrong sence
2003-08-21 03:50:21 +00:00
Mark Andrews
30296ba800
pullup:
...
detach from quota in an error case. I don't know if this is strictly needed,
but it makes sense. It is probably done later as well, but all places
check for the pointer != NULL, so we'll be ok.
2003-08-21 03:22:48 +00:00
Mark Andrews
2b9f05032c
pullup:
...
change many debug(3) to debug(1), and several debug(*) to info
2003-08-21 02:50:34 +00:00
Mark Andrews
4c98b4d5b2
pullup:
...
Rework previous slightly, to only signal if we were using WAITUNTIL() and we
actually have a due time
2003-08-21 02:15:50 +00:00
Mark Andrews
4bdd141eef
pullup:
...
When scheduling a new timer, check to see if we missed our last wakeup
by more than 15 seconds. If we have, SIGNAL().
2003-08-21 02:05:47 +00:00
Mark Andrews
05e00f411b
pullup:
...
add a new log module, timer
2003-08-21 02:02:04 +00:00
Mark Andrews
013781e021
pullup:
...
add isc_timer_gettype() (useful in debugging code) and a temporary hack of isc_
timermgr_poke
2003-08-20 07:13:06 +00:00
Mark Andrews
143a27871d
pullup:
...
rename 'worklimited' to 'idle'
2003-08-20 06:43:21 +00:00
Mark Andrews
80b0668c88
pullup:
...
add goo for error checking mutexes on (at least) tru64
2003-08-20 06:40:57 +00:00
Mark Andrews
6cb94e593b
pullup:
...
dns_zone_logc() log to category
raise deferred transfers to INFO level and log to xfer-in.
2003-08-20 06:37:17 +00:00
Mark Andrews
7437b1e21b
pullup:
...
DNSSEC wildcard negative proof responses were longer than necessary in
some cases; the existence of a node for which the qname is a subdomain
obscures all shallower wildcards.
That is, query for y.x.foo.com. If the response contains an NXT
at x.foo.com, it's not necessary to prove that there's no wildcard at
*.foo.com, since it wouldn't be matched anyway.
2003-08-20 06:36:06 +00:00
Mark Andrews
0544c8411d
1371 [bug] notify-source-v6, transfer-source-v6 and
...
query-source-v6 with explict addresses and using the
same ports as named was listening on could interfere
with nameds ability to answer queries sent to those
addresses.
2003-08-20 06:05:48 +00:00
Mark Andrews
96151e740c
pullup:
...
'\0' terminate code.
All reasons for marking a server bad should be logged to the lame channel.
2003-08-20 06:02:54 +00:00
Mark Andrews
984d0d58e9
1368. [func] remove support for bitstring labels.
2003-08-20 05:33:18 +00:00
Mark Andrews
d8669da83c
1367. [func] Use response times to select forwarders.
2003-08-20 04:52:46 +00:00
Mark Andrews
9fa13373e5
1220. [func] Support for APL rdata type.
2003-08-20 04:47:23 +00:00
Mark Andrews
3d1d30c8bf
pullup:
...
don't attempt to generate a wildcard proof unless the zone is secure.
2003-08-20 03:29:44 +00:00
Mark Andrews
4efb6955c0
1365. [func] "localhost" and "localnet" acls now include IPv6
...
addresses / prefixes.
2003-08-20 03:23:12 +00:00
Mark Andrews
67cc3e009b
1364. [func] Log file name when unable to open memory statistics
...
and dump database files. [RT# 3437]
2003-08-20 03:01:09 +00:00
Mark Andrews
2f6af651ac
1363. [func] Listen-on-v6 now supports specific addresses.
2003-08-20 02:59:06 +00:00
Mark Andrews
464793f9d2
whitespace
2003-08-20 02:51:06 +00:00
Mark Andrews
c56defb98c
1358. [func] log the reason for rejecting a server when resolving
...
queries.
2003-08-19 07:40:20 +00:00
Mark Andrews
646f21b5bd
1358. [func] log the reason for rejecting a server when resolving
...
queries.
2003-08-19 07:26:09 +00:00
Mark Andrews
e6bb021434
1354. [bug] Fix DNSSEC wildcard proof for CNAME/DNAME.
2003-08-19 04:11:24 +00:00
Mark Andrews
c7c25e99aa
1344. [func] Log if the serial number on the master has gone
...
backwards.
If you have multiple machines specified in the masters
clause you may want to set 'multi-master yes;' to
suppress this warning.
2003-08-19 03:11:19 +00:00
Mark Andrews
536f46e845
1343. [func] Log successful notifies received (info). Adjust log
...
level for failed notifies to notice.
2003-08-19 02:58:19 +00:00
Mark Andrews
326428fcf8
1342. [func] Log remote address with TCP dispatch failures.
2003-08-19 02:53:57 +00:00
Mark Andrews
d735ed8b1f
1341. [func] Allow a rate limiter to be stalled.
2003-08-19 02:49:00 +00:00
Mark Andrews
159115f41e
1336. [func] Nibble lookups under IP6.ARPA are now supported by
...
dns_byaddr_create(). dns_byaddr_createptrname() is
deprecated, use dns_byaddr_createptrname2() instead.
2003-08-19 02:19:41 +00:00
Mark Andrews
d930eaf77b
1331. [func] Generate DNSSEC wildcard proofs.
2003-08-18 07:35:54 +00:00
Mark Andrews
2bb0b0009e
1332. [func] Report the current serial with periodic commits when
...
rolling forward the journal.
2003-08-18 07:10:11 +00:00
Mark Andrews
eb35881767
1329. [func] named-checkzone will now check if nameservers that
...
appear to be IP addresses. Available modes "fail",
"warn" (default) and "ignore" the results of the
check.
2003-08-18 05:56:58 +00:00
Mark Andrews
f0d1adcdd2
pullup:
...
don't apply cache-filename to "_bind" view.
2003-08-15 04:14:31 +00:00
Mark Andrews
d8cdda8e1d
pullup:
...
isc_modules[2] not isc_modules[3]
2003-08-15 04:03:56 +00:00
Mark Andrews
f87cbb4806
dd "interface" module
2003-08-15 04:02:46 +00:00
Mark Andrews
9bc39842bb
1313. [func] Query log now says if the query was signed (S) or
...
if EDNS was used (E).
2003-08-15 03:22:42 +00:00
Mark Andrews
be1078018a
1312. [func] Log TSIG key used w/ outgoing zone transfers.
2003-08-15 03:18:47 +00:00
Mark Andrews
7b1256eb34
Protect both the socket and fifo tests with #ifdef's.
2003-08-15 03:11:45 +00:00
Mark Andrews
5d0f5f98e8
pullup:
...
null pointer dereference
2003-08-15 03:10:04 +00:00
Mark Andrews
bb4b8c0c53
1309. [func] Log that a zone transfer was covered by a TSIG.
2003-08-15 03:09:13 +00:00
Mark Andrews
b1b705a049
pullup:
...
uninitalised variable (minimize difference with HEAD).
2003-08-15 03:01:30 +00:00
Mark Andrews
c107aac084
1304. [func] New function: dns_zone_name().
...
1303. [func] Option 'flush-zones-on-shutdown <boolean>;'.
2003-08-15 02:49:35 +00:00
Mark Andrews
d58a15deb2
1302. [func] Extended rndc dumpdb to support dumping of zones and
...
view selection: 'dumpdb [-all|-zones|-cache] [view]'.
2003-08-15 02:24:28 +00:00
Mark Andrews
4dde5e1d1f
1301. [func] New category 'update-security'.
2003-08-15 02:21:03 +00:00
Mark Andrews
34d527bf02
pullup:
...
mask of mode format bits and compare result
2003-08-15 02:14:57 +00:00
Mark Andrews
364237ab5f
1293. [func] Entropy can now be retrieved from EGDs. [RT #2438 ]
2003-08-15 02:11:28 +00:00
Mark Andrews
40803cab47
1291. [func] Enable IPv6 support when using sysctl style interface
...
scanning.
2003-08-15 02:07:45 +00:00
Mark Andrews
ff0b6d9f9f
1290. [func] "dig axfr" now reports the number of messages
...
as well as the number of records.
2003-08-15 02:00:33 +00:00
Mark Andrews
b3301d9e99
pullup:
...
check location before dereference
2003-08-15 01:54:07 +00:00
Mark Andrews
861e5d03f4
1285. [func] lwres: probe the system to see what address families
...
are currently in use.
2003-08-15 01:48:24 +00:00