]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
24 years agocut-and-paste-o
Andreas Gustafsson [Wed, 29 Aug 2001 18:57:58 +0000 (18:57 +0000)] 
cut-and-paste-o

24 years ago 969. [func] dig now supports the undocumented dig 8 feature
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]

24 years agoRevert change 966. Brian says user-level programs should not include
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.

24 years agoregenerated
Andreas Gustafsson [Wed, 29 Aug 2001 17:20:00 +0000 (17:20 +0000)] 
regenerated

24 years agoEnsure that the files contents have been synced to disk prior to renaming.
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.

24 years agoRT #1671 and #1668
Danny Mayer [Wed, 29 Aug 2001 05:21:25 +0000 (05:21 +0000)] 
RT #1671 and #1668

24 years agoBug #1671 isc_time_now was erroneously calling strtime()
Danny Mayer [Wed, 29 Aug 2001 05:13:42 +0000 (05:13 +0000)] 
Bug #1671 isc_time_now was erroneously calling strtime()

24 years agoBug #1668 resource file was missing in link
Danny Mayer [Wed, 29 Aug 2001 05:08:58 +0000 (05:08 +0000)] 
Bug #1668 resource file was missing in link

24 years ago 966. [port] #include <asm/unistd.h> is required on some Linux
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]

24 years agoAdd missing semicolons.
Mark Andrews [Wed, 29 Aug 2001 04:15:03 +0000 (04:15 +0000)] 
Add missing semicolons.

24 years agoExplain the interaction of -u and -t.
Mark Andrews [Wed, 29 Aug 2001 03:27:57 +0000 (03:27 +0000)] 
Explain the interaction of -u and -t.

24 years agocut-and-paste-o
Andreas Gustafsson [Tue, 28 Aug 2001 18:00:37 +0000 (18:00 +0000)] 
cut-and-paste-o

24 years agodon't suggest generating the command channel secret usign dnssec-keygen or
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

24 years agoadded rndc-confgen man page
Andreas Gustafsson [Tue, 28 Aug 2001 17:29:35 +0000 (17:29 +0000)] 
added rndc-confgen man page

24 years ago#857 was incomplete, ISC_MAGIC was not being used everwhere it should have been.
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.

24 years agoremoved -P (pseudorandom) option
Andreas Gustafsson [Mon, 27 Aug 2001 23:55:16 +0000 (23:55 +0000)] 
removed -P (pseudorandom) option

24 years agoconsistent spacing
Andreas Gustafsson [Mon, 27 Aug 2001 23:13:48 +0000 (23:13 +0000)] 
consistent spacing

24 years agodon't #define DNS_STATS_NCOUNTERS in two different places [RT #1666]
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]

