if nothing (or --with-botan) is specified it will be taken from $PATH, if --with-botan=dir is specified it will be taken from $withval/bin
If --without-botan is specified configure will print an error
Since the branch is years old.
It compiles, but the tests don't run. There's still some work to do.
Conflicts:
configure.ac
doc/Doxyfile
src/bin/Makefile.am
src/lib/Makefile.am
src/lib/util/io/fd_share.h
src/lib/util/io/fdshare_python.cc
src/lib/util/io/tests/run_unittests.cc
- add new BIND 10 module "b10-stats-httpd"
+ a standalone HTTP server for the statistics HTTP/XML interface
+ b10-stats-httpd responds statistics XML data to clients.
+ b10-stats-httpd request statistics data to b10-stats, and converts
python dict format to XML format.
+ It also responds XSD and XSL documents with XML data.
+ main of b10-stats-httpd
stats_httpd.py.in
run_b10-stats-httpd.sh.in
+ spec file related to b10-stats-httpd
stats-httpd.spec.in
+ unittests for b10-stats-httpd
b10-stats-httpd_test.py
+ documents related to b10-stats-httpd
b10-stats-httpd.8
b10-stats-httpd.xml
+ XML/XSD/XSL template files which b10-stats-httpd reads
stats-httpd-xml.tpl.in
stats-httpd-xsd.tpl.in
stats-httpd-xsl.tpl.in
+ dummy python modules for testing b10-stats-httpd
http.server
select
socket
+ b10-stats-httpd is added in:
configure.ac
bind10_test.py.in
bind10.py.in
- change existent dummy modules for testing b10-stats and b10-stats-httpd
+ isc.cc.session
+ isc.config.ccsession
- change environment variable
from: "B10_FROM_BUILD"
to : "B10_FROM_SOURCE"
- rename spec file
from: src/bin/stats/stats.spec.pre.in
to: src/bin/stats/stats.spec.in
- remove unnecessary module "b10-stats_stub"
stats_stub.py.in
run_b10-stats_stub.sh.in
b10-stats_stub_test.py
- add miscellaneous changes
stats_test.in
b10-stats_test.py
- add a proposed entry for this branch
ChangeLog
For testing purpose I also renamed bindctl-source.py to bindctl_main.py.
I needed to replace dash with underscore to use it in an import statement,
and _main seemed to better explain what it is than _source, so I also
renamed that part.
mainly intended for testing purposes, so disabled by default.
for testing this feature bind10_test.py is renamed to bind10_test.py.in
and is auto generated by the configure script.
Master contains fix of #338, which influences this code quite a lot.
The merge includes not only the code-level conflict resolutions, but
also logic-level conflicts and enabling of the tests that failed because
of #338.
Conflicts:
src/bin/auth/tests/Makefile.am
src/bin/resolver/Makefile.am
src/bin/resolver/resolver.cc
src/bin/resolver/tests/Makefile.am
src/bin/resolver/tests/resolver_config_unittest.cc
src/lib/Makefile.am
This is 20110224.
Add release stamp in the ChangeLog
Update versions for bind10, bindctl, and msgq.
Maybe not precise and we should discuss if or how we should
maintain per component version numbers.
The setproctitle check in configure is not really used by build;
it only provides a suggestion for installation.
Some systems don't need it.
We could consider removing this check (ticket #587).
Discussed via jabber.