]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
14 years ago[1186] Initial libdhcp skeleton implementation.
Tomek Mrugalski [Fri, 19 Aug 2011 15:12:12 +0000 (17:12 +0200)] 
[1186] Initial libdhcp skeleton implementation.

14 years ago[master] put the text file generation within ENABLE_MAN conditional
Jeremy C. Reed [Fri, 14 Oct 2011 12:15:25 +0000 (07:15 -0500)] 
[master] put the text file generation within ENABLE_MAN conditional

The FreeBSD distcheck failed during uninstall time as it attempted to
regenerate the file. Its dependency was from the same second.

Running make with debugging showed:

Examining bind10-guide.txt...non-existent...modified before source (../../../doc
/guide/bind10-guide.html)...out-of-date.

14 years ago[master] don't use ?= for variable assignment
Jeremy C. Reed [Thu, 13 Oct 2011 15:05:56 +0000 (10:05 -0500)] 
[master] don't use ?= for variable assignment

Solaris make says:

make: Fatal error in reader: Makefile, line 397: Badly formed macro assignment

It is fine with NetBSD's bmake and GNU gmake.

Anyways, it is not used by any target.

This was to choose the HTML-renderer.

14 years ago[master] add release date to changelog
Jeremy C. Reed [Thu, 13 Oct 2011 15:03:26 +0000 (10:03 -0500)] 
[master] add release date to changelog

14 years ago[master] typo fix in changelog
Jeremy C. Reed [Thu, 13 Oct 2011 15:02:01 +0000 (10:02 -0500)] 
[master] typo fix in changelog

14 years ago[master] add entry for doc changes to changelog
Jeremy C. Reed [Thu, 13 Oct 2011 15:00:26 +0000 (10:00 -0500)] 
[master] add entry for doc changes to changelog

14 years ago[master] ChangeLog police
Jeremy C. Reed [Thu, 13 Oct 2011 14:55:36 +0000 (09:55 -0500)] 
[master] ChangeLog police

See http://bind10.isc.org/wiki/ChangeLogDetails

use a tab before the keyword type.
use two tabs before the committer username.
line too long

14 years ago[master] regenerate XML for various message log changes
Jeremy C. Reed [Thu, 13 Oct 2011 14:50:56 +0000 (09:50 -0500)] 
[master] regenerate XML for various message log changes

14 years ago[master] regenerate man page
Jeremy C. Reed [Thu, 13 Oct 2011 14:48:02 +0000 (09:48 -0500)] 
[master] regenerate man page

catch up on ixfr config change

bump date in XML too.

14 years ago[master] shorten README
Jeremy C. Reed [Thu, 13 Oct 2011 14:28:46 +0000 (09:28 -0500)] 
[master] shorten README

As discussed at ISC all hands shortened README a lot.

Reduced by almost 200 lines.

Mention DHCP echo server.

Point to guide in txt format (now in repo).

Removed some redundant details that are in guide.

NOTE: This removed details about 1) gtest / make check 2) coverage
testing; 3) run_*.sh ; 4) running (already in guide); 5) bindctl
config examples.

I will make sure these are documented in guide, in the wiki,
or at least re-added to the doc/ directory. But some may not be
in this week's snapshot tarball.

