]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
13 years agosilence locking false positive by puttling lock/unlock in same routine
Mark Andrews [Thu, 28 Feb 2013 03:00:39 +0000 (14:00 +1100)] 
silence locking false positive by puttling lock/unlock in same routine

13 years agoexplicitly ignore error returns
Mark Andrews [Thu, 28 Feb 2013 02:44:14 +0000 (13:44 +1100)] 
explicitly ignore error returns

13 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Thu, 28 Feb 2013 02:29:53 +0000 (18:29 -0800)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

13 years ago[master] ifdef around geoip syntax in parser
Evan Hunt [Thu, 28 Feb 2013 02:29:30 +0000 (18:29 -0800)] 
[master] ifdef around geoip syntax in parser

13 years agocheck isc_task_beginexclusive result
Mark Andrews [Thu, 28 Feb 2013 02:23:05 +0000 (13:23 +1100)] 
check isc_task_beginexclusive result

13 years agocheck the returns from isc_task_beginexclusive
Mark Andrews [Thu, 28 Feb 2013 02:14:52 +0000 (13:14 +1100)] 
check the returns from isc_task_beginexclusive

13 years ago[master] add geoip support
Evan Hunt [Thu, 28 Feb 2013 01:19:39 +0000 (17:19 -0800)] 
[master] add geoip support

