Commit Graph

8962 Commits

Author SHA1 Message Date
Mark Andrews
80fba80853 3857. [bug] Make it harder for a incorrect NOEDNS classification
to be made. [RT #36020]
2014-05-22 23:50:04 +10:00
Tinderbox User
b1b5c73c37 update copyright notice 2014-05-21 23:46:41 +00:00
Mark Andrews
b3563f72b7 remove unused assignment
(cherry picked from commit a771e8c154d85dea18c2ae77dbc082d197ba433a)
2014-05-22 00:57:41 +10:00
Mark Andrews
f6b39be7cc 3855. [bug] Limit smoothed round trip time aging to no more than
once a second. [RT #32909]

(cherry picked from commit 0fe0789181)
2014-05-21 11:10:18 +10:00
Mark Andrews
21fe7228a2 3853. [cleanup] Refactor dns_rdataslab_fromrdataset to seperate out
the handling of a rdataset with no records. [RT #35968]

(cherry picked from commit 27b09ceb12)
2014-05-20 11:38:51 +10:00
Mark Andrews
9e59e2bca4 3843. [protocol] Check EDNS EXPIRE option in dns_rdata_fromwire.
[RT #35969]

(cherry picked from commit ae5335dcd9d750312a4fa455495080fcb314b9d8)
2014-05-13 12:48:59 +10:00
Mark Andrews
e34ab0108a suppress clang static analysis warning
(cherry picked from commit e188b84bc4)
2014-05-11 10:48:41 +10:00
Mark Andrews
382e7c1526 3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.
(cherry picked from commit 28f0e82bea)
2014-05-09 12:10:23 +10:00
Tinderbox User
85b525a9af update copyright notice 2014-05-08 23:46:36 +00:00
Mark Andrews
525237c395 s/DNS_EDNSOPTIONS/DNS_EDNSOPTIONS/
(cherry picked from commit 801b958a5c)
(cherry picked from commit 2fd5f9a326)
2014-05-08 11:44:39 +10:00
Mark Andrews
5329703c09 define DNS_OPT_EDNSOPTIONS
(cherry picked from commit 72ba6ba736)
(cherry picked from commit 375dac22e4)
2014-05-08 11:44:39 +10:00
Tinderbox User
61dfc94f75 update copyright notice 2014-05-07 23:46:40 +00:00
Mark Andrews
a3e398c584 3841. [cleanup] Refactor zone.c:add_opt to use dns_message_buildopt.
[RT #35924]

(cherry picked from commit faa01edd13)
2014-05-08 09:39:41 +10:00
Evan Hunt
b724ac4f3e [v9_8] check for arc4random_addrandom()
3840.	[port]		Check for arc4random_addrandom() before using it;
			it's been removed from OpenBSD 5.5. [RT #35907]

(cherry picked from commit 1ea6e09c37)
2014-05-07 08:59:47 -07:00
Tinderbox User
b5be717763 update copyright notice 2014-05-02 23:46:32 +00:00
Mark Andrews
2a73b485ca 3836. [bug] Address C++ keyword usage in header file.
(cherry picked from commit dd820d8fd2)
2014-05-02 11:36:49 +10:00
Mark Andrews
90e138afe4 add keyboard.h [RT #35887]
(cherry picked from commit c25d9da3f1)
2014-05-02 10:20:19 +10:00
Mark Andrews
d524b7bf55 silence clang compiler warnings
(cherry picked from commit d26c36b1d9)
2014-05-02 10:03:29 +10:00
Mark Andrews
63c97aa7b3 3834. [bug] The re-signing heaps were not being updated soon enough
leading to multiple re-generations of the same RRSIG
                        when a zone transfer was in progress. [RT #35273]

(cherry picked from commit 5d739300d1)
2014-04-30 11:58:43 +10:00
Tinderbox User
7923962b58 update copyright notice 2014-04-29 23:46:37 +00:00
Evan Hunt
947d77471a [v9_8] missed a file 2014-04-29 15:36:51 -07:00
Evan Hunt
57d6e79dd1 [v9_8] use-after-free in isc_radix_remove()
3826.	[bug]		Corrected a use-after-free in isc_radix_remove().
			(This function is not used in BIND, but could have
			caused problems in programs linking to libisc.)
			[RT #35870]

(cherry picked from commit 3e5743068c)
2014-04-29 15:25:47 -07:00
Mark Andrews
642f6b03ae 3825. [bug] Address sign extension bug in isc_regex_validate.
[RT #35758]

(cherry picked from commit c11e46110b)
2014-04-29 14:36:43 +10:00
Evan Hunt
72ccbdc0d1 [v9_8] SIT/max-cache-size flag collision
3824.	[bug]		A collision between two flag values could cause
			problems with cache cleaning when SIT was enabled.
			[RT #35858]

(cherry picked from commit e01fbe2a45)
2014-04-29 11:29:28 +10:00
Evan Hunt
983c4e3861 [v9_8] correct a comment 2014-04-26 10:20:52 -07:00
Tinderbox User
72df4d7dd5 update copyright notice 2014-04-25 23:46:35 +00:00
Mark Andrews
39b5269577 additional places:
3818.   [bug]           Stop lying to the optimizer that 'void *arg' is a
                        constant in isc_event_allocate.
2014-04-25 12:20:43 +10:00
Mark Andrews
c8521d4852 additional changes for:
3818.   [bug]           Stop lying to the optimizer that 'void *arg' is a
		        constant in isc_event_allocate.

(cherry picked from commit 71b15f9362)
2014-04-25 12:14:02 +10:00
Tinderbox User
f592e58397 update copyright notice 2014-04-24 23:46:34 +00:00
Mark Andrews
ee59423dda 3819. [bug] NSEC3 hashes need to be able to be entered and
displayed without padding.  This is not a issue for
                        currently defined algorithms but may be for future
                        hash algorithms. [RT #27925]

(cherry picked from commit 36e5ac0033)
2014-04-24 20:55:56 +10:00
Mark Andrews
062d3c08a8 3818. [bug] Stop lying to the optimizer that 'void *arg' is a
constant in isc_event_allocate.

(cherry picked from commit e916c4f840)
2014-04-24 13:46:00 +10:00
Mark Andrews
8989fe9c50 make days a const
(cherry picked from commit 974fb3a9c5)
2014-04-24 13:16:51 +10:00
Francis Dupont
722039111c fix char sign extension [#35743]
(cherry picked from commit c80fef792a)
2014-04-14 09:13:29 +10:00
Mark Andrews
c18f69b677 sort
(cherry picked from commit 51af0a72ad)
2014-04-08 10:44:06 +10:00
Mark Andrews
b04067bcc6 order.h 2014-04-08 10:40:20 +10:00
Mark Andrews
c8a94a9b87 keyboard.h
(cherry picked from commit 2d1c1ee28a)
2014-04-08 10:40:08 +10:00
Tinderbox User
819d495138 update copyright notice 2014-04-04 23:45:16 +00:00
Mark Andrews
246e21170e 3802. [bug] Various header files were not being installed
(cherry picked from commit 866606b9c7)
2014-04-04 22:13:46 +11:00
Evan Hunt
239c6ebf01 [v9_8] fix gssapi probing on freebsd
3801.	[port]		Fix probing for gssapi support on FreeBSD. [RT #35615]

(cherry picked from commit f0e9d6e905)
(cherry picked from commit 99d8ef6cd4)
2014-04-03 19:56:16 -07:00
Mukund Sivaraman
70c9b88f1a 3795. [bug] Make named-checkconf detect raw masterfiles for
hint zones and reject them. [RT #35268]

Squashed commit of the following:

commit 5b0254711d6b77940d6217b9131b9d401df8a866
Author: Mukund Sivaraman <muks@isc.org>
Date:   Fri Mar 28 02:09:01 2014 +0530

    Remove redundant helper function

commit a4341c1a2ba830c8cee1def57a533f987f67c3dc
Author: Mark Andrews <marka@isc.org>
Date:   Thu Jan 30 10:08:17 2014 +1100

    error out if masterfile-format raw is specified for a hint zone.

(cherry picked from commit ef9334d745)

Conflicts:
	lib/bind9/check.c
2014-03-31 05:00:30 +05:30
Tinderbox User
876dd24b20 update copyright notice 2014-03-29 23:45:13 +00:00
Mark Andrews
4eefa840ef 3794. [maint] Added AAAA for C.ROOT-SERVERS.NET.
(cherry picked from commit 6ffa8fcf76)
2014-03-29 10:31:46 +11:00
Tinderbox User
41c0bc9560 update copyright notice 2014-03-27 23:45:14 +00:00
Mark Andrews
4987c608e4 fix typo in comment
(cherry picked from commit 6d5740075b)
2014-03-27 18:22:13 +11:00
Mark Andrews
5d61c53ef9 sigprocmask sets errno on error
(cherry picked from commit 1fa64087e7)
2014-03-27 12:34:31 +11:00
Mark Andrews
3e2691fc24 silence clang compiler warnings 2014-03-26 16:24:49 +11:00
Tinderbox User
999bbe8898 update copyright notice 2014-03-19 23:45:13 +00:00
Mark Andrews
ff0278c87c 3791. [bug] solaris: remove extraneous return. [RT #35589]
(cherry picked from commit 33a7161d27)
2014-03-20 07:43:12 +11:00
Mark Andrews
d4ca01cdcc install context.h dnsconf.h; resconf.h types.h were not being installed when cross compiling
(cherry picked from commit 8058292627)
2014-03-14 11:43:37 +11:00
Evan Hunt
211798d939 [v9_8] check allow-update in view/options
3787.	[bug]		The code that checks whether "auto-dnssec" is
			allowed was ignoring "allow-update" ACLs set at
			the options or view level. [RT #29536]

(cherry picked from commit 22e29471c7)
(cherry picked from commit 860eadb994)
2014-03-12 21:43:57 -07:00