Commit Graph
9007 Commits
Author SHA1 Message Date
Tinderbox User 954e43e605 update copyright notice 2013-04-30 04:51:59 +00:00
Mark Andrews 26bb3b7a67 3559. [func] Check that both forms of Sender Policy Framework
records exist or do not exist. [RT #33355]
2013-04-30 13:49:41 +10:00
Mark Andrews ec8a802114 3557. [bug] Reloading redirect zones was broken. [RT #33292] 2013-04-29 15:20:09 +10:00
Tinderbox User 9f40a78322 update copyright notice 2013-04-28 23:46:07 +00:00
Evan Hunt 73ad83bcf0 [master] d.root-servers.net AAAA
3556.	[maint]		Added AAAA for D.ROOT-SERVERS.NET.
2013-04-27 16:42:59 -07:00
Evan Hunt 5cedb1e345 [master] minor code cleanup in rrl.c:expand_entries()
from RT #33137
2013-04-26 10:59:50 -07:00
Evan Hunt ff5ac6d421 [master] address two more possible acache asserts
3555.	[bug]		Address theoretical race conditions in acache.c
			(change #3553 was incomplete). [RT #33252]
2013-04-25 18:02:52 -07:00
Evan Hunt a6d43d18b1 [master] fixed several RRL issues
3554.	[bug]		RRL failed to correctly rate-limit upward
			referrals and failed to count dropped error
			responses in the statistics. [RT #33225]
2013-04-25 14:42:44 -07:00
Evan Hunt 330f98fe3b [master] double free caused assertion in acache
3553.	[bug]		Address suspected double free in acache. [RT #33252]
(cherry picked from commit 11b04b18f8ecb7c0119a7a6b6bbf8f5bad789c9a)
2013-04-25 10:41:06 -07:00
Mark Andrews b4914b3d69 3551. [bug] resolver.querydscp[46] were uninitialized. [RT #32686] 2013-04-19 12:36:02 +10:00
Tinderbox User d1fd0990fc update copyright notice 2013-04-12 23:46:05 +00:00
Mark Andrews 865e411997 include <irs/netdb.h> as we are linking against libirs 2013-04-12 22:50:11 +10:00
Mark Andrews 214692d622 check result code 2013-04-12 14:41:10 +10:00
Mark Andrews 02638c8b40 silence hpux compiler warnings 2013-04-12 14:06:41 +10:00
Mark Andrews 794f12f4ff fixup copyrights 2013-04-12 13:49:32 +10:00
Tinderbox User 08df939613 update copyright notice 2013-04-11 23:46:07 +00:00
Mark Andrews 8ce8052bb8 handle both cmsg types IP_TOS and IP_RECVTOS being used to return IP_TOS 2013-04-12 09:33:33 +10:00
Mark Andrews da87a34cd2 don't call dns_message_destroy in make_querymessage 2013-04-11 18:11:12 +10:00
Mark Andrews 45b727f651 silence coverity warnings 2013-04-11 17:07:50 +10:00
Evan Hunt fce7ba0f07 [master] fix build failure on hpux 2013-04-10 21:59:14 -07:00
Evan Hunt 634a52966f [master] catch SIGHUP correctly in nothreads 2013-04-10 19:43:43 -07:00
Mark Andrews e035632392 remove lib/export 2013-04-11 10:16:14 +10:00
Tinderbox User 12253af346 update copyright notice 2013-04-10 23:46:01 +00:00
Evan Hunt 53b6877dde [master] add config.h 2013-04-10 14:23:54 -07:00
Evan Hunt b99bfa184b [master] unify internal and export libraries
3550.	[func]		Unified the internal and export versions of the
			BIND libraries, allowing external clients to use
			the same libraries as BIND. [RT #33131]
2013-04-10 13:49:57 -07:00
Tinderbox User 526cc7c2c0 update copyright notice 2013-04-09 23:46:07 +00:00
Mark Andrews 11d945cd75 silence signed/unsigned compare warning 2013-04-09 06:32:10 +10:00
Mark Andrews 4adf97c32f 3548. [bug] The NSID request code in resolver.c was broken
resulting in invalid EDNS options being sent.
                        [RT #33153]
2013-04-08 16:29:26 +10:00
Mark Andrews 1cc4695f0d 3547. [bug] Some malformed unknown rdata records were not properly
detected and rejected. [RT #33129]
2013-04-08 09:55:14 +10:00
Tinderbox User ea3dd509f6 update copyright notice 2013-04-04 23:46:06 +00:00
Mark Andrews 3a6d62c59f 3546. [func] Add EUI48 and EUI64 types. [RT #33082] 2013-04-05 09:07:28 +11:00
Evan Hunt ad668472f1 [master] bug in rrl slip
3545.	[bug]		RRL slip behavior was incorrect when set to 1.
			[RT #33111]
2013-04-04 10:32:19 -07:00
Tinderbox User f9adb48aea update copyright notice 2013-04-03 23:46:07 +00:00
Mark Andrews 515991cda4 Merge branch 'master' of repo.isc.org:/proj/git/prod/bind9 2013-04-03 14:04:48 +00:00
Mark Andrews 1b2ba49571 link export/libisccfg againt DNS_CRYPTO_LIBS 2013-04-03 14:03:27 +00:00
Mark Andrews c15b536ddb 3543. [bug] Update socket stucture before attaching to socket
manager after accert. [RT #33084]
2013-04-03 17:42:42 +11:00
Mark Andrews b1fb5abb50 add insist to try to prevent coverity false positive 2013-04-03 17:37:15 +11:00
Mark Andrews 8013077aa7 3541. [bug] The parts if libdns was not being properly initialized
in when built in libexport mode. [RT #33028]
2013-04-03 17:27:40 +11:00
Mark Andrews 8c460e0159 3540. [bug] libt_api: t_info and t_assert were not thread safe. 2013-04-03 17:17:02 +11:00
Tinderbox User d458ef4acb update copyright notice 2013-04-02 23:46:03 +00:00
Evan Hunt 99bf6a57d9 [master] fix isc_time_formathttptmestamp() on win32
3539.	[port]		win32: timestamp format didn't match other platforms.
2013-04-01 22:27:49 -07:00
Evan Hunt 73b3019760 [master] address windows build warnings 2013-03-28 15:37:47 -07:00
Evan Hunt 96139421d6 [master] win32 portability fixes 2013-03-26 23:01:13 -07:00
Mark Andrews 36279f1ce1 assign to a int before calling setsockopt 2013-03-27 10:59:34 +11:00
Tinderbox User 0a00c3eb03 update copyright notice 2013-03-26 23:47:51 +00:00
Mark Andrews d8c1e4eccf check that sent packet arrives 2013-03-26 16:41:49 +11:00
Mark Andrews 12753e9e31 check for MAP_FILE 2013-03-26 16:41:20 +11:00
Mark Andrews 22b5363195 printf -> fprintf 2013-03-26 16:40:14 +11:00
Mark Andrews d91274d003 remove unnecessary close 2013-03-25 10:02:31 +11:00
Mark Andrews 0266cebbf0 use unsigned constant 2013-03-25 07:31:37 +11:00