2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
Commit Graph

9667 Commits

Author SHA1 Message Date
Jelte Jansen
98cb1b7335 rest of doxygen for DataDefinition class
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@522 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-26 20:16:56 +00:00
Jeremy C. Reed
13b30757df Sorry another dummy commit -- testing svn post-commit hook.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@521 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-26 20:08:45 +00:00
Shane Kerr
22ec353059 First BoB tests created
Respect verbose flag when starting BoB
Make message processing robust
Refactor to make testable
Convert from poll() to select() 

Update TODO list



git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@520 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-26 20:03:47 +00:00
Jeremy C. Reed
ca1cfc039a Minor changes. (Testing svn post-commit hook.)
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@519 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-26 20:01:50 +00:00
Jelte Jansen
d15a22cd34 a bit of documentation for the DataDefinition class
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@518 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-26 19:57:03 +00:00
Jelte Jansen
c6233a9430 removed manual test binary (this 'test' belongs in a to-be made data_spec_unittests file)
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@517 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-26 19:48:29 +00:00
Jeremy C. Reed
b8b4032ff3 This is for http://bind10.isc.org/ticket/18.
Update configure for lcov and gtest detection.
Be more verbose.
Use gtest-config if available.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@516 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-26 19:41:22 +00:00
Jelte Jansen
f389d00070 merged back branches/jelte_datasource1 branch
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@515 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-26 18:44:38 +00:00
Jelte Jansen
86b6d221bb fix call to python_exec
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@514 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-26 18:33:51 +00:00
Jeremy C. Reed
bd010e8cc2 Add directory for the userguide and beginning of style guide for it.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@508 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-25 23:16:09 +00:00
Jelte Jansen
c7378aa072 removed old c msgq
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@500 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-21 15:58:53 +00:00
Likun Zhang
b1f321649b Add TODO for bindctl and cmd-ctrld.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@499 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-21 15:40:22 +00:00
Jeremy C. Reed
b7791c0eff Add a brief description.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@498 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-21 14:52:35 +00:00
Jeremy C. Reed
8e57f3c2c3 Beginning of manual page.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@497 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-21 13:53:49 +00:00
Jelte Jansen
845df07f81 parkinglots zoneset now contains Names instead of strings,
made std:set an attribute instead of zoneset a subclass
Added a very temporary operator< to Name (this is the 'old' name), which was needed for zoneset.
Made the DS API interaction a bit smarter
parkinglot can now return NXDOMAIN if you ask for a subdomain of a known one (still returns SERVFAIL for unknown zones)



