]>
git.ipfire.org Git - thirdparty/bind9.git/log
Tinderbox User [Tue, 1 Jan 2013 23:30:07 +0000 (23:30 +0000)]
newcopyrights
Tinderbox User [Tue, 1 Jan 2013 23:30:07 +0000 (23:30 +0000)]
regen
Mark Andrews [Tue, 1 Jan 2013 23:10:51 +0000 (23:10 +0000)]
3447. [port] Add support for libxml2-2.9.x [RT #32231]
Tinderbox User [Tue, 1 Jan 2013 01:04:27 +0000 (01:04 +0000)]
regen master
Mark Andrews [Fri, 21 Dec 2012 03:14:28 +0000 (14:14 +1100)]
remove extranous rdata in nxrrset call as it is not ingnored in Net::DNS 0.70
Mark Andrews [Fri, 21 Dec 2012 01:58:58 +0000 (12:58 +1100)]
sign_tcp_continuation doesn't work with the newer versions of
Net:DNS. Code has been submitted so we don't need to use
the sign_tcp_continuation hack in future.
Tinderbox User [Thu, 20 Dec 2012 23:45:48 +0000 (23:45 +0000)]
update copyright notice
Evan Hunt [Thu, 20 Dec 2012 18:33:47 +0000 (10:33 -0800)]
[master] remove unnecessary memcpy
Mark Andrews [Thu, 20 Dec 2012 13:30:14 +0000 (00:30 +1100)]
TSIG no longer has a mac_size method; arcount no longer need to be adjusted
Mark Andrews [Thu, 20 Dec 2012 00:55:28 +0000 (11:55 +1100)]
update
Mark Andrews [Wed, 19 Dec 2012 03:37:23 +0000 (14:37 +1100)]
adjust test to account for blank owner after origin now being rejected
Mark Andrews [Wed, 19 Dec 2012 03:18:05 +0000 (14:18 +1100)]
-H not -i sets iterations
Mark Andrews [Wed, 19 Dec 2012 02:34:31 +0000 (13:34 +1100)]
remove redundant $ORIGINs
Mark Andrews [Wed, 19 Dec 2012 01:39:54 +0000 (12:39 +1100)]
silence signed/unsigned warning; rename log -> fctx_log
Evan Hunt [Wed, 19 Dec 2012 00:30:13 +0000 (16:30 -0800)]
[master] include SRCID in windows builds
3446. [port] win32: Add source ID (see change #3400) to build.
[RT #31683]
Evan Hunt [Wed, 19 Dec 2012 00:17:55 +0000 (16:17 -0800)]
[master] reject $ORIGIN before inherited name
3445. [bug] Reject zone files with blank owner names immediately
after $ORIGIN directives. [RT #31848]
Evan Hunt [Wed, 19 Dec 2012 00:14:56 +0000 (16:14 -0800)]
Merge branch 'master' of ssh://repo/proj/git/prod/bind9
Tinderbox User [Tue, 18 Dec 2012 23:45:50 +0000 (23:45 +0000)]
update copyright notice
Mark Andrews [Tue, 18 Dec 2012 23:35:45 +0000 (10:35 +1100)]
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9
Conflicts:
CHANGES
Evan Hunt [Tue, 18 Dec 2012 23:25:58 +0000 (15:25 -0800)]
use log callback, not fprintf in dlz_example.c
Evan Hunt [Tue, 18 Dec 2012 22:59:56 +0000 (14:59 -0800)]
[master] support all algorithms in ddns-confgen
3443. [bug] ddns-confgen: Some TSIG algorithms were incorrectly
rejected when generating keys. [RT #31927]
Mark Andrews [Tue, 18 Dec 2012 22:55:02 +0000 (09:55 +1100)]
3443. [bug] The NOQNAME proof was not being returned from cached
insecure responses. [RT #21409]
Mark Andrews [Tue, 18 Dec 2012 21:46:36 +0000 (08:46 +1100)]
3442. [port] Net::DNS 0.69 introduced a non backwards compatible
change. [RT #32216]
Mark Andrews [Tue, 18 Dec 2012 00:43:46 +0000 (11:43 +1100)]
Net::DNS 0.{70,71} doesn't force the TTL to zero for yxrrset, nxrrset and rr_del
Mark Andrews [Fri, 14 Dec 2012 06:39:22 +0000 (17:39 +1100)]
don't wipe out named.run when restarting
Mark Andrews [Fri, 14 Dec 2012 01:47:51 +0000 (12:47 +1100)]
3441. [maint] D.ROOT-SERVERS.NET is now 199.7.91.13.
Mark Andrews [Thu, 13 Dec 2012 00:18:01 +0000 (11:18 +1100)]
3440. [bug] Reorder get_key_struct to not trigger a assertion when
cleaning up due to out of memory error. [RT #32131]
Mark Andrews [Tue, 11 Dec 2012 01:35:26 +0000 (12:35 +1100)]
3439. [placeholder]
Mark Andrews [Sun, 9 Dec 2012 23:16:28 +0000 (10:16 +1100)]
throw fatal error on realloc failure
Mark Andrews [Sun, 9 Dec 2012 21:22:01 +0000 (08:22 +1100)]
silence clang --analyzer warnin by checking rdata.length
Tinderbox User [Sat, 8 Dec 2012 23:45:51 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Sat, 8 Dec 2012 23:30:14 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Sat, 8 Dec 2012 20:45:51 +0000 (07:45 +1100)]
RETTOK -> RETERR
Mark Andrews [Sat, 8 Dec 2012 20:14:27 +0000 (07:14 +1100)]
isc_buffer_init -> isc_buffer_constinit
Mark Andrews [Sat, 8 Dec 2012 04:33:10 +0000 (15:33 +1100)]
DIG -> $DIG
Mark Andrews [Sat, 8 Dec 2012 03:05:32 +0000 (14:05 +1100)]
3438. [bug] Don't accept unknown data escape in quotes. [RT #32031]
Squashed commit of the following:
commit
7ad3daade513c94a1c92ee7c91c112f161d13ef4
Author: Mark Andrews <marka@isc.org>
Date: Mon Dec 3 15:03:44 2012 +1100
look at the second token to determine if a TXT record in of unknown format or not
commit
7df32138462646f6aee84ffa56d02ac24ec8d672
Author: Mark Andrews <marka@isc.org>
Date: Mon Dec 3 12:42:18 2012 +1100
'"\#"' was incorrectly being treated as a unknown data escape sequence.
Mark Andrews [Sat, 8 Dec 2012 01:48:57 +0000 (12:48 +1100)]
3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialise
buffers with constant data. [RT #32064]
Squashed commit of the following:
commit
3433b96bf11f8c90ccbe412f01d02a6d8bbc2d33
Author: Mark Andrews <marka@isc.org>
Date: Sat Dec 8 12:41:16 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit
c22dbcc1122a0a44f7b46068e0ccbc25353a57d5
Author: Mark Andrews <marka@isc.org>
Date: Sat Dec 8 12:38:39 2012 +1100
isc_buffer_init -> isc_buffer_constinit
commit
900820416c45c1887d0d22d7a010df60a903bd56
Author: Mark Andrews <marka@isc.org>
Date: Sat Dec 8 12:24:19 2012 +1100
remove isc_buffer_reconstinit
commit
f815711c17b05f9961786a90b9bae902d3c01494
Author: Mark Andrews <marka@isc.org>
Date: Wed Dec 5 15:42:57 2012 +1100
add isc_buffer_constinit
Tinderbox User [Fri, 7 Dec 2012 23:45:48 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Fri, 7 Dec 2012 23:30:12 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Fri, 7 Dec 2012 20:23:58 +0000 (12:23 -0800)]
[master] check malloc/calloc return values
3436. [bug] Check malloc/calloc return values. [RT #32088]
Evan Hunt [Fri, 7 Dec 2012 17:15:43 +0000 (09:15 -0800)]
[master] update contrib/dlz README
Mark Andrews [Fri, 7 Dec 2012 12:49:03 +0000 (23:49 +1100)]
put declarations at start of block
Mark Andrews [Fri, 7 Dec 2012 05:43:22 +0000 (16:43 +1100)]
3435. [bug] Cross compilation support in configure was broken.
[RT #32078]
Tinderbox User [Fri, 7 Dec 2012 01:11:33 +0000 (01:11 +0000)]
regen master
Tinderbox User [Fri, 7 Dec 2012 01:01:22 +0000 (01:01 +0000)]
Merge branch 'master' of ssh://repo.isc.org/proj/git/prod/bind9
Mark Andrews [Thu, 6 Dec 2012 23:51:15 +0000 (10:51 +1100)]
update
Tinderbox User [Thu, 6 Dec 2012 23:45:48 +0000 (23:45 +0000)]
update copyright notice
Evan Hunt [Thu, 6 Dec 2012 21:59:30 +0000 (13:59 -0800)]
[master] minor doc fix
Evan Hunt [Thu, 6 Dec 2012 20:59:36 +0000 (12:59 -0800)]
[master] pass client info to DLZ findzone method
3434. [bug] Pass client info to the DLZ findzone() entry
point in addition to lookup(). This makes it
possible for a database to answer differently
whether it's authoritative for a name depending
on the address of the client. [RT #31775]
Evan Hunt [Thu, 6 Dec 2012 20:41:58 +0000 (12:41 -0800)]
[master] handle ISC_R_NOMORE correctly
3433. [bug] dlz_findzone() did not correctly handle
ISC_R_NOMORE. [RT #31172]
Evan Hunt [Thu, 6 Dec 2012 20:39:52 +0000 (12:39 -0800)]
[master] multiple-dlz/dlz-nxdomain
3432. [func] Multiple DLZ databases can now be configured.
DLZ databases are searched in the order configured,
unless set to "search no", in which case a
zone can be configured to be retrieved from a
particular DLZ database by using a "dlz <name>"
option in the zone statement. DLZ databases can
support type "master" and "redirect" zones.
[RT #27597]
Tinderbox User [Thu, 6 Dec 2012 01:01:13 +0000 (01:01 +0000)]
Merge branch 'master' of ssh://repo.isc.org/proj/git/prod/bind9
Evan Hunt [Thu, 6 Dec 2012 00:36:58 +0000 (16:36 -0800)]
[master] support all algorithms in ddns-confgen
3431. [bug] ddns-confgen: Some valid key algorithms were
not accepted. [RT #31927]
Tinderbox User [Wed, 5 Dec 2012 01:01:21 +0000 (01:01 +0000)]
Merge branch 'master' of ssh://repo.isc.org/proj/git/prod/bind9
Mark Andrews [Wed, 5 Dec 2012 00:43:07 +0000 (11:43 +1100)]
silence clang --analyser false positive
Mark Andrews [Tue, 4 Dec 2012 03:59:56 +0000 (14:59 +1100)]
3430. [bug] win32: isc_time_formatISO8601 was missing the
'T' between the date and time. [RT #32044]
Tinderbox User [Mon, 3 Dec 2012 01:01:07 +0000 (01:01 +0000)]
Merge branch 'master' of ssh://repo.isc.org/proj/git/prod/bind9
Mark Andrews [Sun, 2 Dec 2012 22:30:38 +0000 (09:30 +1100)]
loop 'I:checking expired signatures were updated' test
Mark Andrews [Sun, 2 Dec 2012 22:09:19 +0000 (09:09 +1100)]
treat clang 3.x and 4.x as independent release streams
Mark Andrews [Sun, 2 Dec 2012 20:58:01 +0000 (07:58 +1100)]
workaround only needed for clang 3.1
Tinderbox User [Sun, 2 Dec 2012 01:01:07 +0000 (01:01 +0000)]
Merge branch 'master' of ssh://repo.isc.org/proj/git/prod/bind9
Mark Andrews [Sat, 1 Dec 2012 10:32:31 +0000 (21:32 +1100)]
silence compiler warnings
Tinderbox User [Sat, 1 Dec 2012 01:01:18 +0000 (01:01 +0000)]
Merge branch 'master' of ssh://repo.isc.org/proj/git/prod/bind9
Mark Andrews [Fri, 30 Nov 2012 22:19:29 +0000 (09:19 +1100)]
silence clang --analyze warning
Mark Andrews [Fri, 30 Nov 2012 12:35:34 +0000 (23:35 +1100)]
signed/unsigned comparision
Mark Andrews [Fri, 30 Nov 2012 07:50:38 +0000 (18:50 +1100)]
silence clang --analyze warnings
Mark Andrews [Fri, 30 Nov 2012 05:19:00 +0000 (16:19 +1100)]
conditionally silence false positives from clang --analyze
Mark Andrews [Fri, 30 Nov 2012 01:32:00 +0000 (12:32 +1100)]
regen
Mark Andrews [Fri, 30 Nov 2012 01:20:59 +0000 (12:20 +1100)]
add /opt/local/share/xsl/docbook-xsl to list of locations to look for docbook files
Tinderbox User [Fri, 30 Nov 2012 01:10:27 +0000 (01:10 +0000)]
regen master
Mark Andrews [Fri, 30 Nov 2012 00:39:37 +0000 (11:39 +1100)]
3429. [bug] dns_zone_getserial2 could a return success without
returning a valid serial. [RT #32007]
Squashed commit of the following:
commit
0057f4b6e843c3998b987dbc7f32ceeee8afc150
Author: Mark Andrews <marka@isc.org>
Date: Fri Nov 30 08:13:15 2012 +1100
zone_get_from_db could return success without setting return valuses; serial is only valid if soacount is none zero
Tinderbox User [Thu, 29 Nov 2012 23:45:50 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Thu, 29 Nov 2012 23:30:09 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Thu, 29 Nov 2012 17:07:28 +0000 (09:07 -0800)]
[master] add timezone to dig
3428. [cleanup] dig: Add timezone to date output. [RT #2269]
Jeremy C. Reed [Thu, 29 Nov 2012 14:14:10 +0000 (08:14 -0600)]
Remove link to AUSCERT article about ACLs. It has been broken
for at least 6 years.
See ticket #16479 for details.
No CHANGES entry added.
This was not reviewed. It is minor.
Mark Andrews [Thu, 29 Nov 2012 13:56:31 +0000 (00:56 +1100)]
use consistent type in sizeof and ultimate type cast
Mark Andrews [Thu, 29 Nov 2012 13:51:17 +0000 (00:51 +1100)]
null pointer derefernce on out of memory
Mark Andrews [Thu, 29 Nov 2012 07:11:52 +0000 (18:11 +1100)]
Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9
Mark Andrews [Thu, 29 Nov 2012 07:11:05 +0000 (18:11 +1100)]
initialize the octet string to empty so that we don't free garbage on error
Evan Hunt [Thu, 29 Nov 2012 03:05:50 +0000 (19:05 -0800)]
[master] fix dig +trace output
3427. [bug] dig +trace incorrectly displayed name server
addresses instead of names. [RT #31641]
Tinderbox User [Thu, 29 Nov 2012 01:04:56 +0000 (01:04 +0000)]
regen master
Mark Andrews [Thu, 29 Nov 2012 00:16:30 +0000 (11:16 +1100)]
remove no longer existant files
Tinderbox User [Wed, 28 Nov 2012 23:45:44 +0000 (23:45 +0000)]
update copyright notice
Mark Andrews [Wed, 28 Nov 2012 23:41:21 +0000 (10:41 +1100)]
update
Mark Andrews [Wed, 28 Nov 2012 21:12:51 +0000 (08:12 +1100)]
add -U 4
Mark Andrews [Thu, 15 Nov 2012 01:41:23 +0000 (12:41 +1100)]
link against @DNS_CRYPTO_LIBS@
Evan Hunt [Wed, 28 Nov 2012 06:47:32 +0000 (22:47 -0800)]
[master] s/size spec/size_spec/
Evan Hunt [Tue, 20 Nov 2012 03:40:07 +0000 (03:40 +0000)]
[v9_9] work around libtool issue
- revert
d3617e0d87428168e326830311dc074f0e31b77e
- use -Xcompiler option to libtool so it won't suppress -shared
- regenerate configure
Conflicts:
bin/tests/system/dlzexternal/Makefile.in
Mark Andrews [Wed, 14 Nov 2012 23:33:59 +0000 (23:33 +0000)]
update libtool support to version 2.4.2
Evan Hunt [Wed, 28 Nov 2012 03:45:51 +0000 (19:45 -0800)]
[master] remove libgen.h from dnssec tools
we no longer use basename() or dirname()
Mark Andrews [Wed, 28 Nov 2012 01:05:56 +0000 (12:05 +1100)]
adjust looping threshold from 10 to 15
Evan Hunt [Tue, 27 Nov 2012 23:03:55 +0000 (15:03 -0800)]
[master] correct checkds test
Evan Hunt [Tue, 27 Nov 2012 22:52:36 +0000 (14:52 -0800)]
[master] clarify dnssec-checkds output
3426. [bug] dnssec-checkds: Clearer output when records are not
found. [RT #31968]
Mark Andrews [Tue, 27 Nov 2012 05:03:36 +0000 (16:03 +1100)]
3425. [bug] "acacheentry" reference counting was broken resulting
in use after free. [RT #31908]
Mark Andrews [Tue, 27 Nov 2012 03:22:28 +0000 (14:22 +1100)]
3424. [func] dnssec-dsfromkey now emits the hash without spaces.
[RT #31951]
Squashed commit of the following:
commit
7369da0369e1de1fe6c5b5f84df8848b9a0984eb
Author: Mark Andrews <marka@isc.org>
Date: Fri Nov 23 17:24:04 2012 +1100
dupped/created reversed in log message
commit
0cef5faaf3ac22b00ed0f95b6bb7a146cf4cac15
Author: Mark Andrews <marka@isc.org>
Date: Fri Nov 23 13:40:14 2012 +1100
remove space from DS hash
Mark Andrews [Mon, 26 Nov 2012 11:11:27 +0000 (22:11 +1100)]
limit the number of udp dispatches when testing to 4
Tinderbox User [Mon, 26 Nov 2012 01:04:39 +0000 (01:04 +0000)]
regen master
Mark Andrews [Sun, 25 Nov 2012 22:44:26 +0000 (09:44 +1100)]
address dnssec-checkds man page issues
Mark Andrews [Fri, 23 Nov 2012 06:24:04 +0000 (17:24 +1100)]
dupped/created reversed in log message
Tinderbox User [Wed, 21 Nov 2012 23:45:45 +0000 (23:45 +0000)]
update copyright notice