]>
git.ipfire.org Git - thirdparty/bind9.git/log
Evan Hunt [Thu, 29 May 2014 14:37:13 +0000 (07:37 -0700)]
[master] Fix bin/tests/rbt_test.c, use portable int types
Mukund Sivaraman [Thu, 29 May 2014 08:32:51 +0000 (14:02 +0530)]
Add missing include
Reported by tinderbox. It is not required on this developer's machine,
but would be required on platforms that don't supply snprintf().
Mark Andrews [Thu, 29 May 2014 07:02:10 +0000 (17:02 +1000)]
3864. [bug] RPZ didn't work well when being used as forwarder.
[RT #36060]
Mukund Sivaraman [Thu, 29 May 2014 05:31:57 +0000 (11:01 +0530)]
[35904] Add various RBT unit tests
No CHANGES entry was added as this commit mainly adds tests related
code.
Squashed commit of the following:
commit
d3d44508daa128fb8b60f64b3a8c81f80602273d
Author: Evan Hunt <each@isc.org>
Date: Wed May 7 09:36:41 2014 -0700
[rt35904] remove private non-static names from .def file
commit
dbca45661c3939f21c3bb3f405d08cfe1b35d7aa
Author: Mukund Sivaraman <muks@isc.org>
Date: Wed May 7 21:39:32 2014 +0530
Remove test for shortcut findnode()
The implementation was not included in this review branch, but the tests
erroneously made it through.
This functionality will be addressed in a different ticket (RT#35906).
commit
94ff14576ab3407f2612d34727b7eacfefc3668c
Author: Mukund Sivaraman <muks@isc.org>
Date: Wed May 7 21:36:50 2014 +0530
Minor indent fix
commit
50972f17697bb222996e433faa8224843366f9b2
Author: Evan Hunt <each@isc.org>
Date: Tue May 6 20:05:21 2014 -0700
[rt35904] style
commit
5c4d5d41fcc5bfecdeebc008896974385c841b8d
Author: Mukund Sivaraman <muks@isc.org>
Date: Sun May 4 19:19:36 2014 +0530
RBT related updates
* Add various RBT unit tests
* Add some helper methods useful in unit testing RBT code
* General cleanup
Mark Andrews [Thu, 29 May 2014 00:45:52 +0000 (10:45 +1000)]
make a explict edns query so this subtest is independent of other tests
Mark Andrews [Wed, 28 May 2014 22:04:55 +0000 (08:04 +1000)]
3863. [bug] The "E" flag was missing from the query log as a
unintended side effect of code rearrangement to
support EDNS EXPIRE. [RT #36117]
Jeremy C. Reed [Wed, 28 May 2014 17:56:11 +0000 (12:56 -0500)]
fix typo/misspellings in CHANGES
Not reviewed
Mark Andrews [Wed, 28 May 2014 00:43:19 +0000 (10:43 +1000)]
silence coverity warning
Mark Andrews [Tue, 27 May 2014 04:10:12 +0000 (14:10 +1000)]
address typo
Mark Andrews [Tue, 27 May 2014 02:16:04 +0000 (12:16 +1000)]
3862. [cleanup] Return immediately if we are not going to log the
message in ns_client_dumpmessage.
Mark Andrews [Mon, 26 May 2014 03:12:54 +0000 (13:12 +1000)]
add CVE-2014-3859
Mark Andrews [Sun, 25 May 2014 23:43:00 +0000 (09:43 +1000)]
add CVE-2014-3859
Mark Andrews [Sun, 25 May 2014 02:39:03 +0000 (12:39 +1000)]
3861. [security] Missing isc_buffer_availablelength check results
in a REQUIRE assertion when printing out a packet.
[RT #36078]
Mark Andrews [Sat, 24 May 2014 13:24:19 +0000 (23:24 +1000)]
fix typo == -> =
Tinderbox User [Sat, 24 May 2014 01:05:32 +0000 (01:05 +0000)]
regen master
Evan Hunt [Fri, 23 May 2014 19:32:56 +0000 (19:32 +0000)]
spelling
Mark Andrews [Fri, 23 May 2014 03:05:23 +0000 (13:05 +1000)]
3860. [bug] ioctl(DP_POLL) array size needs to be determined
at run time as it is limited to {OPEN_MAX}.
[RT #35878]
Mark Andrews [Fri, 23 May 2014 01:30:58 +0000 (11:30 +1000)]
placeholder
Mark Andrews [Fri, 23 May 2014 01:25:59 +0000 (11:25 +1000)]
3858. [bug] Disable GCC 4.9 "delete null pointer check".
[RT #35968]
Mark Andrews [Thu, 22 May 2014 12:02:09 +0000 (22:02 +1000)]
correct EDNSOK sense
Mark Andrews [Thu, 22 May 2014 11:38:53 +0000 (21:38 +1000)]
3857. [bug] Make it harder for a incorrect NOEDNS classification
to be made. [RT #36020]
Tinderbox User [Wed, 21 May 2014 23:45:21 +0000 (23:45 +0000)]
update copyright notice
Mark Andrews [Wed, 21 May 2014 14:58:43 +0000 (00:58 +1000)]
remove unused assignment
Evan Hunt [Wed, 21 May 2014 05:27:30 +0000 (22:27 -0700)]
[master] grammar
Mark Andrews [Wed, 21 May 2014 02:06:00 +0000 (12:06 +1000)]
3856. [bug] Configuring libjson without also configuring libxml
resulting in a REQUIRE assertion when retrieving
statistics using json. [RT #36009]
Mark Andrews [Wed, 21 May 2014 00:08:52 +0000 (10:08 +1000)]
3855. [bug] Limit smoothed round trip time aging to no more than
once a second. [RT #32909]
Tinderbox User [Tue, 20 May 2014 23:45:21 +0000 (23:45 +0000)]
update copyright notice
Evan Hunt [Tue, 20 May 2014 22:31:14 +0000 (15:31 -0700)]
[master] report unrecognized configure options
3854. [cleanup] Report unrecognized options, if any, in the final
configure summary. [RT #36014]
Mark Andrews [Tue, 20 May 2014 01:36:03 +0000 (11:36 +1000)]
3853. [cleanup] Refactor dns_rdataslab_fromrdataset to seperate out
the handling of a rdataset with no records. [RT #35968]
Tinderbox User [Sat, 17 May 2014 01:05:14 +0000 (01:05 +0000)]
regen master
Tinderbox User [Fri, 16 May 2014 23:45:21 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Fri, 16 May 2014 23:30:08 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Fri, 16 May 2014 14:18:19 +0000 (07:18 -0700)]
[master] change credit in change note
Evan Hunt [Fri, 16 May 2014 05:01:19 +0000 (22:01 -0700)]
[master] increase and allow configuration of lwresd tasks/clients
3852. [func] Increase the default number of clients available
for servicing lightweight resolver queries, and
make them configurable via the "lwres-tasks" and
"lwres-clients" options. (Thanks to Tomas Hozza.)
[RT #35857]
Evan Hunt [Fri, 16 May 2014 03:29:30 +0000 (20:29 -0700)]
[master] enable libseccomp system call filtering
3851. [func] Allow libseccomp based system-call filtering
on Linux; use "configure --enable-seccomp" to
turn it on. Thanks to Loganaden Velvindron for
the contribution. [RT #35347]
Tinderbox User [Thu, 15 May 2014 23:45:22 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Thu, 15 May 2014 23:30:07 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Thu, 15 May 2014 06:57:41 +0000 (16:57 +1000)]
3849. [doc] Alphabetized dig's +options. [RT #35992]
Mark Andrews [Thu, 15 May 2014 06:54:32 +0000 (16:54 +1000)]
3849. [bug] Disabling forwarding could trigger a REQUIRE assertion.
[RT #35979]
Tinderbox User [Thu, 15 May 2014 05:05:58 +0000 (05:05 +0000)]
regen master
Tinderbox User [Thu, 15 May 2014 05:02:02 +0000 (05:02 +0000)]
Merge branch 'master' of ssh://repo.isc.org/proj/git/prod/bind9
Tinderbox User [Thu, 15 May 2014 04:46:54 +0000 (04:46 +0000)]
regen master
Mark Andrews [Thu, 15 May 2014 04:44:43 +0000 (14:44 +1000)]
grammar
Mark Andrews [Thu, 15 May 2014 04:30:31 +0000 (14:30 +1000)]
white space
Mark Andrews [Thu, 15 May 2014 04:26:14 +0000 (14:26 +1000)]
+domain was out of order
Tinderbox User [Thu, 15 May 2014 03:57:31 +0000 (03:57 +0000)]
regen master
Mark Andrews [Thu, 15 May 2014 03:28:49 +0000 (13:28 +1000)]
3849. [doc] Alphabetized dig's +options. [RT #35992]
Mark Andrews [Thu, 15 May 2014 02:11:45 +0000 (12:11 +1000)]
ignore dig-symtbl.c, host-symtbl.c and nslookup-symtbl.c
Mark Andrews [Thu, 15 May 2014 01:12:05 +0000 (11:12 +1000)]
3848. [bug] Adjust 'statistics-channels specified but not effective'
error message to account for JSON support. [RT #36008]
Mark Andrews [Wed, 14 May 2014 14:34:17 +0000 (00:34 +1000)]
use portable awk
Mark Andrews [Wed, 14 May 2014 07:20:14 +0000 (17:20 +1000)]
3847. [bug] 'configure --with-dlz-postgres' failed to fail when
there is not support available.
Mark Andrews [Wed, 14 May 2014 04:49:37 +0000 (14:49 +1000)]
9.11
Tinderbox User [Wed, 14 May 2014 01:05:10 +0000 (01:05 +0000)]
regen master
Mark Andrews [Wed, 14 May 2014 00:01:45 +0000 (10:01 +1000)]
remove reporter
Mark Andrews [Tue, 13 May 2014 23:59:02 +0000 (09:59 +1000)]
3846. [bug] "dig +notcp ixfr=<serial>" should result in a UDP
ixfr query. [RT #35980]
Mark Andrews [Tue, 13 May 2014 12:13:24 +0000 (22:13 +1000)]
switch 3827 and 3828 change numbers
Mark Andrews [Tue, 13 May 2014 11:59:13 +0000 (21:59 +1000)]
placeholder
Mark Andrews [Tue, 13 May 2014 02:46:24 +0000 (12:46 +1000)]
3843. [protocol] Check EDNS EXPIRE option in dns_rdata_fromwire.
[RT #35969]
Conflicts:
CHANGES
Francis Dupont [Tue, 13 May 2014 10:34:29 +0000 (12:34 +0200)]
CHANGES number conflict
Francis Dupont [Tue, 13 May 2014 10:31:50 +0000 (12:31 +0200)]
use vcredist_x64.exe for 64 bit Windows [#35973]
Mark Andrews [Sun, 11 May 2014 00:59:42 +0000 (10:59 +1000)]
3842. [bug] Adjust RRL log-only logging category. [RT #35945]
Mark Andrews [Sun, 11 May 2014 00:47:56 +0000 (10:47 +1000)]
suppress clang static analysis warning
Mark Andrews [Fri, 9 May 2014 05:00:36 +0000 (15:00 +1000)]
use sub second sleeps for prefetch disabled test
Mark Andrews [Fri, 9 May 2014 03:40:40 +0000 (13:40 +1000)]
Add CVE-2014-3214 to README
Mark Andrews [Fri, 9 May 2014 03:35:25 +0000 (13:35 +1000)]
Add CVE-2014-3214 to change 3837
(cherry picked from commit
156d68fd2937d021ab343fca2d60c83a19b94c92 )
Mark Andrews [Thu, 8 May 2014 01:10:04 +0000 (11:10 +1000)]
address suspected race in system test for 'named -L'
Tinderbox User [Wed, 7 May 2014 23:45:21 +0000 (23:45 +0000)]
update copyright notice
Mark Andrews [Wed, 7 May 2014 23:38:05 +0000 (09:38 +1000)]
3841. [cleanup] Refactor zone.c:add_opt to use dns_message_buildopt.
[RT #35924]
Tinderbox User [Wed, 7 May 2014 23:30:06 +0000 (23:30 +0000)]
newcopyrights
Evan Hunt [Wed, 7 May 2014 15:58:25 +0000 (08:58 -0700)]
[master] check for arc4random_addrandom()
3840. [port] Check for arc4random_addrandom() before using it;
it's been removed from OpenBSD 5.5. [RT #35907]
Evan Hunt [Wed, 7 May 2014 05:06:04 +0000 (22:06 -0700)]
[master] use posix-compatible shell in system tests
3839. [test] Use only posix-compatible shell in system tests.
[RT #35625]
Mark Andrews [Tue, 6 May 2014 10:51:33 +0000 (20:51 +1000)]
remove resource leak
Mark Andrews [Tue, 6 May 2014 01:49:19 +0000 (11:49 +1000)]
remove extraneous space
Mark Andrews [Mon, 5 May 2014 06:40:45 +0000 (16:40 +1000)]
3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.
Mark Andrews [Mon, 5 May 2014 00:12:12 +0000 (10:12 +1000)]
3837. [security] A NULL pointer is passed to query_prefetch resulting
a REQUIRE assertion failure when a fetch is actually
initiated. [ RT #35899]
Squashed commit of the following:
commit
7f4e1f3917d743089c42cc52ec2c0eea598d2c00
Author: Mukund Sivaraman <muks@isc.org>
Date: Sun May 4 22:34:34 2014 +0530
Fix a comment
commit
6a35a6a2346013fa8e3798b9b680d8a3031fcb03
Author: Mark Andrews <marka@isc.org>
Date: Sun May 4 23:34:25 2014 +1000
pass the correct name to query_prefetch
Tinderbox User [Fri, 2 May 2014 23:45:19 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Fri, 2 May 2014 23:30:07 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Fri, 2 May 2014 01:34:32 +0000 (11:34 +1000)]
3836. [bug] Address C++ keyword usage in header file.
Mark Andrews [Fri, 2 May 2014 00:19:10 +0000 (10:19 +1000)]
add keyboard.h [RT #35887]
Mark Andrews [Fri, 2 May 2014 00:02:27 +0000 (10:02 +1000)]
silence clang compiler warnings
Tinderbox User [Thu, 1 May 2014 23:45:19 +0000 (23:45 +0000)]
update copyright notice
Tinderbox User [Thu, 1 May 2014 23:30:07 +0000 (23:30 +0000)]
newcopyrights
Mark Andrews [Thu, 1 May 2014 10:53:24 +0000 (20:53 +1000)]
dec_adbstats should decrement rather than increment
Mark Andrews [Thu, 1 May 2014 05:03:11 +0000 (15:03 +1000)]
protect geoip_elem use with HAVE_GEOIP
Mark Andrews [Thu, 1 May 2014 04:55:04 +0000 (14:55 +1000)]
silence compiler warning
Mark Andrews [Thu, 1 May 2014 04:23:23 +0000 (14:23 +1000)]
silence NULL pointer dereference warning
Evan Hunt [Thu, 1 May 2014 03:20:56 +0000 (20:20 -0700)]
[master] fixed geoip elements in named ACLs
3835. [bug] Geoip ACL elements didn't work correctly when
referenced via named or nested ACLs. [RT #35879]
Mark Andrews [Thu, 1 May 2014 02:28:50 +0000 (12:28 +1000)]
fix filter-aaaa system test to work when crypto is disabled
Mark Andrews [Thu, 1 May 2014 01:41:32 +0000 (11:41 +1000)]
zero pad date and month fields
Mark Andrews [Thu, 1 May 2014 00:00:00 +0000 (10:00 +1000)]
update copyrights
Evan Hunt [Wed, 30 Apr 2014 16:59:55 +0000 (09:59 -0700)]
[master] remove core file accidentally included in zkt-1.1.2
Mark Andrews [Wed, 30 Apr 2014 14:33:11 +0000 (00:33 +1000)]
use SKIPPED exit code (255)
Mark Andrews [Wed, 30 Apr 2014 06:09:16 +0000 (16:09 +1000)]
don't read past end of command line argument
Mark Andrews [Wed, 30 Apr 2014 06:05:18 +0000 (16:05 +1000)]
have +[no]ttl as a alias for +[no]ttlid
Mark Andrews [Wed, 30 Apr 2014 05:59:15 +0000 (15:59 +1000)]
add missing default action for +[no]ttl*
Mark Andrews [Wed, 30 Apr 2014 05:53:37 +0000 (15:53 +1000)]
use +nottlid
Mark Andrews [Wed, 30 Apr 2014 01:59:15 +0000 (11:59 +1000)]
fix change number
Mark Andrews [Wed, 30 Apr 2014 01:58:07 +0000 (11:58 +1000)]
3834. [bug] The re-signing heaps were not being updated soon enough
leading to multiple re-generations of the same RRSIG
when a zone transfer was in progress. [RT #35273]
Mark Andrews [Wed, 30 Apr 2014 01:39:43 +0000 (11:39 +1000)]
2833. [bug] Cross compiling was broken due to calling genrandom at
build time. [RT #35869]
Tinderbox User [Wed, 30 Apr 2014 01:05:11 +0000 (01:05 +0000)]
regen master