git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datasource1@496 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-21 13:28:40 +00:00
Likun Zhang
515208794c The tool for user and password generation.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@495 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-21 13:06:35 +00:00
Likun Zhang
2019e5737c Change the code to support new module 'cmd-ctrld'.
When bindctl starts up, it needs login into cmd-ctrld. The communication between bindctl and cmd-ctrld is protected by SSL.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@494 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-21 09:08:32 +00:00
Likun Zhang
e3e8cda089 Change the code to support new module 'cmd-ctrld', Now,
1. bindctl(bigtool) will send the command to cmd-ctrl.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@493 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-21 08:56:27 +00:00
Likun Zhang
94a69d0f92 Add code for cmd-ctrld.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@492 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-21 08:53:36 +00:00
Jeremy C. Reed
d2d260606c Fix typo in a pydoc comment.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@490 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-20 18:00:27 +00:00
Jeremy C. Reed
242913dd88 Fix year.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@489 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-20 17:54:58 +00:00
Jeremy C. Reed
9f56fe9d7b Renamed bigtool to bindctl.
Moved some directories for this and edited files
to change BIGTOOL, BigTool, bigtool to
BINDCTL, BindCtl, bindctl respectively.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@488 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-20 17:46:09 +00:00
Jeremy C. Reed
fb3b1d4a30 Install the manual page.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@487 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-20 16:35:09 +00:00
Jelte Jansen
7f7c99f1af check on config add/remove if the given identifier actually leads to a list
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@486 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-20 10:27:27 +00:00
Jeremy C. Reed
ba1c2fbd20 Fix typo and grammar.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@485 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-19 15:22:30 +00:00
Jeremy C. Reed
328b2179f5 Prompt also may show the location.
Remove/comment out the ParkingLot documentation (it is not builtin
and will be documented elsewhere).
Add more details about the boss shutdown.
Add another usage example.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@484 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-19 15:20:19 +00:00
Shane Kerr
64ca28c2c2 Began test suite for the BoB.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@483 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-19 14:43:19 +00:00
Jeremy C. Reed
b05214e627 Autoconf and automake requirements.
And about coverage tests.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@482 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-19 14:28:51 +00:00
Jelte Jansen
a7eca45ffa regex that matches arg_name=value pairs in bigtool input did not include / character
do we need more that are not part of \w?


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@481 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-19 13:44:23 +00:00
Shane Kerr
dca5b510c4 Don't try to restart anything if we're shutting down.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@480 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-19 12:59:50 +00:00
JINMEI Tatuya
324432a76c set keyword expansion for Id
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@476 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-19 00:29:28 +00:00
JINMEI Tatuya
3b85a6c636 merged RRType/Class/TTL classes
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@474 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-19 00:16:02 +00:00
JINMEI Tatuya
6199d48f51 - applied review feedback
- added comments about thread-safe considerations (based on review comments)
- some more code cleanups


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@473 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-18 23:54:09 +00:00
Jeremy C. Reed
016ba9a3e8 Add "quit" command.
Fix some descriptions.
Clean up.
Add a couple examples.
Almost done!


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@472 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-18 23:14:27 +00:00
Jeremy C. Reed
8b868a36e4 Add more details. Move some of the commands to their own
sections (by module).


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@471 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-18 22:57:07 +00:00
Jeremy C. Reed
7757fc4e71 Initial manual page. Needs lots of work.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@470 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-18 22:17:17 +00:00
Jelte Jansen
1ee5cfa470 datasource updates, add zone concept (with temporary(?) getZoneFor()), removed old code
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datasource1@469 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-18 11:45:32 +00:00
JINMEI Tatuya
5030bb50de typo in a comment (so trivial so I think it's okay to commit)
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@468 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-16 07:37:40 +00:00
JINMEI Tatuya
8e33df2e18 make sure the copy constructor is also private
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@467 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-15 03:14:17 +00:00
JINMEI Tatuya
101852ff21 supported lcov
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@466 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-14 00:35:05 +00:00
JINMEI Tatuya
f77ed6a24e - added some more tests for wider coverage
- use assertion for conditions that must be met


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@465 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-14 00:26:02 +00:00
JINMEI Tatuya
467a449308 described the RRParamRegistry class and did some cleanup
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@464 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-14 00:04:39 +00:00
Jelte Jansen
4de81a4f15 added a missing position counter
removed a few lines of dead code


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@463 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-13 13:14:31 +00:00
JINMEI Tatuya
50f60d194b detailed description of the RRTTL class
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@462 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-13 09:13:32 +00:00
JINMEI Tatuya
b8b1724c28 cleanup: removed redundant 'this'
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@461 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-13 09:09:50 +00:00
JINMEI Tatuya
8a72851d55 added [n]equals() according to the coding guidelines.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@460 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-13 09:08:50 +00:00
JINMEI Tatuya
d08deeb4b8 wording fixes
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@459 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-13 08:59:35 +00:00
JINMEI Tatuya
6ed603d13f matched descriptions and declarations
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@458 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-13 08:55:52 +00:00
JINMEI Tatuya
0c6f898705 some editorial fixes
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@457 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-13 05:37:24 +00:00
JINMEI Tatuya
89bfd82c95 removed unnecessary space after EOL
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jinmei-dnsrrparams@456 e5f2f494-b856-4b98-b285-d166d9295462
2010-01-13 04:54:57 +00:00