]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
14 years ago[1584] trivial editorial fixes to meet the coding guidelines.
JINMEI Tatuya [Thu, 16 Feb 2012 21:08:09 +0000 (13:08 -0800)] 
[1584] trivial editorial fixes to meet the coding guidelines.

14 years ago[trac1687][master] make --disable-man work
Jeremy C. Reed [Thu, 16 Feb 2012 20:26:43 +0000 (14:26 -0600)] 
[trac1687][master] make --disable-man work

This was broken due to misuse of setting.
(--disable-man caused it to be enabled still.)

This may be changed in trac1687 branch to have different default behavior.

14 years ago[trac1687]Merge branch 'master' into trac1687
Jeremy C. Reed [Thu, 16 Feb 2012 20:31:46 +0000 (14:31 -0600)] 
[trac1687]Merge branch 'master' into trac1687

14 years ago[master] make --disable-man work
Jeremy C. Reed [Thu, 16 Feb 2012 20:26:43 +0000 (14:26 -0600)] 
[master] make --disable-man work

This was broken due to misuse of setting.
(--disable-man caused it to be enabled still.)

This may be changed in trac1687 branch to have different default behavior.

14 years ago[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jeremy C. Reed [Thu, 16 Feb 2012 19:52:53 +0000 (13:52 -0600)] 
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[master] add missing space in item descriptions
Jeremy C. Reed [Thu, 16 Feb 2012 19:52:08 +0000 (13:52 -0600)] 
[master] add missing space in item descriptions

okayed via jabber

14 years ago[1593] a couple of style fixes
JINMEI Tatuya [Thu, 16 Feb 2012 18:40:10 +0000 (10:40 -0800)] 
[1593] a couple of style fixes

14 years ago[1613] constify
JINMEI Tatuya [Thu, 16 Feb 2012 17:51:15 +0000 (09:51 -0800)] 
[1613] constify

14 years ago[trac1687] remove generated roff man pages
Jeremy C. Reed [Thu, 16 Feb 2012 16:41:17 +0000 (10:41 -0600)] 
[trac1687] remove generated roff man pages

Later steps will make sure these are generated for "make dist"
to be included in tarball.

14 years ago[trac1687] remove generated guide and message documentation files
Jeremy C. Reed [Thu, 16 Feb 2012 16:39:01 +0000 (10:39 -0600)] 
[trac1687] remove generated guide and message documentation files

Later steps will make sure these are generated for "make dist"
to be included in tarball.

14 years ago[master] update changelog
Jelte Jansen [Thu, 16 Feb 2012 16:17:03 +0000 (17:17 +0100)] 
[master] update changelog

14 years ago[master] Merge branch 'trac1649'
Jelte Jansen [Thu, 16 Feb 2012 15:52:23 +0000 (16:52 +0100)] 
[master] Merge branch 'trac1649'

14 years ago[1613] fix comment
Jelte Jansen [Thu, 16 Feb 2012 14:51:00 +0000 (15:51 +0100)] 
[1613] fix comment

14 years ago[1643] Split the add_remote_config gut to a function
Michal 'vorner' Vaner [Thu, 16 Feb 2012 14:41:05 +0000 (15:41 +0100)] 
[1643] Split the add_remote_config gut to a function

14 years ago[1593] Addressed comments from review
Stephen Morris [Thu, 16 Feb 2012 13:55:35 +0000 (13:55 +0000)] 
[1593] Addressed comments from review

14 years ago[1613] data mangle wasn't necessary, reverted
Jelte Jansen [Thu, 16 Feb 2012 13:53:01 +0000 (14:53 +0100)] 
[1613] data mangle wasn't necessary, reverted

14 years agolibrary: Fix pkglibdir of backends
Bernhard Reutner-Fischer [Thu, 16 Feb 2012 10:48:41 +0000 (11:48 +0100)] 
library: Fix pkglibdir of backends

autoreconf errored out with:
src/lib/datasrc/Makefile.am:34: `pkglibexecdir' is not a legitimate directory for `LTLIBRARIES'

and consecutive errors such as:
src/lib/datasrc/Makefile.am:43: variable `memory_ds_la_SOURCES' is defined but no program or
src/lib/datasrc/Makefile.am:43: library has `memory_ds_la' as canonical name (possible typo)
src/lib/datasrc/Makefile.am:36: variable `sqlite3_ds_la_SOURCES' is defined but no program or
src/lib/datasrc/Makefile.am:36: library has `sqlite3_ds_la' as canonical name (possible typo)
src/lib/datasrc/Makefile.am:45: variable `memory_ds_la_LIBADD' is defined but no program or
src/lib/datasrc/Makefile.am:45: library has `memory_ds_la' as canonical name (possible typo)
src/lib/datasrc/Makefile.am:39: variable `sqlite3_ds_la_LIBADD' is defined but no program or
src/lib/datasrc/Makefile.am:39: library has `sqlite3_ds_la' as canonical name (possible typo)
src/lib/datasrc/Makefile.am:44: variable `memory_ds_la_LDFLAGS' is defined but no program or
src/lib/datasrc/Makefile.am:44: library has `memory_ds_la' as canonical name (possible typo)
src/lib/datasrc/Makefile.am:37: variable `sqlite3_ds_la_LDFLAGS' is defined but no program or
src/lib/datasrc/Makefile.am:37: library has `sqlite3_ds_la' as canonical name (possible typo)

According to automake "bug#7647: Diagnose invalid primary/directory combinations"
as in http://www.mail-archive.com/bug-automake@gnu.org/msg01927.html

we nowadays have to use pkglibdir for LTLIBRARIES, not pkglibexecdir.

+2010-12-17  Stefano Lattarini  <stefano.lattar...@gmail.com>
+
+ Warnings about primary/prefix mismatch fixed and extended.
+ * automake.in (%standard_prefix): Add `doc' and `locale'.
+ Rename `pkgdatadir' to `pkgdata'.  Similarly for`pkglibdir',
+ `pkgincludedir' and `pkglibexecdir'.
+ (handle_programs): List `pkglibexec', not `pkglib', among the
+ prefixes valid for the `PROGRAMS' primary.
[]
+for primary in $primaries; do
+  prefixes_ok=''
+  case $primary in
+    LIBRARIES|LTLIBRARIES)
+      prefixes_ok='lib pkglib'
+      ;;
+    PROGRAMS)
+      prefixes_ok='bin sbin libexec pkglibexec'
+      ;;

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
14 years agoconfigure: conditionally add AM_SILENT_RULES
Bernhard Reutner-Fischer [Thu, 16 Feb 2012 10:48:40 +0000 (11:48 +0100)] 
configure: conditionally add AM_SILENT_RULES

Use AM_SILENT_RULES if your automake is new enough (1.11 or later, IIRC)

To see non-abbreviated compilation commands, pass in V=1
as documented in the "Optional Features" section of the help output of
configure.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
14 years agoconfigure: tweak checking for botan
Bernhard Reutner-Fischer [Thu, 16 Feb 2012 10:48:39 +0000 (11:48 +0100)] 
configure: tweak checking for botan

If no botan-config was found we would end up doing:
checking for botan-config... no
/scratch/src/bind10/configure: line 16704: --libs: command not found
/scratch/src/bind10/configure: line 16705: --cflags: command not found

Instead, do not run botan-config if there was no botan-config found
as we will bail out gracefully later on if the botan headers could not
be found.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
14 years agoconfigure: tweak quoting in CXX_TRY_FLAG
Bernhard Reutner-Fischer [Thu, 16 Feb 2012 10:48:38 +0000 (11:48 +0100)] 
configure: tweak quoting in CXX_TRY_FLAG

Add proper quotes to be on the safe side.
Remove superfluous whitespace in AC_LINK_IFELSE clause while at it.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
14 years ago[1534] Implement the setting
Michal 'vorner' Vaner [Thu, 16 Feb 2012 12:01:35 +0000 (13:01 +0100)] 
[1534] Implement the setting

But, for some reason, it doesn't really work. The tests fail with
strange error. To be talked about on ML.

14 years ago[1613] also test very badly malformed query (and FORMERR counter)
Jelte Jansen [Thu, 16 Feb 2012 11:23:42 +0000 (12:23 +0100)] 
[1613] also test very badly malformed query (and FORMERR counter)

14 years ago[1613] fix rcode counting, and add additional tests for that
Jelte Jansen [Thu, 16 Feb 2012 10:41:57 +0000 (11:41 +0100)] 
[1613] fix rcode counting, and add additional tests for that

14 years agoMerge ongoing #1593 into #1534
Michal 'vorner' Vaner [Thu, 16 Feb 2012 09:30:05 +0000 (10:30 +0100)] 
Merge ongoing #1593 into #1534

To minimize future conflicts, the #1593 (sockcreator cleanup) might have
severe impact on the code.

14 years ago[1580] a suggested cleanup: rename addNSCOMAINProof to addNSCOMAINProofByNSEC
JINMEI Tatuya [Thu, 16 Feb 2012 08:19:11 +0000 (00:19 -0800)] 
[1580] a suggested cleanup: rename addNSCOMAINProof to addNSCOMAINProofByNSEC
so it's clearer that it's NSEC specific (now that we have an NSEC3 version
of addNXDOMAINProof).  For consistency rename the NSEC3 version to
addNSCOMAINProofByNSEC3.  also a bit reorganized the code calling these methods
(mostly a matter of taste though), and adjusted tests to make them pass.

14 years ago[1580] handled one missing case: run time collision due to having matching
JINMEI Tatuya [Thu, 16 Feb 2012 07:47:54 +0000 (23:47 -0800)] 
[1580] handled one missing case: run time collision due to having matching
NSEC3 for the wildcard.

14 years ago[1580] updated addNSEC3NXDOMAINProof() so we don't check duplicate NSEC3 for
JINMEI Tatuya [Thu, 16 Feb 2012 07:38:54 +0000 (23:38 -0800)] 
[1580] updated addNSEC3NXDOMAINProof() so we don't check duplicate NSEC3 for
now, as we discussed in #1583.  Adjusted the nxdomainWithNSEC3Proof test
accordingly.

14 years ago[1580] simplified the cases with unexpected NULL results of findNSEC3().
JINMEI Tatuya [Thu, 16 Feb 2012 07:20:36 +0000 (23:20 -0800)] 
[1580] simplified the cases with unexpected NULL results of findNSEC3().
adjusted the expected exception for nxdomainWithBadNextNSEC3Proof accordingly.

14 years ago[1580] corrected the comment about how to construct the corresponding
JINMEI Tatuya [Thu, 16 Feb 2012 07:07:45 +0000 (23:07 -0800)] 
[1580] corrected the comment about how to construct the corresponding
wildcard name (the previous one was seemingly copied from the NSEC
counterpart, which is not applicable here).

14 years ago[1580] removed incorrect/redundant comments. the first line is simply
JINMEI Tatuya [Thu, 16 Feb 2012 07:00:37 +0000 (23:00 -0800)] 
[1580] removed incorrect/redundant comments.  the first line is simply
incorrect.  the rest of them seem to be covered by the in-function comments.

14 years ago[1580] Merge branch 'master' into trac1580 to reduce conflicts with results
JINMEI Tatuya [Thu, 16 Feb 2012 06:50:36 +0000 (22:50 -0800)] 
[1580] Merge branch 'master' into trac1580 to reduce conflicts with results
of other NSEC3 tickets.

14 years ago[1580] removed white space at EOL and in blank line.
JINMEI Tatuya [Thu, 16 Feb 2012 06:30:58 +0000 (22:30 -0800)] 
[1580] removed white space at EOL and in blank line.

14 years ago[1593] suggested style cleanup: use the camel style for function names per guide
JINMEI Tatuya [Thu, 16 Feb 2012 04:37:36 +0000 (20:37 -0800)] 
[1593] suggested style cleanup: use the camel style for function names per guide

14 years ago[1593] some trivial style fixes. mostly to be aligned with the guideline.
JINMEI Tatuya [Thu, 16 Feb 2012 04:25:56 +0000 (20:25 -0800)] 
[1593] some trivial style fixes.  mostly to be aligned with the guideline.
also constify some variables, and remove unnecessary cast.

14 years ago[1580] Add Bad NSEC3 next_proof test.
Xie Jiagui [Thu, 16 Feb 2012 03:48:46 +0000 (11:48 +0800)] 
[1580] Add Bad NSEC3 next_proof test.

14 years ago[1580] Add new comments to NSEC3 proves for NXDOMAIN,and fix the
Xie Jiagui [Thu, 16 Feb 2012 02:05:46 +0000 (10:05 +0800)] 
[1580] Add new comments to NSEC3 proves for NXDOMAIN,and fix the
construction of wildcard domain name.

14 years ago[1613] fixed trivial typos in comments.
JINMEI Tatuya [Wed, 15 Feb 2012 23:03:55 +0000 (15:03 -0800)] 
[1613] fixed trivial typos in comments.

14 years ago[master] Merge branch 'trac1585'
JINMEI Tatuya [Wed, 15 Feb 2012 22:23:10 +0000 (14:23 -0800)] 
[master] Merge branch 'trac1585'

14 years ago[1613] typo
Jelte Jansen [Wed, 15 Feb 2012 17:20:43 +0000 (18:20 +0100)] 
[1613] typo

14 years ago[1638] updated comment wording
JINMEI Tatuya [Wed, 15 Feb 2012 17:15:53 +0000 (09:15 -0800)] 
[1638] updated comment wording

14 years ago[1638] in parseNSEC3ParamText(), checked the encoded salt length first to
JINMEI Tatuya [Wed, 15 Feb 2012 17:12:05 +0000 (09:12 -0800)] 
[1638] in parseNSEC3ParamText(), checked the encoded salt length first to
reject too large salt sooner.

14 years ago[1593] Minor tidy up
Stephen Morris [Wed, 15 Feb 2012 16:20:21 +0000 (16:20 +0000)] 
[1593] Minor tidy up

14 years ago[1613] per rcode statistics
Jelte Jansen [Wed, 15 Feb 2012 15:48:32 +0000 (16:48 +0100)] 
[1613] per rcode statistics

14 years ago[1593] Update comments in tests (+ minor style changes)
Stephen Morris [Wed, 15 Feb 2012 14:54:43 +0000 (14:54 +0000)] 
[1593] Update comments in tests (+ minor style changes)

14 years ago[1649] address review comments
Jelte Jansen [Wed, 15 Feb 2012 13:53:13 +0000 (14:53 +0100)] 
[1649] address review comments

14 years agoconstruct name as next closer+closest encloser, and then invoke findNSEC3 to confirm...
zhanghk [Wed, 15 Feb 2012 13:42:16 +0000 (21:42 +0800)] 
construct name as next closer+closest encloser, and then invoke findNSEC3 to confirm its non-exist

14 years ago[1593] Replace macros in test code with temmplates/overloaded functions
Stephen Morris [Wed, 15 Feb 2012 12:30:26 +0000 (12:30 +0000)] 
[1593] Replace macros in test code with temmplates/overloaded functions

14 years agoChangelog
Michal 'vorner' Vaner [Wed, 15 Feb 2012 08:34:59 +0000 (09:34 +0100)] 
Changelog

14 years agoMerge #1596
Michal 'vorner' Vaner [Wed, 15 Feb 2012 07:48:39 +0000 (08:48 +0100)] 
Merge #1596

14 years ago[1596] Missed a CmdCtl's spec file
Michal 'vorner' Vaner [Wed, 15 Feb 2012 07:43:18 +0000 (08:43 +0100)] 
[1596] Missed a CmdCtl's spec file

14 years ago[1638] editorial cleanup: removed a white space at EOL.
JINMEI Tatuya [Wed, 15 Feb 2012 07:40:56 +0000 (23:40 -0800)] 
[1638] editorial cleanup: removed a white space at EOL.

14 years ago[1638] consolidated common logic of parsing text/wire NSEC3/NSEC3PARAM RDATA
JINMEI Tatuya [Wed, 15 Feb 2012 07:24:18 +0000 (23:24 -0800)] 
[1638] consolidated common logic of parsing text/wire NSEC3/NSEC3PARAM RDATA
into a shared helper module.

14 years ago[1638] an NSEC3 bug fix: reject padded base32hex string for next hash.
JINMEI Tatuya [Wed, 15 Feb 2012 03:44:22 +0000 (19:44 -0800)] 
[1638] an NSEC3 bug fix: reject padded base32hex string for next hash.
also made a minor adjustment to compare()

14 years ago[1638] add some more bad from-wire data tests. no need to fix the main code.
JINMEI Tatuya [Wed, 15 Feb 2012 03:35:37 +0000 (19:35 -0800)] 
[1638] add some more bad from-wire data tests.  no need to fix the main code.

14 years ago[1638] unified NSEC3PARAM::toWire() methods, fixing a small bug for empty salt.
JINMEI Tatuya [Wed, 15 Feb 2012 03:31:08 +0000 (19:31 -0800)] 
[1638] unified NSEC3PARAM::toWire() methods, fixing a small bug for empty salt.

14 years ago[1638] corrected "from wire" NSEC3PARAM constructor behaviors
JINMEI Tatuya [Wed, 15 Feb 2012 03:26:34 +0000 (19:26 -0800)] 
[1638] corrected "from wire" NSEC3PARAM constructor behaviors

14 years ago[1638] supported NSEC3PARAM in gen_wiredata.py.
JINMEI Tatuya [Wed, 15 Feb 2012 03:14:22 +0000 (19:14 -0800)] 
[1638] supported NSEC3PARAM in gen_wiredata.py.

14 years ago[1638] adjusted NSEC3PARAM testdata so it's compatible with corresponding NSEC3
JINMEI Tatuya [Wed, 15 Feb 2012 02:58:22 +0000 (18:58 -0800)] 
[1638] adjusted NSEC3PARAM testdata so it's compatible with corresponding NSEC3
test data.  some test cases were adjusted accordingly, too.

14 years ago[1638] corrected salt comparison logic in NSEC3PARAM
JINMEI Tatuya [Wed, 15 Feb 2012 00:45:33 +0000 (16:45 -0800)] 
[1638] corrected salt comparison logic in NSEC3PARAM

14 years ago[1638] corrected toText() output of NSEC3PARAM with empty salt
JINMEI Tatuya [Wed, 15 Feb 2012 00:37:37 +0000 (16:37 -0800)] 
[1638] corrected toText() output of NSEC3PARAM with empty salt

14 years ago[1638] fixed various "from text" bugs in NSEC3PARAM
JINMEI Tatuya [Wed, 15 Feb 2012 00:35:42 +0000 (16:35 -0800)] 
[1638] fixed various "from text" bugs in NSEC3PARAM

14 years ago[1638] pre-work refactoring: extracted some NSEC3 tests into TYPED_TESTs
JINMEI Tatuya [Tue, 14 Feb 2012 23:33:20 +0000 (15:33 -0800)] 
[1638] pre-work refactoring: extracted some NSEC3 tests into TYPED_TESTs
so that they will be shared with NSEC3PARAM.

14 years ago[1585] Merge branch 'master' into trac1585 with fixing conflicts, mainly
JINMEI Tatuya [Tue, 14 Feb 2012 18:17:43 +0000 (10:17 -0800)] 
[1585] Merge branch 'master' into trac1585 with fixing conflicts, mainly
to be more synchronized with merged #1582.

14 years ago[1593] Miscellaneous cleanup of comments etc
Stephen Morris [Tue, 14 Feb 2012 18:03:22 +0000 (18:03 +0000)] 
[1593] Miscellaneous cleanup of comments etc

14 years ago[master] Merge branch 'trac1582'
Jelte Jansen [Tue, 14 Feb 2012 17:44:36 +0000 (18:44 +0100)] 
[master] Merge branch 'trac1582'

14 years ago[1649] one more check, and doc update
Jelte Jansen [Tue, 14 Feb 2012 17:28:45 +0000 (18:28 +0100)] 
[1649] one more check, and doc update

14 years ago[1649] oops removed the if there
Jelte Jansen [Tue, 14 Feb 2012 16:21:08 +0000 (17:21 +0100)] 
[1649] oops removed the if there

14 years ago[1649] added a few docstrings
Jelte Jansen [Tue, 14 Feb 2012 15:05:50 +0000 (16:05 +0100)] 
[1649] added a few docstrings

14 years ago[1649] use the new helper functions in a few old places
Jelte Jansen [Tue, 14 Feb 2012 14:55:21 +0000 (15:55 +0100)] 
[1649] use the new helper functions in a few old places

14 years ago[1649] remove superfluous / from identifier
Jelte Jansen [Tue, 14 Feb 2012 14:52:47 +0000 (15:52 +0100)] 
[1649] remove superfluous / from identifier

14 years ago[1649] add index check
Jelte Jansen [Tue, 14 Feb 2012 14:07:57 +0000 (15:07 +0100)] 
[1649] add index check

14 years ago[1649] add a test for the failure scenario
Jelte Jansen [Tue, 14 Feb 2012 14:03:12 +0000 (15:03 +0100)] 
[1649] add a test for the failure scenario

14 years ago[master] [1596] Fix obvious typo in makefile
Michal 'vorner' Vaner [Tue, 14 Feb 2012 09:41:37 +0000 (10:41 +0100)] 
[master] [1596] Fix obvious typo in makefile

14 years ago[1593] Restructure code into a more logical order
Stephen Morris [Tue, 14 Feb 2012 16:18:30 +0000 (16:18 +0000)] 
[1593] Restructure code into a more logical order

14 years agoadd RFC 5155 Section 7.2.6. the NSEC3 wildcard answer responses is added in this...
zhanghk [Tue, 14 Feb 2012 11:50:59 +0000 (19:50 +0800)] 
add RFC 5155  Section 7.2.6. the NSEC3 wildcard answer responses is added in this branch

14 years ago[1596] Update spec files for everybody
Michal 'vorner' Vaner [Tue, 14 Feb 2012 10:05:52 +0000 (11:05 +0100)] 
[1596] Update spec files for everybody

Or, everybody who accepts a shutdown command with pid now. Stats needed
to be updated because it did call functions based on the name and spec
file somehow.

14 years ago[1582] minor cleanups
Jelte Jansen [Tue, 14 Feb 2012 09:57:08 +0000 (10:57 +0100)] 
[1582] minor cleanups

14 years ago[1582] comments and dox
Jelte Jansen [Tue, 14 Feb 2012 09:47:26 +0000 (10:47 +0100)] 
[1582] comments and dox

14 years ago[1596] Fix obvious typo in makefile
Michal 'vorner' Vaner [Tue, 14 Feb 2012 09:41:37 +0000 (10:41 +0100)] 
[1596] Fix obvious typo in makefile

14 years agoMerge branch #1596
Michal 'vorner' Vaner [Tue, 14 Feb 2012 09:40:05 +0000 (10:40 +0100)] 
Merge branch #1596

Conflicts:
src/bin/resolver/main.cc

14 years ago[1596] Remove unneeded checks
Michal 'vorner' Vaner [Tue, 14 Feb 2012 08:56:55 +0000 (09:56 +0100)] 
[1596] Remove unneeded checks

They'd get caught by an exception anyway.

14 years ago[1596] Initialize in constructor
Michal 'vorner' Vaner [Tue, 14 Feb 2012 08:47:59 +0000 (09:47 +0100)] 
[1596] Initialize in constructor

14 years ago[1580] trivial editorial cleanups: removed white spaces at EOL, folded long lines
JINMEI Tatuya [Tue, 14 Feb 2012 03:09:39 +0000 (19:09 -0800)] 
[1580] trivial editorial cleanups: removed white spaces at EOL, folded long lines

14 years ago[1585] implemented unsigned delegation with NSEC3 case
JINMEI Tatuya [Tue, 14 Feb 2012 02:53:56 +0000 (18:53 -0800)] 
[1585] implemented unsigned delegation with NSEC3 case

14 years ago[1580] Add NSEC3 process for NXDOMAIN.
Xie Jiagui [Tue, 14 Feb 2012 02:19:42 +0000 (10:19 +0800)] 
[1580] Add NSEC3 process for NXDOMAIN.

14 years ago[1583] one more cleanup: removed the wildcardEmptyWithNSEC3 test. This case
JINMEI Tatuya [Tue, 14 Feb 2012 02:06:51 +0000 (18:06 -0800)] 
[1583] one more cleanup: removed the wildcardEmptyWithNSEC3 test.  This case
is no different from the non-empty wildcard NXRRRSET in terms of query
processing.

14 years ago[1583] added a test case of bogus findNSEC3 result for the wildcard NXRRSET case.
JINMEI Tatuya [Tue, 14 Feb 2012 01:44:19 +0000 (17:44 -0800)] 
[1583] added a test case of bogus findNSEC3 result for the wildcard NXRRSET case.
also made a non-related cleanup: removed resetting of nsec3_fake_ in the
fake findNSEC3() method.  This reset wasn't really necessary, and unless/until
we need that it'd be better to limit the place of tweaking such mutable
variables.

14 years ago[1583] added a test case of run time collision for wildcard no data + NSEC3
JINMEI Tatuya [Tue, 14 Feb 2012 01:21:50 +0000 (17:21 -0800)] 
[1583] added a test case of run time collision for wildcard no data + NSEC3
case.

14 years ago[1583] not directly related, intermediate update: reject null RRset in
JINMEI Tatuya [Tue, 14 Feb 2012 01:13:23 +0000 (17:13 -0800)] 
[1583] not directly related, intermediate update: reject null RRset in
Message::addRRset().

14 years ago[1583] supported the normal case of wildcard no data response with NSEC3.
JINMEI Tatuya [Tue, 14 Feb 2012 00:52:06 +0000 (16:52 -0800)] 
[1583] supported the normal case of wildcard no data response with NSEC3.
the older version of wildcardNxrrsetWithNSEC3 was removed.  also extended
some existing tests so it's easier to detect the cause when subsequent
updates introduce a regression.

14 years ago[1583] unrelated editorial cleanups: folded long lines, corrected return code
JINMEI Tatuya [Mon, 13 Feb 2012 22:17:56 +0000 (14:17 -0800)] 
[1583] unrelated editorial cleanups: folded long lines, corrected return code
of find() based on recent updates (there's no WILDCARD_NXRRSET, etc.)

14 years ago[master] Merge branch 'trac1576' with fixing conflicts.
JINMEI Tatuya [Mon, 13 Feb 2012 22:00:28 +0000 (14:00 -0800)] 
[master] Merge branch 'trac1576' with fixing conflicts.

14 years ago[master] chnagelog for #1641
JINMEI Tatuya [Mon, 13 Feb 2012 21:50:01 +0000 (13:50 -0800)] 
[master] chnagelog for #1641

14 years ago[master] Merge branch 'trac1641'
JINMEI Tatuya [Mon, 13 Feb 2012 21:45:46 +0000 (13:45 -0800)] 
[master] Merge branch 'trac1641'

14 years ago[1641] added some detailed description for compareVectors used in NSEC3 implementation.
JINMEI Tatuya [Mon, 13 Feb 2012 19:13:27 +0000 (11:13 -0800)] 
[1641] added some detailed description for compareVectors used in NSEC3 implementation.

14 years ago[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jelte Jansen [Mon, 13 Feb 2012 19:13:00 +0000 (20:13 +0100)] 
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[master] temporarily disable part of test
Jelte Jansen [Mon, 13 Feb 2012 19:12:31 +0000 (20:12 +0100)] 
[master] temporarily disable part of test

see ticket #1668

14 years ago[1582] NXRRset proof for DS query
Jelte Jansen [Mon, 13 Feb 2012 19:10:56 +0000 (20:10 +0100)] 
[1582] NXRRset proof for DS query

14 years ago[1641] editorial cleanup: removed unnecessary ','
JINMEI Tatuya [Mon, 13 Feb 2012 18:59:30 +0000 (10:59 -0800)] 
[1641] editorial cleanup: removed unnecessary ','

14 years ago[1641] editorial cleanup: removed a redundant blank line
JINMEI Tatuya [Mon, 13 Feb 2012 18:58:27 +0000 (10:58 -0800)] 
[1641] editorial cleanup: removed a redundant blank line