Mark Andrews
c0c9d2b566
Remove layer violation. [RT #3615 ]
2002-09-12 02:44:29 +00:00
Mark Andrews
1a1148360e
Add missing space to fprintf.
2002-09-12 00:28:52 +00:00
Mark Andrews
02b772da47
developer: bwelling
...
reviewed: marka
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.
2002-09-11 06:36:17 +00:00
Mark Andrews
a6b416d38c
Don't call adjust_interfaces unless IPv6 support is enabled. [RT #3593 ]
2002-09-11 04:32:29 +00:00
Mark Andrews
a29ef27b39
When a lookup resulted in an nxrrset match of a wildcard, the wildcard
...
attribute wasn't set on foundname.
Move "else" body to mainline, "if" body end in unconditional goto.
2002-09-10 13:35:54 +00:00
Mark Andrews
77cdba459a
missing const
2002-09-10 05:08:53 +00:00
Mark Andrews
dfd0eaf243
missing include
2002-09-10 05:07:56 +00:00
Mark Andrews
a9ae9d743c
1380. [func] 'rndc recursing' dump recursing queries to
...
'recursing-file = "named.recursing";'.
2002-09-10 04:45:54 +00:00
Mark Andrews
798c83548f
add explict dependancies for the generated header files.
2002-09-10 04:45:06 +00:00
Mark Andrews
75ace6601e
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.
2002-09-10 02:23:46 +00:00
Mark Andrews
ba4aec8c18
1375. [func] 'rndc dumpdb' now dumps the adb cache along with the
...
data cache.
2002-09-10 02:06:49 +00:00
Mark Andrews
550085fed1
1374. [func] dns_adb_dump() now logs the lame zones associated
...
with each server.
* DP now supports debbugging at non-debug levels.
* log fetch failure reasons at DEF_LEVEL.
2002-09-10 02:01:15 +00:00
Mark Andrews
f411c2e81c
1373. [bug] Recovery from expired glue failed under certian
...
circumstances.
2002-09-10 00:53:31 +00:00
Michael Graff
e3239b40d2
remove the periodic 'still alive' message
2002-09-09 21:20:16 +00:00
Michael Graff
de6aca419d
Rework previous slightly, to only signal if we were using WAITUNTIL() and we
...
actually have a due time
2002-09-09 21:15:58 +00:00
Mark Andrews
14b6c928d7
new draft
2002-09-09 21:07:19 +00:00
Michael Graff
e5242f042b
When scheduling a new timer, check to see if we missed our last wakeup
...
by more than 15 seconds. If we have, SIGNAL().
2002-09-09 20:04:10 +00:00
Michael Graff
72ea295e09
change the 'I'm alive' messages to be 60 second apart, not 15
2002-09-09 20:03:18 +00:00
Michael Graff
88f7da4690
add a new log module, timer
2002-09-09 20:02:22 +00:00
Mark Andrews
9213ea3cec
only perform the updates if the fetch succeeds
2002-09-09 13:10:20 +00:00
Mark Andrews
6125833e82
isc_timer_poke is thread specific
2002-09-09 06:01:06 +00:00
Mark Andrews
252cebc0fa
developer: marka
...
reviewer: jinmei
TRIEDFIND test had wrong sence.
2002-09-09 02:54:18 +00:00
Michael Graff
ab7ce5eb6e
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.
2002-09-08 18:40:58 +00:00
Michael Graff
c68b63e0be
change many debug(3) to debug(1), and several debug(*) to info
2002-09-08 18:37:47 +00:00
Michael Graff
4f39334027
change a message about trailing garbage in a packet from debug(1) to debug(3)
2002-09-08 18:37:12 +00:00
Michael Graff
371147fdc5
add isc_timer_gettype() (useful in debugging code) and a temporary hack of isc_timermgr_poke
2002-09-08 18:35:55 +00:00
Michael Graff
3e42be4026
rename 'worklimited' to 'idle'
2002-09-08 18:35:20 +00:00
Michael Graff
e64aa1b4f2
add 15-second 'alive' messages (sent to server info channel) and support for a temporary hack, 'rndc timerpoke'
2002-09-08 18:34:04 +00:00
Michael Graff
8f7b56e275
add goo for error checking mutexes on (at least) tru64
2002-09-08 18:32:38 +00:00
Mark Andrews
9130ab90fe
developer: bwelling
...
reviewer: marka
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.
2002-09-06 03:47:56 +00:00
Mark Andrews
1b3e1cc24f
new draft
2002-09-05 13:46:20 +00:00
Tatuya JINMEI 神明達哉
ab2ac96c4e
1372. [bug] named crashes with an assertion failure on exit when
...
sharing the same port for listening and querying, and
changing listening addresses several times. [RT# 3509]
2002-09-04 02:44:45 +00:00
Tatuya JINMEI 神明達哉
e992af4209
fixed a bug that named crashes with an assertion failure on exit when sharing
...
the same port for listening and querying, and changing listening addresses
several times. [RT# 3509]
additionally,
+ limited the canceled socket tasks in dispatch.c
+ made dns_dispatch_changeattributes() care about the NOLISTEN mask
+ described side effects of dns_dispatch_changeattributes() in its
description comment
2002-09-04 02:26:13 +00:00
Mark Andrews
3bdf879a53
developer: jinmei
...
reviewer: marka
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.
2002-08-30 02:05:30 +00:00
Mark Andrews
1b5b46942d
developer: mayer
...
reviewed: marka
1370. [bug] dig '+[no]recurse' was incorrectly documented.
2002-08-29 07:45:04 +00:00
Mark Andrews
a39a2424bb
'\0' terminate code.
...
All reasons for marking a server bad should be logged to the lame channel.
2002-08-29 07:01:49 +00:00
Mark Andrews
6b25d2f7f7
developer: bwelling
...
reviewed: marka
1369. [bug] Adding an NS record as the lexicographically last
record in a secure zone didn't work.
2002-08-29 05:40:07 +00:00
Mark Andrews
bc9a230c5d
new draft
2002-08-28 14:43:02 +00:00
Mark Andrews
52bf8cbb01
copy_server_list(), add_nameserver() and create_search_list() are private
...
functions.
2002-08-28 07:04:48 +00:00
Mark Andrews
b6309ed962
developer: jinmei
...
reviewer: marka
1368. [func] remove support for bitstring labels.
2002-08-27 04:53:43 +00:00
Mark Andrews
ce76952df3
a utility to check that change numbers are sequential.
2002-08-27 01:57:54 +00:00
Mark Andrews
5613bf7de9
remove duplicates
...
add placeholders for missing early changes
2002-08-27 01:56:51 +00:00
Mark Andrews
39fe146f2a
developer: marka
...
reviewed: jinmei
1364. [func] Use response times to select forwarders.
2002-08-23 00:27:10 +00:00
Mark Andrews
08f31107e2
change #
2002-08-23 00:09:24 +00:00
Mark Andrews
bd3946db29
reviewed marka/bwelling
...
1263. [contrib] queryperf usage was incomplete. Add '-h' for help.
2002-08-22 23:57:47 +00:00
Mark Andrews
a2239239cf
reviewed: marka
...
developer: bwelling
don't attempt to generate a wildcard proof unless the zone is secure.
2002-08-19 21:32:56 +00:00
Mark Andrews
ab5d8edc1b
reviewed: marka
...
developer: jinmei
1362. [func] "localhost" and "localnet" acls now include IPv6
addresses / prefixes.
2002-08-17 03:26:46 +00:00
Mark Andrews
301ef360a1
supported multiple listen-on-v6 correctly.
2002-08-17 03:00:49 +00:00
Mark Andrews
741a75f81b
reviewed: marka
...
developer: mayer
relative paths
build against openssl 0.9.6g
2002-08-17 01:34:09 +00:00
Mark Andrews
8689f943a4
reviewed: jinmei
...
developer: marka
1361. [func] Log file name when unable to open memory statistics
and dump database files. [RT# 3437]
2002-08-17 00:23:19 +00:00