Jeremy C. Reed
9afaf171e6
[master] be clear that DHCP is limited
...
also point to wiki for known issues for DHCP
2013-02-21 06:09:47 -06:00
Michal 'vorner' Vaner
77d49bfce9
Merge #2676
...
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.
2013-02-21 08:24:37 +01:00
Yoshitaka Aharen
6dc0f0ecc2
[master] Added a ChangeLog entry for #2157 .
2013-02-21 11:04:13 +09:00
Yoshitaka Aharen
e653adac03
Merge branch 'trac2157_merge'
...
Conflicts:
ChangeLog
2013-02-21 11:03:16 +09:00
Jeremy C. Reed
54e5200044
[master] mention again that dhcp is experimental
...
statement is from stephen.
2013-02-20 16:19:36 -06:00
Mukund Sivaraman
6f119e40e8
[master] Remove redundant PYTHONPATH
...
This is from http://bind10.isc.org/attachment/ticket/2742/0001-master-Remove-redundant-PYTHONPATH.patch
of ticket #2742
2013-02-20 11:56:10 -06:00
JINMEI Tatuya
0735f72f09
[2676] avoid the situation where an uninitialized variable is used
2013-02-20 09:09:16 -08:00
Jelte Jansen
5958767f0f
[master] Merge remote-tracking branch 'origin/trac2669'
2013-02-20 11:27:03 +01:00
Michal 'vorner' Vaner
e4aaeac97a
[2676] Typo fix
2013-02-20 09:16:02 +01:00
Michal 'vorner' Vaner
75862a73a3
[2676] Don't crash on RPCError
2013-02-20 09:15:41 +01:00
Yoshitaka Aharen
8131da32a6
[2157] skip docbook XML test if python XML library is missing
2013-02-20 16:37:59 +09:00
JINMEI Tatuya
30aa2837a0
[2676] some more unrelated editorial cleanups.
...
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.
2013-02-19 10:30:09 -08:00
JINMEI Tatuya
3ddbe715a1
[2676] editorial cleanup: removed unnecessary backslash
2013-02-19 09:58:19 -08:00
Jeremy C. Reed
f0ecf95034
[master] remove generated file from dist tarball
...
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.
2013-02-19 11:50:00 -06:00
JINMEI Tatuya
3bec0f1f82
[2676] remove the comment about using "protected" member in __notify_update.
...
the revised code eliminated its use as a side effect.
2013-02-19 09:37:03 -08:00
JINMEI Tatuya
e4688c06e8
[2676] indentation fix
2013-02-19 09:36:26 -08:00
Jeremy C. Reed
2d286d7669
[master] fix case in acronym
...
(noticed when another fix was suggested for same line)
2013-02-19 08:08:55 -06:00
Shane Kerr
7da8c5f511
Typo fixes
2013-02-19 13:33:43 +01:00
Jelte Jansen
10cbf4c33a
[2669] Update check_valgrind.h documentation
2013-02-19 11:46:23 +01:00
Michal 'vorner' Vaner
59651a7480
[2676] (minor) Explain a FIXME comment
2013-02-19 11:04:07 +01:00
Michal 'vorner' Vaner
4d5d7d6e42
[2676] Translate to the correct exception
...
If the remote is not there, it's not "Data error"
2013-02-19 10:59:46 +01:00
Michal 'vorner' Vaner
cee365b41d
[2676] Remove unused variable
2013-02-19 10:29:57 +01:00
Michal 'vorner' Vaner
f5ba7aa635
[2676] (minor) Comment clarification
2013-02-19 10:19:20 +01:00
Michal 'vorner' Vaner
2e5d462ccc
[2676] Error when missing ConfigManager
...
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.
2013-02-19 10:12:59 +01:00
Michal 'vorner' Vaner
1b746a6a6a
[2676] Make the try-except block smaller
...
As the rpc_call is the only place the exception can be raised from, this
is equivalent, just cleaner.
2013-02-19 10:09:31 +01:00
Michal 'vorner' Vaner
773d25dc86
[2676] Fix FIXME
...
According to the notes in the review, we need to wait for the answer.
2013-02-19 09:53:01 +01:00
Michal 'vorner' Vaner
f29f0653f2
[2676] Reuse constants for remote loadzone command
2013-02-19 09:50:15 +01:00
Michal 'vorner' Vaner
b459be530b
[2676] Remove the notion of timeouts from the message docs
...
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.
2013-02-19 09:38:41 +01:00
Michal 'vorner' Vaner
3d8d88cb37
[2676] Reorder and tweak exception to be closer to original
...
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).
2013-02-19 09:30:31 +01:00
Michal 'vorner' Vaner
1202738314
[2676] (minor) Comment tweaks
2013-02-19 09:24:42 +01:00
Michal 'vorner' Vaner
ab159f505d
[2676] Use constant for success code
...
Use CC_REPLY_SUCCESS instead of hardcoding 0.
2013-02-19 09:13:40 +01:00
JINMEI Tatuya
de4ecfcd48
[2676] editorial: folded a long line
2013-02-18 14:04:34 -08:00
JINMEI Tatuya
24503d327e
[2669] piggyback style/editorial cleanups: const, spacing
2013-02-18 13:07:24 -08:00
Jelte Jansen
462f0ff4fb
[2669] Use valgrind-check in fork/thread tests
...
Similar to how it is checked for death tests; if valgrind is detected (when possible), parts of tests are skipped
2013-02-18 18:35:57 +01:00
Michal 'vorner' Vaner
c8870e86d8
[2676] Note why Cmdctl is not converted.
...
Similar to previous commit, there's a hack in cmdctl that doesn't allow
it now.
2013-02-18 11:30:56 +01:00
Michal 'vorner' Vaner
cd2d3c39eb
[2676] Note why XfrIn is not converted
...
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.
2013-02-18 11:28:10 +01:00
Michal 'vorner' Vaner
09af4e2b9e
[2676] Convert stats to use rpc_call
...
Most parts are converted, with one exception.
There's a place where many messages are sent at once and then it waits
for all the answers. This allows the other modules to process the
commands in parallel. The rpc_call is not flexible enough to allow this
(we'll need the rpc_call_async for that), so we stay with the original,
just adding the want_answer parameter.
2013-02-18 11:25:55 +01:00
Michal 'vorner' Vaner
9d00b71c14
[2676] Convert ZoneMgr to use the rpc_call
...
Just a plain conversion.
2013-02-18 11:24:42 +01:00
Michal 'vorner' Vaner
2b0ef32a8e
[2676] Convert DDNS to use rpc_call
...
Just a straight-forward conversion.
2013-02-18 11:24:17 +01:00
Mukund Sivaraman
227ca9fd94
Unify common code
2013-02-18 16:40:10 +09:00
Naoki Kambe
a5db81cca2
[master] Merge branch 'trac2225_statistics_4'
2013-02-18 16:39:43 +09:00
JINMEI Tatuya
4345289669
[master] corrected typo: s/NSEC/NSEC3/
...
should be trivial, directly committing.
2013-02-16 22:55:49 -08:00
Michal 'vorner' Vaner
104a04b32d
[2676] Use dict, not keyword arguments
...
As it turns out, it is not as flexible as needed (it wouldn't be
possible to pass no arguments, it would not be possible to specify
parameters of name `class` easily, and so on).
2013-02-15 09:01:30 +01:00
Naoki Kambe
c2999ba2c1
[2225_statistics_4] calculate an entire server's counts even though they are zero
...
As well as ffd4a283b18f8eaa453712e1e615e2440b12aa0d, in the platform (FreeBSD8,
amd64), the timer counters can be zero. However get_statistics() in counters.py
didn't calculate an entire server's counts if they are zero. This change is
added so that it calculates counters even though they are zero. An new
unittest is added to check that. This change fixes the issue reported in #2741 .
For details about errors related to this change, see the following build farm
reports.
http://git.bind10.isc.org/~tester/builder/BIND10-cppcheck/20130214075001-FreeBSD8-amd64-GCC/logs/unittests.out
http://git.bind10.isc.org/~tester/builder/BIND10-cppcheck/20130206173746-FreeBSD8-amd64-GCC/logs/unittests.out
http://git.bind10.isc.org/~tester/builder/BIND10-cppcheck/20130211135501-FreeBSD8-amd64-GCC/logs/unittests.out
2013-02-15 14:28:42 +09:00
JINMEI Tatuya
6699e12852
[master] Merge branch 'trac2679'
2013-02-14 20:09:50 -08:00
Mark Andrews
6714481ece
use explicit operator precedence; reviewed via jabber
2013-02-15 13:54:22 +11:00
Jeremy C. Reed
a3a6e38638
[master] update copyright year in guide and messages manual
...
Update copyright year for guide.
Update copyright year for messages manual.
Also remove the paragraph introducing bind10 from the messages manual
(it was incomplete, so misleading).
These were in the script)
This is trivial, so no review.
2013-02-14 12:43:45 -06:00
Jeremy C. Reed
4b5aa826a6
[master] remove TODO
...
This TODO was handled a few minutes ago.
2013-02-14 11:53:20 -06:00
JINMEI Tatuya
82d462fc39
[master] editorial: removed spaces after EOL
2013-02-14 09:44:30 -08:00
Shane Kerr
d1acb02130
Update the sponsor acknowledgment section in the BIND 10 Guide to include all of the sponsors.
2013-02-14 18:13:48 +01:00