Mark Andrews
5b76a09697
1405. [func] Use arc4random() if available.
...
from: jakob@crt.se
reviewed: marka
2002-12-04 01:19:28 +00:00
Mark Andrews
93e353425a
1403. [func] dnssec-signzone, dnssec-keygen, dnssec-makekeyset
...
dnssec-signkey now report their version in the
usage message.
2002-12-03 05:01:34 +00:00
Mark Andrews
49a940dc68
1402. [cleanup] A6 has been moved to experimental and is no longer
...
fully supported.
developer: jinmei
reviewer: marka
2002-11-27 09:52:58 +00:00
Michael Graff
e903df2f01
merge 4319
2002-11-12 23:58:14 +00:00
Michael Graff
994bc04060
merge 3907
2002-11-12 23:42:38 +00:00
Michael Graff
43ee20a821
merge rt4112
2002-11-12 23:38:12 +00:00
Michael Graff
49c6fe9bcc
merge rt3892
2002-11-12 23:08:27 +00:00
Michael Graff
eec234d7a2
don't check for result being sane before it's first set. This is
...
probably related to the removal of isc_app stuff.
2002-11-12 22:57:57 +00:00
Michael Graff
2706bea98e
pull down 3625 (code by Mark, pulldown by me)
...
Note: this also changes behavior beyond that mentioned in PR 3625
to also look up AAAA and MX records for hosts when 'host foo' is
the command line.
Also note that there will be one more commit here to fix a potential
show stopper. I'll make that change directly to the mainline.
2002-11-12 22:57:06 +00:00
Michael Graff
4411b9b6e7
pull down rt3507 (work by Mark, checked by me)
2002-11-12 21:52:44 +00:00
Mark Andrews
59ab128c97
1400. [bug] Block the addition of wildcard NS records by IXFR
...
or UPDATE. [RT #3502 ]
developer: marka
reveiwer: ogud
2002-11-12 20:16:30 +00:00
Mark Andrews
9977600381
1396. [func] dnssec-signzone: adjust the default signing time by
...
1 hour to allow for clock skew.
2002-11-04 00:16:05 +00:00
Mark Andrews
440edeebf9
emit explict interface message only if we are about to configure the
...
first interface.
2002-10-31 04:08:22 +00:00
Mark Andrews
aa39170da8
1394. [func] It is now possible to check if a particular element is
...
in a acl. Remove duplicate entries from the localnets
acl.
1393. [port] Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
is not available in the kernel to prevent accidently
listening on IPv4 interfaces.
developer: jinmei
reviewer: marka
2002-10-29 04:40:26 +00:00
Mark Andrews
925c021f1f
u_int32_t -> isc_uint32_t
2002-10-28 02:35:36 +00:00
Mark Andrews
52fc1457e4
1392. [bug] named-checkzone: update usage.
2002-10-25 01:02:53 +00:00
Mark Andrews
6526fd032f
1391. [func] Add support for IPv6 scoped addresses in named.
2002-10-24 03:52:35 +00:00
Mark Andrews
0f44724dbc
1390. [func] host now supports ixfr.
2002-10-17 23:50:08 +00:00
Mark Andrews
b8fff4f0d7
1390. [func] host now supports ixfr.
...
developer: marka
reviewer: jinmei
2002-10-17 23:44:35 +00:00
Tatuya JINMEI 神明達哉
b6a4cc6927
prevented 'named-checkconf -z' from stopping due to an intermediate fail
...
RT #3653
developer: marka
reviewer: jinmei
2002-10-10 13:22:00 +00:00
Tatuya JINMEI 神明達哉
3ac2a99878
further BIND 8 compatiblity changes
...
- made the output and exit code with the -l option compatible with bind 8
additionally, treated host -t axfr as host "-l -t any -v".
developer: marka
reviewer: jinmei
2002-09-26 11:17:06 +00:00
Tatuya JINMEI 神明達哉
e9b85f0309
host exits with a non-zero code for erroneous results
...
(RT #3536 )
developer: marka
reviewer: jinmei
2002-09-20 06:26:10 +00:00
Mark Andrews
c30d291128
correct typo in usage message.
...
jinmei/marka
2002-09-19 02:40:15 +00:00
Mark Andrews
79da8302e8
1380. [func] 'rndc recursing' dump recursing queries to
...
'recursing-file = "named.recursing";'.
2002-09-12 04:17:21 +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
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
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
Michael Graff
e3239b40d2
remove the periodic 'still alive' message
2002-09-09 21:20:16 +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
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
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
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
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
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
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
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
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
Mark Andrews
2434ccfde7
reviewed: marka
...
developer: jinmei
1360. [func] Listen-on-v6 now supports specific addresses.
2002-08-16 23:46:11 +00:00
Mark Andrews
306de01400
Re-order include directories.
2002-08-13 21:51:12 +00:00
Mark Andrews
2102584914
add lwres linkage
2002-08-13 01:59:31 +00:00
Danny Mayer
a17bea4f04
Put back missing origin fixes
2002-08-12 19:57:13 +00:00
Danny Mayer
b31e7ab885
Modifications to have dighost.c use liblwres to parse the resolv.conf file. Updates to dig, host and nslookup to increase modularity and use more functions in dighost.c
2002-08-12 18:25:25 +00:00
Danny Mayer
baeb459981
Updated dependencies to include lwres
2002-08-12 18:22:55 +00:00