Jelte Jansen
|
fa51470da3
print the unexpected answer (we need a verbosity flag for modules too btw)
|
15 years ago |
JINMEI Tatuya
|
2e0cbf8224
completed Question class with doc and more test cases
|
15 years ago |
JINMEI Tatuya
|
936342b052
merged from the jinmei-dnsrrset branch
|
15 years ago |
JINMEI Tatuya
|
87a9c552a2
merged from trunk
|
15 years ago |
Jeremy C. Reed
|
83ac742f49
Remove bind-cfgd from the path. Doesn't exist.
|
15 years ago |
Jeremy C. Reed
|
4d09a1dd9a
Install config_data.py and module_spec.py
|
15 years ago |
Jelte Jansen
|
6a38cc8fba
added some tests for module_spec
|
15 years ago |
Jeremy C. Reed
|
aefefeb876
Add some more details and some cleanup for this manual.
|
15 years ago |
Jelte Jansen
|
9964f279b0
ok that should actually be an exception (also added test for that)
|
15 years ago |
Jeremy C. Reed
|
008ae4d355
"There should be at most one statement per line." per BIND 9 coding guidelines.
|
15 years ago |
Jelte Jansen
|
33fdc92ec0
100% coverage on config_data.cc :)
|
15 years ago |
Jeremy C. Reed
|
96cfe830cb
Fix typo in docs. While here minor capitalization, grammer, punctuation
|
15 years ago |
Jeremy C. Reed
|
6ac9500c3f
Be more clear about builtin prompt.
|
15 years ago |
Jelte Jansen
|
c502e0e0f4
doxygen
|
15 years ago |
Jelte Jansen
|
6af2264545
allow for std:string exception constructors
|
15 years ago |
Jelte Jansen
|
8a98890b6f
implemented getItemList and getFullConfig in cpp version (+tests)
|
15 years ago |
JINMEI Tatuya
|
a3046fe921
more documentation
|
15 years ago |
JINMEI Tatuya
|
e421a3a895
added a test for BasicRRset::setName()
|
15 years ago |
JINMEI Tatuya
|
c4cf50a3af
- added detaild documentation
|
15 years ago |
Jelte Jansen
|
b5d2ddbea1
added isc::config::ConfigData class for easier client-side usage of configuration values (not completely done yet)
|
15 years ago |
Jelte Jansen
|
d43981825a
text description on how to use config stuff
|
15 years ago |
Jelte Jansen
|
3a69c8a7a8
added error feedback to config_validate() and option to validate partial configurations in cpp version
|
15 years ago |
Jelte Jansen
|
633e231ba3
merge back branches/jelte-configuration (branched at rev. 745, up to HEAD)
|
15 years ago |
Jelte Jansen
|
33f2f0f5f3
add parseAnswer helper function
|
15 years ago |
Jelte Jansen
|
da8e6967bd
moduleccsession now validates config updates before calling the provided config_handler
|
15 years ago |
Jelte Jansen
|
f3a53f5572
didn't update one function
|
15 years ago |
JINMEI Tatuya
|
ffd4fcba40
added more unittests for RRset
|
15 years ago |
Jelte Jansen
|
a532a31468
renamed files names data_def* to module_spec* to reflect their actual content
|
15 years ago |
Jelte Jansen
|
9e9a2d1996
put ModuleCCSession and ModuleSpec in namespace isc::config
|
15 years ago |
Jelte Jansen
|
3cd4c9d2c3
ModuleSpec initializer not takes ElementPtr instead of file name,
|
15 years ago |