Commit Graph

8944 Commits

Author SHA1 Message Date
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
Evan Hunt
30ec50e66b [v9_8] fix possible uninitialized variable 2014-03-10 20:55:49 -07:00
Tinderbox User
69eec92688 update copyright notice 2014-03-10 23:45:14 +00:00
Evan Hunt
51db58d6e0 [v9_8] fix negative numbers in $GENERATE
3780.	[bug]		$GENERATE handled negative numbers incorrectly.
			[RT #25528]

(cherry picked from commit 7b46a4aa41)
(cherry picked from commit 1db5accb1e)
2014-03-10 11:57:50 -07:00
Evan Hunt
560a0be0d8 [v9_8] clarify error
3779.	[cleanup]	Clarify the error message when using an option
			that was not enabled at compile time. [RT #35504]
2014-03-07 16:01:00 -08:00
Tinderbox User
8c7b895f06 update copyright notice 2014-03-07 23:45:15 +00:00
Evan Hunt
ff3307bc04 [v9_8] warn when wrong address family used in listen-on/-v6
3778.	[bug]		Log a warning when the wrong address family is
			used in "listen-on" or "listen-on-v6". [RT #17848]

(cherry picked from commit 78f79084fc)
(cherry picked from commit 2b4781835c)
2014-03-07 11:36:46 -08:00
Evan Hunt
34193398f2 [v9_8] fix misuses of isc__buffer functions, update comment 2014-03-06 17:25:52 -08:00
Tinderbox User
b689b5640e update copyright notice 2014-03-04 23:45:12 +00:00
Evan Hunt
7f6a70a6ed [v9_8] use ANSI prototypes, clean up some casts
(cherry picked from commit b454c03196)
(cherry picked from commit 0ed727f405)
2014-03-04 10:48:52 -08:00
Tinderbox User
de940d9b68 regen v9_8 2014-02-28 01:11:41 +00:00
Evan Hunt
9493dd2aa6 [v9_8] fix possible rndc secroots crash
3765.	[bug]		Fixed a bug in "rndc secroots" that could crash
			named when dumping an empty keynode. [RT #35469]

(cherry picked from commit 1aced7b870)
2014-02-27 16:43:43 -08:00
Tinderbox User
07eba9108d update copyright notice 2014-02-27 23:45:18 +00:00
Evan Hunt
75d232181b [v9_8] correct dates in man pages 2014-02-27 11:49:20 -08:00
Mark Andrews
104fff475a 3761. [bug] Address dangling reference bug in dns_keytable_add.
[RT #35471]

(cherry picked from commit 96c17c5ecb)
2014-02-27 16:57:23 +11:00
Mark Andrews
0abc8dcb1b #include <inttypes.h> 2014-02-27 11:59:17 +11:00
Tinderbox User
33e6ad025e update copyright notice 2014-02-24 23:45:28 +00:00
Mark Andrews
9c215704f9 3756. [bug] GSSAPI Kerberos realm checking was broken in
check_config leading to spurious messages being
                        logged.  [RT #35443]

(cherry picked from commit 0072ae822d)
2014-02-24 12:17:17 +11:00
Mark Andrews
8722167c53 3753. [bug] allow-notify was ignoring keys. [RT #35425]
(cherry picked from commit edd82b2ce2)
2014-02-21 00:11:49 +11:00