3504. [func] Add support for ACLs based on geographic location,
using MaxMind GeoIP databases. Based on code
contributed by Ken Brownfield <kb@slide.com>.
[RT #30681]

13 years agoregen master
Tinderbox User [Thu, 28 Feb 2013 01:04:36 +0000 (01:04 +0000)] 
regen master

13 years agomove declaration of dumparg
Mark Andrews [Thu, 28 Feb 2013 00:21:54 +0000 (11:21 +1100)] 
move declaration of dumparg

13 years agoupdate copyright notice
Tinderbox User [Wed, 27 Feb 2013 23:46:03 +0000 (23:46 +0000)] 
update copyright notice

13 years agonewcopyrights
Tinderbox User [Wed, 27 Feb 2013 23:30:15 +0000 (23:30 +0000)] 
newcopyrights

13 years agosilence compiler warning by adding a assertion
Mark Andrews [Wed, 27 Feb 2013 22:47:49 +0000 (09:47 +1100)] 
silence compiler warning by adding a assertion

13 years ago[master] clarify size_spec in ARM
Evan Hunt [Wed, 27 Feb 2013 22:39:09 +0000 (14:39 -0800)] 
[master] clarify size_spec in ARM

3503. [doc] Clarify size_spec syntax. [RT #32449]

13 years agocheck that inlineslave.bk and inlineslave.bk.signed exist
Mark Andrews [Wed, 27 Feb 2013 22:01:16 +0000 (09:01 +1100)] 
check that inlineslave.bk and inlineslave.bk.signed exist

13 years ago[master] silence warning due to incorrect assert
Evan Hunt [Wed, 27 Feb 2013 21:52:30 +0000 (13:52 -0800)] 
[master] silence warning due to incorrect assert

13 years ago[master] zone-statistics no => none
Evan Hunt [Wed, 27 Feb 2013 21:37:54 +0000 (13:37 -0800)] 
[master] zone-statistics no => none

3502. [func] zone-statistics: "no" is now a synonym for "none",
instead of "terse". [RT #29165]

13 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Wed, 27 Feb 2013 20:08:07 +0000 (12:08 -0800)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

13 years ago[master] better zone-statistics syntax
Evan Hunt [Wed, 27 Feb 2013 19:53:58 +0000 (11:53 -0800)] 
[master] better zone-statistics syntax

3501. [func] zone-statistics now takes three options: full,
terse, and none. "yes" and "no" are retained as
synonyms for full and terse, respectively. [RT #29165]

13 years agofix assignment not read
Mark Andrews [Wed, 27 Feb 2013 19:48:06 +0000 (06:48 +1100)] 
fix assignment not read

13 years agoremove unreachable line
Mark Andrews [Wed, 27 Feb 2013 19:47:26 +0000 (06:47 +1100)] 
remove unreachable line

13 years ago[master] better rrl shutdown bug fix
Evan Hunt [Wed, 27 Feb 2013 07:39:38 +0000 (23:39 -0800)] 
[master] better rrl shutdown bug fix

13 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Wed, 27 Feb 2013 06:41:48 +0000 (22:41 -0800)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

13 years ago[master] back out previous rrl.c change
Evan Hunt [Wed, 27 Feb 2013 06:02:12 +0000 (22:02 -0800)] 
[master] back out previous rrl.c change

Not the right fix; use ISC_LIST_INITANDAPPEND instead.

13 years agoensure test starting conditions are met
Mark Andrews [Wed, 27 Feb 2013 06:02:16 +0000 (17:02 +1100)] 
ensure test starting conditions are met

13 years agoadd <isc/util.h>
Mark Andrews [Wed, 27 Feb 2013 05:14:44 +0000 (16:14 +1100)] 
add <isc/util.h>

13 years agosilence compiler warnings
Mark Andrews [Wed, 27 Feb 2013 04:57:09 +0000 (15:57 +1100)] 
silence compiler warnings

13 years ago[master] avoid double-free in rrl
Evan Hunt [Wed, 27 Feb 2013 03:15:11 +0000 (19:15 -0800)] 
[master] avoid double-free in rrl

 - RRL could assert when freeing qname
 - also, changed test addresses from 192.168/16 to 192.0/16

13 years ago[master] force 0 exit status from rrl system test
Evan Hunt [Wed, 27 Feb 2013 02:46:57 +0000 (18:46 -0800)] 
[master] force 0 exit status from rrl system test

RRL system test seems to be highly dependent on system speed.
We are leaving it running and reporting results, but forcing it
to return PASS unless one or more of the servers crashed or could
not start.

13 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Wed, 27 Feb 2013 01:29:51 +0000 (17:29 -0800)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

13 years ago[master] silence warning
Evan Hunt [Wed, 27 Feb 2013 01:28:41 +0000 (17:28 -0800)] 
[master] silence warning

13 years agoupdate copyrights
Mark Andrews [Wed, 27 Feb 2013 01:27:58 +0000 (12:27 +1100)] 
update copyrights

13 years agoregen master
Tinderbox User [Wed, 27 Feb 2013 01:07:46 +0000 (01:07 +0000)] 
regen master

13 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Wed, 27 Feb 2013 00:59:52 +0000 (16:59 -0800)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

13 years ago[master] missing </para>
Evan Hunt [Wed, 27 Feb 2013 00:59:20 +0000 (16:59 -0800)] 
[master] missing </para>

13 years agoupdate copyright notice
Tinderbox User [Tue, 26 Feb 2013 23:45:57 +0000 (23:45 +0000)] 
update copyright notice

13 years ago3500. [port] Support NAPTR regular expression validation on
Mark Andrews [Tue, 26 Feb 2013 21:59:04 +0000 (08:59 +1100)] 
3500.   [port]          Support NAPTR regular expression validation on
                        all platforms.  [RT #32688]

13 years ago[master] fix built-in zone doc
Evan Hunt [Tue, 26 Feb 2013 19:51:16 +0000 (11:51 -0800)] 
[master] fix built-in zone doc

3499. [doc] Corrected ARM documentation of built-in zones.
[RT #32694]

13 years ago'!' is not portable.
Mark Andrews [Tue, 26 Feb 2013 12:11:43 +0000 (23:11 +1100)] 
'!' is not portable.

13 years ago[master] silence RRL warnings
Evan Hunt [Tue, 26 Feb 2013 08:03:49 +0000 (00:03 -0800)] 
[master] silence RRL warnings

13 years ago3498. [bug] zone statistics for zones which matched a potential
Mark Andrews [Tue, 26 Feb 2013 04:47:26 +0000 (15:47 +1100)] 
3498.   [bug]           zone statistics for zones which matched a potential
                        empty zone could have their zone-statistics setting
                        overridden.

reviewed via jabber.

13 years ago3497. [func] When deleting a slave/stub zone using 'rndc delzone'
Mark Andrews [Tue, 26 Feb 2013 03:48:21 +0000 (14:48 +1100)] 
3497.   [func]          When deleting a slave/stub zone using 'rndc delzone'
                        report the files that were being used so they can
                        be cleaned up if desired. [RT #27899]

Squashed commit of the following:

commit 0e4e69d0c3153fe94aaa375b908cf7e3e45b5059
Author: Mark Andrews <marka@isc.org>
Date:   Thu Feb 21 17:01:44 2013 +1100

    report the zones to be removed rather than removing them

commit 5d247ac592eef64c4c467d99af4983b8c1ff998f
Author: Mark Andrews <marka@isc.org>
Date:   Wed Feb 20 15:05:47 2013 +1100

    remove slave/stub files when deleting a zone using delzone

13 years agoupdate copyright notice
Tinderbox User [Mon, 25 Feb 2013 23:46:03 +0000 (23:46 +0000)] 
update copyright notice

13 years ago[master] handle failures from dns_rpz_add()
Evan Hunt [Mon, 25 Feb 2013 22:38:08 +0000 (14:38 -0800)] 
[master] handle failures from dns_rpz_add()

  - I noticed a problem after merge, vjs supplied a fix, I have
    reviewed it, no ticket number.

13 years ago[master] added more info to RPZ change note
Evan Hunt [Mon, 25 Feb 2013 22:35:41 +0000 (14:35 -0800)] 
[master] added more info to RPZ change note

13 years ago[master] add placeholder
Evan Hunt [Mon, 25 Feb 2013 22:24:55 +0000 (14:24 -0800)] 
[master] add placeholder

13 years ago[master] corrected typos & unintialized variable
Evan Hunt [Mon, 25 Feb 2013 21:23:42 +0000 (13:23 -0800)] 
[master] corrected typos & unintialized variable

13 years ago[master] RPZ speedup (phase 2, multiple RPZ's)
Evan Hunt [Mon, 25 Feb 2013 20:46:51 +0000 (12:46 -0800)] 
[master] RPZ speedup (phase 2, multiple RPZ's)

3495. [func] Support multiple response-policy zones, while
improving RPZ performance. [RT #32476]

13 years ago[master] DNS RRL
Evan Hunt [Mon, 25 Feb 2013 18:49:30 +0000 (10:49 -0800)] 
[master] DNS RRL

3494. [func] DNS RRL: Blunt the impact of DNS reflection and
amplification attacks by rate-limiting substantially-
identical responses. [RT #28130]

13 years agonewcopyrights
Tinderbox User [Fri, 22 Feb 2013 23:30:30 +0000 (23:30 +0000)] 
newcopyrights

13 years ago[master] contrib: add bdbhpt DLZ module
Evan Hunt [Fri, 22 Feb 2013 02:06:50 +0000 (18:06 -0800)] 
[master] contrib: add bdbhpt DLZ module

3493. [contrib] Added BDBHPT dynamically-lodable DLZ module,
contributed by Mark Goldfinch. [RT #32549]

13 years agoupdate copyright notice
Tinderbox User [Thu, 21 Feb 2013 23:45:56 +0000 (23:45 +0000)] 
update copyright notice

13 years agonewcopyrights
Tinderbox User [Thu, 21 Feb 2013 23:30:23 +0000 (23:30 +0000)] 
newcopyrights

13 years ago[master] add zone memory context pools
Evan Hunt [Thu, 21 Feb 2013 05:39:05 +0000 (21:39 -0800)] 
[master] add zone memory context pools

3492. [bug] Fixed a regression in zone loading performance
due to lock contention. [RT #30399]

13 years agoupdate
Mark Andrews [Wed, 20 Feb 2013 23:53:42 +0000 (10:53 +1100)] 
update

13 years ago[master] forbid inline-signing slave with no file
Evan Hunt [Wed, 20 Feb 2013 22:01:31 +0000 (14:01 -0800)] 
[master] forbid inline-signing slave with no file

3491. [bug] Slave zones using inline-signing must specify a
file name. [RT #31946]

13 years ago[master] truncate logged rdata if too long
Evan Hunt [Wed, 20 Feb 2013 21:54:52 +0000 (13:54 -0800)] 
[master] truncate logged rdata if too long

3490. [bug] When logging RDATA during update, truncate if it's
                        too long. [RT #32365]

cherry picked from:
        commit 16ddb566e5a5b57bf925adef2b5543dddc1de49b
        commit cd97e0c23b09f38aac49aabab66ee13c68b7a3f3
        commit d087fa982649c081d58c5bb16e63da3428e2b89d
        commit d0795bdffef57612dd7654ffd09c9f4216eee2c8

13 years agoupdate copyright notice
Tinderbox User [Mon, 18 Feb 2013 23:45:58 +0000 (23:45 +0000)] 
update copyright notice

13 years agonewcopyrights
Tinderbox User [Mon, 18 Feb 2013 23:30:18 +0000 (23:30 +0000)] 
newcopyrights

13 years ago3489. [bug] --enable-developer now turns on ISC_LIST_CHECKINIT.
Mark Andrews [Mon, 18 Feb 2013 20:28:24 +0000 (07:28 +1100)] 
3489.   [bug]           --enable-developer now turns on ISC_LIST_CHECKINIT.
                        dns_dlzcreate() failed to properly initialize
                        dlzdb.link.  When cloning a rdataset do not copy
                        the link contents.  [RT #32651]

Squashed commit of the following:

commit c36c49cbdaeec8b2506dffadbffa543283702fa2
Author: Mark Andrews <marka@isc.org>
Date:   Mon Feb 18 23:24:57 2013 +1100

    don't copy the link when cloning a rdataset

commit 9fef5827edcc925075832dcce900eeca9057456d
Author: Mark Andrews <marka@isc.org>
Date:   Mon Feb 18 23:23:25 2013 +1100

    initialise the dlzdb link; don't return a stale pointer on error

commit a13c584732eae2dde48920a73886b54f1fe6b030
Author: Mark Andrews <marka@isc.org>
Date:   Mon Feb 18 23:21:59 2013 +1100

    turn on ISC_LIST_CHECKINIT

13 years ago3488. [bug] Use after free error with DH generated keys. [RT #32649]
Mark Andrews [Mon, 18 Feb 2013 09:24:24 +0000 (20:24 +1100)] 
3488.   [bug]           Use after free error with DH generated keys. [RT #32649]

13 years agoupdate copyright notice
Tinderbox User [Sat, 16 Feb 2013 23:46:02 +0000 (23:46 +0000)] 
update copyright notice

13 years agoupdate
Mark Andrews [Sat, 16 Feb 2013 00:20:08 +0000 (11:20 +1100)] 
update

13 years ago3487. [bug] Change 3444 was not complete. There was a additional
Mark Andrews [Fri, 15 Feb 2013 20:45:43 +0000 (07:45 +1100)] 
3487.   [bug]           Change 3444 was not complete.  There was a additional
                        place where the NOQNAME proof needed to be saved.
                        [RT #32629]

Squashed commit of the following:

commit cdef844f57bd3eb30b1f77135b89b6f9360e8bee
Author: Mark Andrews <marka@isc.org>
Date:   Sat Feb 16 00:27:14 2013 +1100

    whitespace

commit 60eb7e3f6cdd102d6aaf0fb4ada8c552576e4502
Author: Mark Andrews <marka@isc.org>
Date:   Sat Feb 16 00:19:51 2013 +1100

    return noqname proof with +cd and dlv

13 years ago[master] address TKEY bugs
Evan Hunt [Fri, 15 Feb 2013 18:19:50 +0000 (10:19 -0800)] 
[master] address TKEY bugs

3486. [bug] named could crash when using TKEY-negotiated keys
that had been deleted and then recreated. [RT #32506]

commit 6a48b9999766d26cddc7cef275cd984b7d53c014
Author: Evan Hunt <each@isc.org>
Date:   Tue Jan 29 14:59:46 2013 -0800

    [rt32506] don't dump key if dump is unimplemented

commit d0ae0f44b460bab2e8bb24bba683d3ef69ec1765
Author: Evan Hunt <each@isc.org>
Date:   Tue Jan 29 14:42:25 2013 -0800

    [rt32506] make sure LRU needs adjusting before adjusting it

commit 0437f8f06b1cb72a6d5e3c30f27febca23846d95
Author: Evan Hunt <each@isc.org>
Date:   Tue Jan 29 12:28:28 2013 -0800

    [rt32506] demonstrate bugs in tkey test

13 years ago[master] fixed another readline link error
Evan Hunt [Fri, 15 Feb 2013 18:15:09 +0000 (10:15 -0800)] 
[master] fixed another readline link error

13 years ago[master] fixed readline link error, ubuntu 13.04
Evan Hunt [Fri, 15 Feb 2013 18:08:19 +0000 (10:08 -0800)] 
[master] fixed readline link error, ubuntu 13.04

13 years agosilence compiler warning
Mark Andrews [Fri, 15 Feb 2013 06:41:53 +0000 (17:41 +1100)] 
silence compiler warning

13 years agocheck for view->adbstats != NULL rather than view->resstats
Mark Andrews [Tue, 12 Feb 2013 06:09:11 +0000 (17:09 +1100)] 
check for view->adbstats != NULL rather than view->resstats

13 years ago3485. [cleanup] Only compile openssl_gostlink.c if we support GOST.
Mark Andrews [Tue, 12 Feb 2013 02:02:58 +0000 (13:02 +1100)] 
3485.   [cleanup]       Only compile openssl_gostlink.c if we support GOST.

13 years agoupdate copyright notice
Tinderbox User [Fri, 8 Feb 2013 23:45:50 +0000 (23:45 +0000)] 
update copyright notice

13 years agonewcopyrights
Tinderbox User [Fri, 8 Feb 2013 23:30:11 +0000 (23:30 +0000)] 
newcopyrights

13 years ago[master] clarify "server counters" section in XSL
Evan Hunt [Fri, 8 Feb 2013 23:14:30 +0000 (15:14 -0800)] 
[master] clarify "server counters" section in XSL

13 years ago[master] fix cache/ADB stats in new stats schema
Evan Hunt [Fri, 8 Feb 2013 22:53:14 +0000 (14:53 -0800)] 
[master] fix cache/ADB stats in new stats schema

    new stats that were added for 9.10 (changes 3319-3326) were not
    all updated when the new statistics schema was merged (change 3418).

3484. [bug] Some statistics were incorrectly rendered in XML.
[RT #32587]

13 years ago[master] add placeholder
Evan Hunt [Fri, 8 Feb 2013 20:35:45 +0000 (12:35 -0800)] 
[master] add placeholder

13 years ago[master] whitespace
Evan Hunt [Fri, 8 Feb 2013 19:43:17 +0000 (11:43 -0800)] 
[master] whitespace

13 years agoupdate copyright notice
Tinderbox User [Thu, 7 Feb 2013 23:45:51 +0000 (23:45 +0000)] 
update copyright notice

13 years agonewcopyrights
Tinderbox User [Thu, 7 Feb 2013 23:30:19 +0000 (23:30 +0000)] 
newcopyrights

13 years agodig +nssearch now prints name servers that don't have address records.
JINMEI Tatuya [Thu, 7 Feb 2013 22:14:26 +0000 (14:14 -0800)] 
dig +nssearch now prints name servers that don't have address records.

13 years agonewcopyrights
Tinderbox User [Wed, 6 Feb 2013 23:30:10 +0000 (23:30 +0000)] 
newcopyrights

13 years ago3481. [cleanup] removed use of const const in atf
Curtis Blackburn [Wed, 6 Feb 2013 20:36:26 +0000 (14:36 -0600)] 
3481. [cleanup] removed use of const const in atf

13 years agoupdate copyright notice
Tinderbox User [Tue, 5 Feb 2013 23:45:50 +0000 (23:45 +0000)] 
update copyright notice

13 years agonewcopyrights
Tinderbox User [Tue, 5 Feb 2013 23:30:19 +0000 (23:30 +0000)] 
newcopyrights

13 years agoexplict cast to (char *) from (void *) to silence compiler warning in %s checking
Mark Andrews [Tue, 5 Feb 2013 03:23:35 +0000 (14:23 +1100)] 
explict cast to (char *) from (void *) to silence compiler warning in %s checking

13 years ago[master] silence logging noise
Evan Hunt [Sat, 2 Feb 2013 21:59:49 +0000 (13:59 -0800)] 
[master] silence logging noise

3480. [bug] Silence logging noise when setting up zone
statistics. [RT #32525]

13 years agoremove "lib/dns/fastapi"
Mark Andrews [Sun, 27 Jan 2013 23:58:46 +0000 (10:58 +1100)] 
remove "lib/dns/fastapi"

13 years agoregen master
Tinderbox User [Sat, 26 Jan 2013 01:04:30 +0000 (01:04 +0000)] 
regen master

13 years agoupdate copyright notice
Tinderbox User [Fri, 25 Jan 2013 23:45:56 +0000 (23:45 +0000)] 
update copyright notice

13 years agonewcopyrights
Tinderbox User [Fri, 25 Jan 2013 23:30:16 +0000 (23:30 +0000)] 
newcopyrights

13 years ago3479. [bug] Address potential memory leaks in gssapi support
Mark Andrews [Fri, 25 Jan 2013 01:23:38 +0000 (12:23 +1100)] 
3479.   [bug]           Address potential memory leaks in gssapi support
                        code. [RT #32405]

13 years agoregen master
Tinderbox User [Fri, 25 Jan 2013 01:04:51 +0000 (01:04 +0000)] 
regen master

13 years agoupdate
Mark Andrews [Fri, 25 Jan 2013 00:40:01 +0000 (11:40 +1100)] 
update

13 years agoregenerate
Tinderbox User [Thu, 24 Jan 2013 22:54:01 +0000 (22:54 +0000)] 
regenerate

13 years ago[master] build failure in C99
Evan Hunt [Thu, 24 Jan 2013 22:51:27 +0000 (14:51 -0800)] 
[master] build failure in C99

3478. [port] Fix a build failure in strict C99 environments
[RT #32475]

13 years agofixed CHANGES
Curtis Blackburn [Thu, 24 Jan 2013 22:37:53 +0000 (16:37 -0600)] 
fixed CHANGES

13 years ago3475. [func] expand logging when adding records via DDNS update
Curtis Blackburn [Thu, 24 Jan 2013 22:35:23 +0000 (16:35 -0600)] 
3475. [func] expand logging when adding records via DDNS update
  [RT #32365]

13 years ago[master] check signing time on signed db
Evan Hunt [Thu, 24 Jan 2013 22:24:59 +0000 (14:24 -0800)] 
[master] check signing time on signed db

     - rndc zonestatus now checks the signing time on the
       signed, not raw, db when looking at inline-signing zones

3476. [bug] "rndc zonestatus" could report a spurious "not
found" error on inline-signing zones. [RT #29226]

13 years ago[master] change "fast" to "map"
Evan Hunt [Thu, 24 Jan 2013 22:20:48 +0000 (14:20 -0800)] 
[master] change "fast" to "map"

3475. [cleanup] Changed name of 'map' zone file format (previously
'fast'). [RT #32458]

13 years agoregen master
Tinderbox User [Thu, 24 Jan 2013 01:04:22 +0000 (01:04 +0000)] 
regen master

13 years agoMerge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Wed, 23 Jan 2013 23:48:47 +0000 (15:48 -0800)] 
Merge branch 'master' of ssh://repo/proj/git/prod/bind9

13 years agoupdate copyright notice
Tinderbox User [Wed, 23 Jan 2013 23:45:55 +0000 (23:45 +0000)] 
update copyright notice