Commit Graph
23628 Commits
Author SHA1 Message Date
Mukund Sivaraman ff546376c4 Disable the RBT benchmark unittest
(cherry picked from commit 22f379298c)
2015-12-10 22:56:46 +05:30
Mukund Sivaraman 318158d66a Improve performance of RBT (#41165)
(cherry picked from commit 5d79b60fc5)
2015-12-10 22:52:52 +05:30
Mark Andrews 8c61782f47 add digdelv test 2015-12-10 12:57:41 +11:00
Mark Andrews cfdf8b1b53 add digdelv test 2015-12-10 12:56:15 +11:00
Mark Andrews c40016c45a 4278. [bug] 'delv +short +[no]split[=##]' didn't work as expected.
[RT #41238]

(cherry picked from commit 505d311709)
2015-12-10 12:44:59 +11:00
Mark Andrews 2996004044 make the lib/dns newrr target visible at the top level
(cherry picked from commit be123554f0)
2015-12-08 16:39:24 +11:00
Tinderbox User 83ecdd595b regen v9_10 2015-12-08 01:07:05 +00:00
Tinderbox User 0422c0480b update copyright notice / whitespace 2015-12-07 23:45:52 +00:00
Tinderbox User 4ff4cf9c73 newcopyrights 2015-12-07 23:30:13 +00:00
Mark Andrews 9f375be7d9 4276. [protocol] Add support for SMIMEA. [RT #40513]
(cherry picked from commit 322e6b5be7)
2015-12-08 08:17:35 +11:00
Mukund Sivaraman d048a2c7f4 Speed up typemap_fromtext() (#41196)
(cherry picked from commit 5b13a593fe)
2015-12-07 12:37:20 +05:30
Mark Andrews 7305bf85ba 4273. [bug] Only call dns_test_begin() and dns_test_end() once each
in nsec3_test as it fails with GOST if called multiple
                        times.

(cherry picked from commit 95bef099e9)
2015-12-07 17:53:42 +11:00
Mark Andrews fb4529baa2 bracket mismatch; window openssl version check 2015-12-06 23:08:14 +11:00
Evan Hunt 106d059d92 [v9_10] fix dig +norrcomments
4272.	[bug]		dig: the +norrcomments option didn't work with +multi.
			[RT #41234]
2015-12-04 16:19:35 -08:00
Evan Hunt e7d8959e1b [v9_10] isc__taskmgr_pause() could deadlock
4271.	[test]		Unit tests could deadlock in isc__taskmgr_pause().
			[RT #41235]
2015-12-03 20:48:46 -08:00
Tinderbox User 2a5f7d6087 regen v9_10 2015-12-04 01:07:07 +00:00
Tinderbox User 24bb00b60b update copyright notice / whitespace 2015-12-03 23:45:51 +00:00
Mark Andrews 9168a21871 4270. [security] Update allowed OpenSSL versions as named is
potentially vulnerable to CVE-2015-3193.

(cherry picked from commit 10d7ab44cc)
2015-12-04 10:29:13 +11:00
Evan Hunt 4db36f766e [v9_10] disallow map zones in response-policy
4269.	[bug]		Zones using "map" format master files currently
			don't work as policy zones.  This limitation has
			now been documented; attempting to use such zones
			in "response-policy" statements is now a
			configuration error.  [RT #38321]
2015-12-02 21:10:43 -08:00
Mark Andrews 19cce81c83 update description
(cherry picked from commit 7bde79b32a)
2015-12-03 15:43:12 +11:00
Mark Andrews 2b478a7e20 Add CVE-2015-8461
(cherry picked from commit ff2f98076c)
2015-12-03 15:31:47 +11:00
Mark Andrews 70173295be update copyrights 2015-12-03 14:18:33 +11:00
Mark Andrews ea24d3f0a2 change 4253 to security and add CVE
(cherry picked from commit 92cc6acdff)
2015-12-03 09:51:35 +11:00
Evan Hunt 5faabe4b61 [v9_10] mention --enable-full-report in config summary output 2015-12-02 14:03:18 -08:00
Mark Andrews 9b6af44b69 remove placeholder 2015-12-02 13:24:28 +11:00
Mark Andrews 93669e845c 4267. [test] Check sdlz error handling. [RT #41142]
(cherry picked from commit 26177be294)
2015-12-02 13:01:03 +11:00
Tinderbox User b8dd37fae0 update copyright notice / whitespace 2015-11-30 23:45:51 +00:00
Tinderbox User 8eb90d683a newcopyrights 2015-11-30 23:30:08 +00:00
Mukund Sivaraman 06df62fd7b Mark performance CHANGES as such
(cherry picked from commit 35928b7e1a)
2015-11-30 14:01:55 +05:30
Mark Andrews 0eda4fc1d5 4265. [bug] Address unchecked isc_mem_get calls. [RT #41187]
(cherry picked from commit 8e73941f33)
2015-11-30 10:30:01 +11:00
Tinderbox User 32672dac69 update copyright notice / whitespace 2015-11-24 23:45:52 +00:00
Tinderbox User 660e2cbacc newcopyrights 2015-11-24 23:30:08 +00:00
Evan Hunt 698c0fd069 [v9_10] update developer guide, expanding on comments and unit tests 2015-11-24 14:43:42 -08:00
Francis Dupont 0c63357718 Applied VS 2015 64 bit warning fixes (#40373) 2015-11-23 18:19:37 +01:00
Mark Andrews b5446b1121 use isc_buffer_constinit
(cherry picked from commit 447591a49c)
2015-11-23 07:27:35 +11:00
Mark Andrews 0baebb81be fix path for CHANGES.SE
(cherry picked from commit e948cf361c75ff0a64bb3365271efbbdaec740f3)
2015-11-21 12:22:46 +11:00
Tinderbox User e04451ce97 regen v9_10 2015-11-21 01:07:05 +00:00
Tinderbox User b66e3a7eeb update copyright notice / whitespace 2015-11-20 23:45:52 +00:00
Tinderbox User bbf39db5cd newcopyrights 2015-11-20 23:30:09 +00:00
Mark Andrews dbeb3f06ff 4264. [bug] Check const of strchr/strrchr assignments match
argument's const status. [RT #41150]

(cherry picked from commit 5b1c7ef35b)
2015-11-20 18:39:57 +11:00
Mark Andrews ef070eb5e7 spelling
(cherry picked from commit cbc660172d)
2015-11-20 14:55:48 +11:00
李昶andMukund Sivaraman 264d7653dd Cleanup in journal_open() correctly (#41129)
(cherry picked from commit 65f6e2f909)
2015-11-19 11:21:46 +05:30
Mukund Sivaraman dd2b5cf45b Fix bug in epoll_ctl() usage causing blocked connections (#41067)
(cherry picked from commit 7bc21557f3)
2015-11-19 11:05:48 +05:30
Tinderbox User c00585facb regen v9_10 2015-11-18 01:07:04 +00:00
Mark Andrews a089f3bc84 note the address changes for H.ROOT-SERVERS.NET
(cherry picked from commit b57276f89e)
2015-11-18 11:09:13 +11:00
Tinderbox User 63a192a1da update copyright notice / whitespace 2015-11-17 23:45:57 +00:00
Jeremy C. Reed c75cc4f07d add simpara to some note tags
So generated "Note" header isn't on same line as content.

Also removed one place that said "Note" (so doesn't say
"Note Note").
2015-11-17 11:00:13 -05:00
Jeremy C. Reed 7582107324 clean up refpurpose contents to be consistent
This is to be consistent with other manuals:
 - no period punctuation at end
 - no capitalization at beginning unless acronym or proper noun
 - and no simple article (like "A") to start sentence.

While the docbook specification says refpurpose is a "one sentence",
its examples show it with the rules shown above.

Also compared with many manpages as this is common format for the
.Nd macro's one line description.
2015-11-17 11:00:03 -05:00
Jeremy C. Reed f13f51e3e4 make sure there is a simpara for missing context for note tag 2015-11-17 10:59:21 -05:00
Jeremy C. Reed 157d47c277 remove errant word
a word is repeated in a sentence and didn't make sense as-is
so removed it
2015-11-17 10:59:12 -05:00