24 years agoeliminated arbitrary limit on formatted rdata size in 'host' [RT #1557]
Andreas Gustafsson [Mon, 27 Aug 2001 21:31:29 +0000 (21:31 +0000)] 
eliminated arbitrary limit on formatted rdata size in 'host' [RT #1557]

24 years agoregenerated
Andreas Gustafsson [Mon, 27 Aug 2001 18:53:29 +0000 (18:53 +0000)] 
regenerated

24 years agoeach AC_MSG_CHECKING should be balanced with an
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

24 years agoclarified 964.-965.
Andreas Gustafsson [Mon, 27 Aug 2001 18:01:38 +0000 (18:01 +0000)] 
clarified 964.-965.

24 years agoconsistently use single quotes around varying text
Andreas Gustafsson [Mon, 27 Aug 2001 17:21:56 +0000 (17:21 +0000)] 
consistently use single quotes around varying text
in log messages

24 years agodon't INSIST() that calling dns_db_find() on the root hints
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

24 years ago 965. [bug] Using non root hints caused a rbtdb node reference
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]

24 years agoINSIST that the rdataset is unassociated.
Mark Andrews [Mon, 27 Aug 2001 03:58:44 +0000 (03:58 +0000)] 
INSIST that the rdataset is unassociated.

24 years ago964. [func] Warn if non root hints data is found in hints file.
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.

24 years agothe REQUIRE((((fctx->queries).head == 0) ? isc_boolean_true : isc_boolean_false))
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

24 years agoregenerated
Andreas Gustafsson [Fri, 24 Aug 2001 22:45:09 +0000 (22:45 +0000)] 
regenerated

24 years agoinclude <stdio.h> before calling printf in test program
Andreas Gustafsson [Fri, 24 Aug 2001 22:44:57 +0000 (22:44 +0000)] 
include <stdio.h> before calling printf in test program

24 years agoelaborated on 959.
Andreas Gustafsson [Fri, 24 Aug 2001 18:58:11 +0000 (18:58 +0000)] 
elaborated on 959.

24 years agoregen
Mark Andrews [Thu, 23 Aug 2001 06:36:03 +0000 (06:36 +0000)] 
regen

24 years agoReport found openssl version on failure.
Mark Andrews [Thu, 23 Aug 2001 06:33:10 +0000 (06:33 +0000)] 
Report found openssl version on failure.

24 years agosilence compiler warnings
Mark Andrews [Thu, 23 Aug 2001 04:39:31 +0000 (04:39 +0000)] 
silence compiler warnings

24 years agoignore Makefile
Brian Wellington [Tue, 21 Aug 2001 23:03:59 +0000 (23:03 +0000)] 
ignore Makefile

24 years agoProvide a list of assertion failures and the relevent patch(es) that fixed
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.

24 years ago 963. [bug] bad ISC_LANG_ENDDECLS. [RT #1645]
Mark Andrews [Mon, 20 Aug 2001 23:56:25 +0000 (23:56 +0000)] 
 963.   [bug]           bad ISC_LANG_ENDDECLS. [RT #1645]

24 years agoregen
Mark Andrews [Mon, 20 Aug 2001 07:47:05 +0000 (07:47 +0000)] 
regen

24 years ago 962. [bug] libbind: bad "#undef", don't attempt to install
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]

24 years agoadd nlist.h
Mark Andrews [Mon, 20 Aug 2001 07:29:47 +0000 (07:29 +0000)] 
add nlist.h

24 years ago 961. [bug] Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
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]

24 years agoregen
Mark Andrews [Thu, 16 Aug 2001 06:40:46 +0000 (06:40 +0000)] 
regen

24 years ago 960. [port] liblwres failed to build on systems with support for
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]

24 years agoregen
Mark Andrews [Thu, 16 Aug 2001 06:21:16 +0000 (06:21 +0000)] 
regen

