2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 07:25:18 +00:00
Commit Graph

9621 Commits

Author SHA1 Message Date
Mukund Sivaraman
5ef450d431 bug #1819: Remove duplicated code 2012-03-29 18:47:51 +05:30
Jelte Jansen
f8c0d29e25 [1535] make ZoneFinder::find throw on out-of-zone query
Added new OutOfZoneFind exception, which is thrown (instead of NXDOMAIN result) when zonefinder::find() is called for an out-of-zone name (normally this should not happen; the zonefinder object is itself the result of a call to findZone()
2012-03-29 14:49:15 +02:00
JINMEI Tatuya
34da803fd8 [master] Merge branch 'trac1772' 2012-03-28 14:00:03 -07:00
Jeremy C. Reed
6db3556488 [master] disable SQLite3Update.rollbackFailure test
see ticket #1845
2012-03-28 15:23:04 -05:00
Jeremy C. Reed
f07fcf3c8e [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10 2012-03-28 14:56:56 -05:00
Jeremy C. Reed
c9337b1576 [master] add Mukund to authors.bind. 2012-03-28 12:03:59 -05:00
Jeremy C. Reed
342f5b2ae6 [master] changelog maintenance
add date for 20120329 release

use a tab before the keyword type.

use two tabs before the committer username.
2012-03-28 12:00:59 -05:00
Jeremy C. Reed
f7ae819d57 [master] regenerate xml from mes files 2012-03-28 11:44:01 -05:00
Jeremy C. Reed
5b0ef5ce81 [master] regen manpages 2012-03-28 11:42:38 -05:00
Jeremy C. Reed
3a3f1942d9 [master] add a git commit reference
But not specific for the entire merge
2012-03-28 10:33:42 -05:00
Jeremy C. Reed
434d8db8df [trac1732] add changelog entry 2012-03-28 10:30:25 -05:00
Jelte Jansen
58283fa48a [1535] do find_zone for each NS address in notify lib 2012-03-28 17:25:01 +02:00
Jeremy C. Reed
8a3564c889 [trac1732] datasource type is required
This was copied from manpage so fix there.

Noticed by jelte. And I confirmed:

2012-03-28 11:07:43.931 ERROR [b10-auth.auth] AUTH_CONFIG_UPDATE_FAIL update of configuration failed: Missing data source type
2012-03-28 10:12:14 -05:00
Jeremy C. Reed
435436f140 [trac1732] more doc work for loading zones
Add more examples and explanations about in-memory.

Be clear again that b10-loadzone is sqlite3.
2012-03-28 09:55:14 -05:00
Jeremy C. Reed
98483c3455 [trac1732] remove redundant note about IN class 2012-03-28 09:15:11 -05:00
Jeremy C. Reed
99afc8ab28 [trac1732] minor docbook tags formatting changes 2012-03-28 09:12:04 -05:00
Jeremy C. Reed
724baae9fa [trac1732] add a single section id
TODO: add them for all sections in table of contents for linking
2012-03-28 09:08:38 -05:00
Jeremy C. Reed
93e12f75ba [trac1732] more in-memory datasource docs
Some cleanup, formatting tags added.

Change example from single configuration step (in JSON) to multiple
configuration commands.

More examples.
2012-03-28 09:05:46 -05:00
Jeremy C. Reed
9d84626f72 [trac1732] add auth configurations and commands
This was pulled in verbatim from the b10-auth.xml manual page.
TODO: automate this or rewrite this.

Also this lacks formatting.
2012-03-28 08:27:45 -05:00
Jeremy C. Reed
da214e3e13 [trac1732] start of the documenting in-memory data source use
from jinmei's guide.diff from ticket #1732
2012-03-28 08:09:39 -05:00
JINMEI Tatuya
418a6dc9ee [master] added a note about dbutil that there's no use of it yet.
committing based on jabber discussion.
2012-03-27 19:28:17 -07:00
JINMEI Tatuya
8ab7817d7c [master] Merge branch 'trac1846' 2012-03-27 19:22:30 -07:00
JINMEI Tatuya
9e5da4f420 [master] changelog for #1836 2012-03-27 13:42:23 -07:00
JINMEI Tatuya
78bb8f4b96 [master] Merge branch 'trac1836' 2012-03-27 13:35:43 -07:00
Jeremy C. Reed
a8486dda67 [master] add some pyo (python optimized files) to CLEANFILES
This is to fix the distclean target to fix the reported
distcheck failures.

These pyo files were generated by running the dbutil for tests.
2012-03-27 13:55:49 -05:00
Jelte Jansen
73a6349b16 [1846] temporarily consider v1.0 as current schema version
and disable a number of relevant tests
2012-03-27 15:15:36 +02:00
Jelte Jansen
5f7f84779f [1491] added missing test for spec_part_is_named_set 2012-03-27 14:47:05 +02:00
Jeremy C. Reed
eb3cc6a30f [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10 2012-03-27 07:40:33 -05:00
Jelte Jansen
59464e665c [master] forgot CLEANFILES entry in merge of #963
this should fix the distcheck failure reported in http://git.bind10.isc.org/~tester/builder/BIND10-distcheck/20120327113000-FreeBSD8-i386/logs/distcheck.out
2012-03-27 14:29:24 +02:00
Michal 'vorner' Vaner
29f876f895 [1715] Implement the missing unset method
The underlying implementation is already there, it's just somebody
forgot to wrap it in this another layer of indirection class.
2012-03-27 13:52:51 +02:00
Michal 'vorner' Vaner
17ab7fae73 [1715] Tests for the unset method
The method is clearly missing, that's why the command fails. Creating
tests for when the method exists.
2012-03-27 13:52:51 +02:00
Michal 'vorner' Vaner
21b1adb387 [1715] Test the unset command
It's shocking how much is not tested here. No surprise the missing
command was not discovered. Still, not adding tests for the others,
they'd probably fail and it would make the ticket a lot bigger.
2012-03-27 13:52:51 +02:00
Jelte Jansen
a2004cbca7 [master] Update changelog for merge of #963 2012-03-27 11:42:07 +02:00
Jelte Jansen
49ba2cf8ac [master] Merge branch 'trac963' 2012-03-27 11:19:42 +02:00
Jelte Jansen
423640029e [master] update changelog for merge of #1443 2012-03-27 11:16:43 +02:00
Jelte Jansen
52b36c921e [1443] Merge branch 'master' into merge1443
two options have been added to boss's __init__(), conflict resolved.
Conflicts:
	src/bin/bind10/bind10_src.py.in
	src/bin/bind10/tests/bind10_test.py.in
2012-03-27 11:13:36 +02:00
Jelte Jansen
b0a028bf38 [1491] copy default named-set data to local when editing
if a child member is set, and the named-set data is default, it would 'lose' the other default values if it wasn't copied to local. For succesful operations this wouldn't be a problem (as this only happens 'locally' in bindctl), but it can cause problems when updates fail due to mistyped data
2012-03-27 10:41:49 +02:00
Mukund Sivaraman
46cd22e159 bug #1819: Add manpage note that the --no-kill option was introduced for testing 2012-03-27 13:30:17 +05:30
Mukund Sivaraman
ad40537d9f bug #1819: Add some comments to testcases 2012-03-27 13:30:11 +05:30
Mukund Sivaraman
6353f50a59 bug #1819: Check that BoB doesn't kill during shutdown when asked not to 2012-03-27 13:30:04 +05:30
Mukund Sivaraman
d2661eddfc bug #1819: Add testcase for --no-kill and -i options handling 2012-03-27 13:29:57 +05:30
Mukund Sivaraman
a02f49d16d bug #1819: Document --no-kill option in bind10 manpage 2012-03-27 13:29:49 +05:30
Mukund Sivaraman
774aee5f84 bug #1819: Update help text for no-kill option 2012-03-27 13:29:42 +05:30
Mukund Sivaraman
194ef64776 bug #1819: Rename --no-kill-i option to --no-kill 2012-03-27 13:29:27 +05:30
Mukund Sivaraman
631e9f192c bug #1819: Add ChangeLog entry 2012-03-27 13:27:44 +05:30
Mukund Sivaraman
c6fc5883c4 bug #1819: Pass nokill as an argument to BoB constructor 2012-03-27 13:25:29 +05:30
Mukund Sivaraman
b3388dfb13 bug #1819: Change conjunction used in help message 2012-03-27 13:25:19 +05:30
Mukund Sivaraman
774554f46b bug #1819: Add boss nokill flag (-i/--no-kill-i) 2012-03-27 13:25:12 +05:30
JINMEI Tatuya
91abb7aed9 [1772] use IPv6 address for xfrin test.
See the previous commit.  This solves test failure on some MacOS environment.
2012-03-26 16:39:31 -07:00
JINMEI Tatuya
e3f4b290d1 [1772] used ::1 instead of 127.0.0.1 2nd bind10 instance and the example test.
127.0.0.1:47807 is used by a MacOS application and the conflict makes the
test fail in environments that uses the app.  Using an IPv6 address is not
a cleanest solution, but unless we make it fully configurable we need to
handle this type of thing by some workaround anyway.  Also, I believe
it's good to use IPv6 transport for some tests in any event.
2012-03-26 16:36:21 -07:00