I opened one ticket to handle the bindctl config examples (#1302).

This was discussed a little on jabber.

14 years ago[master] regenerated HTML version of guide
Jeremy C. Reed [Thu, 13 Oct 2011 14:14:15 +0000 (09:14 -0500)] 
[master] regenerated HTML version of guide

mostly catching up on IXFR documentation additions.

14 years ago[master] add the rendered text file of bind10-guide.txt
Jeremy C. Reed [Thu, 13 Oct 2011 14:12:40 +0000 (09:12 -0500)] 
[master] add the rendered text file of bind10-guide.txt

As asked at ISC All Hands.

We can later discuss if we don't want rendered documents in repo.

14 years ago[master] build a text version of the guide
Jeremy C. Reed [Thu, 13 Oct 2011 14:10:35 +0000 (09:10 -0500)] 
[master] build a text version of the guide

This was brought up at ISC All-Hands.

This will be included in the tarball.

For now this will be included in the repo too
(a different commit will add it).

I am using elinks for now. Note for now nothing in make forces it
to be rebuilt, so no tool is needed for this.

14 years ago[master] mention other guide formats are available on website
Jeremy C. Reed [Thu, 13 Oct 2011 14:09:58 +0000 (09:09 -0500)] 
[master] mention other guide formats are available on website

14 years agofix typo in comment in #1300 quick hack
reed [Thu, 13 Oct 2011 13:19:46 +0000 (08:19 -0500)] 
fix typo in comment in #1300 quick hack

14 years agoQuick hack for ticket #1300 to workaround dlopen can't find library
reed [Thu, 13 Oct 2011 13:19:13 +0000 (08:19 -0500)] 
Quick hack for ticket #1300 to workaround dlopen can't find library

This was from jinmei.

The real fix will be done in #1292.

14 years ago[master] Merge branch 'trac1298' with fixing conflicts.
JINMEI Tatuya [Wed, 12 Oct 2011 19:12:09 +0000 (12:12 -0700)] 
[master] Merge branch 'trac1298' with fixing conflicts.

14 years ago[1298] corrected comments about the test to match the recent change.
JINMEI Tatuya [Wed, 12 Oct 2011 18:49:55 +0000 (11:49 -0700)] 
[1298] corrected comments about the test to match the recent change.
also, commented out now-meaningless tests rather than tweaking them
to let them pass in a superficial manner (we'll discuss this).

14 years ago[master] Merge branch 'trac1294'
JINMEI Tatuya [Wed, 12 Oct 2011 17:45:09 +0000 (10:45 -0700)] 
[master] Merge branch 'trac1294'

14 years ago[1294] makde sure the default value of use_ixfr actually applies
JINMEI Tatuya [Wed, 12 Oct 2011 17:30:38 +0000 (10:30 -0700)] 
[1294] makde sure the default value of use_ixfr actually applies
(the previous test succeeds just by accident)

14 years ago[1294] simplify the code a bit
JINMEI Tatuya [Wed, 12 Oct 2011 17:30:09 +0000 (10:30 -0700)] 
[1294] simplify the code a bit

14 years ago[1294] also check and do IXFR on notify
Jelte Jansen [Wed, 12 Oct 2011 15:05:35 +0000 (17:05 +0200)] 
[1294] also check and do IXFR on notify

not just on retransfer and refresh

14 years ago[1298] check notify source address
Jelte Jansen [Wed, 12 Oct 2011 15:03:18 +0000 (17:03 +0200)] 
[1298] check notify source address

against the master address in the config. error if they don't match, start transfer if they do

14 years ago[master] for #1274, Use python_PYTHON for the python scripts
Jeremy C. Reed [Wed, 12 Oct 2011 14:10:04 +0000 (09:10 -0500)] 
[master] for #1274, Use python_PYTHON for the python scripts

Use python_PYTHON for the python scripts. This results in
installing byte compiled version.

Removed files from EXTRA_DIST as they are now in dist by default.

Added CLEANFILES to clean up .pyc in build directory.

Note that I am keeping the installation directory the same.

14 years ago[1294] rename test and add some comments
Jelte Jansen [Wed, 12 Oct 2011 13:41:25 +0000 (15:41 +0200)] 
[1294] rename test and add some comments

14 years ago[trac1294] add comment pointing to ticket todo
Jeremy C. Reed [Wed, 12 Oct 2011 13:40:15 +0000 (08:40 -0500)] 
[trac1294] add comment pointing to ticket todo

14 years ago[1294] changed ixfr_disabled to use_ixfr
Jelte Jansen [Wed, 12 Oct 2011 11:19:30 +0000 (13:19 +0200)] 
[1294] changed ixfr_disabled to use_ixfr

and reversed its interpretation
also removed the additional None check (it was checked twice)

14 years ago[trac1294] fix typo in comment
Jeremy C. Reed [Wed, 12 Oct 2011 10:40:47 +0000 (05:40 -0500)] 
[trac1294] fix typo in comment

14 years ago[master] missing EXTRA_DIST for test data files.
JINMEI Tatuya [Wed, 12 Oct 2011 05:08:32 +0000 (22:08 -0700)] 
[master] missing EXTRA_DIST for test data files.
trivial, directly pushing.

14 years ago[1294] change the default for ixfr_disabled (forgot to commit this)
JINMEI Tatuya [Wed, 12 Oct 2011 02:39:02 +0000 (19:39 -0700)] 
[1294] change the default for ixfr_disabled (forgot to commit this)

14 years ago[1294] changed the default of zones/ixfr_disabled to true. also make sure
JINMEI Tatuya [Wed, 12 Oct 2011 02:37:26 +0000 (19:37 -0700)] 
[1294] changed the default of zones/ixfr_disabled to true.  also make sure
the spec default is used when unspecified.

14 years agoMerge branch 'trac1138'
Dima Volodin [Tue, 11 Oct 2011 17:19:33 +0000 (13:19 -0400)] 
Merge branch 'trac1138'

14 years ago[master] fix template issue on clang
Jelte Jansen [Tue, 11 Oct 2011 16:10:19 +0000 (09:10 -0700)] 
[master] fix template issue on clang

14 years ago[master] suppressed selfAssignment check for some rdata_txt_like test.
JINMEI Tatuya [Tue, 11 Oct 2011 14:56:54 +0000 (07:56 -0700)] 
[master] suppressed selfAssignment check for some rdata_txt_like test.
directly pushing.

14 years agoMerge branch 'trac1289'
Jelte Jansen [Tue, 11 Oct 2011 14:09:13 +0000 (16:09 +0200)] 
Merge branch 'trac1289'

14 years ago[1289] error fix and multiload test
Jelte Jansen [Tue, 11 Oct 2011 13:30:10 +0000 (15:30 +0200)] 
[1289] error fix and multiload test

14 years agoMerge branch 'trac1138' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1138
Dima Volodin [Tue, 11 Oct 2011 10:53:16 +0000 (06:53 -0400)] 
Merge branch 'trac1138' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1138

Conflicts:
src/lib/dns/tests/rdata_dhcid_unittest.cc

14 years ago[1138] copyright changed to 2011
Dima Volodin [Tue, 11 Oct 2011 10:48:00 +0000 (06:48 -0400)] 
[1138] copyright changed to 2011

14 years ago[1138] unit tests for DHCID
Dima Volodin [Mon, 10 Oct 2011 13:19:36 +0000 (09:19 -0400)] 
[1138] unit tests for DHCID

14 years ago[1138] DHCID unit test module
Dima Volodin [Mon, 10 Oct 2011 13:01:18 +0000 (09:01 -0400)] 
[1138] DHCID unit test module

14 years ago[1138] {encode,decode}Hex() was erroneously used instead of
Dima Volodin [Tue, 23 Aug 2011 12:23:17 +0000 (08:23 -0400)] 
[1138]  {encode,decode}Hex() was erroneously used instead of
{encode,decode}Base64()

14 years agoMerge branch 'trac1140'
Dima Volodin [Tue, 11 Oct 2011 10:23:09 +0000 (06:23 -0400)] 
Merge branch 'trac1140'

Conflicts:
ChangeLog

14 years ago[master] python nested dlopen fix
Jelte Jansen [Tue, 11 Oct 2011 09:58:29 +0000 (09:58 +0000)] 
[master] python nested dlopen fix

14 years ago[trac1140] fix copyright and style
chenzhengzhang [Tue, 11 Oct 2011 07:24:28 +0000 (15:24 +0800)] 
[trac1140] fix copyright and style

14 years agoMerge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10
Jeremy C. Reed [Mon, 10 Oct 2011 23:49:24 +0000 (18:49 -0500)] 
Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10

14 years ago[master] Merge branch 'trac1209b'
JINMEI Tatuya [Mon, 10 Oct 2011 21:38:47 +0000 (14:38 -0700)] 
[master] Merge branch 'trac1209b'

14 years ago[master] Merge master and 1209b
JINMEI Tatuya [Mon, 10 Oct 2011 21:38:10 +0000 (14:38 -0700)] 
[master] Merge master and 1209b

14 years ago[master] add git commit hash
Jeremy C. Reed [Mon, 10 Oct 2011 20:02:09 +0000 (15:02 -0500)] 
[master] add git commit hash

14 years ago[1209b] small typo fix
Jelte Jansen [Mon, 10 Oct 2011 19:58:24 +0000 (21:58 +0200)] 
[1209b] small typo fix

14 years ago[trac1091] add changelog entry
Jeremy C. Reed [Mon, 10 Oct 2011 19:52:52 +0000 (14:52 -0500)] 
[trac1091] add changelog entry

14 years agoMerge branch 'master' into trac1091
Jeremy C. Reed [Mon, 10 Oct 2011 19:39:10 +0000 (14:39 -0500)] 
Merge branch 'master' into trac1091

14 years ago[1209] a small editorial cleanup
JINMEI Tatuya [Mon, 10 Oct 2011 19:30:12 +0000 (12:30 -0700)] 
[1209] a small editorial cleanup

14 years ago[1209] provided backward compatible behavior for AXFR + non existent zone
JINMEI Tatuya [Mon, 10 Oct 2011 19:17:29 +0000 (12:17 -0700)] 
[1209] provided backward compatible behavior for AXFR + non existent zone

14 years agoMerge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10
Jeremy C. Reed [Mon, 10 Oct 2011 18:17:58 +0000 (13:17 -0500)] 
Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10

14 years ago[master] make descend into testdata directory before local tests
Jeremy C. Reed [Mon, 10 Oct 2011 18:13:06 +0000 (13:13 -0500)] 
[master] make descend into testdata directory before local tests

I mentioned this on jabber last week:
Why would it want to do the local directory tests before the testdata
is generated?

This issue is never noticed yet because the testdata was built
at build time and not check time.

14 years ago[master] changelog for #1285
JINMEI Tatuya [Mon, 10 Oct 2011 17:24:31 +0000 (10:24 -0700)] 
[master] changelog for #1285

14 years agoMerge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Mon, 10 Oct 2011 17:22:34 +0000 (10:22 -0700)] 
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[1285] corrected the install directory for isc.dns __init__.py
JINMEI Tatuya [Mon, 10 Oct 2011 17:21:26 +0000 (10:21 -0700)] 
[1285] corrected the install directory for isc.dns __init__.py

14 years ago[master] fix 'unrecognized exception' problem
Jelte Jansen [Mon, 10 Oct 2011 16:54:12 +0000 (16:54 +0000)] 
[master] fix 'unrecognized exception' problem

use RTLD_GLOBAL when opening modules, otherwise the exceptions some methods raise may not be recognized in catches

14 years agoMerge branch 'trac1138' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1138
Dima Volodin [Mon, 10 Oct 2011 13:24:08 +0000 (09:24 -0400)] 
Merge branch 'trac1138' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1138

14 years ago[1138] unit tests for DHCID
Dima Volodin [Mon, 10 Oct 2011 13:19:36 +0000 (09:19 -0400)] 
[1138] unit tests for DHCID

14 years ago[1138] DHCID unit test module
Dima Volodin [Mon, 10 Oct 2011 13:01:18 +0000 (09:01 -0400)] 
[1138] DHCID unit test module

14 years ago[1138] {encode,decode}Hex() was erroneously used instead of
Dima Volodin [Tue, 23 Aug 2011 12:23:17 +0000 (08:23 -0400)] 
[1138]  {encode,decode}Hex() was erroneously used instead of
{encode,decode}Base64()

14 years ago[master] update xfrin to last API change
Jelte Jansen [Mon, 10 Oct 2011 13:18:12 +0000 (15:18 +0200)] 
[master] update xfrin to last API change

14 years ago[1140] ChangeLog entry for trac1140, SPF rdata
Dima Volodin [Mon, 10 Oct 2011 11:05:09 +0000 (07:05 -0400)] 
[1140] ChangeLog entry for trac1140, SPF rdata

14 years ago[1140] toWireRenderer test added in rdata_txt_like_unittest.cc
Dima Volodin [Mon, 10 Oct 2011 10:45:15 +0000 (06:45 -0400)] 
[1140] toWireRenderer test added in rdata_txt_like_unittest.cc

14 years ago[1252] adjust test to new api
Jelte Jansen [Mon, 10 Oct 2011 10:03:17 +0000 (12:03 +0200)] 
[1252] adjust test to new api

14 years agoMerge branch 'master' into trac1252
Jelte Jansen [Mon, 10 Oct 2011 10:00:30 +0000 (12:00 +0200)] 
Merge branch 'master' into trac1252

14 years ago[trac1253] one final addition to makefile
Jelte Jansen [Mon, 10 Oct 2011 09:50:58 +0000 (09:50 +0000)] 
[trac1253] one final addition to makefile

14 years ago[1253] Merge branch 'master' into trac1253
Jelte Jansen [Mon, 10 Oct 2011 08:37:58 +0000 (10:37 +0200)] 
[1253] Merge branch 'master' into trac1253

Conflicts:
src/lib/datasrc/sqlite3_accessor.cc
src/lib/python/isc/datasrc/client_python.cc

14 years ago[master] add changelog entry for #1209
JINMEI Tatuya [Sat, 8 Oct 2011 18:51:14 +0000 (11:51 -0700)] 
[master] add changelog entry for #1209

14 years ago[master] Merge branch 'trac1209' with resolving a minor conflict.
JINMEI Tatuya [Sat, 8 Oct 2011 18:45:18 +0000 (11:45 -0700)] 
[master] Merge branch 'trac1209' with resolving a minor conflict.

14 years ago[master] Merge branch 'trac1212'
JINMEI Tatuya [Sat, 8 Oct 2011 18:25:42 +0000 (11:25 -0700)] 
[master] Merge branch 'trac1212'

14 years ago[master] indentation fix
JINMEI Tatuya [Sat, 8 Oct 2011 06:50:05 +0000 (23:50 -0700)] 
[master] indentation fix

14 years ago[1209] updated the documentation about notes on initial setup
JINMEI Tatuya [Sat, 8 Oct 2011 00:35:46 +0000 (17:35 -0700)] 
[1209] updated the documentation about notes on initial setup

14 years ago[1209] added a couple of more tests for update attmpt of non existent zone.
JINMEI Tatuya [Sat, 8 Oct 2011 00:18:23 +0000 (17:18 -0700)] 
[1209] added a couple of more tests for update attmpt of non existent zone.
this would have revealed the DataSourceClient_getUpdater bug.

14 years ago[1209] updated state transition digram to include pure AXFR
JINMEI Tatuya [Fri, 7 Oct 2011 23:59:04 +0000 (16:59 -0700)] 
[1209] updated state transition digram to include pure AXFR

14 years ago[1209] a related bug fix in the python datasrc wrapper:
JINMEI Tatuya [Fri, 7 Oct 2011 23:54:55 +0000 (16:54 -0700)] 
[1209] a related bug fix in the python datasrc wrapper:
DataSourceClient.get_updater must return None when it cannot find the zone.
Otherwise the returned updater would be incomplete and would subseuqently
cause a disruption (such as program crash).

14 years ago[1209] Merge branch 'trac1209tmp' into trac1209 with fixing conflicts.
JINMEI Tatuya [Fri, 7 Oct 2011 23:41:03 +0000 (16:41 -0700)] 
[1209] Merge branch 'trac1209tmp' into trac1209 with fixing conflicts.

14 years agoMerge branch 'trac1140' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1140
Dima Volodin [Fri, 7 Oct 2011 23:24:44 +0000 (19:24 -0400)] 
Merge branch 'trac1140' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac1140

Conflicts:
src/lib/dns/tests/rdata_txt_like_unittest.cc

14 years ago[master] added changelog entry for the IXFR support
JINMEI Tatuya [Fri, 7 Oct 2011 23:10:39 +0000 (16:10 -0700)] 
[master] added changelog entry for the IXFR support

14 years ago[master] Merge commit '9bbc2ac'
JINMEI Tatuya [Fri, 7 Oct 2011 23:09:15 +0000 (16:09 -0700)] 
[master] Merge commit '9bbc2ac'

14 years agoMerge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Fri, 7 Oct 2011 21:35:42 +0000 (21:35 +0000)] 
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

