Tinderbox User
a3bf29d6c8
update copyright notice
2012-03-10 23:45:08 +00:00
Tinderbox User
d5c5ac0dbb
regen v9_6
2012-03-07 01:45:20 +00:00
Mark Andrews
6b3e4a7f46
3249. [bug] Update log message when saving slave zones files for
...
analysis after load failures. [RT #27087 ]
3247. [bug] 'raw' format zones failed to preserve load order
breaking 'fixed' sort order. [RT #27087 ]
2011-12-20 00:16:22 +00:00
Evan Hunt
87da623641
3154. [bug] Attempting to print an empty rdataset could trigger
...
an assert. [RT #25452 ]
2011-09-07 19:11:53 +00:00
Evan Hunt
d7eaf06b5a
3124. [bug] Use an rdataset attribute flag to indicate
...
negative-cache records rather than using rrtype 0;
this will prevent problems when that rrtype is
used in actual DNS packets. [RT #24777 ]
3123. [security] Change #2912 exposed a latent flaw in
dns_rdataset_totext() that could cause named to
crash with an assertion failure. [RT #24777 ]
2011-06-09 00:16:37 +00:00
Mark Andrews
4c94ae39a5
move dns_trust_totext from masterdump.c to rdataset.c so that exportlib will build
2011-05-27 05:04:17 +00:00
Francis Dupont
d8077a6086
introduce STDTIME_ON_32BITS
2011-03-18 09:09:45 +00:00
Automatic Updater
9e5debd879
update copyright notice
2011-03-12 04:57:33 +00:00
Mark Andrews
5b4cdf0f41
3069. [cleanup] Silence warnings messages from clang static analysis.
...
[RT #20256 ]
2011-03-11 10:50:00 +00:00
Evan Hunt
9d5d261240
Reversing prior change, turns out not to be legal on all compilers.
2011-03-11 01:28:38 +00:00
Evan Hunt
db4562497e
Silence a compiler warning by using #if comparison instead of if. No
...
CHANGES note because it's trivial. [RT #23587 ]
2011-03-11 01:22:55 +00:00
Mark Andrews
e7f4d4e09d
2772. [security] When validating, track whether pending data was from
...
the additional section or not and only return it if
validates as secure. [RT #20438 ]
2009-11-18 00:15:38 +00:00
Automatic Updater
99b63ca8e5
update copyright notice
2009-01-18 23:47:41 +00:00
Mark Andrews
d7900926bf
spelling
2009-01-18 23:25:18 +00:00
Mark Andrews
6098d364b6
2448. [func] Add NSEC3 support. [RT #15452 ]
2008-09-24 02:46:23 +00:00
Tatuya JINMEI 神明達哉
515ada69db
2414. [bug] A masterdump context held the database lock too long,
...
causing various troubles such as dead lock and
recursive lock acquisition. [RT #18311 , #18456 ]
2008-08-13 02:20:09 +00:00
Michael Graff
d99f88add1
mirror change made on my zonemaint branch; detach iterator then close version
2008-04-09 21:39:46 +00:00
Automatic Updater
e672951ed2
update copyright notice
2008-04-01 23:47:10 +00:00
Mark Andrews
a76b380643
2349. [func] Provide incremental re-signing support for secure
...
dynamic zones. [RT #1091 ]
2008-04-01 01:37:25 +00:00
Automatic Updater
70e5a7403f
update copyright notice
2007-06-19 23:47:24 +00:00
Automatic Updater
ec5347e2c7
update copyright notice
2007-06-18 23:47:57 +00:00
Mark Andrews
cfaf65f53f
2068. [cleanup] Lower incremental tuning message to debug 1.
...
[RT #16319 ]
2006-08-08 06:37:12 +00:00
Mark Andrews
84910d09ee
2009. [bug] libbind: coverity fixes. [RT #15808 ]
2006-03-09 23:57:56 +00:00
Mark Andrews
ea8874ec35
update copyright notice
2006-03-05 23:58:52 +00:00
Mark Andrews
d76ed813a5
1999. [func] Implement "rrset-order fixed". [RT #13662 ]
2006-03-03 00:43:35 +00:00
Mark Andrews
2674e1a455
1940. [bug] Fixed a number of error conditions reported by
...
Coverity.
2005-11-30 03:33:49 +00:00
Mark Andrews
203629e729
1932. [bug] dump_rdataset_raw() had a incorrect INSIST. [RT #15534 ]
2005-10-21 03:13:59 +00:00
Mark Andrews
4c1817c29c
damp interations adjustments [RT#15404
2005-09-20 04:22:46 +00:00
Mark Andrews
676619a22f
win32 fixes
2005-09-05 02:54:38 +00:00
Mark Andrews
261a6a1f7d
1911. [func] Attempt to make the amount of work performed in a
...
iteration self tuning. The covers nodes clean from
the cache per iteration, nodes written to disk when
rewriting a master file and nodes destroyed per
iteration when destroying a zone or a cache.
[RT #14996 ]
2005-08-15 01:21:07 +00:00
Mark Andrews
a903095bf4
1817. [func] add support for additional zone file formats for
...
improving loading performance. The masterfile-format
option in named.conf can be used to specify a
non-default format. A new separate command
named-compilezone was provided to generate zone files
in a new format.
2005-06-20 01:05:33 +00:00
Mark Andrews
69fe9aaafd
update copyright notice
2005-04-29 00:24:12 +00:00
Rob Austein
ab023a6556
1851. [doc] Doxygen comment markup. [RT #11398 ]
2005-04-27 04:57:32 +00:00
Mark Andrews
16a68807e1
1704. [port] lwres needed a snprintf() implementation for
...
platforms without snprintf(). Add missing
"#include <isc/print.h>". [RT #12321 ]
2004-08-28 06:20:14 +00:00
Mark Andrews
4e681da26d
1636. [bug] The dump done callback could get ISC_R_SUCCESS even if
...
a error had occured. The database version no longer
matched the version of the database that was dumped.
2004-05-14 00:55:57 +00:00
Mark Andrews
dafcb997e3
update copyright notice
2004-03-05 05:14:21 +00:00
Mark Andrews
d0aebc5a55
1549. [func] named-checkzone can now write out the zone contents
...
in a easily parsable format (-D and -o).
2004-01-07 05:27:17 +00:00
Mark Andrews
b7e6fb4e84
whitespace
2003-10-26 21:33:47 +00:00
Mark Andrews
fcb54ce0a4
whitespace / layout
2003-10-17 03:46:46 +00:00
Mark Andrews
93d6dfaf66
1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
2003-09-30 06:00:40 +00:00
Mark Andrews
692ae2fff9
don't print redundant $ORIGIN's.
2003-06-18 05:42:45 +00:00
Mark Andrews
806c235ecf
1458. [cleanup] sprintf() -> snprintf().
2003-04-11 07:25:31 +00:00
Mark Andrews
d788d738e3
Differentiate between NXDOMAIN and NXRRSET
2003-01-22 06:37:04 +00:00
Mark Andrews
b9efcf0a37
1297. [func] You can now create your own customised printing
...
styles: dns_master_stylecreate() and
dns_master_styledestroy().
2002-05-21 06:12:45 +00:00
Andreas Gustafsson
459d31fa83
consistently put the LIBDNS_EXTERNAL_DATA before the const
2001-11-19 21:34:31 +00:00
Danny Mayer
e61793f086
Added LIB*_EXTERNAL_DATA Macros necessary to make lib extern variables globally visible in Win32
2001-11-19 03:08:44 +00:00
Andreas Gustafsson
f3ca27e9fe
sizeof style
2001-11-12 19:05:39 +00:00
Andreas Gustafsson
4e57d3ff7d
1074. [bug] Running out of memory in dump_rdataset() could
...
cause an assertion failure. [RT #1946 ]
2001-10-25 23:18:05 +00:00
Andreas Gustafsson
1ae369c9d2
some variables that should have been static weren't
2001-10-23 01:49:35 +00:00
Mark Andrews
ed03e26c44
Add dns_dumpctx_db() and dns_dumpctx_version().
2001-09-05 10:28:55 +00:00