]>
git.ipfire.org Git - thirdparty/bind9.git/log
Andreas Gustafsson [Wed, 29 Aug 2001 18:57:58 +0000 (18:57 +0000)]
cut-and-paste-o
Andreas Gustafsson [Wed, 29 Aug 2001 18:57:28 +0000 (18:57 +0000)]
969. [func] dig now supports the undocumented dig 8 feature
of allowing arbitrary labels, not just dotted
decimal quads, with the -x option. This can be
used to conveniently look up RFC2317 names as in
"dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
Andreas Gustafsson [Wed, 29 Aug 2001 18:03:36 +0000 (18:03 +0000)]
Revert change 966. Brian says user-level programs should not include
any headers under asm.
Andreas Gustafsson [Wed, 29 Aug 2001 17:20:00 +0000 (17:20 +0000)]
regenerated
Mark Andrews [Wed, 29 Aug 2001 05:52:49 +0000 (05:52 +0000)]
Ensure that the files contents have been synced to disk prior to renaming.
Danny Mayer [Wed, 29 Aug 2001 05:21:25 +0000 (05:21 +0000)]
RT #1671 and #1668
Danny Mayer [Wed, 29 Aug 2001 05:13:42 +0000 (05:13 +0000)]
Bug #1671 isc_time_now was erroneously calling strtime()
Danny Mayer [Wed, 29 Aug 2001 05:08:58 +0000 (05:08 +0000)]
Bug #1668 resource file was missing in link
Mark Andrews [Wed, 29 Aug 2001 04:21:51 +0000 (04:21 +0000)]
966. [port] #include <asm/unistd.h> is required on some Linux
ports. [RT #1670]
Mark Andrews [Wed, 29 Aug 2001 04:15:03 +0000 (04:15 +0000)]
Add missing semicolons.
Mark Andrews [Wed, 29 Aug 2001 03:27:57 +0000 (03:27 +0000)]
Explain the interaction of -u and -t.
Andreas Gustafsson [Tue, 28 Aug 2001 18:00:37 +0000 (18:00 +0000)]
cut-and-paste-o
Andreas Gustafsson [Tue, 28 Aug 2001 17:37:24 +0000 (17:37 +0000)]
don't suggest generating the command channel secret usign dnssec-keygen or
mmencode now that we have rndc-confgen
Andreas Gustafsson [Tue, 28 Aug 2001 17:29:35 +0000 (17:29 +0000)]
added rndc-confgen man page
Mark Andrews [Tue, 28 Aug 2001 03:58:29 +0000 (03:58 +0000)]
#857 was incomplete, ISC_MAGIC was not being used everwhere it should have been.
'magic' was not being declared consistantly.
some #include <isc/magic.h> were missing from other include files.
NS_SERVER_VALID was not using ISC_MAGIC_VALID.
Andreas Gustafsson [Mon, 27 Aug 2001 23:55:16 +0000 (23:55 +0000)]
removed -P (pseudorandom) option
Andreas Gustafsson [Mon, 27 Aug 2001 23:13:48 +0000 (23:13 +0000)]
consistent spacing
Andreas Gustafsson [Mon, 27 Aug 2001 21:47:00 +0000 (21:47 +0000)]
don't #define DNS_STATS_NCOUNTERS in two different places [RT #1666]
Andreas Gustafsson [Mon, 27 Aug 2001 21:31:29 +0000 (21:31 +0000)]
eliminated arbitrary limit on formatted rdata size in 'host' [RT #1557]
Andreas Gustafsson [Mon, 27 Aug 2001 18:53:29 +0000 (18:53 +0000)]
regenerated
Andreas Gustafsson [Mon, 27 Aug 2001 18:52:59 +0000 (18:52 +0000)]
each AC_MSG_CHECKING should be balanced with an
AC_MSG_RESULT
Andreas Gustafsson [Mon, 27 Aug 2001 18:01:38 +0000 (18:01 +0000)]
clarified 964.-965.
Andreas Gustafsson [Mon, 27 Aug 2001 17:21:56 +0000 (17:21 +0000)]
consistently use single quotes around varying text
in log messages
Andreas Gustafsson [Mon, 27 Aug 2001 17:20:10 +0000 (17:20 +0000)]
don't INSIST() that calling dns_db_find() on the root hints
only binds the rdataset when returning ISC_R_SUCCESS, because that's not the case -
for example, if the root hints are '. 300 IN CNAME .', DNS_R_CNAME is returned and
the rdataset is bound
Mark Andrews [Mon, 27 Aug 2001 06:10:17 +0000 (06:10 +0000)]
965. [bug] Using non root hints caused a rbtdb node reference
leak. [RT #1581, RT #1618]
Mark Andrews [Mon, 27 Aug 2001 03:58:44 +0000 (03:58 +0000)]
INSIST that the rdataset is unassociated.
Mark Andrews [Mon, 27 Aug 2001 03:36:00 +0000 (03:36 +0000)]
964. [func] Warn if non root hints data is found in hints file.
Andreas Gustafsson [Fri, 24 Aug 2001 23:15:41 +0000 (23:15 +0000)]
the REQUIRE((((fctx->queries).head == 0) ? isc_boolean_true : isc_boolean_false))
assertion failure was reported in RT #673, #872, #1048 and fixed in 9.1.1rc6
Andreas Gustafsson [Fri, 24 Aug 2001 22:45:09 +0000 (22:45 +0000)]
regenerated
Andreas Gustafsson [Fri, 24 Aug 2001 22:44:57 +0000 (22:44 +0000)]
include <stdio.h> before calling printf in test program
Andreas Gustafsson [Fri, 24 Aug 2001 18:58:11 +0000 (18:58 +0000)]
elaborated on 959.
Mark Andrews [Thu, 23 Aug 2001 06:36:03 +0000 (06:36 +0000)]
regen
Mark Andrews [Thu, 23 Aug 2001 06:33:10 +0000 (06:33 +0000)]
Report found openssl version on failure.
Mark Andrews [Thu, 23 Aug 2001 04:39:31 +0000 (04:39 +0000)]
silence compiler warnings
Brian Wellington [Tue, 21 Aug 2001 23:03:59 +0000 (23:03 +0000)]
ignore Makefile
Mark Andrews [Tue, 21 Aug 2001 07:52:47 +0000 (07:52 +0000)]
Provide a list of assertion failures and the relevent patch(es) that fixed
them. RT is too difficult to search.
Mark Andrews [Mon, 20 Aug 2001 23:56:25 +0000 (23:56 +0000)]
963. [bug] bad ISC_LANG_ENDDECLS. [RT #1645]
Mark Andrews [Mon, 20 Aug 2001 07:47:05 +0000 (07:47 +0000)]
regen
Mark Andrews [Mon, 20 Aug 2001 07:44:53 +0000 (07:44 +0000)]
962. [bug] libbind: bad "#undef", don't attempt to install
non-existant nlist.h. [RT #1640]
Mark Andrews [Mon, 20 Aug 2001 07:29:47 +0000 (07:29 +0000)]
add nlist.h
Mark Andrews [Thu, 16 Aug 2001 07:27:48 +0000 (07:27 +0000)]
961. [bug] Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
was not defined. [RT #1482]
Mark Andrews [Thu, 16 Aug 2001 06:40:46 +0000 (06:40 +0000)]
regen
Mark Andrews [Thu, 16 Aug 2001 06:39:33 +0000 (06:39 +0000)]
960. [port] liblwres failed to build on systems with support for
getrrsetbyname() in the OS. [RT #1592]
Mark Andrews [Thu, 16 Aug 2001 06:21:16 +0000 (06:21 +0000)]
regen
Mark Andrews [Thu, 16 Aug 2001 06:19:58 +0000 (06:19 +0000)]
959. [port] freebsd: ncpus via sysctlbyname(). [RT #1584]
Mark Andrews [Wed, 15 Aug 2001 06:04:47 +0000 (06:04 +0000)]
regen
Mark Andrews [Wed, 15 Aug 2001 06:03:39 +0000 (06:03 +0000)]
ssize_t is a signed value
Mark Andrews [Wed, 15 Aug 2001 05:53:04 +0000 (05:53 +0000)]
regen
Mark Andrews [Wed, 15 Aug 2001 05:49:45 +0000 (05:49 +0000)]
958. [port] ssize_t is not available on all platforms. [RT #1607]
Mark Andrews [Tue, 14 Aug 2001 02:21:12 +0000 (02:21 +0000)]
regen
Mark Andrews [Tue, 14 Aug 2001 02:19:30 +0000 (02:19 +0000)]
957. [bug] sys/select.h inclusion was broken on older platforms.
[RT #1607]
Danny Mayer [Sun, 12 Aug 2001 04:53:38 +0000 (04:53 +0000)]
Updated as release version and added rndc.key info
Mark Andrews [Sun, 12 Aug 2001 00:12:14 +0000 (00:12 +0000)]
silence format warning: remove unused arg.
Andreas Gustafsson [Fri, 10 Aug 2001 16:18:50 +0000 (16:18 +0000)]
success reported on AIX 5L
Danny Mayer [Fri, 10 Aug 2001 03:15:51 +0000 (03:15 +0000)]
Bug #1603: changes to key file name variable for win32
Danny Mayer [Thu, 9 Aug 2001 23:45:12 +0000 (23:45 +0000)]
updated to add path for include files
Danny Mayer [Thu, 9 Aug 2001 23:44:13 +0000 (23:44 +0000)]
ns_g_autorndckeyfile had been renamed to ns_g_keyfile
Andreas Gustafsson [Thu, 9 Aug 2001 17:21:06 +0000 (17:21 +0000)]
duplicated CVS ID line
Mark Andrews [Thu, 9 Aug 2001 06:15:34 +0000 (06:15 +0000)]
full copyrights
Mark Andrews [Thu, 9 Aug 2001 06:09:30 +0000 (06:09 +0000)]
regen
Mark Andrews [Thu, 9 Aug 2001 06:08:09 +0000 (06:08 +0000)]
update
Mark Andrews [Thu, 9 Aug 2001 05:59:58 +0000 (05:59 +0000)]
support running configure in a directory other than the source directory
Danny Mayer [Thu, 9 Aug 2001 02:55:41 +0000 (02:55 +0000)]
Changed win32 code to remove references to named.key
Andreas Gustafsson [Thu, 9 Aug 2001 02:36:01 +0000 (02:36 +0000)]
running check-instincludes requires a CVS tree; require absolute path for kit file
Andreas Gustafsson [Thu, 9 Aug 2001 00:45:02 +0000 (00:45 +0000)]
removed expired drafts
Andreas Gustafsson [Thu, 9 Aug 2001 00:37:28 +0000 (00:37 +0000)]
added --- 9.2.0rc1 released --- marker
Andreas Gustafsson [Thu, 9 Aug 2001 00:35:11 +0000 (00:35 +0000)]
removed CVS ID line inadvertantly added by update_copyrights
Andreas Gustafsson [Thu, 9 Aug 2001 00:33:47 +0000 (00:33 +0000)]
update_copyrights
Andreas Gustafsson [Thu, 9 Aug 2001 00:30:39 +0000 (00:30 +0000)]
merge_copyrights
Andreas Gustafsson [Thu, 9 Aug 2001 00:19:44 +0000 (00:19 +0000)]
regenerated docs
Andreas Gustafsson [Thu, 9 Aug 2001 00:10:56 +0000 (00:10 +0000)]
the test outcome should not depend on the dig version printed
Andreas Gustafsson [Wed, 8 Aug 2001 23:27:03 +0000 (23:27 +0000)]
spacing
Andreas Gustafsson [Wed, 8 Aug 2001 23:26:58 +0000 (23:26 +0000)]
spacing; no newline at end of file
Andreas Gustafsson [Wed, 8 Aug 2001 23:23:57 +0000 (23:23 +0000)]
clarifications
Andreas Gustafsson [Wed, 8 Aug 2001 23:13:16 +0000 (23:13 +0000)]
spacing
Andreas Gustafsson [Wed, 8 Aug 2001 23:00:31 +0000 (23:00 +0000)]
added Slackware 8.0
Andreas Gustafsson [Wed, 8 Aug 2001 22:54:55 +0000 (22:54 +0000)]
format string bugs and improved format string checking [RT #1578]
Andreas Gustafsson [Wed, 8 Aug 2001 20:52:34 +0000 (20:52 +0000)]
brace style
Andreas Gustafsson [Wed, 8 Aug 2001 20:37:31 +0000 (20:37 +0000)]
removed unused variable ns_g_autorndckeyfile
Andreas Gustafsson [Wed, 8 Aug 2001 20:36:13 +0000 (20:36 +0000)]
don't remove ns_g_autorndckeyfile - it no longer exists
Andreas Gustafsson [Wed, 8 Aug 2001 19:47:38 +0000 (19:47 +0000)]
updated for 9.2.0rc1
Andreas Gustafsson [Wed, 8 Aug 2001 19:42:53 +0000 (19:42 +0000)]
need <isc/print.h> for snprintf on OSF/1 4
Andreas Gustafsson [Wed, 8 Aug 2001 05:13:47 +0000 (05:13 +0000)]
declaring progname as a char pointer in util.c
and a char array in rndc-confgen.c doesn't work
Mark Andrews [Tue, 7 Aug 2001 01:58:59 +0000 (01:58 +0000)]
955. [bug] When using views, the zone's class was not being
inherited from the view's class. [RT #1583]
Andreas Gustafsson [Mon, 6 Aug 2001 11:50:13 +0000 (11:50 +0000)]
expanded treatment of rndc.key;
mentioned rndc-confgen (briefly) [RT #1520]
Andreas Gustafsson [Mon, 6 Aug 2001 11:40:46 +0000 (11:40 +0000)]
Wrapped long lines in an error message, and fixed two bugs:
1) rndc would crash if rndc.conf could not be read
2) rndc running in named.key mode required a working
DNS to resolve the default server name "localhost",
causing a chicken-and-egg problem when using rndc
to fix a broken DNS. Fixed by changing the default
to 127.0.0.1. This will probably offend some IPv6
people.
Andreas Gustafsson [Mon, 6 Aug 2001 11:28:21 +0000 (11:28 +0000)]
spacing
Mark Andrews [Mon, 6 Aug 2001 05:50:20 +0000 (05:50 +0000)]
954. [bug] dig, host, nslookup: AXFR / IXFR are inherently
non-recursive, do not set RD. [RT #1575]
Danny Mayer [Mon, 6 Aug 2001 05:35:16 +0000 (05:35 +0000)]
Added support for win32
Danny Mayer [Mon, 6 Aug 2001 05:34:26 +0000 (05:34 +0000)]
Added support for key for win32
Danny Mayer [Mon, 6 Aug 2001 05:33:17 +0000 (05:33 +0000)]
Added Copyright Statement
Mark Andrews [Mon, 6 Aug 2001 04:47:47 +0000 (04:47 +0000)]
953. [func] named.key from change #843 has been replaced by
/etc/rndc.key. Both named and rndc will look for
this file and associated key if they are not already
configured via a different method (rndc.conf/controls).
/etc/rndc.key can be created using "rndc-confgen -a".
Mark Andrews [Mon, 6 Aug 2001 04:42:24 +0000 (04:42 +0000)]
named.key -> rndc.key
Mark Andrews [Mon, 6 Aug 2001 04:25:08 +0000 (04:25 +0000)]
cleanup
document "rndc -k"
Mark Andrews [Mon, 6 Aug 2001 02:10:59 +0000 (02:10 +0000)]
952. [bug] The server required manual intervention to serve the
affected zones if it died between creating a journal
and committing the first change to it.
Mark Andrews [Mon, 6 Aug 2001 01:03:53 +0000 (01:03 +0000)]
#if (result) should have been #if (result == ISC_R_SUCCESS) otherwise we
would fail to replace the keys if they changed.
Add the IPv4 any control before the IPv6 any control.
Paul Vixie [Sat, 4 Aug 2001 21:03:31 +0000 (21:03 +0000)]
update readme and copyright to mention nominum
Mark Andrews [Sat, 4 Aug 2001 08:15:02 +0000 (08:15 +0000)]
relax safe_create().
Mark Andrews [Sat, 4 Aug 2001 07:49:38 +0000 (07:49 +0000)]
only call get_key_info() in update_listener() if control != NULL.
Mark Andrews [Sat, 4 Aug 2001 07:38:06 +0000 (07:38 +0000)]
keyless inet controls triggered assertion. [RT#1566]