Commit Graph
23836 Commits
Author SHA1 Message Date
Tinderbox User 90d087cf9c regen master 2015-10-04 01:09:39 +00:00
Tinderbox User 244d11a227 update copyright notice / whitespace 2015-10-03 23:45:23 +00:00
Evan Hunt 4a84f8899b [master] silence "missing initializer" warning 2015-10-02 18:47:33 -07:00
Mukund Sivaraman 9260c1157d Update CHANGES and notes.xml for #40761 2015-10-03 07:11:12 +05:30
Mukund Sivaraman 930719e876 Update the default value for number of UDP listeners (#40761) 2015-10-03 07:08:55 +05:30
Evan Hunt 3ce7ddcc01 [master] add "dnstap" to categories 2015-10-02 18:31:12 -07:00
Tinderbox User 10b865e918 regen master 2015-10-03 01:07:28 +00:00
Evan Hunt 1921b85064 [master] copyrights 2015-10-02 17:13:35 -07:00
Tinderbox User a625502bdd update copyright notice / whitespace 2015-10-02 23:45:32 +00:00
Evan Hunt 48b2a92da2 [master] missing .def entries, print.h 2015-10-02 14:38:59 -07:00
Francis Dupont 9a94a77a62 Added dns_master_styleflags 2015-10-02 23:01:18 +02: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
Tinderbox User 31de528a5f newcopyrights 2015-10-01 23:30:03 +00:00
Mark Andrews 1b1f6d21c7 curr_srtt = curr->srtt 2015-10-02 07:45:45 +10:00
Mark Andrews b959848051 compare curr_srtt and best_srtt 2015-10-01 22:12:56 +10:00
Mark Andrews 30f8d5e386 remove deadcode; move NULL assignment arlier 2015-10-01 22:12:02 +10: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
Mark Andrews 18749940ae fix CHANGES numbers 2015-10-01 11:28:42 +10:00
Tinderbox User 41f0b3e098 regen master 2015-10-01 01:06:45 +00:00
Tinderbox User 551e0d486d update copyright notice / whitespace 2015-09-30 23:45:36 +00:00
Tinderbox User 9e295ad801 newcopyrights 2015-09-30 23:30:03 +00:00
Mark Andrews c7e5ba1d17 spelling 2015-09-30 16:09:16 +10: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 ffdd3bc812 4231. [contrib] Address unchecked memory allocation calls in
query-loc and zone2ldap. [RT #40789]
2015-09-30 15:46:55 +10:00
Mark Andrews 09f4e41912 4231. [contrib] Address unchecked calloc call in dlz_mysqldyn_mod.c.
[RT #40840]
2015-09-30 15:38:32 +10:00
Mark Andrews 0dc485ffb6 4230. [contrib] dlz_wildcard_dynamic.c:dlz_create could return a
uninitalised result. [RT #40839]
2015-09-30 15:33:16 +10:00
Mark Andrews 24231afa05 4229. [bug] A variable could be used uninitalised in
dns_update_signaturesinc. [RT #40784]
2015-09-30 15:28:57 +10:00
Mark Andrews 8a0b6b3901 4228. [bug] Address race condition in dns_client_destroyrestrans.
[RT #40605]
2015-09-30 14:58:31 +10:00
Evan Hunt 3739c1beae [master] document the spill category 2015-09-29 21:21:44 -07: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 ac2e2800b4 newcopyrights 2015-09-30 13:55:50 +10:00
Tinderbox User fa535fa05f regen master 2015-09-30 03:48:43 +00:00
Mark Andrews 6c4f9b5cf6 split out logging-categories [RT #40844] 2015-09-30 12:56:31 +10:00
Mark Andrews 1a0e5b0504 address linking issues 2015-09-30 12:38:07 +10:00
Tinderbox User 983df82baf regen master 2015-09-30 01:06:20 +00:00
Tinderbox User 55cfbf322d update copyright notice / whitespace 2015-09-29 23:45:32 +00:00
Evan Hunt 40c619daee [master] fix theoretical shutdown race
4226.	[bug]		Address a theoretical shutdown race in
			zone.c:notify_send_queue(). [RT #38958]
2015-09-29 15:27:12 -07:00
Mar Andrews 87e7d08a8b 4225. [port] freebsd/openbsd: Use '${CC} -shared' for building
shared libraries. [RT #39557]
2015-09-29 15:56:11 +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 8f70b6b483 regen master 2015-09-29 01:10:32 +00:00
Mark Andrews e813f036c8 update 2015-09-29 09:46:07 +10:00
Tinderbox User 6648adb2e1 update copyright notice / whitespace 2015-09-28 23:45:23 +00:00
Mark Andrews 8fc1b0bf4d add closing tag 2015-09-29 08:36:05 +10:00