14 years ago[master] Merge branch 'trac1216'
JINMEI Tatuya [Fri, 7 Oct 2011 22:33:41 +0000 (15:33 -0700)] 
[master] Merge branch 'trac1216'

14 years ago[1248] fixed missing module path in error handling code.
JINMEI Tatuya [Fri, 7 Oct 2011 22:30:55 +0000 (15:30 -0700)] 
[1248] fixed missing module path in error handling code.

14 years ago[master] removed the typeo conversion operator from IOAddress to char*.
JINMEI Tatuya [Fri, 7 Oct 2011 22:09:06 +0000 (15:09 -0700)] 
[master] removed the typeo conversion operator from IOAddress to char*.
its counter intuitive behavior and surprising results rarely justify
the introduction, and, in fact, it caused a regression:
http://git.bind10.isc.org/~tester/builder/BIND10/20111007175000-Solaris10-sparc-Sunstudio/logs/unittests.out
Apparently the reason why this was introduced is to assist the comparison
tests used in a dhcp6 test.  To work this around I replaced the test code
using toText().  The right solution is to introduce operator<< for IOAddress,
which will satisfy gtest (we already have operator== so EXPECT_EQ should
work otherwise).

14 years ago[master] disabled mcast test. it's Linux centric and is not portable.
JINMEI Tatuya [Fri, 7 Oct 2011 21:35:10 +0000 (21:35 +0000)] 
[master] disabled mcast test.  it's Linux centric and is not portable.

