- 28 Dec, 2010 5 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac451@4035 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac451@4034 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac451@4033 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4031 e5f2f494-b856-4b98-b285-d166d9295462
-
Yoshitaka Aharen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4026 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Dec, 2010 8 commits
-
-
Jeremy C. Reed authored
reference of loadzone. Regenerate man file. Mention b10-recurse in README. In Guide, mention that BIND 10 does offer a forwarding server. (Note the Guide needs to document b10-recurse still.) This is minor. It was not reviewed. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4024 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
139. [build] jreed Introduced configure option and make targets for generating Python code coverage report. This adds new make targets: report-python-coverage and clean-python-coverage. The C++ code coverage targets were renamed to clean-cpp-coverage and report-cpp-coverage. (Trac #362, svn r4023) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4023 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@4022 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
coverage. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@4021 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac447@4020 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4019 e5f2f494-b856-4b98-b285-d166d9295462
-
Yoshitaka Aharen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac347@4016 e5f2f494-b856-4b98-b285-d166d9295462
-
Yoshitaka Aharen authored
- enum QueryType was renamed to enum CounterType. - COUNTER_{UDP,TCP} were renamed to COUNTER_{UDP,TCP}_QUERY. - Catch an exception by const reference. - Documentation and comments were appended. - Removed unnecessary test; the result is obvious. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac347@4015 e5f2f494-b856-4b98-b285-d166d9295462
-
- 25 Dec, 2010 1 commit
-
-
JINMEI Tatuya authored
- member functions with a definition will automatically be inlined - virtual functions cannot be inlined anyway believing trivial, skip review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4009 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Dec, 2010 5 commits
-
-
Michal Vaner authored
* Removed the interface level exception safety of ::add, it is wrong. * Removed the trick with storing only relative names. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac447@4008 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4006 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- we should return REFUSED (as opposed to SERVFAIL) when we cannot find a matchign zone as we discussed at the bind10-dev list - we shouldn't use the meory data source unless the query class is IN (which is the only supported class at the moment) - the "NXRRSET" result of Zone::find() should actually result in "NOERROR" rcode in the response (NXRRSET is dynamic update specific) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac450@4005 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac450@4004 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4001 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Dec, 2010 21 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3999 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3998 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac446@3997 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- allowed commit() to throw an exception (although discouraging it strongly), and catch and convert it in configureAuthServer() - added a test for that scenario - changed the type of FatalError to make sure it won't be caught in the middle of server program git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac446@3996 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- removed destroyAuthConfigParser() - adjusted the test code and documentation accordingly git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac446@3995 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Use "$@" for all to pass arguments. (Some before use $* and some didn't.) Also remove some blank lines at end. This was discussed briefly on jabber. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3993 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
This is slightly out of order for the b10-recurse entries. This also includes: Trac #401, svn r3660 Trac #393, r3602 Trac #389, r3448 And I kept those change log entries too. I renumbered the two newest entries. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3992 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3991 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3990 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Fix run_*.sh scripts that are used for development testing so they use a msgq socket file in the build tree. I didn't merge from that branch since had 21 conflicts and missing ranges. My original commit message for r3881 was: Set BIND10_MSGQ_SOCKET_FILE in environment for every run_*.sh script (not for unittests though). It is set to @abs_top_builddir@/msgq_socket I didn't test all of them and some do not even use it. But it shouldn't hurt. This is for Trac ticket #226. Note I don't patch the src/bin/recurse/run_b10-recurse.sh.in now. It is now missing and I don't know why. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3989 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
* Removed delegation code, as it is wrong and needs to be addressed in a more sophisticated way. * Make MemoryZone::add strong exception safe at the interface level. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac447@3987 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
Some compilers complain when there's no return after assert(0) Reviewed on jabber git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3986 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3983 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac447@3982 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3981 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac440@3980 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3979 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac347@3977 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3976 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3975 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3974 e5f2f494-b856-4b98-b285-d166d9295462
-