Mark Andrews
b3367d4b0e
pullup:
...
report type and class when logging failures via add_bad
2003-08-22 01:49:59 +00:00
Mark Andrews
785e943834
1380. [func] 'rndc recursing' dump recursing queries to
...
'recursing-file = "named.recursing";'.
2003-08-21 14:05:47 +00:00
Mark Andrews
38ebaa15d1
pullup:
...
add missing whitespace if fprintf
2003-08-21 07:38:42 +00:00
Mark Andrews
1f5b23079e
pullup:
...
Generating a response when the qname matches a wildcard and the type
doesn't exist didn't work; the NXT name was improperly expanded and the
wildcard proof was omitted.
2003-08-21 07:05:12 +00:00
Mark Andrews
7521079979
pullup:
...
Don't call adjust_interfaces unless IPv6 support is enabled. [RT #3593 ]
2003-08-21 06:57:14 +00:00
Mark Andrews
56ccb82277
pullup:
...
When a lookup resulted in an nxrrset match of a wildcard, the wildcard
attribute wasn't set on foundname.
2003-08-21 06:48:26 +00:00
Mark Andrews
c28e1b5678
1380. [func] 'rndc recursing' dump recursing queries to
...
'recursing-file = "named.recursing";'.
2003-08-21 06:17:57 +00:00
Mark Andrews
f0d2117bcc
1379. [func] 'rndc stats' now reports tcp and recursion quota
...
states.
1378. [func] Improved positive feedback for 'rndc {reload|refresh}.
1377. [func] dns_zone_load{new}() now reports if the zone was
loaded, queued for loading to up to date.
1376. [func] New function dns_zone_logc() to log to specified
category.
2003-08-21 05:19:21 +00:00
Mark Andrews
9098582352
1375. [func] 'rndc dumpdb' now dumps the adb cache along with the
...
data cache.
2003-08-21 05:10:53 +00:00
Mark Andrews
f9192a3940
1374. [func] dns_adb_dump() now logs the lame zones associated
...
with each server.
2003-08-21 04:47:43 +00:00
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