- 22 May, 2012 6 commits
-
-
JINMEI Tatuya authored
- use recipient instead of forwarded as it seemed more intuitive - descirbe how the request is responded - use 'component' instead of 'program' where it's more appropriate - use 'process' instead of 'program' where it's more appropriate
-
JINMEI Tatuya authored
the formatEndpoint() function locally defined in auth_srv was essentially moved there. also added the test of the operator.
-
JINMEI Tatuya authored
this will make the caller side much simpler. in particular, the caller now doesn't have to handle exceptions. connect() and close() can now be private. To handle various types of requests, the constructor is extended to take a message type, which will be used in the log message on failure. log message ID and description were made generic.
-
JINMEI Tatuya authored
so that it matches latest implementation status (and the statement is generic and won't have to be updated this way again)
-
JINMEI Tatuya authored
so that it doesn't necessarily mean we'll get the path from a configuration.
-
JINMEI Tatuya authored
the latter isn't very portable.
-
- 19 May, 2012 8 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
for now, just like what we do for xfrout. eventually we should get this from the ddns configuration.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this will simplify the main code, and allow the underlying forwarder to be hidden as private. also, expecting we'll eventually use this for xfrout, it will help reduce duplicate code.
-
JINMEI Tatuya authored
-
- 18 May, 2012 7 commits
-
-
JINMEI Tatuya authored
MockSocketSessionForwarder was now moved to lib/util/unittests for possible wider use.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
so that we can define and use a mock class for testing. also added some initial tests.
-
JINMEI Tatuya authored
for the convenience of tests.
-
- 17 May, 2012 6 commits
-
-
Jeremy C. Reed authored
The -no-undefined I added previously caused failures on Mac. On my Linux and NetBSD tests it didn't notice. But the Macmini detected it. The top of error output is clear: Undefined symbols: "isc::asiolink::IOAddress::operator unsigned int() const", referenced from: isc::dhcp::IfaceMgr::send(boost::shared_ptr<isc::dhcp::Pkt4> const&)in libdhcp___la-iface_mgr.o Okayed by tomek via jabber.
-
-
Jeremy C. Reed authored
The libdhcp++ API was changed as part of the refactoring. When linking new tests to old library it fails with: /libexec/ld-elf.so.1: /usr/home/jreed/builder/work/BIND10-cppcheck/20120516153001-FreeBSD8-amd64-GCC/build/src/bin/dhcp4/tests/.libs/dhcp4_unittests: Undefined symbol "_ZN3isc4dhcp6OptionC1ENS1_8UniverseEtRKSt6vectorIhSaIhEE" This is: isc::dhcp::Option::Option(isc::dhcp::Option::Universe, unsigned short, std::vector<unsigned char, std::allocator<unsigned char> > const&) See http://bind10.isc.org/wiki/LibraryVersioning for details.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Jeremy C. Reed authored
per email on dev list
-
- 16 May, 2012 12 commits
-
-
Jeremy C. Reed authored
as requested via jabber
-
Jeremy C. Reed authored
note I can't find the git hash for the merge so picked some individual commit.
-
Jeremy C. Reed authored
from jelte in jabber and jinmei on dev list also some other additions of trac numbers
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
Lines too long Use two tabs before the committer username.
-
Jeremy C. Reed authored
catch up reordered entries and also new or changes messages.
-
Jeremy C. Reed authored
used tools/reorder_message_file.py on each mes file. This should have no content changes.
-
Jeremy C. Reed authored
catch up for docbook file's changes
-
Jeremy C. Reed authored
Based on diff from jinmei.
-
Jeremy C. Reed authored
reviewed by jelte
-
Jeremy C. Reed authored
reviewed by jelte
-
Jeremy C. Reed authored
This is to fix the ongoing problem seen on a builder: /libexec/ld-elf.so.1: /usr/home/jreed/builder/work/BIND10-cppcheck/20120516030045-FreeBSD8-amd64-GCC/build/src/lib/datasrc/tests/.libs/run_unittests: Undefined symbol "_ZN3isc3log23checkExcessPlaceholdersEPSsj" It was matching the library in the base system instead. This was discussed on jabber some weeks ago.
-
- 15 May, 2012 1 commit
-
-
JINMEI Tatuya authored
-