- 21 Oct, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac380@3299 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Oct, 2010 3 commits
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac380@3297 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac380@3286 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac380@3285 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Oct, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac380@3279 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3250 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac373@3249 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Oct, 2010 6 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3240 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
* Fixes problem with strange IPv6 addresses (if they contain dots) * Adds test for such address * Adds workaround about MacOS bug git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac353@3239 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac353@3238 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
for trac #373. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac373@3237 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac373@3236 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
I believe it's sufficiently trivial, so skip explicit review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3235 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Oct, 2010 13 commits
-
-
Michal Vaner authored
This avoids call to inet_pton call that fails when trying to translate v6 address. It should also workaround a bug MacOS version, that incorrectly accepts 0000.0.0.0 as an IP address. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac353@3234 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
And also raise something "nicer" git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac353@3233 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
Since it didn't just check, it returned the object in some way. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac353@3232 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- in order to decide whether to update rrclass.h, check mtime of dns/rdata instead of that of dns/rdata/in_1, etc. in fact, this is more accurate because what we want to know is when a new supported RR class is added (in_1, ch_3, etc) rather than when some RR type is changed under an RR class. this will also reduce the frequency of updating rrclass.h, and help reduce compile time. - in order to decide whether to update rrtype.h, check the mtimes of rrtype_nn.h files only, while the current version also checks the mtimes of rrtype_nn.cc files. Assuming all .cc files have corresponding .h files, this should be sufficient, and this also helps reduce the frequency of updating rrtype.h (and compile time) when we are updating the definition of some RDATA. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3231 e5f2f494-b856-4b98-b285-d166d9295462
-
Naoki Kambe authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3229 e5f2f494-b856-4b98-b285-d166d9295462
-
Naoki Kambe authored
- add some dummy libraries in EXTRA_DIST (Makefile.am) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3226 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
skipping review. confirmed it compiled. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3225 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
should be quite trivial, so I'm skipping explicit review. if someone could perform sanity check on the diff copied with this message that would be great. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3224 e5f2f494-b856-4b98-b285-d166d9295462
-
Naoki Kambe authored
- add tests directry in PYTHONPATH git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3221 e5f2f494-b856-4b98-b285-d166d9295462
-
Naoki Kambe authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3219 e5f2f494-b856-4b98-b285-d166d9295462
-
Naoki Kambe authored
- remove obsoleted stats files git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3218 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
this will help run tests on a different directory than ".../tests". should be quite trivial, so skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3212 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3211 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 Oct, 2010 1 commit
-
-
Jerry authored
max_transfer_timeout and jitter_scope.(func, #340) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3205 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Oct, 2010 4 commits
-
-
Jeremy C. Reed authored
revision control id, for example). While here remove a blank line and move a comma. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3202 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3199 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3198 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3192 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Oct, 2010 1 commit
-
-
Shane Kerr authored
the process to die due to this problem. Full details can be found in the ticket: https://bind10.isc.org/ticket/367 Patch reviewed by Michal in Jabber. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3190 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Oct, 2010 3 commits
-
-
Likun Zhang authored
Remove the parameter 'db_file' for command 'retransfer' of xfrin module, and xfrin.spec will not be generated by script. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3171 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
When xfrin can't connect with one zone's master, it should tell the bad news to zonemgr, so that zonemgr can reset the timer for that zone. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3170 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
trivial, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3168 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Oct, 2010 2 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3154 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3153 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Oct, 2010 3 commits
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3140 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3139 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3137 e5f2f494-b856-4b98-b285-d166d9295462
-