14 years ago[1140] comparison test added in rdata_txt_like_unittest.cc
Dima Volodin [Fri, 7 Oct 2011 16:06:18 +0000 (12:06 -0400)] 
[1140] comparison test added in rdata_txt_like_unittest.cc

14 years ago[1140] style cleanup in rdata_txt_like_unittest.cc
Dima Volodin [Tue, 4 Oct 2011 12:43:40 +0000 (08:43 -0400)] 
[1140] style cleanup in rdata_txt_like_unittest.cc
assignment test added in rdata_txt_like_unittest.cc

14 years ago[1140] tabs in rdata_txt_like_unittest.cc expanded
Dima Volodin [Tue, 13 Sep 2011 12:40:14 +0000 (08:40 -0400)] 
[1140] tabs in rdata_txt_like_unittest.cc expanded

14 years ago[1140] txt&spf unittests redone using typed gtest
Dima Volodin [Mon, 12 Sep 2011 18:45:02 +0000 (14:45 -0400)] 
[1140] txt&spf unittests redone using typed gtest

14 years ago[1140] SPF test module added
Dima Volodin [Fri, 9 Sep 2011 13:48:47 +0000 (09:48 -0400)] 
[1140] SPF test module added

14 years ago[1140] tests for SPF and TXT using common source
Dima Volodin [Fri, 9 Sep 2011 13:42:00 +0000 (09:42 -0400)] 
[1140] tests for SPF and TXT using common source

