Commit Graph
22941 Commits
Author SHA1 Message Date
Mark Andrews 70bceacc80 silence signed/unsigned warning 2014-11-21 20:28:17 +11:00
Mark Andrews d65fb496fb use perl not awk to do serial additions 2014-11-21 18:08:04 +11:00
Mark Andrews 64d715c22a 4007. [doc] Remove acl forward reference restriction. [RT #37772] 2014-11-21 15:26:37 +11:00
Tinderbox User a17033f2c4 regen master 2014-11-21 01:04:39 +00:00
Evan Hunt 3e5b4176d8 [master] win32 build fix 2014-11-20 15:55:43 -08:00
Tinderbox User 5d35f07318 update copyright notice / whitespace 2014-11-20 23:45:24 +00:00
Evan Hunt 0d569f0e27 [master] add missing grammar 2014-11-20 15:36:22 -08:00
Tinderbox User 9692d283bb newcopyrights 2014-11-20 23:30:09 +00:00
Evan Hunt 9000255055 [master] Merge branch 'master' of ssh://repo/proj/git/prod/bind9 2014-11-20 13:24:33 -08:00
Evan Hunt 166a7500be [master] add notes 2014-11-20 13:16:09 -08:00
Mark Andrews 28d1db9392 the many system test is no more 2014-11-21 08:06:19 +11:00
Evan Hunt c6b699b58e [master] remove inadvertently-retained content from quota.h 2014-11-20 12:55:01 -08:00
Evan Hunt 05e448935c [master] refactor max-recursion-queries
- the counters weren't set correctly when fetches timed out.
  instead we now pass down a counter object.
2014-11-19 18:21:02 -08:00
Tinderbox User 795beed720 regen master 2014-11-20 01:04:52 +00:00
Tinderbox User 4ccffa13aa update copyright notice / whitespace 2014-11-19 23:45:22 +00:00
Tinderbox User 7c112f7d8f newcopyrights 2014-11-19 23:30:20 +00:00
Mukund Sivaraman 077350a407 Add .gitignore 2014-11-19 15:03:01 +05:30
Evan Hunt c4f54e5bd1 [master] add max-recursion-queries
also fixes and documentation for max-recursion-depth
2014-11-18 22:02:02 -08:00
Mark Andrews f9ee67d9ce %zu is not universally available 2014-11-19 12:10:06 +11:00
Tinderbox User d6984fd680 regen master 2014-11-19 01:05:15 +00:00
Tinderbox User e208712faa update copyright notice / whitespace 2014-11-18 23:45:22 +00:00
Tinderbox User 27e02fb7e4 newcopyrights 2014-11-18 23:30:15 +00:00
Evan Hunt 5af1000b2f [master] fix RT number 2014-11-18 08:59:00 -08:00
Evan Hunt 90fc237a1f [master] add CVE 2014-11-18 00:09:00 -08:00
Evan Hunt 3230429e17 [master] limit recursion depth and iterative queries
4006.	[security]	A flaw in delegation handling could be exploited
			to put named into an infinite loop.  This has
			been addressed by placing limits on the number
			of levels of recursion named will allow (default 7),
			and the number of iterative queries that it will
			send (default 50) before terminating a recursive
			query (CVE-2014-8500).

			The recursion depth limit is configured via the
			"max-recursion-depth" option.  [RT #35780]
2014-11-17 23:24:44 -08:00
Evan Hunt c325ff9c79 [master] complete coverity fixes 2014-11-17 17:39:00 -08:00
Mark Andrews 18fa89b01e check returns from putstr and putnull 2014-11-18 12:21:20 +11:00
Mark Andrews 4ac862fa96 only execute additional tests if create call succeeds 2014-11-18 12:19:37 +11:00
Tinderbox User 11dc1b1508 update copyright notice 2014-11-17 23:45:20 +00:00
Tinderbox User 2a3eef7f65 newcopyrights 2014-11-17 23:30:05 +00:00
Evan Hunt 0ada3802ea [master] awk portability fix 2014-11-17 12:22:18 -08:00
Evan Hunt a0b4f6d952 [master] geoip security fixes
4003.	[security]	When geoip-directory was reconfigured during
			named run-time, the previously loaded GeoIP
			data could remain, potentially causing wrong
			ACLs to be used or wrong results to be served
			based on geolocation. [RT #37720]

4002.	[security]	Lookups in GeoIP databases that were not
			loaded could cause an assertion failure.
			[RT #37679]

4001.	[security]	The caching of GeoIP lookups did not always
			handle address families correctly, potentially
			resulting in an assertion failure. [RT #37672]
2014-11-16 08:43:22 -08:00
Tinderbox User aee6c351d3 update copyright notice 2014-11-15 23:45:22 +00:00
Tinderbox User b779e1efb1 newcopyrights 2014-11-15 23:30:06 +00:00
Evan Hunt 63fb92c1ba [master] fix false positive compiler warning
a "pointer always evaluates to true" warning was blocking
compilation of the radix ATF test when using --enable-developer
with gcc 4.8.2.
2014-11-15 00:56:30 -08:00
Evan Hunt 907e01d6f3 [master] buffer ATF test was failing 2014-11-15 00:56:17 -08:00
Mark Andrews ed51a21730 fix ns_smf_add_message 2014-11-15 17:18:10 +11:00
Mark Andrews eca6a76eda make inline 2014-11-15 17:03:21 +11:00
Tinderbox User ebca35d493 regen master 2014-11-15 01:06:26 +00:00
Evan Hunt e32d354f75 [master] allow arbitrary-size rndc output
4005.	[func]		The buffer used for returning text from rndc
			commands is now dynamically resizable, allowing
			arbitrarily large amounts of text to be sent back
			to the client. (Prior to this change, it was
			possible for the output of "rndc tsig-list" to be
			truncated.) [RT #37731]
2014-11-14 15:58:54 -08:00
Evan Hunt c4abb19716 [master] reference leak with AAAA glue but not A
4004.	[bug]		When delegations had AAAA glue but not A, a
			reference could be leaked causing an assertion
			failure on shutdown. [RT #37796]
2014-11-14 09:02:28 -08:00
Tinderbox User 3e1a17d65e newcopyrights 2014-11-11 23:30:05 +00:00
Mukund Sivaraman 16c86a4980 Update .gitgnore files (ISC-Bugs #37773) 2014-11-11 11:47:02 +05:30
Mukund Sivaraman a3157f3c75 [master] close() fd when done (Coverity report) 2014-11-11 07:15:02 +05:30
Evan Hunt fadf7291df [master] check creat() return 2014-11-10 17:30:58 -08:00
Evan Hunt 0c3f2ff973 [master] placeholders 2014-11-10 12:58:19 -08:00
Tinderbox User 6d0a639bd0 update copyright notice 2014-11-06 23:45:21 +00:00
Evan Hunt 067c0c38e7 [master] s/mempcy/memmove/ 2014-11-06 13:01:59 -08:00
Mark Andrews 8f0cf84bb1 set working directory; #include <string.h> 2014-11-06 18:02:32 +11:00
Mark Andrews 5ee9f7f238 update copyrights 2014-11-06 14:02:01 +11:00