]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
17 years agoupdate copyright notice
Automatic Updater [Sun, 19 Jul 2009 23:47:55 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Sun, 19 Jul 2009 23:30:30 +0000 (23:30 +0000)] 
newcopyrights

17 years agofix a merge error from rebasing dnssec-settime (an assignment was left in
Evan Hunt [Sun, 19 Jul 2009 16:11:53 +0000 (16:11 +0000)] 
fix a merge error from rebasing dnssec-settime (an assignment was left in
place that was supposed to have been removed--this was already reviewed, I
just merged the fix wrong)

17 years agospelling
Tatuya JINMEI 神明達哉 [Sun, 19 Jul 2009 06:40:07 +0000 (06:40 +0000)] 
spelling

17 years agoupdate cvsignore
Evan Hunt [Sun, 19 Jul 2009 05:33:10 +0000 (05:33 +0000)] 
update cvsignore

17 years agowindows portability fix (review by mgraff)
Evan Hunt [Sun, 19 Jul 2009 05:26:05 +0000 (05:26 +0000)] 
windows portability fix (review by mgraff)

17 years agomore win32 build fixes
Evan Hunt [Sun, 19 Jul 2009 05:06:48 +0000 (05:06 +0000)] 
more win32 build fixes

17 years agoadd settime project files for win32 build
Evan Hunt [Sun, 19 Jul 2009 04:56:47 +0000 (04:56 +0000)] 
add settime project files for win32 build

17 years agowin32 build fixes
Evan Hunt [Sun, 19 Jul 2009 04:50:15 +0000 (04:50 +0000)] 
win32 build fixes

17 years agoPrepare for 9.7.0a2 release
Automatic Updater [Sun, 19 Jul 2009 04:29:02 +0000 (04:29 +0000)] 
Prepare for 9.7.0a2 release

17 years agoregen
Automatic Updater [Sun, 19 Jul 2009 04:27:56 +0000 (04:27 +0000)] 
regen

17 years ago2636. [func] Simplify zone signing and key maintenance with the
Evan Hunt [Sun, 19 Jul 2009 04:18:05 +0000 (04:18 +0000)] 
2636. [func] Simplify zone signing and key maintenance with the
dnssec-* tools.  Major changes:
- all dnssec-* tools now take a -K option to
  specify a directory in which key files will be
  stored
- DNSSEC can now store metadata indicating when
  they are scheduled to be published, acttivated,
  revoked or removed; these values can be set by
  dnssec-keygen or overwritten by the new
  dnssec-settime command
- dnssec-signzone -S (for "smart") option reads key
  metadata and uses it to determine automatically
  which keys to publish to the zone, use for
  signing, revoke, or remove from the zone
[RT #19816]

17 years agoupdate copyright notice
Automatic Updater [Fri, 17 Jul 2009 23:47:41 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Fri, 17 Jul 2009 23:30:40 +0000 (23:30 +0000)] 
newcopyrights

17 years ago2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
Evan Hunt [Fri, 17 Jul 2009 22:01:44 +0000 (22:01 +0000)] 
2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
[RT #19716]

17 years ago2634. [port] win32: Add support for libxml2, enable
Evan Hunt [Fri, 17 Jul 2009 06:25:45 +0000 (06:25 +0000)] 
2634. [port] win32: Add support for libxml2, enable
statschannel. [RT #19773]

17 years agoupdate copyright notice
Automatic Updater [Thu, 16 Jul 2009 23:47:55 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Thu, 16 Jul 2009 23:30:41 +0000 (23:30 +0000)] 
newcopyrights

17 years ago2633. [bug] Handle 15 bit rand() functions. [RT #19783]
Mark Andrews [Thu, 16 Jul 2009 05:52:46 +0000 (05:52 +0000)] 
2633.   [bug]           Handle 15 bit rand() functions. [RT #19783]

17 years ago2632. [func] util/kit.sh: warn if documentation appears to be out of
Mark Andrews [Thu, 16 Jul 2009 05:29:35 +0000 (05:29 +0000)] 
2632.   [func]          util/kit.sh: warn if documentation appears to be out of
                        date.  [RT #19922]

17 years agoutil/kit.sh
Mark Andrews [Thu, 16 Jul 2009 05:29:05 +0000 (05:29 +0000)] 
util/kit.sh

17 years agoregen
Automatic Updater [Wed, 15 Jul 2009 01:13:11 +0000 (01:13 +0000)] 
regen

17 years ago2631. [bug] Handle "//", "/./" and "/../" in mkdirpath().
Mark Andrews [Wed, 15 Jul 2009 00:36:37 +0000 (00:36 +0000)] 
2631.   [bug]           Handle "//", "/./" and "/../" in mkdirpath().
                        [RT #19926 ]

17 years agoupdate copyright notice
Automatic Updater [Tue, 14 Jul 2009 23:47:54 +0000 (23:47 +0000)] 
update copyright notice

17 years ago2630. [func] Improved syntax for DDNS autoconfiguration: use
Evan Hunt [Tue, 14 Jul 2009 22:54:57 +0000 (22:54 +0000)] 
2630. [func] Improved syntax for DDNS autoconfiguration:  use
"update-policy local;" to switch on local DDNS in a
zone.  [RT #19875]

17 years ago2629. [port] Check for seteuid()/setegid(), use setresuid()/
Evan Hunt [Tue, 14 Jul 2009 22:39:30 +0000 (22:39 +0000)] 
2629. [port] Check for seteuid()/setegid(), use setresuid()/
setresgid() if not present. [RT #19932]

17 years agoUpdate grammar for sig-validity-interval in ARM to include
Jeremy Reed [Tue, 14 Jul 2009 18:08:26 +0000 (18:08 +0000)] 
Update grammar for sig-validity-interval in ARM to include
optional second argument.

I had noticed a few days ago that the ARM grammar for sig-validity-interval
was missing the optional second number. I saw an email again about
this today. This is for part of my RT #19931.

Not adding a CHANGES entry for this (because feature itself was
already documented.)

17 years ago2628. [port] linux: Allow /var/run/named/named.pid to be opened
Mark Andrews [Tue, 14 Jul 2009 05:15:00 +0000 (05:15 +0000)] 
2628.   [port]          linux: Allow /var/run/named/named.pid to be opened
                        at startup with reduced capabilities in operation.
                        [RT #19884]

17 years agoregen
Automatic Updater [Tue, 14 Jul 2009 01:13:07 +0000 (01:13 +0000)] 
regen

17 years agoupdate copyright notice
Automatic Updater [Mon, 13 Jul 2009 23:47:42 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Mon, 13 Jul 2009 23:30:31 +0000 (23:30 +0000)] 
newcopyrights

17 years agoauto update
Automatic Updater [Mon, 13 Jul 2009 23:18:04 +0000 (23:18 +0000)] 
auto update

17 years ago2627. [bug] Named aborted if the same key was included in
Evan Hunt [Mon, 13 Jul 2009 21:53:03 +0000 (21:53 +0000)] 
2627. [bug] Named aborted if the same key was included in
trusted-keys more than once. [RT #19918]

17 years ago2626. [bug] Multiple trusted-keys could trigger an assertion
Evan Hunt [Mon, 13 Jul 2009 21:49:57 +0000 (21:49 +0000)] 
2626. [bug] Multiple trusted-keys could trigger an assertion
failure. [RT #19914]

17 years ago2625. [bug] Missing UNLOCK in rbtdb.c. [RT #19865]
Mark Andrews [Mon, 13 Jul 2009 07:03:47 +0000 (07:03 +0000)] 
2625.   [bug]           Missing UNLOCK in rbtdb.c. [RT #19865]

17 years ago2624. [func] 'named-checkconf -p' will print out the parsed
Mark Andrews [Mon, 13 Jul 2009 06:57:21 +0000 (06:57 +0000)] 
2624.   [func]          'named-checkconf -p' will print out the parsed
                        configuration. [RT #18871]

17 years ago2623. [bug] Named started seaches for DS non-optimally. [RT #19915]
Mark Andrews [Mon, 13 Jul 2009 06:24:27 +0000 (06:24 +0000)] 
2623.   [bug]           Named started seaches for DS non-optimally. [RT #19915]

17 years ago4509: Use of SHA-256 in DNSSEC Delegation Signer (DS) Resource Records (RRs)
Mark Andrews [Sun, 12 Jul 2009 23:51:48 +0000 (23:51 +0000)] 
4509:   Use of SHA-256 in DNSSEC Delegation Signer (DS) Resource Records (RRs)

17 years agoregen
Automatic Updater [Sat, 11 Jul 2009 01:12:47 +0000 (01:12 +0000)] 
regen

17 years agoupdate copyright notice
Automatic Updater [Fri, 10 Jul 2009 23:47:58 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Fri, 10 Jul 2009 23:30:31 +0000 (23:30 +0000)] 
newcopyrights

17 years agoregen
Mark Andrews [Fri, 10 Jul 2009 07:49:44 +0000 (07:49 +0000)] 
regen

17 years agocatch errors when generating options
Mark Andrews [Fri, 10 Jul 2009 07:47:46 +0000 (07:47 +0000)] 
catch errors when generating options

17 years ago2622. [bug] Printing of named.conf grammar was broken. [RT #19919]
Mark Andrews [Fri, 10 Jul 2009 07:33:21 +0000 (07:33 +0000)] 
2622.   [bug]           Printing of named.conf grammar was broken. [RT #19919]

17 years ago2621. [doc] Made copyright boilterplate consistent. [RT #19833]
Tatuya JINMEI 神明達哉 [Fri, 10 Jul 2009 07:22:06 +0000 (07:22 +0000)] 
2621. [doc] Made copyright boilterplate consistent.  [RT #19833]

17 years agoState the default for zone-statistics (no).
Jeremy Reed [Fri, 10 Jul 2009 01:22:18 +0000 (01:22 +0000)] 
State the default for zone-statistics (no).
Evi asked me:
> what is the default value of the zone-statistics
> option? its not listed in the ARM anywhere that i can find.

Not adding a CHANGES entry number for this minor one sentence
addition.

17 years agoauto update
Automatic Updater [Thu, 9 Jul 2009 23:18:22 +0000 (23:18 +0000)] 
auto update

17 years agonewcopyrights
Automatic Updater [Wed, 8 Jul 2009 23:30:33 +0000 (23:30 +0000)] 
newcopyrights

17 years agoTYPE65535->TYPE65534
Evan Hunt [Wed, 8 Jul 2009 21:23:36 +0000 (21:23 +0000)] 
TYPE65535->TYPE65534

17 years agoauto update
Automatic Updater [Sat, 4 Jul 2009 23:18:04 +0000 (23:18 +0000)] 
auto update

17 years agoregen
Automatic Updater [Sat, 4 Jul 2009 01:13:19 +0000 (01:13 +0000)] 
regen

17 years agochange number
Mark Andrews [Fri, 3 Jul 2009 03:17:03 +0000 (03:17 +0000)] 
change number

17 years agoFix some misspellings.
Jeremy Reed [Fri, 3 Jul 2009 01:53:53 +0000 (01:53 +0000)] 
Fix some misspellings.

17 years agoFix XML by closing a tag.
Jeremy Reed [Fri, 3 Jul 2009 01:45:37 +0000 (01:45 +0000)] 
Fix XML by closing a tag.

17 years agoupdate copyright notice
Automatic Updater [Thu, 2 Jul 2009 23:47:26 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Thu, 2 Jul 2009 23:30:32 +0000 (23:30 +0000)] 
newcopyrights

17 years agoauto update
Automatic Updater [Thu, 2 Jul 2009 23:18:39 +0000 (23:18 +0000)] 
auto update

17 years agothe update-policy template doesn't match the implementation. [RT #19877]
Tatuya JINMEI 神明達哉 [Thu, 2 Jul 2009 22:50:24 +0000 (22:50 +0000)] 
the update-policy template doesn't match the implementation. [RT #19877]
for 9.7.0a2.

17 years ago2920. [bug] Delay thawing the zone until the reload of it has
Mark Andrews [Thu, 2 Jul 2009 07:39:03 +0000 (07:39 +0000)] 
2920.   [bug]           Delay thawing the zone until the reload of it has
                        completed successfully.  [RT #19750]

17 years ago<xi:include href=../../bin/dnssec/dnssec-revoke.docbook/>
Mark Andrews [Thu, 2 Jul 2009 02:19:17 +0000 (02:19 +0000)] 
<xi:include href=../../bin/dnssec/dnssec-revoke.docbook/>

17 years agoupdate copyright notice
Automatic Updater [Wed, 1 Jul 2009 23:47:36 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Wed, 1 Jul 2009 23:30:28 +0000 (23:30 +0000)] 
newcopyrights

17 years agoauto update
Automatic Updater [Wed, 1 Jul 2009 23:19:00 +0000 (23:19 +0000)] 
auto update

17 years agoREADME.rfc5011
Mark Andrews [Wed, 1 Jul 2009 01:24:34 +0000 (01:24 +0000)] 
README.rfc5011

17 years agoupdate copyright notice
Automatic Updater [Tue, 30 Jun 2009 23:48:01 +0000 (23:48 +0000)] 
update copyright notice

17 years agoregen
Automatic Updater [Tue, 30 Jun 2009 03:32:58 +0000 (03:32 +0000)] 
regen

17 years agodnssec-revoke docbook fix
Evan Hunt [Tue, 30 Jun 2009 03:20:26 +0000 (03:20 +0000)] 
dnssec-revoke docbook fix

17 years agoupdate
Evan Hunt [Tue, 30 Jun 2009 02:56:09 +0000 (02:56 +0000)] 
update

17 years ago2619. [func] Add support for RFC 5011, automatic trust anchor
Evan Hunt [Tue, 30 Jun 2009 02:53:46 +0000 (02:53 +0000)] 
2619. [func] Add support for RFC 5011, automatic trust anchor
maintenance.  The new "managed-keys" statement can
be used in place of "trusted-keys" for zones which
support this protocol.  (Note: this syntax is
expected to change prior to 9.7.0 final.) [RT #19248]

17 years agoregen
Automatic Updater [Tue, 30 Jun 2009 01:13:00 +0000 (01:13 +0000)] 
regen

17 years agoupdate description of 2517
Mark Andrews [Tue, 30 Jun 2009 00:10:01 +0000 (00:10 +0000)] 
update description of 2517

17 years agoChange a few "a" to "an". Also remove some errant "a".
Jeremy Reed [Mon, 29 Jun 2009 09:46:40 +0000 (09:46 +0000)] 
Change a few "a" to "an". Also remove some errant "a".

17 years agoregen
Automatic Updater [Sat, 27 Jun 2009 01:12:53 +0000 (01:12 +0000)] 
regen

17 years agoupdate copyright notice
Automatic Updater [Fri, 26 Jun 2009 23:47:58 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Fri, 26 Jun 2009 23:30:35 +0000 (23:30 +0000)] 
newcopyrights

17 years agocleanup: removed redundant initialization [RT #19866]
Tatuya JINMEI 神明達哉 [Fri, 26 Jun 2009 08:02:57 +0000 (08:02 +0000)] 
cleanup: removed redundant initialization [RT #19866]

17 years ago2618. [bug] The sdb and sdlz db_interator_seek() methods could
Mark Andrews [Fri, 26 Jun 2009 06:21:03 +0000 (06:21 +0000)] 
2618.   [bug]           The sdb and sdlz db_interator_seek() methods could
                        loop infinitely. [RT #19847]

17 years ago2617. [bug] ifconfig.sh failed to emit an error message when
Mark Andrews [Fri, 26 Jun 2009 06:08:40 +0000 (06:08 +0000)] 
2617.   [bug]           ifconfig.sh failed to emit an error message when
                        run from the wrong location. [RT #19375]

17 years agochange 9.6 to 9.7 in "scope of document" section
Evan Hunt [Fri, 26 Jun 2009 04:05:01 +0000 (04:05 +0000)] 
change 9.6 to 9.7 in "scope of document" section

17 years agoupdate copyright notice
Automatic Updater [Thu, 25 Jun 2009 23:48:02 +0000 (23:48 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Thu, 25 Jun 2009 23:30:30 +0000 (23:30 +0000)] 
newcopyrights

17 years agoFix install rule for bind.keys
Evan Hunt [Thu, 25 Jun 2009 17:06:42 +0000 (17:06 +0000)] 
Fix install rule for bind.keys

17 years agoupdate description
Mark Andrews [Thu, 25 Jun 2009 05:32:48 +0000 (05:32 +0000)] 
update description

17 years agoEditorial nits. [RT #19815]
Mark Andrews [Thu, 25 Jun 2009 05:28:34 +0000 (05:28 +0000)] 
Editorial nits. [RT #19815]

17 years ago2616. [bug] The nameserver argument to 'host' was being ignored.
Mark Andrews [Wed, 24 Jun 2009 02:51:29 +0000 (02:51 +0000)] 
2616.   [bug]           The nameserver argument to 'host' was being ignored.
                        [RT #19852]

17 years ago2615. [bug] "__attribute__((unused))" was in the wrong place
Mark Andrews [Wed, 24 Jun 2009 02:22:50 +0000 (02:22 +0000)] 
2615.   [bug]           "__attribute__((unused))" was in the wrong place
                        for ia64 gcc builds. [RT #19854]

17 years agochange number
Mark Andrews [Wed, 24 Jun 2009 02:11:59 +0000 (02:11 +0000)] 
change number

17 years agomissing unsigned
Mark Andrews [Wed, 24 Jun 2009 01:27:06 +0000 (01:27 +0000)] 
missing unsigned

17 years agoupdate copyright notice
Automatic Updater [Tue, 23 Jun 2009 23:47:44 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Tue, 23 Jun 2009 23:30:37 +0000 (23:30 +0000)] 
newcopyrights

17 years ago2615. [port] win32: 'named -v' should automatically be executed
Mark Andrews [Tue, 23 Jun 2009 07:43:48 +0000 (07:43 +0000)] 
2615.   [port]          win32: 'named -v' should automatically be executed
                        in the foreground. [RT #19844]

17 years ago2615. [port] win32: 'named -v' should automatically be executed
Mark Andrews [Tue, 23 Jun 2009 07:34:39 +0000 (07:34 +0000)] 
2615.   [port]          win32: 'named -v' should automatically be executed
                        in the foreground. [RT #19844]

17 years agoupdate copyright notice
Automatic Updater [Mon, 22 Jun 2009 23:47:53 +0000 (23:47 +0000)] 
update copyright notice

17 years agonewcopyrights
Automatic Updater [Mon, 22 Jun 2009 23:30:32 +0000 (23:30 +0000)] 
newcopyrights

17 years agoupdate
Mark Andrews [Mon, 22 Jun 2009 01:59:30 +0000 (01:59 +0000)] 
update

17 years agocorrected version number and supported windows OS's
Evan Hunt [Mon, 22 Jun 2009 01:47:00 +0000 (01:47 +0000)] 
corrected version number and supported windows OS's

17 years agoauto update
Automatic Updater [Fri, 19 Jun 2009 23:18:39 +0000 (23:18 +0000)] 
auto update

17 years agopreserve rndcconfgen.* history
Mark Andrews [Fri, 19 Jun 2009 01:58:37 +0000 (01:58 +0000)] 
preserve rndcconfgen.* history

17 years agocleanup
Mark Andrews [Fri, 19 Jun 2009 01:55:09 +0000 (01:55 +0000)] 
cleanup

17 years agonewcopyrights
Automatic Updater [Thu, 18 Jun 2009 23:30:24 +0000 (23:30 +0000)] 
newcopyrights