- 02 Feb, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 22 Jan, 2013 1 commit
-
-
Jeremy C. Reed authored
This is for ticket #2501. This is trivial and I did without review. I tested on two systems (one with python3.3 and one without). I didn't decide to make it open-ended at this time, just in case we need to fix python3.4 issues first. I decided not to add a changelog entry since was so trivial. (Also had a workaround before by using --with-pythonpath.)
-
- 17 Jan, 2013 1 commit
-
-
JINMEI Tatuya authored
as commented, #2145 should eliminate the need for it, but until it's fixed this seems to be the easiest and smallest workaround.
-
- 29 Dec, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 28 Dec, 2012 7 commits
-
-
JINMEI Tatuya authored
It's not used anywhere else in the source tree any more. okayed on jabber.
-
JINMEI Tatuya authored
this is necessary to keep the previous behavior for FreeBSD where -Werror is automatically disabled due to other bug of the compiler. discussed on jabber, not seen a clear go, but I'm committing it at my discretion to fix the buildbot errors. I've confirmed the behavior on multiple FreeBSD boxes.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this can happen with clang++ used via ccache
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
in order to keep the main configure.ac more concise, and so that we can eventually introduce more fine-grained configuration (e.g., skipping some checks for DNS/DHCP-only build) At the moment, this is just a cleanup, and doesn't change the behavior itself.
-
- 22 Dec, 2012 1 commit
-
-
JINMEI Tatuya authored
the previously hardcoded zone data are mostly moved to two new files: query_testzone_data.txt and query_testzone_data_nsec3.txt. A new helper python script, gen-query-testdata.py, converts them into DNS zone files and C++ files defining some C-string variables for the RRs. The latter will be included from query_unittest.cc (instead of the hardcoded variables). Generated zone files are loaded via include-only zone files: example.zone and example-nsec3.zone. For the next step corresponding sqlite3 DB file is also generated.
-
- 19 Dec, 2012 5 commits
-
-
Jeremy C. Reed authored
instead of bind10-devel also increase the version to today's date stamp (not for "beta")
-
Michal 'vorner' Vaner authored
Do the initialization in tests too (the executable script initializes it only when run separately, to know the correct parameters). Also, remove deprecated and unused auxiliary script that doesn't and didn't work.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
see the log for the previous commit for the rationale.
-
JINMEI Tatuya authored
test parameters were adjusted accordingly. there are some non trivial adjustments needed for the 'correct' test cases for the original loadzone: - completing the origin for some RDATA paramaeters (NS, SOA) does not work yet until we complete the RDATA support. At the moment I made them FQDNs with comments - a few TXT data were actually incorrect in the original tests, which caused a seeming regression. I fixed the test data. - there was one real bug in the $INCLUDE + origin support. I'll go fix it; right now it fails The 'error' test cases for the original loadzone also fail, but overall the intended behavior looked preserved. Fixing the tests to make it pass seems to be quite difficult (because log output are different, and the new loadzone ng is more verbose), so I plan to simply remove these tests.
-
- 14 Dec, 2012 2 commits
-
-
JINMEI Tatuya authored
final cleanup for these obsolete test cases will be done at the end of the task. this change helps distcheck at the moment.
-
JINMEI Tatuya authored
-
- 10 Dec, 2012 1 commit
-
-
Jeremy C. Reed authored
This is for trac #2481. Review via jabber.
-
- 04 Dec, 2012 1 commit
-
-
Marcin Siodelski authored
-
- 02 Dec, 2012 1 commit
-
-
Jelte Jansen authored
Also updated log's README
-
- 22 Nov, 2012 1 commit
-
-
Jelte Jansen authored
See http://bind10.isc.org/ticket/1044#comment:13
-
- 19 Nov, 2012 1 commit
-
-
Naoki Kambe authored
- implemented a base class Counter and a concrete XfroutCounter as an external module under isc.statistics. Because it is easy to implement another concrete Counter class for other module in future. The caller module can statically import it. The new counter class provides a getter method for each statistics item. It is intended for making loose relationship between the counter class and the caller module. - added implementation of unixsocket counter into the existing UnixSockServer Class. - added new tests for checking counters implemented in UnixSockServer are working properly into xfrout_test.py. - implemented enabling/disabling counting in the new counter class.
-
- 16 Nov, 2012 1 commit
-
-
Stephen Morris authored
-
- 15 Nov, 2012 1 commit
-
-
Jelte Jansen authored
To verify and update the b10-cmdctl certificate, using a few hardcoded certificate options (cn=localhost, o=BIND10, country=US). The tool can also be used to update the existing certificate if it has expired (it is only valid for 1 year)
-
- 14 Nov, 2012 1 commit
-
-
Jeremy C. Reed authored
since mysql directory may already be provided by mysql_config output and anyways mysql.h is used by the code.
-
- 31 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 29 Oct, 2012 1 commit
-
-
Stephen Morris authored
-
- 26 Oct, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 24 Oct, 2012 2 commits
-
-
JINMEI Tatuya authored
-
Stephen Morris authored
-
- 23 Oct, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 22 Oct, 2012 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
- 19 Oct, 2012 1 commit
-
-
Jeremy C. Reed authored
when the installation was not done yet. I added extra local_plugins path and custom datasrc.spec plugin for that.
-
- 18 Oct, 2012 2 commits
-
-
Mukund Sivaraman authored
This also fixes a bug where the AM_CONDITIONAL was not set properly.
-
Mukund Sivaraman authored
-
- 15 Oct, 2012 1 commit
-
-
Jelte Jansen authored
-
- 11 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
-