Commit Graph
1624 Commits
Author SHA1 Message Date
Mark Andrews be8abebe44 address race condition rt40242
(cherry picked from commit 5be3128599)
2015-09-09 18:12:22 +10:00
Mark Andrews 0978e56fd3 4197. [bug] 'named-checkconf -z' didn't handle 'in-view' clauses.
[RT #40603]

(cherry picked from commit 075a3d60c2)
2015-09-09 17:57:11 +10:00
Mark Andrews f524494512 4196. [doc] Improve how "enum + other" types are documented.
[RT #40608]

4195.   [bug]           'max-zone-ttl unlimited;' was broken. [RT #40608]

(cherry picked from commit 4ca7391e64)
2015-09-09 17:23:11 +10:00
Mark Andrews 74b964fabe 4194. [bug] named-checkconf -p failed to properly print a port
range.  [RT #40634]

(cherry picked from commit fbd9aaa58c)
2015-09-09 16:49:54 +10:00
Tinderbox User 2fb8dcf2a8 update copyright notice / whitespace 2015-08-25 23:45:57 +00:00
Mark Andrews 53d88bc684 4192. [bug] The default rrset-order of random was not always being
applied. [RT #40456]

(cherry picked from commit 9b956d342e)
2015-08-25 14:52:51 +10:00
Mark Andrews e99165ed46 4191. [protocol] Accept DNS-SD non LDH PTR records in reverse zones
as per RFC 6763. [RT #37889]

(cherry picked from commit 5855fd79e3)
2015-08-25 14:46:35 +10:00
Tinderbox User c653fb616d update copyright notice / whitespace 2015-08-22 23:45:50 +00:00
Mark Andrews daec213a5c 4190. [protocol] Accept Active Diretory gc._msdcs.<forest> name as
valid with check-names.  <forest> still needs to be
                        LDH. [RT #40399]

(cherry picked from commit dc3912f3ca)
2015-08-22 15:28:09 +10:00
Mark Andrews 820a9517ad add / 2015-08-20 14:01:53 +10:00
Mark Andrews cb27041b00 ignore xmlstats
(cherry picked from commit b5caf98644)
2015-08-20 14:00:47 +10:00
Tinderbox User f21b6da8ff update copyright notice / whitespace 2015-08-19 23:45:50 +00:00
Mukund Sivaraman 92260722dc Fix RPZ bugs related to wildcard triggers (#40357)
(cherry picked from commit bf350c9f1a)

Conflicts:
	CHANGES
	bin/tests/system/rpzrecurse/tests.sh
2015-08-18 19:48:42 +05:30
Mark Andrews 281e52ec79 add statistics 2015-08-18 22:22:42 +10:00
Mark Andrews dad0cbeed4 check for libxml2 2015-08-18 22:20:28 +10:00
Mark Andrews ba30980823 use grep rather than xmllint
(cherry picked from commit 486c763015)
2015-08-18 10:08:53 +10:00
Mukund Sivaraman 9a88ab054b Fix assertion failure in parsing UNSPEC(103) RR from text (#40274)
(cherry picked from commit 984d2bb9e5)
2015-08-14 13:31:43 +05:30
Mukund Sivaraman 9250173510 Fix assertion failure in parsing NSAP records from text
(cherry picked from commit 474921d733)
2015-08-14 13:12:04 +05:30
Tinderbox User 73b5671cdf update copyright notice / whitespace 2015-08-12 23:45:54 +00:00
Mark Andrews c911ee6769 4172. [bug] Named / named-checkconf didn't handle a view of CLASS0.
[RT #40265]

(cherry picked from commit 151f1bcd5e)
2015-08-12 19:06:31 +10:00
Evan Hunt b3e2361dba [v9_10] fix an awk portability issue 2015-08-03 14:22:01 -07:00
Tinderbox User 1df794dff8 update copyright notice / whitespace 2015-08-02 23:45:49 +00:00
Evan Hunt 559226a147 [v9_10] reduce code duplication 2015-08-02 11:23:29 -07:00
Evan Hunt f41d4b6eeb [v9_10] missing 'use' caused test failure 2015-07-21 13:50:23 -07:00
Evan Hunt 30ba2158e2 [v9_10] statschannel test failed when only JSON was available 2015-07-20 19:09:47 -07:00
Evan Hunt bdbab298fc [v9_10] portability 2015-07-20 19:01:45 -07:00
Evan Hunt 8272aedccb [v9_10] add JSON and XML tests
4161.	[test]		Test for consistency between "rndc stats" and the
			XML and JSON statistics channel contents. [RT #38700]
2015-07-09 21:26:32 -07:00
Tinderbox User a704920204 update copyright notice / whitespace 2015-07-09 23:45:51 +00:00
Evan Hunt 83d0b1ab69 [v9_10] DDoS mitigation features
3938.	[func]		Added quotas to be used in recursive resolvers
			that are under high query load for names in zones
			whose authoritative servers are nonresponsive or
			are experiencing a denial of service attack.

			- "fetches-per-server" limits the number of
			  simultaneous queries that can be sent to any
			  single authoritative server.  The configured
			  value is a starting point; it is automatically
			  adjusted downward if the server is partially or
			  completely non-responsive. The algorithm used to
			  adjust the quota can be configured via the
			  "fetch-quota-params" option.
			- "fetches-per-zone" limits the number of
			  simultaneous queries that can be sent for names
			  within a single domain.  (Note: Unlike
			  "fetches-per-server", this value is not
			  self-tuning.)
			- New stats counters have been added to count
			  queries spilled due to these quotas.

			These options are not available by default;
			use "configure --enable-fetchlimit" (or
			--enable-developer) to include them in the build.

			See the ARM for details of these options. [RT #37125]
2015-07-08 22:55:31 -07:00
Mark Andrews bb7971417a 4157. [protocol] Update experimental SIT code to use the EDNS COOKIE
option code point (10).  This is the minimal change
                        required to use the new code point. [RT #39928]
2015-07-07 15:43:04 +10:00
Mark Andrews a9557c404e 4154. [bug] A OPT record should be included with the FORMERR
response when there is a malformed EDNS option.
                        [RT #39647]

4153.   [bug]           Dig should zero non significant +subnet bits.  Check
                        that non significant ECS bits are zero on receipt.
                        [RT #39647]

(cherry picked from commit 3e33f4198d)
2015-07-06 13:47:17 +10:00
Tinderbox User c838ed659d update copyright notice / whitespace 2015-06-29 23:45:48 +00:00
Mukund Sivaraman f69f188b90 Fix a bug printing zone names with '/' character in XML and JSON stats (#39873)
(cherry picked from commit 08f0129732)

Conflicts:
	bin/tests/system/statistics/clean.sh
2015-06-29 18:46:36 +05:30
Mark Andrews a6f608404f 4147. [bug] Filter-aaaa / filter-aaaa-on-v4 / filter-aaaa-on-v6
was returning referrals rather than nodata responses
                        when the AAAA records were filtered.  [RT #39843]

(cherry picked from commit 4a61eae651)
2015-06-29 15:49:12 +10:00
Tinderbox User c53e425c7a update copyright notice / whitespace 2015-06-23 23:45:47 +00:00
Mukund Sivaraman 8134e7662e Fix parsing of NZFs saved by rndc addzone with view specified (#39845)
(cherry picked from commit 0439bfedd9)

Conflicts:
	bin/named/server.c
	bin/tests/system/addzone/tests.sh
2015-06-23 14:57:20 +05:30
Mukund Sivaraman 17bb17af46 Print unsigned values for serial, etc. in rndc zonestatus output (#39854)
(cherry picked from commit b4e114e3cd)

Conflicts:
	CHANGES
	bin/named/server.c
2015-06-23 14:09:47 +05:30
Tinderbox User 102554f26f update copyright notice / whitespace 2015-06-12 23:45:59 +00:00
Witold Krecicki e71cc07e40 rndc reconfig reports configuration errors the same way rndc reload does [RT #39635] 2015-06-12 11:08:21 +02:00
Mark Andrews a17d59f11e use sed as tail -n +# is not portable
(cherry picked from commit 8c74b6a9a1)
2015-05-30 11:06:12 +10:00
Tinderbox User b3623d80ab update copyright notice / whitespace 2015-05-28 23:45:50 +00:00
Mark Andrews ff3e305deb link against ISC_OPENSSL_LIBS
(cherry picked from commit 52a487f71a)
2015-05-28 11:10:45 +10:00
Mark Andrews d8161b8756 4127. [protocol] CDS and CDNSKEY need to be signed by the key signing
key as per RFC 7344, Section 4.1. [RT #37215]

(cherry picked from commit 598b502695)
2015-05-27 15:36:55 +10:00
Tinderbox User ecd3e9bc2b update copyright notice / whitespace 2015-05-24 23:45:47 +00:00
Evan Hunt 07858b945b [v9_10] +ednsneg needs to be specified in 9.10 2015-05-23 23:39:10 -07:00
Mark Andrews bacb1197f5 don't include <isc/print.h>
(cherry picked from commit cb9b145f39)
2015-05-24 13:02:19 +10:00
Tinderbox User 83a64013b1 update copyright notice / whitespace 2015-05-23 23:46:59 +00:00
Mark Andrews 8b7a1fe06c specfiy where libisc is
(cherry picked from commit c907e7b512e88b641595d514790e2b41575f149e)
2015-05-24 06:02:59 +10:00
Mark Andrews 66a3ccec36 link against ISCLIBS
(cherry picked from commit e6e7de5cda)
2015-05-24 05:43:03 +10:00
Francis Dupont 1db36edf82 added print.h includes 2015-05-23 14:46:47 +02:00