24 years ago 959. [port] freebsd: ncpus via sysctlbyname(). [RT #1584]
Mark Andrews [Thu, 16 Aug 2001 06:19:58 +0000 (06:19 +0000)] 
 959.   [port]          freebsd: ncpus via sysctlbyname().  [RT #1584]

24 years agoregen
Mark Andrews [Wed, 15 Aug 2001 06:04:47 +0000 (06:04 +0000)] 
regen

24 years agossize_t is a signed value
Mark Andrews [Wed, 15 Aug 2001 06:03:39 +0000 (06:03 +0000)] 
ssize_t is a signed value

24 years agoregen
Mark Andrews [Wed, 15 Aug 2001 05:53:04 +0000 (05:53 +0000)] 
regen

24 years ago 958. [port] ssize_t is not available on all platforms. [RT #1607]
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]

24 years agoregen
Mark Andrews [Tue, 14 Aug 2001 02:21:12 +0000 (02:21 +0000)] 
regen

24 years ago 957. [bug] sys/select.h inclusion was broken on older platforms.
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]

24 years agoUpdated as release version and added rndc.key info
Danny Mayer [Sun, 12 Aug 2001 04:53:38 +0000 (04:53 +0000)] 
Updated as release version and added rndc.key info

24 years agosilence format warning: remove unused arg.
Mark Andrews [Sun, 12 Aug 2001 00:12:14 +0000 (00:12 +0000)] 
silence format warning: remove unused arg.

24 years agosuccess reported on AIX 5L
Andreas Gustafsson [Fri, 10 Aug 2001 16:18:50 +0000 (16:18 +0000)] 
success reported on AIX 5L

24 years agoBug #1603: changes to key file name variable for win32
Danny Mayer [Fri, 10 Aug 2001 03:15:51 +0000 (03:15 +0000)] 
Bug #1603: changes to key file name variable for win32

24 years agoupdated to add path for include files
Danny Mayer [Thu, 9 Aug 2001 23:45:12 +0000 (23:45 +0000)] 
updated to add path for include files

24 years agons_g_autorndckeyfile had been renamed to ns_g_keyfile
Danny Mayer [Thu, 9 Aug 2001 23:44:13 +0000 (23:44 +0000)] 
ns_g_autorndckeyfile had been renamed to ns_g_keyfile

24 years agoduplicated CVS ID line
Andreas Gustafsson [Thu, 9 Aug 2001 17:21:06 +0000 (17:21 +0000)] 
duplicated CVS ID line

24 years agofull copyrights
Mark Andrews [Thu, 9 Aug 2001 06:15:34 +0000 (06:15 +0000)] 
full copyrights

24 years agoregen
Mark Andrews [Thu, 9 Aug 2001 06:09:30 +0000 (06:09 +0000)] 
regen

24 years agoupdate
Mark Andrews [Thu, 9 Aug 2001 06:08:09 +0000 (06:08 +0000)] 
update

24 years agosupport running configure in a directory other than the source directory
Mark Andrews [Thu, 9 Aug 2001 05:59:58 +0000 (05:59 +0000)] 
support running configure in a directory other than the source directory

24 years agoChanged win32 code to remove references to named.key
Danny Mayer [Thu, 9 Aug 2001 02:55:41 +0000 (02:55 +0000)] 
Changed win32 code to remove references to named.key

24 years agorunning check-instincludes requires a CVS tree; require absolute path for kit file
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

24 years agoremoved expired drafts
Andreas Gustafsson [Thu, 9 Aug 2001 00:45:02 +0000 (00:45 +0000)] 
removed expired drafts

24 years agoadded --- 9.2.0rc1 released --- marker
Andreas Gustafsson [Thu, 9 Aug 2001 00:37:28 +0000 (00:37 +0000)] 
added --- 9.2.0rc1 released --- marker

24 years agoremoved CVS ID line inadvertantly added by update_copyrights
Andreas Gustafsson [Thu, 9 Aug 2001 00:35:11 +0000 (00:35 +0000)] 
removed CVS ID line inadvertantly added by update_copyrights

24 years agoupdate_copyrights
Andreas Gustafsson [Thu, 9 Aug 2001 00:33:47 +0000 (00:33 +0000)] 
update_copyrights

24 years agomerge_copyrights
Andreas Gustafsson [Thu, 9 Aug 2001 00:30:39 +0000 (00:30 +0000)] 
merge_copyrights

24 years agoregenerated docs
Andreas Gustafsson [Thu, 9 Aug 2001 00:19:44 +0000 (00:19 +0000)] 
regenerated docs

24 years agothe test outcome should not depend on the dig version printed
Andreas Gustafsson [Thu, 9 Aug 2001 00:10:56 +0000 (00:10 +0000)] 
the test outcome should not depend on the dig version printed

24 years agospacing
Andreas Gustafsson [Wed, 8 Aug 2001 23:27:03 +0000 (23:27 +0000)] 
spacing

24 years agospacing; no newline at end of file
Andreas Gustafsson [Wed, 8 Aug 2001 23:26:58 +0000 (23:26 +0000)] 
spacing; no newline at end of file

24 years agoclarifications
Andreas Gustafsson [Wed, 8 Aug 2001 23:23:57 +0000 (23:23 +0000)] 
clarifications

24 years agospacing
Andreas Gustafsson [Wed, 8 Aug 2001 23:13:16 +0000 (23:13 +0000)] 
spacing

24 years agoadded Slackware 8.0
Andreas Gustafsson [Wed, 8 Aug 2001 23:00:31 +0000 (23:00 +0000)] 
added Slackware 8.0

24 years agoformat string bugs and improved format string checking [RT #1578]
Andreas Gustafsson [Wed, 8 Aug 2001 22:54:55 +0000 (22:54 +0000)] 
format string bugs and improved format string checking [RT #1578]

24 years agobrace style
Andreas Gustafsson [Wed, 8 Aug 2001 20:52:34 +0000 (20:52 +0000)] 
brace style

24 years agoremoved unused variable ns_g_autorndckeyfile
Andreas Gustafsson [Wed, 8 Aug 2001 20:37:31 +0000 (20:37 +0000)] 
removed unused variable ns_g_autorndckeyfile

24 years agodon't remove ns_g_autorndckeyfile - it no longer exists
Andreas Gustafsson [Wed, 8 Aug 2001 20:36:13 +0000 (20:36 +0000)] 
don't remove ns_g_autorndckeyfile - it no longer exists

24 years agoupdated for 9.2.0rc1
Andreas Gustafsson [Wed, 8 Aug 2001 19:47:38 +0000 (19:47 +0000)] 
updated for 9.2.0rc1

24 years agoneed <isc/print.h> for snprintf on OSF/1 4
Andreas Gustafsson [Wed, 8 Aug 2001 19:42:53 +0000 (19:42 +0000)] 
need <isc/print.h> for snprintf on OSF/1 4

24 years agodeclaring progname as a char pointer in util.c
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

24 years ago 955. [bug] When using views, the zone's class was not being
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]

24 years agoexpanded treatment of rndc.key;
Andreas Gustafsson [Mon, 6 Aug 2001 11:50:13 +0000 (11:50 +0000)] 
expanded treatment of rndc.key;
mentioned rndc-confgen (briefly) [RT #1520]

24 years agoWrapped long lines in an error message, and fixed two bugs:
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.

24 years agospacing
Andreas Gustafsson [Mon, 6 Aug 2001 11:28:21 +0000 (11:28 +0000)] 
spacing

24 years ago 954. [bug] dig, host, nslookup: AXFR / IXFR are inherently
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]

24 years agoAdded support for win32
Danny Mayer [Mon, 6 Aug 2001 05:35:16 +0000 (05:35 +0000)] 
Added support for win32

24 years agoAdded support for key for win32
Danny Mayer [Mon, 6 Aug 2001 05:34:26 +0000 (05:34 +0000)] 
Added support for key for win32

24 years agoAdded Copyright Statement
Danny Mayer [Mon, 6 Aug 2001 05:33:17 +0000 (05:33 +0000)] 
Added Copyright Statement

24 years ago 953. [func] named.key from change #843 has been replaced by
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".

24 years agonamed.key -> rndc.key
Mark Andrews [Mon, 6 Aug 2001 04:42:24 +0000 (04:42 +0000)] 
named.key -> rndc.key

24 years agocleanup
Mark Andrews [Mon, 6 Aug 2001 04:25:08 +0000 (04:25 +0000)] 
cleanup
document "rndc -k"

24 years ago 952. [bug] The server required manual intervention to serve the
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.

24 years ago#if (result) should have been #if (result == ISC_R_SUCCESS) otherwise we
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.

24 years agoupdate readme and copyright to mention nominum
Paul Vixie [Sat, 4 Aug 2001 21:03:31 +0000 (21:03 +0000)] 
update readme and copyright to mention nominum

24 years agorelax safe_create().
Mark Andrews [Sat, 4 Aug 2001 08:15:02 +0000 (08:15 +0000)] 
relax safe_create().

24 years agoonly call get_key_info() in update_listener() if control != NULL.
Mark Andrews [Sat, 4 Aug 2001 07:49:38 +0000 (07:49 +0000)] 
only call get_key_info() in update_listener() if control != NULL.

24 years agokeyless inet controls triggered assertion. [RT#1566]
Mark Andrews [Sat, 4 Aug 2001 07:38:06 +0000 (07:38 +0000)] 
keyless inet controls triggered assertion. [RT#1566]