BIND 10 trac805-merged, created. 01d2bc6d797953339d3d99cdb6fdba7ff76f83d0 [805] Misc fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 5 19:48:43 UTC 2012
The branch, trac805-merged has been created
at 01d2bc6d797953339d3d99cdb6fdba7ff76f83d0 (commit)
- Log -----------------------------------------------------------------
commit 01d2bc6d797953339d3d99cdb6fdba7ff76f83d0
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jan 5 20:35:43 2012 +0100
[805] Misc fixes
* Close the socket after sending from the creator, so it doesn't leak
(but it doesn't seem to help :-().
* Correct range for the token numbers, so they are harder to guess
* Set the socket as reuse address
commit ef021f7736be3ae23b19e71707cd383bad8d7c9a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jan 5 19:52:42 2012 +0100
[805] Fix error message placeholder
commit 619dbae4c1fdd5668db33590b94dbd847691bad2
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jan 5 18:59:42 2012 +0100
[805] Data sent/received are bytes, not str
commit 3cdb00878c3a0dd3d31fd2a8a64b47a376b87d37
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jan 5 19:53:39 2012 +0100
[805] Python accept returns tuple
The socket and an address. We don't care about the address, but we still
need to unpack the socket out.
commit 9f776b729b14aa1d3678325e880504c68bbe8488
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jan 5 18:30:43 2012 +0100
[805] Make sure SocketRequestor is initialized
The ModuleCCSession called the update of config which already needed the
SocketRequestor. But the requestor doesn't need the ModuleCCSession,
cc::Session is enough, so changing it and moving up in the
initialization process a little.
commit ab54494aee9089bac237cc7308f06145f62312b8
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jan 5 11:17:42 2012 +0100
[805] Make it compile and check after merge
commit f68758a5f5ebb9bc2405202ee5455944f3d95600
Merge: 43fda10b4f6f788050dbed8198fa85ea5b385a80 1f9be59567c5c6154c7f840e67c1353163e9e097
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jan 5 09:53:57 2012 +0100
Merge branch 'review/sockreq' into scfinal
Conflicts:
src/lib/server_common/socket_request.cc
src/lib/util/io/fd.cc
commit 43fda10b4f6f788050dbed8198fa85ea5b385a80
Merge: 65e86785b51677742f456ebad3d935a0cbbbeb93 c836c770e7109302fa1a27d51ae2fec573c03cb5
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Jan 5 09:41:50 2012 +0100
Merge branch 'work/sock/cppclient' into scfinal
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list