- 24 Dec, 2010 4 commits
-
-
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 18 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
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
-
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
-
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
-
- 22 Dec, 2010 11 commits
-
-
JINMEI Tatuya authored
- improved log messages a bit - supported the "remove" operation - more documentation, some more tests git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac446@3973 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
should be trivial, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3972 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3971 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3968 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3967 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3952 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac444@3951 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac446@3950 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac446@3949 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3946 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3945 e5f2f494-b856-4b98-b285-d166d9295462
-
- 21 Dec, 2010 7 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac444@3944 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac444@3943 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac444@3942 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac444@3941 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac444@3940 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac444@3939 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac444@3938 e5f2f494-b856-4b98-b285-d166d9295462
-