Commit Graph

6036 Commits

Author SHA1 Message Date
Francis Dupont
ffdd356d97 OpenSSL 1.0.1f -> 1.0.1g 2014-04-14 14:55:05 +02:00
Evan Hunt
63e2e0cf74 [v9_8] use test -r in system tests
3806.	[test]		Improved system test portability. [RT #35625]

(cherry picked from commit 922959581bbdd70d5c9cae1cb107974c3d38ed08)
(cherry picked from commit 37010ff8247757b57241dea1cc67c82a6aa71948)
2014-04-09 20:29:03 -07:00
Evan Hunt
d4813d30ce [v9_8] allow null "file" for alternate db zones
3803.	[bug]		"named-checkconf -z" incorrectly rejected zones
			using alternate data sources for not having a "file"
			option. [RT #35685]

(cherry picked from commit baad8d9fd8)
(cherry picked from commit 6cad9ab49c)
2014-04-07 13:44:51 -07:00
Evan Hunt
3845ed0343 [v9_8] improve command line error reporting
3799.	[bug]		Improve named's command line error reporting.
			[RT #35603]

(cherry picked from commit 44fbdddcad)
(cherry picked from commit 12b074bff5)
2014-04-03 19:43:55 -07:00
Mark Andrews
ef5e51ced3 #include <dns/result.h>
(cherry picked from commit e6ff1b5127)
2014-04-01 12:29:54 +11:00
Tinderbox User
241c4a61ca update copyright notice 2014-03-31 23:45:14 +00:00
Mark Andrews
7b40b6a04a 3796. [bug] Register dns error codes. [RT #35629]
(cherry picked from commit 51e6164fd6)
(cherry picked from commit 217cb571db)
2014-03-31 15:40:43 +11: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
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
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
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
28b8a0a102 update copyright notice 2014-03-06 23:45:15 +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
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
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
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
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
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
Evan Hunt
75d232181b [v9_8] correct dates in man pages 2014-02-27 11:49:20 -08:00
Evan Hunt
cc99d9de72 [v9_8] removed checkds and coverage from v9_8
python tools aren't supported in 9.8; the files seem to have
been copied into the branch by mistake.
2014-02-26 08:50:28 -08:00
Mark Andrews
bacc9e17e2 wait for zone to transfer
(cherry picked from commit cc00679829)
2014-02-23 14:07:04 +11:00
Tinderbox User
4259ca32fe update copyright notice 2014-02-20 23:45:34 +00:00
Evan Hunt
90d36aab62 [v9_8] fix win32 installer
3754.	[cleanup]	win32: Installer now places files in the
			Program Files area rather than system services.
			[RT #35361]

(cherry picked from commit bce9696c7a)
(cherry picked from commit 51dc1b4562)
2014-02-20 10:19:19 -08:00
Mark Andrews
801ab8a22e don't error on rpz percentage checks as they fail inconsistently on virtual machines
(cherry picked from commit 86a85a3bbd)
2014-02-20 12:23:14 +11:00
Tinderbox User
e84ea6f17b update copyright notice 2014-02-17 23:45:30 +00:00
Mark Andrews
9a0e7b4b53 3743. [bug] delegation-only flag wasn't working in forward zone
declarations despite being documented.  This is
                        needed to support turning off forwarding and turning
                        on delegation only at the same name.  [RT #35392]

(cherry picked from commit 38eabfcee7)
2014-02-18 10:17:34 +11:00
Evan Hunt
3ae7e2dca8 [v9_8] fix test errors
- require 5.006_001

(cherry picked from commit 5efcb3a3e2)
2014-02-17 08:41:49 -08:00
Mark Andrews
71efd2bdcc 3742. [port] linux: libcap support: curval was used before it
was declared. [RT #35387]

(cherry picked from commit 5114325978)
2014-02-18 00:28:54 +11:00
Francis Dupont
f30ddbed55 spurious space 2014-02-16 02:13:43 +01:00
Tinderbox User
3ffbe8a620 regen v9_8 2014-02-13 01:11:30 +00:00
Tinderbox User
a44fb034e0 update copyright notice 2014-02-12 23:45:31 +00:00
Evan Hunt
7037971fad [v9_8] typos in dig man page 2014-02-12 10:32:46 -08:00
Evan Hunt
3581743f86 [v9_8] try multiple addresses per server name in nsupdate
3736.	[bug]		nsupdate: When specifying a server by name,
			fall back to alternate addresses if the first
			address for that name is not reachable. [RT #25784]

(cherry picked from commit 842a3e6d0e)
(cherry picked from commit 1a58baf293)
2014-02-11 21:30:24 -08:00
Tinderbox User
3cb51448c2 update copyright notice 2014-02-11 23:45:30 +00:00
Mark Andrews
9995df65ca define and use BACKTRACECFLAGS
(cherry picked from commit 6b66ee9147)
2014-02-12 09:08:38 +11:00
Tinderbox User
bfaf11e57f update copyright notice 2014-02-10 23:45:29 +00:00
Mar Andrews
29b646791b add SO_LDFLAGS 2014-02-10 05:56:47 +00:00