- 22 Feb, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 21 Feb, 2013 7 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
also point to wiki for known issues for DHCP
-
Michal 'vorner' Vaner authored
Replacing pair of group_sendmsg & group_recvmsg by compound method rpc_call in many cases. It's not possible to convert all cases, due to various hacks in the code.
-
Yoshitaka Aharen authored
-
Yoshitaka Aharen authored
Conflicts: ChangeLog
-
- 20 Feb, 2013 7 commits
-
-
Jeremy C. Reed authored
statement is from stephen.
-
Mukund Sivaraman authored
This is from http://bind10.isc.org/attachment/ticket/2742/0001-master-Remove-redundant-PYTHONPATH.patch of ticket #2742
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Yoshitaka Aharen authored
-
- 19 Feb, 2013 20 commits
-
-
JINMEI Tatuya authored
just happen to notice them in review, and since these files will be updated this is probably a good opportunity to fix them with the branch.
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
Don't include example.zone test data file in dist tarball. It is generated from an .in file via ./configure. This was noticed by emhn during Debian packaging. (distclean created a source different than extract tarball.) I didn't get okay, but I mentioned my patch on jabber. I tested on one system. This seems to be trivial.
-
JINMEI Tatuya authored
the revised code eliminated its use as a side effect.
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
(noticed when another fix was suggested for same line)
-
Shane Kerr authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
If the remote is not there, it's not "Data error"
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
In the code before refactoring, when the CfgMgr wasn't there, it did a SessionTimeout. Now the RPCRecipientMissing is raised instead, but as it is subclass of RPCError, we need to exclude it from the error ignoring. Actually, the error ignoring itself is very questionable thing, but it is as it was before.
-
Michal 'vorner' Vaner authored
As the rpc_call is the only place the exception can be raised from, this is equivalent, just cleaner.
-
Michal 'vorner' Vaner authored
According to the notes in the review, we need to wait for the answer.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Remove the part of the DDNS_UPDATE_NOTIFY_FAIL message description, complaining about how bad the timeouts are. The timeouts should be solved by now and should happen only in really rare circumstances. If the other module is not there, it should return error right away.
-
Michal 'vorner' Vaner authored
In case the auth wasn't there before the refactoring, it did a session timeout, which resulted in DDNS_(START|STOP)_FORWARDER_ERROR log message. So we handle the RPCRecipientMissing in the same branch (and list above the RPCError, since it is a subclass of that).
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Use CC_REPLY_SUCCESS instead of hardcoding 0.
-
- 18 Feb, 2013 5 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
Similar to how it is checked for death tests; if valgrind is detected (when possible), parts of tests are skipped
-
Michal 'vorner' Vaner authored
Similar to previous commit, there's a hack in cmdctl that doesn't allow it now.
-
Michal 'vorner' Vaner authored
There's a hack in XfrIn that prevents straight-forward conversion. Adding the want_answer parameter for now as a temporary measure, until the thing is fixed.
-