BIND 10 trac2974, created. 42073d9d8c264a33ca883c9e80310cb91de706c6 [master] ChangeLog entry for trac2522 merge
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon May 27 09:07:01 UTC 2013
The branch, trac2974 has been created
at 42073d9d8c264a33ca883c9e80310cb91de706c6 (commit)
- Log -----------------------------------------------------------------
commit 42073d9d8c264a33ca883c9e80310cb91de706c6
Author: Paul Selkirk <pselkirk at isc.org>
Date: Sun May 26 23:12:52 2013 -0400
[master] ChangeLog entry for trac2522 merge
commit ea97070cf6b41299351fc29af66fa39c6465d56a
Merge: bf2a2aa 64bc088
Author: Paul Selkirk <pselkirk at isc.org>
Date: Sun May 26 23:07:00 2013 -0400
Merge branch 'trac2522'
commit bf2a2aab27a29e23699f42c393ac31b324c7f096
Merge: 26f8bf3 1248e88
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Fri May 24 09:05:22 2013 +0200
Merge #2930
Sending notifications over msgq.
No receiving end yet.
commit 26f8bf358b2eceec472e341f1f380bf9474913de
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 22:38:17 2013 -0700
[master] avoid using 'with' protocol for socket.socket. it doesn't work < 3.2.
this should fix test failures reported by buildbots. confirmed, committing
at my discretion.
commit 4eb6ec7a740b1ec21334cc69b0272883c8e874cf
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 20:35:23 2013 -0700
[master] changelog for #2905
commit 56ee9810fdfb5f86bd6948e6bf26545ac714edd8
Merge: aafb86a c1d838b
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 16:07:51 2013 -0700
[master] Merge branch 'trac2905'
commit aafb86a4203109142c6f888a2548fe57dd0dd701
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 16:07:21 2013 -0700
[master] changelog for #2934
commit bde0e94518469557c8b455ccbecc079a38382afd
Merge: e5094ef a29c0e1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 15:19:26 2013 -0700
[master] Merge branch 'trac2934'
commit a29c0e18ea2b70d6e4c2b2bd48199240f4c909db
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 15:18:33 2013 -0700
[2934] explicitly specify the relative path in "." statement.
there seems to be a portability issue without it.
commit e5094ef98ad34b001152d14ea2ea4c6ae9fbd85e
Author: Marcin Siodelski <marcin at isc.org>
Date: Thu May 23 16:44:02 2013 +0200
[master] Added ChangeLog entry for #2902.
commit 8244c9cb7152aa47be60e0f86f02289fd67a6239
Author: Marcin Siodelski <marcin at isc.org>
Date: Thu May 23 16:29:59 2013 +0200
[master] Workaround for the FreeBSD bug resulting in IfaceMgr test failure
This disables the test to receive data over a closed socket on BSD systems.
The 8.1-RELEASE version of FreeBSD has a bug which causes select() not to
return EBADF error code when invalid socket descriptor is provided. The
bug number is kern/155606.
commit 12164374c127f1e9484c63f2f365ff7395768599
Author: Marcin Siodelski <marcin at isc.org>
Date: Thu May 23 13:19:30 2013 +0200
[master] Include socket descriptor equal 0 as a valid one.
The socket function returns socket descriptor on success and value of -1
on error. This implies that 0 is a valid socket descriptor and the unit
test which verifies it should treat 0 as success. Previous version of
IfaceMgr unit test expected positive result.
commit c2d40e3d425f1e51647be6a717c4a97d7ca3c29c
Merge: 9346c7a 454afa9
Author: Marcin Siodelski <marcin at isc.org>
Date: Thu May 23 11:38:16 2013 +0200
[master] Merge branch 'trac2902'
Conflicts:
src/lib/dhcp/Makefile.am
commit 1248e88ace533f61e4f8865fafa5f0c89470c6cd
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Thu May 23 10:51:12 2013 +0200
[2930] Include forgotten note about not blocking
commit e8a9043a2508edd209a01facb71fe4bac4d9eceb
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Thu May 23 10:47:45 2013 +0200
[2930] Replace example for a more obvious one
commit cd146974efff9794c989296158c0e05997da1edf
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Thu May 23 10:39:52 2013 +0200
[2930] Adjust terminology in docs
So it is the same as in the ipc-high.txt.
commit c1d838b4ef7ed6a20b43987713981ff521aec274
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 13:25:48 2013 -0700
[2905] corrected a member variable of example code in doxygen doc.
commit 41aef4f8135de17e94f3d703ff8f461bfeedd94e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 13:08:21 2013 -0700
[2905] clarify the case we pass NULL to ZoneWriter::load() in comments.
commit e7e1564b312b70ed4d0c04e59025e337f0210729
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 13:03:56 2013 -0700
[2905] revised a doxygen code example so it'll be more consistent overall.
commit 9b41a2252bf1db1fe686ed4cb8b20d3fbbf1d5e6
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 13:01:38 2013 -0700
[2905] updated test comments for more clarity
commit c13f4a4ab9ddf938d9b5fd62e08574dd8dc210b1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 12:59:29 2013 -0700
[2905] revised an exception what() message to be hopefully more unstandable.
commit c82208ea06ca7d72186cc606cc4038bb35b7afc1
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 11:29:12 2013 -0700
[2905] refer relevant documentation for ZoneTable::FindResult
it's described in the context of findZone() method.
commit f34eec70bf82d42c27a0df4709b0682abf2f7b2a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 11:24:57 2013 -0700
[2905] preserved existing ZoneNode flag values for ZoneData.
added a note on the numbering.
and made one piggyback cleanup: define public static const explicitly.
commit 4b68c9bb855e1cee112ed6a0c3dd398048930824
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 22 10:58:47 2013 -0700
[2930] style fix: folded long lines
commit fafa0dd4a0c97aeef84b7c95ed624c3873ca4cb4
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed May 22 12:33:21 2013 +0200
[2930] Test empty params in python
commit 85dff79c7ec72f5079dea7646baa557de2e98c5b
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed May 22 11:37:33 2013 +0200
[2930] Update python docs to match the C++ ones
commit 2ae9ac7bb5a19741eb21b0ccec951588c5672d1d
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed May 22 11:22:07 2013 +0200
[2930] Add test for missing parameters
commit e7591db5df9c7694e1e0e3f7dd3e2d77753999c1
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed May 22 11:17:48 2013 +0200
[2930] Doxygen update
Clarify few points in the method's doxygen comment.
commit 453f362d6c7bba06582e713b9fa243fa0b8ef5b7
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed May 22 11:14:09 2013 +0200
[2930] Update docs for notifications
The group prefix is now lower-case.
commit c738282e2dabd4004dd451edc1d5dd36b4e59df7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 21 15:45:17 2013 -0700
[2930] style fix: postion of &
commit ccf4516112346e4722125b2004138b7a78d701e0
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 21 14:08:51 2013 -0700
[2905] updated lettuce tests to reflect the rcode change to SERVFAIL
commit fde6aa002772b6529f185148ce22cdbfabfe6a49
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 21 13:50:01 2013 -0700
[2905] updated Query::process so it'll return SERVFAIL for empty(broken) zones.
commit 2f0e203d44adda18249239ff33a75102a8477e82
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 21 10:50:21 2013 -0700
[2905] add an "empty zone" in the auth query test setup, fixing a test bug.
the mock findZone() implementation was buggy and wouldn't work correctly
if there were actually more than one zone. fixed it by porting
MockDataSourceClient::findZone() from datasrc/tests/mock_client.cc.
commit 46d8b0039515a169b9a0297ff530aea7a25f0a54
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 21 09:33:10 2013 -0700
[2905] (unrelated) style cleanups: use lower_uscore form for variables
per style guideline.
commit 16dea270c9125075b74983e10cf1af7b8851f37c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 21 09:28:26 2013 -0700
[2905] extended ZoneWriter::load() so it can set load error, use it clientlist.
this allows the caller to know whether a load error happens and log the
reason for it if it constructed the writer to catch load error exceptions
internally. ConfigurableClientList::configure() needs it to log these
events. the catch block in the method is now dead code and was removed.
commit 88fe64ea760b7c2f4e2f5d4fdcc8c298481b46b7
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue May 21 16:38:18 2013 +0200
[2930] Use a constant
commit 143264e9d77c446e9f5d9f2611198bb73de82243
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue May 21 16:15:09 2013 +0200
[2930] Sending notifications, python part
commit f3cd2b49392a4883751e2dbce2d8677e46d1f167
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue May 21 15:58:03 2013 +0200
[2930] Sending notifications, C++ version
commit f4130b056637b3b14635d8211ad7d720a74ae9c2
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 20 23:39:44 2013 -0700
[2905] updated ClientList so the initial loading accepts load errors
...and will treat it as a broken (rather than nonexistent) zone for later
lookups.
commit 0ae219d8e8bfeacdfe026ad1e3576ab401d79724
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 20 17:56:49 2013 -0700
[2905] handle the empty-zone case in InMemoryClient.
commit 946442d00fdfdc6657b5d068b6aacd859c80383a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 20 16:58:39 2013 -0700
[2905] extend ZoneWriter so it can catch load error and install empty zone.
commit 6994c90205b1c8b7233a47a6ad8b07060ed6b9bd
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 20 15:25:41 2013 -0700
[2905] explicitly reject adding empty zone data directly, for safety.
commit 1a488b6c5ef9970422880a4a6a348d89a66805d7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 20 15:14:39 2013 -0700
[2905] added ZoneTable::addEmptyZone() to allow adding an empty zone.
updated addZone() and findZone() behavior so they can handle the concept of
empty zones well.
commit 58639475bb07feaf4755b83942a572abb2943743
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon May 20 09:20:54 2013 -0700
[2934] add in-tree path to loadzone so the test can be more self contained.
also introduced Makefile.am in tests/lettuce so setup_interface_bind10.sh
will be auto-regenerated.
commit cfbf803bb49ad944bef4070fec9f2c999a98cb78
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 17 18:56:08 2013 -0700
[2905] store an empty zone data in zone table as placeholder of broken zones.
commit 2afcb422fee3bbb9d3c8403f98e489f195184471
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 17 16:52:44 2013 -0700
[2905] implemented the concept of "empty zone data"
this will be used instead of NULL in later part of this branch.
(NULL won't work because it would create an unintended empty node).
commit e488b9b74d562517bf430b1de30747d575966b07
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 17 09:21:44 2013 -0700
[2934] updated docstring for make_blocking, clarifying file vs socket
commit 72e89527efb75c3aaec0843bf81b08581c3b1f58
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 17 09:19:07 2013 -0700
[2934] corrected a typo
commit b9b2b5e9a5aba9c87939ff116d103c8e9d42c550
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 17 09:18:15 2013 -0700
[2934] updated lettuce README regarding prerequisites programs to be installed.
commit 1519438c8f9c74286b84c7258ea9ede4a5a03a7d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 17 09:04:21 2013 -0700
[2934] explained the rationale of the imposed delay for a xfrout test.
commit 2ab76e6181396639a60994b5c78493fa2235b304
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 16 23:55:23 2013 -0700
[2934] added a lettuce test for axfr, including the scenario of this ticket.
commit 48bbc35c15b307c83ade8ee4dedbf2217aee3530
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 16 15:48:50 2013 -0700
[2934] (unrelated fix) make sure closing auth TCP socket after first AXFR.
this only happens for very first TCP connection that does not result in
an answer, so wouldn't be very problematic in practice. but it's still
awkward.
commit a569e3510c94ab28efa0a6a50ec657ae37035d43
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 16 14:01:30 2013 -0700
[2934] use blocking I/O for sending XFR responses.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list