Commit Graph

20737 Commits

Author SHA1 Message Date
Mark Andrews
3e2691fc24 silence clang compiler warnings 2014-03-26 16:24:49 +11:00
Evan Hunt
fbc7680aac [v9_8] document behavior of localhost/localnets when interface changes 2014-03-25 20:08:38 -07:00
Tinderbox User
999bbe8898 update copyright notice 2014-03-19 23:45:13 +00:00
Tinderbox User
1d8706a522 newcopyrights 2014-03-19 23:30:02 +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
Tinderbox User
394845fd1b regen v9_8 2014-03-16 01:08:37 +00:00
Evan Hunt
729d4f83fa [v9_8] work around db2latex bug by removing literal tag 2014-03-15 15:23:26 -07: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
Tinderbox User
258213552b update copyright notice 2014-03-13 23:53:01 +00:00
Tinderbox User
29f6b1b67c newcopyrights 2014-03-13 23:51:53 +00:00
Mark Andrews
a8a3268517 handle checkconf/{good,bad}-.*.conf
(cherry picked from commit da9622062172dbec6871ad8637518a632d887111)
2014-03-14 10:49:27 +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
a449470017 regen v9_8 2014-03-11 01:09:05 +00:00
Tinderbox User
69eec92688 update copyright notice 2014-03-10 23:45:14 +00:00
Tinderbox User
ed8d1fc565 newcopyrights 2014-03-10 23:30:05 +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
3ac51182cf [v9_8] whitespace 2014-03-10 11:57:17 -07:00
Tinderbox User
c174b6db69 regen v9_8 2014-03-08 01:09:08 +00: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
Tinderbox User
071ed26f25 newcopyrights 2014-03-07 23:30:03 +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
28b8a0a102 update copyright notice 2014-03-06 23:45:15 +00:00
Tinderbox User
5ae0facef6 newcopyrights 2014-03-06 23:30:03 +00:00
Evan Hunt
526d1d5978 [v9_8] tests directory cleanup 2014-03-06 11:30:08 -08:00
Tinderbox User
cf3e6343b4 regen v9_8 2014-03-05 01:10:21 +00:00
Tinderbox User
b689b5640e update copyright notice 2014-03-04 23:45:12 +00:00
Tinderbox User
15338f48b4 newcopyrights 2014-03-04 23:30:02 +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
Evan Hunt
e33a19bfb8 [v9_8] don't use keyname from command line if using -S
(cherry picked from commit 7d769b7ba7)
2014-03-04 09:08:25 -08:00
Evan Hunt
853416f54a [v9_8] fix API mismatch bug in DLZ
3775.	[bug]		dlz_dlopen driver could return the wrong error
			code on API version mismatch, leading to a segfault.
			[RT #35495]

(cherry picked from commit d51456e453)
(cherry picked from commit 82faa427b5)
2014-03-04 09:00:35 -08:00
Evan Hunt
5ffba0a637 [v9_8] removed merge-conflict text 2014-03-03 19:32:11 -08:00
Tinderbox User
521daf40f8 update copyright notice 2014-03-03 23:46:12 +00:00
Tinderbox User
468e66cf6a newcopyrights 2014-03-03 23:30:02 +00:00
Evan Hunt
c4ae0644da [v9_8] add "version" options to host/nslookup/nsupdate
3773.	[func]		"host", "nslookup" and "nsupdate" now have
			options to print the version number and exit.
                        [RT #26057]

(cherry picked from commit d4600129e6)
2014-03-03 10:14:17 -08:00
Tinderbox User
e67f308093 update copyright notice 2014-03-01 23:45:16 +00:00
Evan Hunt
a17ad1fb9a [v9_8] dig +trace could fail when retrying with TCP
3770.	[bug]		"dig +trace" could fail with an assertion when it
			needed to fall back to TCP due to a truncated
			response. [RT #24660]
2014-03-01 15:33:19 -08:00
Tinderbox User
35a130312c newcopyrights 2014-03-01 23:30:02 +00:00
Evan Hunt
e150b24562 [v9_8] capture stderr in systests.output
- also tidied up runall.sh summary output

(cherry picked from commit ec88c1fdff)
2014-02-28 22:00:48 -08:00
Tinderbox User
57c917afab update copyright notice 2014-02-28 23:45:16 +00:00
Tinderbox User
a2ee7a1020 newcopyrights 2014-02-28 23:30:03 +00:00
Evan Hunt
351f927ddd [v9_8] log when using rndc.key
3767.	[func]		Log explicitly when using rndc.key to configure
			command channel. [RT #35316]

(cherry picked from commit 368aedf188)
(cherry picked from commit bc805c7c06)
2014-02-27 17:55:46 -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
Evan Hunt
50b8403e7c [master] dnssec-keyfromlabel -S and -i
3764.	[bug]		The dnssec-keygen/settime -S and -i options
			(to set up a successor key and set the prepublication
			interval) were missing from dnssec-keyfromlabel.
			[RT #35394]

(cherry picked from commit a60bf97f9f)
(cherry picked from commit 49b3d91ce1)
2014-02-27 16:34:55 -08:00
Tinderbox User
07eba9108d update copyright notice 2014-02-27 23:45:18 +00:00
Tinderbox User
ca958a7598 newcopyrights 2014-02-27 23:30:03 +00:00
Evan Hunt
75d232181b [v9_8] correct dates in man pages 2014-02-27 11:49:20 -08:00