]>
git.ipfire.org Git - thirdparty/kea.git/log
Tomek Mrugalski [Fri, 19 Aug 2011 15:12:12 +0000 (17:12 +0200)]
[1186] Initial libdhcp skeleton implementation.
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.
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.
Jeremy C. Reed [Thu, 13 Oct 2011 15:03:26 +0000 (10:03 -0500)]
[master] add release date to changelog
Jeremy C. Reed [Thu, 13 Oct 2011 15:02:01 +0000 (10:02 -0500)]
[master] typo fix in changelog
Jeremy C. Reed [Thu, 13 Oct 2011 15:00:26 +0000 (10:00 -0500)]
[master] add entry for doc changes to changelog
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
Jeremy C. Reed [Thu, 13 Oct 2011 14:50:56 +0000 (09:50 -0500)]
[master] regenerate XML for various message log changes
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.
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.
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.
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.
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.
Jeremy C. Reed [Thu, 13 Oct 2011 14:09:58 +0000 (09:09 -0500)]
[master] mention other guide formats are available on website
reed [Thu, 13 Oct 2011 13:19:46 +0000 (08:19 -0500)]
fix typo in comment in #1300 quick hack
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.
JINMEI Tatuya [Wed, 12 Oct 2011 19:12:09 +0000 (12:12 -0700)]
[master] Merge branch 'trac1298' with fixing conflicts.
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).
JINMEI Tatuya [Wed, 12 Oct 2011 17:45:09 +0000 (10:45 -0700)]
[master] Merge branch 'trac1294'
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)
JINMEI Tatuya [Wed, 12 Oct 2011 17:30:09 +0000 (10:30 -0700)]
[1294] simplify the code a bit
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
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
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.
Jelte Jansen [Wed, 12 Oct 2011 13:41:25 +0000 (15:41 +0200)]
[1294] rename test and add some comments
Jeremy C. Reed [Wed, 12 Oct 2011 13:40:15 +0000 (08:40 -0500)]
[trac1294] add comment pointing to ticket todo
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)
Jeremy C. Reed [Wed, 12 Oct 2011 10:40:47 +0000 (05:40 -0500)]
[trac1294] fix typo in comment
JINMEI Tatuya [Wed, 12 Oct 2011 05:08:32 +0000 (22:08 -0700)]
[master] missing EXTRA_DIST for test data files.
trivial, directly pushing.
JINMEI Tatuya [Wed, 12 Oct 2011 02:39:02 +0000 (19:39 -0700)]
[1294] change the default for ixfr_disabled (forgot to commit this)
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.
Dima Volodin [Tue, 11 Oct 2011 17:19:33 +0000 (13:19 -0400)]
Merge branch 'trac1138'
Jelte Jansen [Tue, 11 Oct 2011 16:10:19 +0000 (09:10 -0700)]
[master] fix template issue on clang
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.
Jelte Jansen [Tue, 11 Oct 2011 14:09:13 +0000 (16:09 +0200)]
Merge branch 'trac1289'
Jelte Jansen [Tue, 11 Oct 2011 13:30:10 +0000 (15:30 +0200)]
[1289] error fix and multiload test
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
Dima Volodin [Tue, 11 Oct 2011 10:48:00 +0000 (06:48 -0400)]
[1138] copyright changed to 2011
Dima Volodin [Mon, 10 Oct 2011 13:19:36 +0000 (09:19 -0400)]
[1138] unit tests for DHCID
Dima Volodin [Mon, 10 Oct 2011 13:01:18 +0000 (09:01 -0400)]
[1138] DHCID unit test module
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()
Dima Volodin [Tue, 11 Oct 2011 10:23:09 +0000 (06:23 -0400)]
Merge branch 'trac1140'
Conflicts:
ChangeLog
Jelte Jansen [Tue, 11 Oct 2011 09:58:29 +0000 (09:58 +0000)]
[master] python nested dlopen fix
chenzhengzhang [Tue, 11 Oct 2011 07:24:28 +0000 (15:24 +0800)]
[trac1140] fix copyright and style
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
JINMEI Tatuya [Mon, 10 Oct 2011 21:38:47 +0000 (14:38 -0700)]
[master] Merge branch 'trac1209b'
JINMEI Tatuya [Mon, 10 Oct 2011 21:38:10 +0000 (14:38 -0700)]
[master] Merge master and 1209b
Jeremy C. Reed [Mon, 10 Oct 2011 20:02:09 +0000 (15:02 -0500)]
[master] add git commit hash
Jelte Jansen [Mon, 10 Oct 2011 19:58:24 +0000 (21:58 +0200)]
[1209b] small typo fix
Jeremy C. Reed [Mon, 10 Oct 2011 19:52:52 +0000 (14:52 -0500)]
[trac1091] add changelog entry
Jeremy C. Reed [Mon, 10 Oct 2011 19:39:10 +0000 (14:39 -0500)]
Merge branch 'master' into trac1091
JINMEI Tatuya [Mon, 10 Oct 2011 19:30:12 +0000 (12:30 -0700)]
[1209] a small editorial cleanup
JINMEI Tatuya [Mon, 10 Oct 2011 19:17:29 +0000 (12:17 -0700)]
[1209] provided backward compatible behavior for AXFR + non existent zone
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
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.
JINMEI Tatuya [Mon, 10 Oct 2011 17:24:31 +0000 (10:24 -0700)]
[master] changelog for #1285
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
JINMEI Tatuya [Mon, 10 Oct 2011 17:21:26 +0000 (10:21 -0700)]
[1285] corrected the install directory for isc.dns __init__.py
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
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
Dima Volodin [Mon, 10 Oct 2011 13:19:36 +0000 (09:19 -0400)]
[1138] unit tests for DHCID
Dima Volodin [Mon, 10 Oct 2011 13:01:18 +0000 (09:01 -0400)]
[1138] DHCID unit test module
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()
Jelte Jansen [Mon, 10 Oct 2011 13:18:12 +0000 (15:18 +0200)]
[master] update xfrin to last API change
Dima Volodin [Mon, 10 Oct 2011 11:05:09 +0000 (07:05 -0400)]
[1140] ChangeLog entry for trac1140, SPF rdata
Dima Volodin [Mon, 10 Oct 2011 10:45:15 +0000 (06:45 -0400)]
[1140] toWireRenderer test added in rdata_txt_like_unittest.cc
Jelte Jansen [Mon, 10 Oct 2011 10:03:17 +0000 (12:03 +0200)]
[1252] adjust test to new api
Jelte Jansen [Mon, 10 Oct 2011 10:00:30 +0000 (12:00 +0200)]
Merge branch 'master' into trac1252
Jelte Jansen [Mon, 10 Oct 2011 09:50:58 +0000 (09:50 +0000)]
[trac1253] one final addition to makefile
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
JINMEI Tatuya [Sat, 8 Oct 2011 18:51:14 +0000 (11:51 -0700)]
[master] add changelog entry for #1209
JINMEI Tatuya [Sat, 8 Oct 2011 18:45:18 +0000 (11:45 -0700)]
[master] Merge branch 'trac1209' with resolving a minor conflict.
JINMEI Tatuya [Sat, 8 Oct 2011 18:25:42 +0000 (11:25 -0700)]
[master] Merge branch 'trac1212'
JINMEI Tatuya [Sat, 8 Oct 2011 06:50:05 +0000 (23:50 -0700)]
[master] indentation fix
JINMEI Tatuya [Sat, 8 Oct 2011 00:35:46 +0000 (17:35 -0700)]
[1209] updated the documentation about notes on initial setup
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.
JINMEI Tatuya [Fri, 7 Oct 2011 23:59:04 +0000 (16:59 -0700)]
[1209] updated state transition digram to include pure AXFR
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).
JINMEI Tatuya [Fri, 7 Oct 2011 23:41:03 +0000 (16:41 -0700)]
[1209] Merge branch 'trac1209tmp' into trac1209 with fixing conflicts.
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
JINMEI Tatuya [Fri, 7 Oct 2011 23:10:39 +0000 (16:10 -0700)]
[master] added changelog entry for the IXFR support
JINMEI Tatuya [Fri, 7 Oct 2011 23:09:15 +0000 (16:09 -0700)]
[master] Merge commit '
9bbc2ac '
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
JINMEI Tatuya [Fri, 7 Oct 2011 22:33:41 +0000 (15:33 -0700)]
[master] Merge branch 'trac1216'
JINMEI Tatuya [Fri, 7 Oct 2011 22:30:55 +0000 (15:30 -0700)]
[1248] fixed missing module path in error handling code.
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).
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.
Dima Volodin [Fri, 7 Oct 2011 16:06:18 +0000 (12:06 -0400)]
[1140] comparison test added 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
Dima Volodin [Tue, 13 Sep 2011 12:40:14 +0000 (08:40 -0400)]
[1140] tabs in rdata_txt_like_unittest.cc expanded
Dima Volodin [Mon, 12 Sep 2011 18:45:02 +0000 (14:45 -0400)]
[1140] txt&spf unittests redone using typed gtest
Dima Volodin [Fri, 9 Sep 2011 13:48:47 +0000 (09:48 -0400)]
[1140] SPF test module added
Dima Volodin [Fri, 9 Sep 2011 13:42:00 +0000 (09:42 -0400)]
[1140] tests for SPF and TXT using common source
Dima Volodin [Tue, 23 Aug 2011 13:50:14 +0000 (09:50 -0400)]
[1140] more typos in rdata/generic/detail/txt_like.h
Dima Volodin [Tue, 23 Aug 2011 12:42:57 +0000 (08:42 -0400)]
[1140] typo on rdata/generic/detail/txt_like.h doxygen
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
JINMEI Tatuya [Fri, 7 Oct 2011 18:28:55 +0000 (11:28 -0700)]
[1212] added missing log message description for XFRIN_GOT_INCREMENTAL_RESP
JINMEI Tatuya [Fri, 7 Oct 2011 18:27:50 +0000 (11:27 -0700)]
[1212] updated the b10-xfrin man page also
Tomek Mrugalski [Fri, 7 Oct 2011 17:42:25 +0000 (19:42 +0200)]
IfaceMgr.getIface test improved (will provide more details if fails)
Tomek Mrugalski [Fri, 7 Oct 2011 16:41:24 +0000 (16:41 +0000)]
Fixed dhcp6/iface_mgr test compilation problem on solaris10