]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
12 years ago[master] add contrib/perftcpdns
Evan Hunt [Wed, 9 Apr 2014 22:21:14 +0000 (15:21 -0700)] 
[master] add contrib/perftcpdns

3805. [contrib] Added contrib/perftcpdns, a performance testing tool
for DNS over TCP. [RT #35710]

12 years agosort
Mark Andrews [Tue, 8 Apr 2014 00:43:43 +0000 (10:43 +1000)] 
sort

12 years agoorder.h
Mark Andrews [Tue, 8 Apr 2014 00:37:21 +0000 (10:37 +1000)] 
order.h

12 years agokeyboard.h
Mark Andrews [Tue, 8 Apr 2014 00:37:08 +0000 (10:37 +1000)] 
keyboard.h

12 years ago[master] move release tag v9.10.0rc1
Evan Hunt [Mon, 7 Apr 2014 22:02:19 +0000 (15:02 -0700)] 
[master] move release tag

12 years agowhitespace
Mark Andrews [Mon, 7 Apr 2014 21:13:59 +0000 (07:13 +1000)] 
whitespace

12 years agoupdate copyrights
Mark Andrews [Mon, 7 Apr 2014 21:11:43 +0000 (07:11 +1000)] 
update copyrights

12 years ago[master] fix race
Evan Hunt [Mon, 7 Apr 2014 20:54:08 +0000 (13:54 -0700)] 
[master] fix race

3804.   [bug]           Corrected a race condition in dispatch.c in which
                        portentry could be reset leading to an assertion
                        failure in socket_search(). (Change #3708
                        addressed the same issue but was incomplete.)
                        [RT #35128]

12 years ago[master] allow null "file" for DLZ or alternate db zones
Evan Hunt [Mon, 7 Apr 2014 20:29:56 +0000 (13:29 -0700)] 
[master] allow null "file" for DLZ or alternate db zones

3803. [bug] "named-checkconf -z" incorrectly rejected zones
using alternate data sources for not having a "file"
option. [RT #35685]

12 years agouse perl
Mark Andrews [Mon, 7 Apr 2014 11:53:47 +0000 (21:53 +1000)] 
use perl

12 years agoupdate check the correct resigning time is reported in zonestatus test to be more...
Mark Andrews [Mon, 7 Apr 2014 01:50:50 +0000 (11:50 +1000)] 
update check the correct resigning time is reported in zonestatus test to be more portable

12 years agoupdate copyright notice
Tinderbox User [Fri, 4 Apr 2014 23:46:15 +0000 (23:46 +0000)] 
update copyright notice

12 years agonewcopyrights
Tinderbox User [Fri, 4 Apr 2014 23:30:13 +0000 (23:30 +0000)] 
newcopyrights

12 years agoonly look for gsskrb5_register_acceptor_identity if gssapi_krb5.h exists
Mark Andrews [Fri, 4 Apr 2014 21:42:25 +0000 (08:42 +1100)] 
only look for gsskrb5_register_acceptor_identity if gssapi_krb5.h exists

12 years ago3802. [bug] Various header files were not being installed
Mark Andrews [Fri, 4 Apr 2014 10:56:08 +0000 (21:56 +1100)] 
3802.   [bug]           Various header files were not being installed

12 years ago[master] version typo
Evan Hunt [Fri, 4 Apr 2014 05:22:25 +0000 (22:22 -0700)] 
[master] version typo

12 years agouse discovered gssapi include path when linking
Mark Andrews [Fri, 4 Apr 2014 04:07:44 +0000 (15:07 +1100)] 
use discovered gssapi include path when linking

12 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Fri, 4 Apr 2014 03:38:28 +0000 (20:38 -0700)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

12 years agoregenerate
Tinderbox User [Fri, 4 Apr 2014 03:38:28 +0000 (03:38 +0000)] 
regenerate

12 years ago[master] prep 9.10.0rc1
Evan Hunt [Fri, 4 Apr 2014 03:34:46 +0000 (20:34 -0700)] 
[master] prep 9.10.0rc1

12 years ago[master] fix gssapi probing on freebsd
Evan Hunt [Fri, 4 Apr 2014 02:52:03 +0000 (19:52 -0700)] 
[master] fix gssapi probing on freebsd

3801. [port] Fix probing for gssapi support on FreeBSD. [RT #35615]

12 years ago[master] detach route socket when shutting down
Evan Hunt [Fri, 4 Apr 2014 02:48:29 +0000 (19:48 -0700)] 
[master] detach route socket when shutting down

3800. [bug] A pending event on the route socket could cause an
assertion failure when shutting down named. [RT #35674]

12 years ago[master] improve command line error reporting
Evan Hunt [Fri, 4 Apr 2014 02:34:48 +0000 (19:34 -0700)] 
[master] improve command line error reporting

3799. [bug] Improve named's command line error reporting.
[RT #35603]

12 years ago3798. [bug] 'rndc zonestatus' was reporting the wrong re-signing
Mark Andrews [Fri, 4 Apr 2014 00:33:49 +0000 (11:33 +1100)] 
3798.   [bug]           'rndc zonestatus' was reporting the wrong re-signing
                        time. [RT #35659]

12 years ago[RT#35643] fixed -lrt in LIBS
Francis Dupont [Thu, 3 Apr 2014 07:24:53 +0000 (09:24 +0200)] 
[RT#35643] fixed -lrt in LIBS

12 years ago#include <pk11/result.h>
Mark Andrews [Tue, 1 Apr 2014 01:47:31 +0000 (12:47 +1100)] 
#include <pk11/result.h>

12 years ago#include <dns/result.h>
Mark Andrews [Tue, 1 Apr 2014 01:27:59 +0000 (12:27 +1100)] 
#include <dns/result.h>

12 years ago3797. [port] netbsd: geoip support probing was broken. [RT #35642]
Mark Andrews [Mon, 31 Mar 2014 22:51:14 +0000 (09:51 +1100)] 
3797.   [port]          netbsd: geoip support probing was broken. [RT #35642]

12 years ago3796. [bug] Register dns and pkcs#11 error codes. [RT #35629]
Mark Andrews [Mon, 31 Mar 2014 04:38:36 +0000 (15:38 +1100)] 
3796.   [bug]           Register dns and pkcs#11 error codes. [RT #35629]

12 years agoupdate copyright notice
Tinderbox User [Sun, 30 Mar 2014 23:46:03 +0000 (23:46 +0000)] 
update copyright notice

12 years agonewcopyrights
Tinderbox User [Sun, 30 Mar 2014 23:30:15 +0000 (23:30 +0000)] 
newcopyrights

12 years ago3795. [bug] Make named-checkconf detect raw masterfiles for
Mukund Sivaraman [Sun, 30 Mar 2014 23:22:59 +0000 (04:52 +0530)] 
3795.   [bug]           Make named-checkconf detect raw masterfiles for
                        hint zones and reject them. [RT #35268]

Squashed commit of the following:

commit 5b0254711d6b77940d6217b9131b9d401df8a866
Author: Mukund Sivaraman <muks@isc.org>
Date:   Fri Mar 28 02:09:01 2014 +0530

    Remove redundant helper function

commit a4341c1a2ba830c8cee1def57a533f987f67c3dc
Author: Mark Andrews <marka@isc.org>
Date:   Thu Jan 30 10:08:17 2014 +1100

    error out if masterfile-format raw is specified for a hint zone.

12 years agoupdate copyright notice
Tinderbox User [Sat, 29 Mar 2014 23:46:04 +0000 (23:46 +0000)] 
update copyright notice

12 years agonewcopyrights
Tinderbox User [Sat, 29 Mar 2014 23:30:16 +0000 (23:30 +0000)] 
newcopyrights

12 years agoregen master
Tinderbox User [Sat, 29 Mar 2014 01:05:21 +0000 (01:05 +0000)] 
regen master

12 years ago3794. [maint] Added AAAA for C.ROOT-SERVERS.NET.
Mark Andrews [Fri, 28 Mar 2014 23:30:40 +0000 (10:30 +1100)] 
3794.   [maint]         Added AAAA for C.ROOT-SERVERS.NET.

12 years agohave the install target also do installdirs
Jeremy C. Reed [Fri, 28 Mar 2014 18:04:02 +0000 (13:04 -0500)] 
have the install target also do installdirs

as other tool's makefiles do.
Okayed by each via jabber.

12 years agofix typos
Jeremy C. Reed [Fri, 28 Mar 2014 18:02:03 +0000 (13:02 -0500)] 
fix typos

12 years agoThis version of the manual corresponds to BIND version 9.10.
Jeremy C. Reed [Fri, 28 Mar 2014 13:23:20 +0000 (08:23 -0500)] 
This version of the manual corresponds to BIND version 9.10.

Not 9.9

12 years agoupdate copyright notice
Tinderbox User [Thu, 27 Mar 2014 23:46:09 +0000 (23:46 +0000)] 
update copyright notice

12 years agonewcopyrights
Tinderbox User [Thu, 27 Mar 2014 23:30:12 +0000 (23:30 +0000)] 
newcopyrights

12 years agofix typo in comment
Mark Andrews [Thu, 27 Mar 2014 07:21:31 +0000 (18:21 +1100)] 
fix typo in comment

12 years agosigprocmask sets errno on error
Mark Andrews [Thu, 27 Mar 2014 01:33:40 +0000 (12:33 +1100)] 
sigprocmask sets errno on error

12 years agoregen master
Tinderbox User [Thu, 27 Mar 2014 01:05:17 +0000 (01:05 +0000)] 
regen master

12 years ago[master] fix possible assertion in save_nsec3param()
Evan Hunt [Wed, 26 Mar 2014 20:12:35 +0000 (13:12 -0700)] 
[master] fix possible assertion in save_nsec3param()

3793. [bug] zone.c:save_nsec3param() could assert when out of
memory. [RT #35621]

12 years agosilence clang compiler warnings
Mark Andrews [Wed, 26 Mar 2014 05:20:31 +0000 (16:20 +1100)] 
silence clang compiler warnings

12 years ago[master] document behavior of localhost/localnets when interface changes
Evan Hunt [Wed, 26 Mar 2014 03:08:04 +0000 (20:08 -0700)] 
[master] document behavior of localhost/localnets when interface changes

12 years agoothererror should not include badvers now that we have a badvers counter
Mark Andrews [Tue, 25 Mar 2014 05:46:11 +0000 (16:46 +1100)] 
othererror should not include badvers now that we have a badvers counter

12 years ago3792. [func] Provide links to the alternate statistics views when
Mark Andrews [Tue, 25 Mar 2014 04:56:40 +0000 (15:56 +1100)] 
3792.   [func]          Provide links to the alternate statistics views when
                        displaying in a browser.  [RT #35605]

Squashed commit of the following:

commit 7ac73b584aa6e026a1deb124257d3a2ed1fc64cc
Author: Evan Hunt <each@isc.org>
Date:   Mon Mar 24 21:47:28 2014 -0700

    [rt35605] tweak

commit b18bccc570803293f819c04f324f91b446a67756
Author: Mark Andrews <marka@isc.org>
Date:   Tue Mar 25 14:20:07 2014 +1100

    provide links to alternate statistic views

12 years agoupdate copyright notice
Tinderbox User [Wed, 19 Mar 2014 23:46:06 +0000 (23:46 +0000)] 
update copyright notice

12 years agoplaceholder
Mark Andrews [Wed, 19 Mar 2014 20:37:01 +0000 (07:37 +1100)] 
placeholder

12 years agoonly set FCTX_ADDRINFO_NOSIT if we don't have a existing sit
Mark Andrews [Wed, 19 Mar 2014 20:17:00 +0000 (07:17 +1100)] 
only set FCTX_ADDRINFO_NOSIT if we don't have a existing sit

12 years ago3790. [bug] Handle broken nameservers that send BADVERS in
Mark Andrews [Wed, 19 Mar 2014 18:00:55 +0000 (05:00 +1100)] 
3790.   [bug]           Handle broken nameservers that send BADVERS in
                        response to unknown EDNS options.  Maintain
                        statistics on BADVERS responses.

12 years ago3789. [bug] Null pointer dereference on rbt creation failure.
Mark Andrews [Mon, 17 Mar 2014 12:25:21 +0000 (23:25 +1100)] 
3789.   [bug]           Null pointer dereference on rbt creation failure.

12 years agoregen master
Tinderbox User [Sun, 16 Mar 2014 01:05:09 +0000 (01:05 +0000)] 
regen master

12 years agocheck return value of convert_name
Mark Andrews [Sun, 16 Mar 2014 00:21:32 +0000 (11:21 +1100)] 
check return value of convert_name

12 years agosilence signed/unsigned comparision warning
Mark Andrews [Sun, 16 Mar 2014 00:14:26 +0000 (11:14 +1100)] 
silence signed/unsigned comparision warning

12 years ago[master] work around db2latex bug by removing literal tag
Evan Hunt [Sat, 15 Mar 2014 22:22:47 +0000 (15:22 -0700)] 
[master] work around db2latex bug by removing literal tag

12 years ago3788. [bug] dns_peer_getrequestsit was returning request_nsid by
Mark Andrews [Sat, 15 Mar 2014 16:31:40 +0000 (03:31 +1100)] 
3788.   [bug]           dns_peer_getrequestsit was returning request_nsid by
                        mistake.

12 years agofix include path for out of source tree build
Mark Andrews [Sat, 15 Mar 2014 02:25:27 +0000 (13:25 +1100)] 
fix include path for out of source tree build

12 years agoinstall context.h dnsconf.h; resconf.h types.h were not being installed when cross... v9.10.0b2
Mark Andrews [Fri, 14 Mar 2014 00:42:16 +0000 (11:42 +1100)] 
install context.h dnsconf.h; resconf.h types.h were not being installed when cross compiling

12 years agocopy named-rrchecker.html
Mark Andrews [Fri, 14 Mar 2014 00:16:13 +0000 (11:16 +1100)] 
copy named-rrchecker.html

12 years agoupdate copyright notice
Tinderbox User [Thu, 13 Mar 2014 23:53:24 +0000 (23:53 +0000)] 
update copyright notice

12 years agonewcopyrights
Tinderbox User [Thu, 13 Mar 2014 23:52:06 +0000 (23:52 +0000)] 
newcopyrights

12 years agohandle checkconf/{good,bad}-.*.conf
Mark Andrews [Thu, 13 Mar 2014 23:50:20 +0000 (10:50 +1100)] 
handle checkconf/{good,bad}-.*.conf

12 years agoupdate copyright notice
Tinderbox User [Thu, 13 Mar 2014 23:46:07 +0000 (23:46 +0000)] 
update copyright notice

12 years ago[master] silence win64 build warning
Evan Hunt [Thu, 13 Mar 2014 20:30:26 +0000 (13:30 -0700)] 
[master] silence win64 build warning

12 years ago[master] capitalization
Evan Hunt [Thu, 13 Mar 2014 20:14:13 +0000 (13:14 -0700)] 
[master] capitalization

12 years ago[master] fix merge error
Evan Hunt [Thu, 13 Mar 2014 14:00:13 +0000 (07:00 -0700)] 
[master] fix merge error

12 years ago[master] missing win32 include files
Evan Hunt [Thu, 13 Mar 2014 13:33:32 +0000 (06:33 -0700)] 
[master] missing win32 include files

12 years agoregenerate
Tinderbox User [Thu, 13 Mar 2014 07:46:00 +0000 (07:46 +0000)] 
regenerate

12 years agoregen master
Tinderbox User [Thu, 13 Mar 2014 06:24:13 +0000 (06:24 +0000)] 
regen master

12 years ago[master] prep 9.10.0b2
Evan Hunt [Thu, 13 Mar 2014 04:57:11 +0000 (21:57 -0700)] 
[master] prep 9.10.0b2

12 years ago[master] check allow-update in view/options
Evan Hunt [Thu, 13 Mar 2014 04:35:08 +0000 (21:35 -0700)] 
[master] check allow-update in view/options

3787. [bug] The code that checks whether "auto-dnssec" is
allowed was ignoring "allow-update" ACLs set at
the options or view level. [RT #29536]

12 years agocalling $TSIGKEYGEN doesn't work with libtool.
Mark Andrews [Thu, 13 Mar 2014 04:11:46 +0000 (15:11 +1100)] 
calling $TSIGKEYGEN doesn't work with libtool.

12 years ago[master] better error output when initializing pkcs11
Evan Hunt [Thu, 13 Mar 2014 03:52:01 +0000 (20:52 -0700)] 
[master] better error output when initializing pkcs11

3786. [func] Provide more detailed error codes when using
native PKCS#11. "pkcs11-tokens" now fails robustly
rather than asserting when run against an HSM with
an incomplete PCKS#11 API implementation. [RT #35479]

12 years ago3785. [bug] Debugging code dumphex didn't accept arbitarily long
Mark Andrews [Thu, 13 Mar 2014 01:37:07 +0000 (12:37 +1100)] 
3785.   [bug]           Debugging code dumphex didn't accept arbitarily long
                        input (only compiled with -DDEBUG). [RT #35544]

12 years ago[master] balance tag
Evan Hunt [Thu, 13 Mar 2014 01:08:05 +0000 (18:08 -0700)] 
[master] balance tag

12 years agoupdate copyright notice
Tinderbox User [Wed, 12 Mar 2014 23:46:05 +0000 (23:46 +0000)] 
update copyright notice

12 years agonewcopyrights
Tinderbox User [Wed, 12 Mar 2014 23:30:12 +0000 (23:30 +0000)] 
newcopyrights

12 years ago[master] fixed 'fixed'
Evan Hunt [Wed, 12 Mar 2014 15:45:44 +0000 (08:45 -0700)] 
[master] fixed 'fixed'

3784. [bug] Using "rrset-order fixed" when it had not been
enabled at compile time caused inconsistent
results. It now works as documented, defaulting
to cyclic mode. [RT #28104]

12 years ago[master] update README
Evan Hunt [Wed, 12 Mar 2014 15:31:34 +0000 (08:31 -0700)] 
[master] update README

12 years ago[master] tsig-keygen
Evan Hunt [Wed, 12 Mar 2014 15:29:15 +0000 (08:29 -0700)] 
[master] tsig-keygen

3783. [func] "tsig-keygen" is now available as an alternate
command name for "ddns-confgen".  It generates
a TSIG key in named.conf format without comments.
[RT #35503]

12 years agomake constant unsigned
Mark Andrews [Wed, 12 Mar 2014 03:04:29 +0000 (14:04 +1100)] 
make constant unsigned

12 years agoexpr length arg is not portable
Mark Andrews [Wed, 12 Mar 2014 02:59:41 +0000 (13:59 +1100)] 
expr length arg is not portable

12 years agocheck isc_hex_totext result
Mark Andrews [Wed, 12 Mar 2014 01:58:09 +0000 (12:58 +1100)] 
check isc_hex_totext result

12 years agofix change number
Mark Andrews [Wed, 12 Mar 2014 01:42:46 +0000 (12:42 +1100)] 
fix change number

12 years agoregen master
Tinderbox User [Wed, 12 Mar 2014 01:05:39 +0000 (01:05 +0000)] 
regen master

12 years ago[master] forbid --with-openssl and --enable-native-pkcs11 together
Evan Hunt [Tue, 11 Mar 2014 20:52:36 +0000 (13:52 -0700)] 
[master] forbid --with-openssl and --enable-native-pkcs11 together

12 years ago[master] auto-generate salt
Evan Hunt [Tue, 11 Mar 2014 15:46:58 +0000 (08:46 -0700)] 
[master] auto-generate salt

3781. [func] Specifying "auto" as the salt when using
"rndc signing -nsec3param" causes named to
generate a 64-bit salt at random. [RT #35322]

12 years ago[master] fix possible uninitialized variable
Evan Hunt [Tue, 11 Mar 2014 03:54:45 +0000 (20:54 -0700)] 
[master] fix possible uninitialized variable

12 years agoregen master
Tinderbox User [Tue, 11 Mar 2014 01:05:19 +0000 (01:05 +0000)] 
regen master

12 years agoupdate copyright notice
Tinderbox User [Mon, 10 Mar 2014 23:46:12 +0000 (23:46 +0000)] 
update copyright notice

12 years agonewcopyrights
Tinderbox User [Mon, 10 Mar 2014 23:30:29 +0000 (23:30 +0000)] 
newcopyrights

12 years agoadded a comment about --with-locktype for WIN32 Configure
Francis Dupont [Mon, 10 Mar 2014 23:21:27 +0000 (00:21 +0100)] 
added a comment about --with-locktype for WIN32 Configure

12 years ago[master] use adaptive locks when available
Evan Hunt [Mon, 10 Mar 2014 19:14:35 +0000 (12:14 -0700)] 
[master] use adaptive locks when available

3781. [tuning] Use adaptive mutex locks when available; this
has been found to improve performance under load
on many systems. "configure --with-locktype=standard"
restores conventional mutex locks. [RT #32576]

12 years ago[master] whitespace
Evan Hunt [Mon, 10 Mar 2014 18:56:19 +0000 (11:56 -0700)] 
[master] whitespace

12 years ago[master] fix negative numbers in $GENERATE
Evan Hunt [Mon, 10 Mar 2014 18:55:32 +0000 (11:55 -0700)] 
[master] fix negative numbers in $GENERATE

3780. [bug] $GENERATE handled negative numbers incorrectly.
[RT #25528]

12 years agofix opensslgost_link.c when OPENSSL is not defined
Francis Dupont [Sat, 8 Mar 2014 18:32:34 +0000 (19:32 +0100)] 
fix opensslgost_link.c when OPENSSL is not defined

12 years agoregen master
Tinderbox User [Sat, 8 Mar 2014 01:05:33 +0000 (01:05 +0000)] 
regen master