14 years ago[1140] more typos in rdata/generic/detail/txt_like.h
Dima Volodin [Tue, 23 Aug 2011 13:50:14 +0000 (09:50 -0400)] 
[1140] more typos in rdata/generic/detail/txt_like.h

14 years ago[1140] typo on rdata/generic/detail/txt_like.h doxygen
Dima Volodin [Tue, 23 Aug 2011 12:42:57 +0000 (08:42 -0400)] 
[1140] typo on rdata/generic/detail/txt_like.h doxygen

14 years ago[1140] Documentation added to spf_99.{h,cc} and detail/txt_like.h
Dima Volodin [Mon, 22 Aug 2011 12:14:11 +0000 (08:14 -0400)] 
[1140] Documentation added to spf_99.{h,cc} and detail/txt_like.h

14 years ago[1212] added missing log message description for XFRIN_GOT_INCREMENTAL_RESP
JINMEI Tatuya [Fri, 7 Oct 2011 18:28:55 +0000 (11:28 -0700)] 
[1212] added missing log message description for XFRIN_GOT_INCREMENTAL_RESP

14 years ago[1212] updated the b10-xfrin man page also
JINMEI Tatuya [Fri, 7 Oct 2011 18:27:50 +0000 (11:27 -0700)] 
[1212] updated the b10-xfrin man page also

14 years agoIfaceMgr.getIface test improved (will provide more details if fails)
Tomek Mrugalski [Fri, 7 Oct 2011 17:42:25 +0000 (19:42 +0200)] 
IfaceMgr.getIface test improved (will provide more details if fails)

14 years agoFixed dhcp6/iface_mgr test compilation problem on solaris10
Tomek Mrugalski [Fri, 7 Oct 2011 16:41:24 +0000 (16:41 +0000)] 
Fixed dhcp6/iface_mgr test compilation problem on solaris10