Commit Graph
7282 Commits
Author SHA1 Message Date
Tinderbox User eadee66609 regen master 2015-10-29 02:56:15 +00:00
Mark Andrews 72ac929f2b 4244. [bug] The parser was not reporting that use-ixfr is obsolete.
[RT #41010]
2015-10-29 12:51:17 +11:00
Tinderbox User 1b6e38d7b8 regen 2015-10-28 23:30:01 +00:00
Tinderbox User 13908e7551 update copyright notice / whitespace 2015-10-27 23:45:22 +00:00
Tinderbox User 7b26f8d8b9 regen 2015-10-27 23:30:01 +00:00
Mark Andrews a70fc47e9d 4243. [func] Improved stats reporting from Timothe Litt. [RT #38941] 2015-10-28 09:45:46 +11:00
Tinderbox User 9d557856c2 regen master 2015-10-22 05:53:09 +00:00
Mark Andrews 79f0eedd65 cleanup trailing whitespace 2015-10-22 16:24:03 +11:00
Mark Andrews 30eec077db cleanup trailing white space in SGML like files 2015-10-22 16:09:46 +11:00
Mark Andrews 04893d38e0 add blank line 2015-10-22 12:15:02 +11:00
Mark Andrews 0526268c2b 4242. [bug] Replace the client if not already replaced when
prefetching. [RT #41001]
2015-10-22 10:58:25 +11:00
Evan Hunt 90174e64f4 [master] shorten default servfail-ttl
4239.	[func]		Changed default servfail-ttl value to 1 second from 10.
			Also, the maximum value is now 30 instead of 300. [RT #37556]
2015-10-17 13:44:01 -07:00
Francis Dupont 638e82b134 spelling 2015-10-07 14:49:51 +02:00
Tinderbox User fd2597f756 regen master 2015-10-07 04:11:09 +00:00
Tinderbox User 010a51c427 regen master 2015-10-07 01:06:58 +00:00
Tinderbox User 19c7b1a029 update copyright notice / whitespace 2015-10-06 23:45:23 +00:00
Evan Hunt 6715db6593 [master] fix copyright warnings 2015-10-05 23:14:11 -07:00
Tinderbox User 2eeb74d1cf regen master 2015-10-06 05:45:21 +00:00
Evan Hunt 14a656f94b [master] upgrade doc toolchain
4237.	[doc]		Upgraded documentation toolchain to use DocBook 5
			and dblatex. [RT #40766]
2015-10-05 21:59:35 -07:00
Mukund Sivaraman 31cca00bba Add note about Windows (#40761) 2015-10-06 05:57:26 +05:30
Mukund Sivaraman 1a989c4322 Update named manual page (#40761) 2015-10-06 05:52:02 +05:30
Tinderbox User 244d11a227 update copyright notice / whitespace 2015-10-03 23:45:23 +00:00
Mukund Sivaraman 930719e876 Update the default value for number of UDP listeners (#40761) 2015-10-03 07:08:55 +05:30
Tinderbox User 10b865e918 regen master 2015-10-03 01:07:28 +00:00
Evan Hunt b66b333f59 [master] dnstap
4235.	[func]		Added support in named for "dnstap", a fast method of
			capturing and logging DNS traffic, and a new command
			"dnstap-read" to read a dnstap log file.  Use
			"configure --enable-dnstap" to enable this
			feature (note that this requires libprotobuf-c
			and libfstrm). See the ARM for configuration details.

			Thanks to Robert Edmonds of Farsight Security.
			[RT #40211]
2015-10-02 12:32:42 -07:00
Witold Krecicki a239044323 4234. [func] Add deflate compression in statistics channel HTTP
server. [RT #40861]
2015-10-02 10:45:10 +02:00
Tinderbox User e13c3286a5 update copyright notice / whitespace 2015-10-01 23:45:31 +00:00
Mark Andrews 3ed714b961 emit "E:TESTNAME:DATE" when we can't start a server 2015-10-01 16:01:34 +10:00
Mark Andrews d76496a62a handle ISC_R_FILENOTFOUND 2015-10-01 15:47:39 +10:00
Tinderbox User 551e0d486d update copyright notice / whitespace 2015-09-30 23:45:36 +00:00
Mark Andrews 65d59a4307 4232. [test] Add tests for CDS and CDNSKEY with delegation-only.
[RT #40597]
2015-09-30 15:55:14 +10:00
Mark Andrews 2a12984ce6 4227. [bug] Silence static analysis warnings. [RT #40828 2015-09-30 14:14:47 +10:00
Mark Andrews 0d990f57ae silence compiler warnings 2015-09-30 14:04:28 +10:00
Mark Andrews 1a0e5b0504 address linking issues 2015-09-30 12:38:07 +10:00
Tinderbox User 55cfbf322d update copyright notice / whitespace 2015-09-29 23:45:32 +00:00
Mark Andrews ab8b419a79 #include <isc/string.h> for memset 2015-09-30 00:46:33 +10:00
Mark Andrews ac6bb3dd36 add missing libraries 2015-09-30 00:44:49 +10:00
Evan Hunt a00f9e2f50 [master] merge dyndb
4224.	[func]		Added support for "dyndb", a new interface for loading
			zone data from an external database, developed by
			Red Hat for the FreeIPA project.

			DynDB drivers fully implement the BIND database
			API, and are capable of significantly better
			performance and functionality than DLZ drivers,
			while taking advantage of advanced database
			features not available in BIND such as multi-master
			replication.

			Thanks to Adam Tkac and Petr Spacek of Red Hat.
			[RT #35271]
2015-09-28 23:12:35 -07:00
Mark Andrews 4d085258cc make macro name match category name 2015-09-29 15:02:49 +10:00
Tinderbox User 6648adb2e1 update copyright notice / whitespace 2015-09-28 23:45:23 +00:00
Mark Andrews 7867d18ce0 Introduce end-of-line normalization 2015-09-29 08:25:35 +10:00
Mark Andrews 540f03ae74 use %zu 2015-09-29 07:31:15 +10:00
Witold Krecicki e6d0a391f5 4223. [func] Add support for setting max-cache-size to percentage
of available physical memory, set default to 90%.
			[RT #38442]
2015-09-28 11:08:50 +02:00
Mark Andrews 98a7f8c7ae 4222. [func] Bias IPv6 servers when selecting the next server to
query. [RT #40836]
2015-09-28 18:57:19 +10:00
Tinderbox User 9a5087bf58 regen master 2015-09-23 01:05:36 +00:00
Tinderbox User 0e9b328d62 update copyright notice / whitespace 2015-09-22 23:45:22 +00:00
Evan Hunt 09ceaefb0a [master] need id tag on refentry 2015-09-21 21:36:26 -07:00
Evan Hunt cc52a16096 [master] fix wire_test so it can read files with comment lines 2015-09-18 11:39:31 -07:00
Mark Andrews f6e45a5c54 4217. [protocol] Add support for CSYNC. [RT #40532] 2015-09-18 23:45:12 +10:00
Mark Andrews ff55c577ba 4215. [bug] nsupdate: skip to next request on GSSTKEY create
failure. [RT #40685]
2015-09-18 09:52:27 +10:00