]> git.ipfire.org Git - thirdparty/bind9.git/log
thirdparty/bind9.git
11 years agoupdate
Mark Andrews [Tue, 3 Mar 2015 23:55:52 +0000 (10:55 +1100)] 
update

11 years ago4081. [cleanup] Use dns_rdatalist_init consistently. [RT #38759]
Mark Andrews [Tue, 3 Mar 2015 05:43:42 +0000 (16:43 +1100)] 
4081.   [cleanup]       Use dns_rdatalist_init consistently. [RT #38759]

11 years ago[master] add "lock-file" and fix up singleton code
Evan Hunt [Tue, 3 Mar 2015 03:27:54 +0000 (19:27 -0800)] 
[master] add "lock-file" and fix up singleton code

4080. [func] Completed change #4022, adding a "lock-file" option
to named.conf to override the default lock file,
in addition to the "named -X <filename>" command
line option.  Setting the lock file to "none"
using either method disables the check completely.
[RT #37908]

11 years agoregen master
Tinderbox User [Tue, 3 Mar 2015 01:04:47 +0000 (01:04 +0000)] 
regen master

11 years agoupdate copyright notice / whitespace
Tinderbox User [Mon, 2 Mar 2015 23:45:21 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Mon, 2 Mar 2015 23:30:02 +0000 (23:30 +0000)] 
newcopyrights

11 years agoAdd support for Valgrind's helgrind tool (#38706)
Mukund Sivaraman [Mon, 2 Mar 2015 08:12:20 +0000 (13:42 +0530)] 
Add support for Valgrind's helgrind tool (#38706)

Also fix one locking issue that helgrind found: Maintain stats->lock
while stats->reference is used.

11 years agoUpdate win32 configure for --enable-querytrace (#37520)
Mukund Sivaraman [Mon, 2 Mar 2015 07:27:50 +0000 (12:57 +0530)] 
Update win32 configure for --enable-querytrace (#37520)

Also enable querytrace when --enable-developer is specified.

11 years agoRemove more wider memset() over control now that it's handled below (#38621)
Mukund Sivaraman [Mon, 2 Mar 2015 07:22:41 +0000 (12:52 +0530)] 
Remove more wider memset() over control now that it's handled below (#38621)

11 years agoupdate copyright notice / whitespace
Tinderbox User [Sun, 1 Mar 2015 23:45:20 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agomerge copyrights
Mark Andrews [Sun, 1 Mar 2015 23:37:29 +0000 (10:37 +1100)] 
merge copyrights

11 years ago[master] add 64-bit symbols for ownercase functions
Evan Hunt [Sat, 28 Feb 2015 01:36:29 +0000 (17:36 -0800)] 
[master] add 64-bit symbols for ownercase functions

11 years agoregen master
Tinderbox User [Sat, 28 Feb 2015 01:05:06 +0000 (01:05 +0000)] 
regen master

11 years agoupdate copyright notice / whitespace
Tinderbox User [Fri, 27 Feb 2015 23:45:24 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years ago[master] include dso.h when testing DSO_METHOD_dlfcn
Evan Hunt [Fri, 27 Feb 2015 17:05:03 +0000 (09:05 -0800)] 
[master] include dso.h when testing DSO_METHOD_dlfcn

11 years agoadd $DESCRIPTION
Mark Andrews [Fri, 27 Feb 2015 13:10:56 +0000 (00:10 +1100)] 
add $DESCRIPTION

11 years agoadd $DESCRIPTION
Mark Andrews [Fri, 27 Feb 2015 13:09:25 +0000 (00:09 +1100)] 
add $DESCRIPTION

11 years agofix version tests
Mark Andrews [Fri, 27 Feb 2015 06:01:25 +0000 (17:01 +1100)] 
fix version tests

11 years ago[master] add missing externals
Evan Hunt [Fri, 27 Feb 2015 05:58:19 +0000 (21:58 -0800)] 
[master] add missing externals

11 years ago[master] typo
Evan Hunt [Fri, 27 Feb 2015 05:52:04 +0000 (21:52 -0800)] 
[master] typo

11 years agoaddress -Wshadow warning
Mark Andrews [Fri, 27 Feb 2015 05:46:54 +0000 (16:46 +1100)] 
address -Wshadow warning

11 years agoFix CHANGES
Mukund Sivaraman [Fri, 27 Feb 2015 05:34:26 +0000 (11:04 +0530)] 
Fix CHANGES

11 years ago4079. [func] Preserve the case of the ownername of records to
Mark Andrews [Fri, 27 Feb 2015 04:08:38 +0000 (15:08 +1100)] 
4079.   [func]          Preserve the case of the ownername of records to
                        the RRset level. [RT #37442]

11 years agofix typo
Mark Andrews [Fri, 27 Feb 2015 03:57:52 +0000 (14:57 +1100)] 
fix typo

11 years ago4078. [bug] Hand the case where CMSG_SPACE(sizeof(int)) !=
Mark Andrews [Fri, 27 Feb 2015 03:52:26 +0000 (14:52 +1100)] 
4078.   [bug]           Hand the case where CMSG_SPACE(sizeof(int)) !=
                        CMSG_SPACE(sizeof(int)). [RT #38621.

11 years ago4077. [test] Add static-stub regression test for DS NXDOMAIN
Mark Andrews [Fri, 27 Feb 2015 01:46:45 +0000 (12:46 +1100)] 
4077.   [test]          Add static-stub regression test for DS NXDOMAIN
                        return making the static stub disappear. [RT #38564]

11 years ago4076. [bug] Named could crash on shutdown with outstanding
Mark Andrews [Fri, 27 Feb 2015 01:34:43 +0000 (12:34 +1100)] 
4076.   [bug]           Named could crash on shutdown with outstanding
                        reload / reconfig events. [RT #38622]

11 years agoplaceholder
Mark Andrews [Fri, 27 Feb 2015 01:28:06 +0000 (12:28 +1100)] 
placeholder

11 years agoprotect with #ifdef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
Mark Andrews [Fri, 27 Feb 2015 00:36:39 +0000 (11:36 +1100)] 
protect with #ifdef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP

11 years ago4074. [cleanup] Cleaned up more warnings from gcc -Wshadow. [RT #38708]
Mark Andrews [Thu, 26 Feb 2015 23:55:55 +0000 (10:55 +1100)] 
4074.   [cleanup]       Cleaned up more warnings from gcc -Wshadow. [RT #38708]

11 years agoupdate copyright notice / whitespace
Tinderbox User [Thu, 26 Feb 2015 23:45:22 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Thu, 26 Feb 2015 23:30:02 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] version cleanup
Evan Hunt [Thu, 26 Feb 2015 19:53:11 +0000 (11:53 -0800)] 
[master] version cleanup

4073. [cleanup] Add libjson-c version number reporting to
"named -V"; normalize version number formatting.
[RT #38056]

11 years ago[master] incorrect RT #
Evan Hunt [Thu, 26 Feb 2015 18:48:39 +0000 (10:48 -0800)] 
[master] incorrect RT #

11 years agoAdd a --enable-querytrace configure switch for very verbose query tracelogging (...
Mukund Sivaraman [Thu, 26 Feb 2015 11:19:27 +0000 (16:49 +0530)] 
Add a --enable-querytrace configure switch for very verbose query tracelogging (#37520)

11 years agoRemove unused functions (#38547)
Mukund Sivaraman [Thu, 26 Feb 2015 09:17:03 +0000 (14:47 +0530)] 
Remove unused functions (#38547)

11 years agoInitialize pthread_mutexattrs just once (#38547)
Mukund Sivaraman [Thu, 26 Feb 2015 09:13:45 +0000 (14:43 +0530)] 
Initialize pthread_mutexattrs just once (#38547)

11 years agoFix a segfault when running nslookup (#38548)
Mukund Sivaraman [Thu, 26 Feb 2015 08:30:57 +0000 (14:00 +0530)] 
Fix a segfault when running nslookup (#38548)

11 years ago[master] minor python3 portability fix
Evan Hunt [Thu, 26 Feb 2015 01:12:05 +0000 (17:12 -0800)] 
[master] minor python3 portability fix

11 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Thu, 26 Feb 2015 01:11:10 +0000 (17:11 -0800)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

11 years ago[master] reorganize nsupdate man page
Evan Hunt [Thu, 26 Feb 2015 01:05:08 +0000 (17:05 -0800)] 
[master] reorganize nsupdate man page

4069. [doc] Reorganize options in the nsupdate man page.
                        [RT #38516]

11 years agoregen master
Tinderbox User [Thu, 26 Feb 2015 01:04:45 +0000 (01:04 +0000)] 
regen master

11 years ago[master] correct CHANGES
Evan Hunt [Thu, 26 Feb 2015 00:59:10 +0000 (16:59 -0800)] 
[master] correct CHANGES

11 years ago[master] include serial number in JSON zone stats
Evan Hunt [Thu, 26 Feb 2015 00:55:25 +0000 (16:55 -0800)] 
[master] include serial number in JSON zone stats

4068. [bug] Serial number was omitted from JSON zone statistics.
[RT #38604]

11 years ago[master] reduce rrl logging noise
Evan Hunt [Thu, 26 Feb 2015 00:44:43 +0000 (16:44 -0800)] 
[master] reduce rrl logging noise

4067. [cleanup] Reduce noise from RRL when query logging is
disabled. [RT #38648]

11 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Thu, 26 Feb 2015 00:39:51 +0000 (16:39 -0800)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

11 years ago[master] reorganize options in dig man page
Evan Hunt [Thu, 26 Feb 2015 00:38:52 +0000 (16:38 -0800)] 
[master] reorganize options in dig man page

4066. [doc] Reorganize options in the dig man page. [RT #38516]

11 years agoupdate copyright notice / whitespace
Tinderbox User [Wed, 25 Feb 2015 23:45:22 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Wed, 25 Feb 2015 23:30:01 +0000 (23:30 +0000)] 
newcopyrights

11 years agoAdd facility to run system test nameds under Valgrind (#38546)
Mukund Sivaraman [Wed, 25 Feb 2015 03:36:45 +0000 (09:06 +0530)] 
Add facility to run system test nameds under Valgrind (#38546)

11 years agonewcopyrights
Tinderbox User [Tue, 24 Feb 2015 23:30:06 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] additional mkeys tests
Evan Hunt [Tue, 24 Feb 2015 05:07:26 +0000 (21:07 -0800)] 
[master] additional mkeys tests

4065. [test] Additional RFC 5011 tests. [RT #38569]

11 years ago[master] dnssec-keyset.sh
Evan Hunt [Tue, 24 Feb 2015 02:06:45 +0000 (18:06 -0800)] 
[master] dnssec-keyset.sh

4064. [contrib] dnssec-keyset.sh: Generates a specified number
of DNSSEC keys with timing set to implement a
pre-publication key rollover strategy. Thanks
to Jeffry A. Spain. [RT #38459]

11 years agoregen master
Tinderbox User [Tue, 24 Feb 2015 01:04:44 +0000 (01:04 +0000)] 
regen master

11 years agoupdate copyright notice / whitespace
Tinderbox User [Mon, 23 Feb 2015 23:45:20 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Mon, 23 Feb 2015 23:30:05 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] fix LOADPENDING issues
Evan Hunt [Mon, 23 Feb 2015 04:43:39 +0000 (20:43 -0800)] 
[master] fix LOADPENDING issues

4063. [bug] Asynchronous zone loads were not handled
correctly when the zone load was already in
progress; this could trigger a crash in zt.c.
[RT #37573]

11 years agomerge copyrights
Mark Andrews [Sun, 22 Feb 2015 21:06:39 +0000 (08:06 +1100)] 
merge copyrights

11 years ago[master] report library version numbers on win32
Evan Hunt [Sat, 21 Feb 2015 07:23:59 +0000 (23:23 -0800)] 
[master] report library version numbers on win32

11 years agoremove unnecessary goto's and label
Mark Andrews [Thu, 19 Feb 2015 04:53:20 +0000 (15:53 +1100)] 
remove unnecessary goto's and label

11 years agoused unsigned zero
Mark Andrews [Thu, 19 Feb 2015 04:42:29 +0000 (15:42 +1100)] 
used unsigned zero

11 years agoupdate copyright notice / whitespace
Tinderbox User [Wed, 18 Feb 2015 23:45:23 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Wed, 18 Feb 2015 23:30:04 +0000 (23:30 +0000)] 
newcopyrights

11 years agort38571: handle Time::Piece not being supported by perl
Mark Andrews [Wed, 18 Feb 2015 12:49:33 +0000 (23:49 +1100)] 
rt38571: handle Time::Piece not being supported by perl

11 years agoaddress race condition with multiple isc_socket_connect calls in change 4041
Mark Andrews [Wed, 18 Feb 2015 12:32:31 +0000 (23:32 +1100)] 
address race condition with multiple isc_socket_connect calls in change 4041

11 years agoRPZ: Don't diff keys out of bounds, found via Valgrind (#38559)
Mukund Sivaraman [Mon, 16 Feb 2015 06:39:30 +0000 (12:09 +0530)] 
RPZ: Don't diff keys out of bounds, found via Valgrind (#38559)

11 years agoupdate copyright notice / whitespace
Tinderbox User [Tue, 17 Feb 2015 23:45:20 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Tue, 17 Feb 2015 23:30:04 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] silence warning
Evan Hunt [Tue, 17 Feb 2015 19:37:26 +0000 (11:37 -0800)] 
[master] silence warning

11 years ago[master] edit CHANGES note
Evan Hunt [Tue, 17 Feb 2015 16:48:00 +0000 (08:48 -0800)] 
[master] edit CHANGES note

11 years agoupdate copyright notice / whitespace
Tinderbox User [Thu, 12 Feb 2015 23:45:23 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Thu, 12 Feb 2015 23:30:06 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] spelling
Evan Hunt [Thu, 12 Feb 2015 22:55:56 +0000 (14:55 -0800)] 
[master] spelling

11 years ago[master] fixed testing problems with bdbhtp DLZ module
Evan Hunt [Thu, 12 Feb 2015 18:20:36 +0000 (10:20 -0800)] 
[master] fixed testing problems with bdbhtp DLZ module

11 years agoRemove canary code from hash destroy function (#38602)
Mukund Sivaraman [Thu, 12 Feb 2015 12:44:34 +0000 (18:14 +0530)] 
Remove canary code from hash destroy function (#38602)

This triggers a Valgrind out-of-bounds read report. It was introduced by
commit 5d7849ad7ffc6d08870dbfbc8d6bfffd90007488.

No CHANGES entry necessary as it doesn't have any user-visible or
behavioral change. It removes an out-of-bounds read issue that went
undetected when allocated through isc_mem as the memory was present.
The memory read was compared to itself, so it has no behavioral change.

11 years agoignore dig's result when expecting 'connection timed out'
Mark Andrews [Thu, 12 Feb 2015 02:44:30 +0000 (13:44 +1100)] 
ignore dig's result when expecting 'connection timed out'

11 years agoupdate copyright notice / whitespace
Tinderbox User [Wed, 11 Feb 2015 23:45:25 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Wed, 11 Feb 2015 23:30:04 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Evan Hunt [Wed, 11 Feb 2015 17:26:25 +0000 (09:26 -0800)] 
[master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9

11 years agoassign sitvalue
Mark Andrews [Wed, 11 Feb 2015 12:43:16 +0000 (23:43 +1100)] 
assign sitvalue

11 years agofix sitvalue
Mark Andrews [Wed, 11 Feb 2015 11:57:50 +0000 (22:57 +1100)] 
fix sitvalue

11 years ago[master] typo
Evan Hunt [Wed, 11 Feb 2015 06:44:21 +0000 (22:44 -0800)] 
[master] typo

11 years agospelling
Mark Andrews [Wed, 11 Feb 2015 05:59:44 +0000 (16:59 +1100)] 
spelling

11 years ago4061. [bug] Handle timeout in legacy system test. [RT #38573]
Mark Andrews [Wed, 11 Feb 2015 05:53:39 +0000 (16:53 +1100)] 
4061.   [bug]           Handle timeout in legacy system test. [RT #38573]

11 years ago4060. [bug] dns_rdata_freestruct could be call on a uninitialised
Mark Andrews [Wed, 11 Feb 2015 05:50:11 +0000 (16:50 +1100)] 
4060.   [bug]           dns_rdata_freestruct could be call on a uninitialised
                        structure when handling a error. [RT #38568]

11 years agoadd CVE-2015-1349
Mark Andrews [Wed, 11 Feb 2015 05:36:01 +0000 (16:36 +1100)] 
add CVE-2015-1349

11 years ago[master] oops, win32 data exports work differently now
Evan Hunt [Wed, 11 Feb 2015 01:26:09 +0000 (17:26 -0800)] 
[master] oops, win32 data exports work differently now

11 years ago[master] export dns_zone_mkey_{month,day,hour}
Evan Hunt [Wed, 11 Feb 2015 00:59:09 +0000 (16:59 -0800)] 
[master] export dns_zone_mkey_{month,day,hour}

11 years agoupdate copyright notice / whitespace
Tinderbox User [Tue, 10 Feb 2015 23:45:23 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Tue, 10 Feb 2015 23:30:04 +0000 (23:30 +0000)] 
newcopyrights

11 years ago[master] address valgrind warnings
Evan Hunt [Tue, 10 Feb 2015 22:01:38 +0000 (14:01 -0800)] 
[master] address valgrind warnings

4059. [bug] Addressed valgrind warnings. [RT #38549]

11 years ago[master] fix PRNG selection in dispatch.c
Evan Hunt [Tue, 10 Feb 2015 21:54:03 +0000 (13:54 -0800)] 
[master] fix PRNG selection in dispatch.c

4058. [bug] UDP dispatches could use the wrong psuedorandom
number generator context. [RT #38578]

11 years agoupdate copyright notice / whitespace
Tinderbox User [Mon, 9 Feb 2015 23:45:20 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Mon, 9 Feb 2015 23:30:04 +0000 (23:30 +0000)] 
newcopyrights

11 years agoremove bin/tests/system/dnssec/ns5/named.conf
Mark Andrews [Mon, 9 Feb 2015 01:46:24 +0000 (12:46 +1100)] 
remove bin/tests/system/dnssec/ns5/named.conf

11 years agonewcopyrights
Tinderbox User [Sun, 8 Feb 2015 23:30:05 +0000 (23:30 +0000)] 
newcopyrights

11 years agoadd named.conf
Mark Andrews [Sun, 8 Feb 2015 12:12:44 +0000 (23:12 +1100)] 
add named.conf

11 years agoregen master
Tinderbox User [Sun, 8 Feb 2015 01:05:11 +0000 (01:05 +0000)] 
regen master

11 years agoupdate copyright notice / whitespace
Tinderbox User [Sat, 7 Feb 2015 23:45:20 +0000 (23:45 +0000)] 
update copyright notice / whitespace

11 years agonewcopyrights
Tinderbox User [Sat, 7 Feb 2015 23:30:06 +0000 (23:30 +0000)] 
newcopyrights