Jelte Jansen
|
6cd9f05e65
catch session error and exit (fix for trac ticket 11)
|
15 years ago |
Jelte Jansen
|
579aae2cc8
made a start with automating coverage tests;
|
15 years ago |
Jelte Jansen
|
bfec93a540
better gtest check in configure.ac; if a path is given, use that, if not, try /usr and /usr/local.
|
15 years ago |
Jelte Jansen
|
138c18e70a
refactor: function_name to functionName in data.h (functions on isc::data::Elements)
|
15 years ago |
Jelte Jansen
|
27185721c3
refactor: namespace changes
|
15 years ago |
Jelte Jansen
|
f772eb96a9
merged branch jelte_datadef back
|
15 years ago |
Shane Kerr
|
543dbfd90d
Things to do for the boss process.
|
15 years ago |
Jelte Jansen
|
17514e12dc
add positional parameters in bigtool; merge back from jelte-datadef rev 342 and 386
|
15 years ago |
Jelte Jansen
|
60e8544e60
fixed some en/decoding bugs in the cpp part of the new cc wire format
|
15 years ago |
Jelte Jansen
|
ec10fee3bd
don't send config if it is None
|
15 years ago |
Jelte Jansen
|
91d64d64b9
make A, AAAA and NS sets configurable in parkinglot
|
15 years ago |
Jelte Jansen
|
e0f80ec2f7
common module-side API for commands and configuration
|
15 years ago |
Jelte Jansen
|
4974ce5dc8
some unit tests for Elements, and fixed a few bugs while i was writing them
|
15 years ago |
Jelte Jansen
|
1af07bbec7
smarter handling of optional and mandatories in positional parameter handling
|
15 years ago |
Jeremy C. Reed
|
b59ef35ca1
Also add the install wrappers, so they install too.
|
15 years ago |
Jeremy C. Reed
|
0770bad2bd
Add beginning Makefile.am for bigtool, msgq, and bind10.
|
15 years ago |
Jelte Jansen
|
06726eb3ab
where did that space come from
|
15 years ago |
Jelte Jansen
|
b49e1991f7
move prepare_module_commands to bigtool class
|
15 years ago |
Jelte Jansen
|
f0d108331d
store config data in a text file instead of a pickle binary
|
15 years ago |
Jelte Jansen
|
2c82b2107e
remove some debug verbosity
|
15 years ago |
Jelte Jansen
|
00495db0bb
remove old zone commands
|
15 years ago |
Jelte Jansen
|
9e8f14a28b
example direct module command, these do not go through the config manager but directly to modules
|
15 years ago |
Jelte Jansen
|
171781db2c
let parkinglot receive config_update command and serve the zones from there
|
15 years ago |
Michael Graff
|
f6b55c6092
add TODO, fix a bug with a name that vanishes/does not exist
|
15 years ago |
Jelte Jansen
|
16bcd9fda1
config 'go' command, keep track of location within the configuration
|
15 years ago |
Jelte Jansen
|
d4a6b8a656
when parsing literals, return the string itself on ValueError (that way, simple strings don't need quotes in the cli)
|
15 years ago |
Jelte Jansen
|
57979d6e09
added a data.py class with a few classes and function usable by configuration handlers. bigtool now has a fixed config 'module' which takes configuration commands. The completion function completes configuration identifiers, though i haven't been able to get rid of the space yet, which would not always be ideal
|
15 years ago |
Jelte Jansen
|
ee7c74fbd5
positional arguments for bigtool; if the command arguments are not in 'name = value' pairs, the arguments are parsed based on their position. The parser then adds the names again (so for the application the params is still a {name:value} dict
|
15 years ago |
Michael Graff
|
ff75117590
fix path
|
15 years ago |
Michael Graff
|
5fdc00a1ab
rename pymsgq to msgq
|
15 years ago |