Commit Graph

18064 Commits

Author SHA1 Message Date
Automatic Updater
4eef79de8a update 2010-08-13 03:15:44 +00:00
Automatic Updater
38113dbdb1 sync 2010-08-13 02:28:42 +00:00
Automatic Updater
db77363f8c update 2010-08-13 00:15:47 +00:00
Automatic Updater
085c5a5d9b update 2010-08-12 22:15:14 +00:00
Tatuya JINMEI 神明達哉
97e69e38a6 define the wrapper function for mem_isovermem().
(a regression in rt21818)
2010-08-12 21:31:33 +00:00
Automatic Updater
95787a5532 update 2010-08-12 04:15:27 +00:00
Evan Hunt
289fd68776 Removed a leftover UNUSED statement referencing a parameter that doesn't
exist anymore.
2010-08-12 04:04:34 +00:00
Automatic Updater
b1b6267a8a update 2010-08-12 03:15:33 +00:00
Automatic Updater
50b789e229 regen v9_7 2010-08-12 02:41:36 +00:00
Automatic Updater
c0c9f5afd6 update 2010-08-12 02:15:14 +00:00
Mark Andrews
ed4eee1e51 .orig -> .in as .orig is used by patch 2010-08-12 01:32:46 +00:00
Automatic Updater
1f802e5618 update 2010-08-12 00:15:50 +00:00
Automatic Updater
a64888719c update copyright notice 2010-08-11 23:46:20 +00:00
Automatic Updater
971a043b47 update 2010-08-11 23:15:22 +00:00
Tatuya JINMEI 神明達哉
8c3613e29f required ctx is valid in mem_isovermem(). 2010-08-11 23:10:24 +00:00
Tatuya JINMEI 神明達哉
879dcb926c 2937. [bug] Worked around an apparent race condition in over
memory conditions.  Without this fix a DNS cache DB or
			ADB could incorrectly stay in an over memory state,
			effectively refusing further caching, which
			subsequently made a BIND 9 caching server unworkable.
			This fix prevents this problem from happening by
			polling the state of the memory context, rather than
			making a copy of the state, which appeared to cause
			a race.  This is a "workaround" in that it doesn't
			solve the possible race per se, but several experiments
			proved this change solves the symptom.  Also, the
			polling overhead hasn't been reported to be an issue.
			This bug should only affect a caching server that
			specifies a finite max-cache-size.  It's also quite
			likely that the bug happens only when enabling threads,
			but it's not confirmed yet. [RT #21818]
2010-08-11 22:56:59 +00:00
Automatic Updater
797af0ae2d update 2010-08-11 19:15:15 +00:00
Evan Hunt
0658d99891 2936. [func] Improved configuration syntax and multiple-view
support for addzone/delzone feature (see change
			#2930).  Removed "new-zone-file" option, replaced
			with "allow-new-zones (yes|no)".  The new-zone-file
			for each view is now created automatically, with
			a filename generated from a hash of the view name.
			It is no longer necessary to "include" the
			new-zone-file in named.conf; this happens
			automatically.  Zones that were not added via
			"rndc addzone" can no longer be removed with
			"rndc delzone". [RT #19447]
2010-08-11 18:19:59 +00:00
Automatic Updater
31d7f00538 update 2010-08-11 03:15:49 +00:00
Automatic Updater
444deec2a0 sync 2010-08-11 02:28:58 +00:00
Automatic Updater
36345eaba4 update 2010-08-11 00:15:51 +00:00
Automatic Updater
867b6769fe update copyright notice 2010-08-10 23:47:45 +00:00
Automatic Updater
c4cd50192d newcopyrights 2010-08-10 23:30:29 +00:00
Automatic Updater
7a6894cb7f update 2010-08-10 10:15:21 +00:00
Mark Andrews
a3fb29404e 2935. [bug] nsupdate: improve 'file not found' error message.
[RT #21871]
2010-08-10 09:54:11 +00:00
Mark Andrews
e05fe79dd3 2934. [bug] Use ANSI C compliant shift range in lib/isc/entropy.c.
[RT #21871]
2010-08-10 09:36:56 +00:00
Automatic Updater
a10c0cd87c update 2010-08-10 09:15:19 +00:00
Mark Andrews
76e6cf505e 2933. [bug] 'dig +nsid' used stack memory after it went out of
scope.  This could potentially result in a unknown,
                        potentially malformed, EDNS option being sent instead
                        of the desired NSID option. [RT #21781]
2010-08-10 08:43:40 +00:00
Automatic Updater
5ac5be4ca9 update 2010-08-09 23:15:19 +00:00
Evan Hunt
ead09b5724 2932. [cleanup] Corrected a numbering error in the "dnssec" test.
[RT #21597]
2010-08-09 22:35:06 +00:00
Automatic Updater
58ec718890 update 2010-08-04 00:15:47 +00:00
Automatic Updater
0154c3b77b update copyright notice 2010-08-03 23:46:17 +00:00
Automatic Updater
6fbb344271 newcopyrights 2010-08-03 23:30:40 +00:00
Automatic Updater
22076c62a1 update 2010-08-03 17:15:22 +00:00
Tatuya JINMEI 神明達哉
fdc65eb9ec added me to authors. approved by Evan. 2010-08-03 16:44:52 +00:00
Automatic Updater
03db30d50e update 2010-07-20 05:15:14 +00:00
Mark Andrews
74373ce898 while (1) -> for (;;) to silence compiler warning 2010-07-20 04:51:38 +00:00
Mark Andrews
11f8ef90da format/arg mismatch solaris 2010-07-20 04:48:01 +00:00
Automatic Updater
dfcaadf673 update 2010-07-20 01:15:16 +00:00
Mark Andrews
01d404c4ad retag 9.7.2b1 v9.7.2b1 2010-07-20 00:37:24 +00:00
Automatic Updater
9b681678ee update 2010-07-19 06:15:13 +00:00
Mark Andrews
e5c3961bf6 0 -> 0U 2010-07-19 06:14:11 +00:00
Automatic Updater
494617bce2 update 2010-07-19 05:15:16 +00:00
Mark Andrews
d647b53008 silence compiler warnings about (char) as index to array 2010-07-19 05:14:47 +00:00
Automatic Updater
ae61729064 update 2010-07-15 02:15:17 +00:00
Tatuya JINMEI 神明達哉
9891a60571 2931. [bug] Temporarily and partially disable change 2864
because it would cause inifinite attempts of RRSIG
			queries.  This is an urgent care fix; we'll
			revisit the issue and complete the fix later.
			[RT #21710]
2010-07-15 01:26:10 +00:00
Automatic Updater
589cf29b85 update 2010-07-13 03:15:43 +00:00
Automatic Updater
832c2e6b68 sync 2010-07-13 02:28:37 +00:00
Automatic Updater
569a2c2b5f update 2010-07-12 19:15:14 +00:00
Evan Hunt
4b186490dd Added function definitions and moved a variable declaration for win32 build. 2010-07-12 18:52:23 +00:00