]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
12 years agotestServerid funtion for detecting server_id mismatch
wlodek [Mon, 13 Jan 2014 14:07:26 +0000 (15:07 +0100)] 
testServerid funtion for detecting server_id mismatch

12 years ago[2892] Add ServerID checking
wlodek [Mon, 13 Jan 2014 14:06:40 +0000 (15:06 +0100)] 
[2892] Add ServerID checking

12 years ago[2904] Change test port from 4780XX to 5617XX
Kean Johnston [Sun, 12 Jan 2014 19:08:20 +0000 (21:08 +0200)] 
[2904] Change test port from 4780XX to 5617XX

Apple has a service that (in IPv4) listens on port 47807. This causes conflicts
with the test suite on that platform. Use ports higher up in the RFC6335 dynamic
ports range (5617XX).

12 years ago[3089] Added commentary and corrected doxygen errors
Thomas Markwalder [Sat, 11 Jan 2014 12:42:55 +0000 (07:42 -0500)] 
[3089] Added commentary and corrected doxygen errors

Added commentary to d2/tests/nc_test_utils.h::FauxServer
Corrected doxygen errors

12 years ago[3089] Addressed review comments.
Thomas Markwalder [Fri, 10 Jan 2014 20:42:13 +0000 (15:42 -0500)] 
[3089] Addressed review comments.

Changed DNSClient ctor to require response param be
an empty pointer and clarified related commentary.
Added debug log statement to log transaction start.
Other minor cosmetics.

12 years ago[master] Added ChangeLog entry for #3231.
Marcin Siodelski [Fri, 10 Jan 2014 18:49:35 +0000 (19:49 +0100)] 
[master] Added ChangeLog entry for #3231.

12 years ago[master] Merge branch 'trac3231'
Marcin Siodelski [Fri, 10 Jan 2014 18:47:09 +0000 (19:47 +0100)] 
[master] Merge branch 'trac3231'

Conflicts:
src/lib/dhcp/iface_mgr.cc

12 years ago[3252] Removed dot at the end of section title in developer's guide.
Marcin Siodelski [Fri, 10 Jan 2014 17:51:32 +0000 (18:51 +0100)] 
[3252] Removed dot at the end of section title in developer's guide.

12 years ago[3252] Created developer's guide section about error handlers in IfaceMgr.
Marcin Siodelski [Fri, 10 Jan 2014 16:26:32 +0000 (17:26 +0100)] 
[3252] Created developer's guide section about error handlers in IfaceMgr.

12 years ago[3033] Addressed review comments.
Thomas Markwalder [Fri, 10 Jan 2014 16:11:15 +0000 (11:11 -0500)] 
[3033] Addressed review comments.

Removed configuration parameter allow-client-update.
It was deemed to really just be the inverse of override-client-update.
Renamed convenience method isDhcpDdns to ddnsEnabled.
Made enum to string converion functions case insenstive.
Updated copyright dates and other cosmetic changes.

12 years ago[3252] Updated dates in the copyright file headers.
Marcin Siodelski [Fri, 10 Jan 2014 15:33:36 +0000 (16:33 +0100)] 
[3252] Updated dates in the copyright file headers.

12 years ago[3252] Install handler function for socket errors in DHCPv6 server.
Marcin Siodelski [Fri, 10 Jan 2014 15:29:01 +0000 (16:29 +0100)] 
[3252] Install handler function for socket errors in DHCPv6 server.

12 years ago[3252] Use error handler macro for IfaceMgr::openSocket4.
Marcin Siodelski [Fri, 10 Jan 2014 14:45:44 +0000 (15:45 +0100)] 
[3252] Use error handler macro for IfaceMgr::openSocket4.

12 years ago[3252] Install error handler when IPv6 sockets are being open.
Marcin Siodelski [Fri, 10 Jan 2014 14:30:04 +0000 (15:30 +0100)] 
[3252] Install error handler when IPv6 sockets are being open.

12 years ago[2426] Support generic version of rdata::createRdata(text) in generic RDATA
Mukund Sivaraman [Fri, 10 Jan 2014 10:27:16 +0000 (15:57 +0530)] 
[2426] Support generic version of rdata::createRdata(text) in generic RDATA

Also adjust tests correcting the expected behaviour.

12 years ago[2026] Detect Py_hash_t in ./configure and define it internally if not
Mukund Sivaraman [Fri, 10 Jan 2014 05:08:41 +0000 (10:38 +0530)] 
[2026] Detect Py_hash_t in ./configure and define it internally if not

12 years ago[2749] Update rest of tree to use the modified io_utilities.h API
Mukund Sivaraman [Fri, 10 Jan 2014 04:01:50 +0000 (09:31 +0530)] 
[2749] Update rest of tree to use the modified io_utilities.h API

12 years ago[2749] Check sizes in memory access functions in io_utilities.h
Mukund Sivaraman [Fri, 10 Jan 2014 03:38:47 +0000 (09:08 +0530)] 
[2749] Check sizes in memory access functions in io_utilities.h

12 years ago[2518] Move NameParserException to exceptions.h header
Mukund Sivaraman [Fri, 10 Jan 2014 03:16:02 +0000 (08:46 +0530)] 
[2518] Move NameParserException to exceptions.h header

12 years ago[1516] Add sender details when AUTH_UNSUPPORTED_OPCODE is logged
Mukund Sivaraman [Fri, 10 Jan 2014 02:40:21 +0000 (08:10 +0530)] 
[1516] Add sender details when AUTH_UNSUPPORTED_OPCODE is logged

12 years ago[3033] Compilation fix
Tomek Mrugalski [Thu, 9 Jan 2014 21:18:54 +0000 (22:18 +0100)] 
[3033] Compilation fix

12 years ago[3231] Use isRelayed instead of checking Giaddr value in DHCPv4 srv.
Marcin Siodelski [Thu, 9 Jan 2014 10:55:31 +0000 (11:55 +0100)] 
[3231] Use isRelayed instead of checking Giaddr value in DHCPv4 srv.

12 years ago[3231] Added notes explaining why new DHCPv4 server methods are static.
Marcin Siodelski [Thu, 9 Jan 2014 10:33:49 +0000 (11:33 +0100)] 
[3231] Added notes explaining why new DHCPv4 server methods are static.

12 years ago[2335] Remove RRset::setName()
Mukund Sivaraman [Thu, 9 Jan 2014 07:54:51 +0000 (13:24 +0530)] 
[2335] Remove RRset::setName()

12 years ago[1621] Set maximum version correctly in logger_example.cc
Stephen Morris [Thu, 9 Jan 2014 07:26:19 +0000 (12:56 +0530)] 
[1621] Set maximum version correctly in logger_example.cc

12 years agoMerge branch 'trac3243_2'
Kean Johnston [Thu, 9 Jan 2014 06:23:33 +0000 (08:23 +0200)] 
Merge branch 'trac3243_2'

12 years ago[688] Make Message::hasRRset() const
Mukund Sivaraman [Thu, 9 Jan 2014 04:57:31 +0000 (10:27 +0530)] 
[688] Make Message::hasRRset() const

12 years ago[1796] Move A_AND_AAAA to the Query class
Mukund Sivaraman [Thu, 9 Jan 2014 04:23:32 +0000 (09:53 +0530)] 
[1796] Move A_AND_AAAA to the Query class

12 years ago[1839] Fix toWire() for class=ANY and class=NONE cases
Mukund Sivaraman [Thu, 9 Jan 2014 03:57:53 +0000 (09:27 +0530)] 
[1839] Fix toWire() for class=ANY and class=NONE cases

12 years ago[1839] Fix bogus unittests that masked real errors
Mukund Sivaraman [Thu, 9 Jan 2014 03:55:28 +0000 (09:25 +0530)] 
[1839] Fix bogus unittests that masked real errors

12 years ago[1839] Update test comments
Mukund Sivaraman [Thu, 9 Jan 2014 03:51:07 +0000 (09:21 +0530)] 
[1839] Update test comments

12 years ago[1839] Ensure that BasicRRset's methods are actually called (cleanup duplication)
Mukund Sivaraman [Thu, 9 Jan 2014 03:13:40 +0000 (08:43 +0530)] 
[1839] Ensure that BasicRRset's methods are actually called (cleanup duplication)

12 years ago[1839] Fix unittest comment
Mukund Sivaraman [Thu, 9 Jan 2014 02:47:35 +0000 (08:17 +0530)] 
[1839] Fix unittest comment

12 years ago[1839] Add some comments
Mukund Sivaraman [Thu, 9 Jan 2014 02:41:01 +0000 (08:11 +0530)] 
[1839] Add some comments

12 years ago[1839] Specialize BasicRRset::toWire() for higher performance
JINMEI Tatuya [Thu, 9 Jan 2014 02:25:12 +0000 (07:55 +0530)] 
[1839] Specialize BasicRRset::toWire() for higher performance

12 years ago[3231] Implemented function which checks if the v4 packet is relayed.
Marcin Siodelski [Wed, 8 Jan 2014 20:09:15 +0000 (21:09 +0100)] 
[3231] Implemented function which checks if the v4 packet is relayed.

12 years ago[3234] Changes after review:
Tomek Mrugalski [Wed, 8 Jan 2014 14:27:44 +0000 (15:27 +0100)] 
[3234] Changes after review:

 - ChangeLog updated
 - Current reconfiguration limitations described in User's Guide
 - Dhcp{4,6}ParserTest.reconfigureRemoveSubnet added
 - Subnet::getNextID -> generateNextID
 - Various comments improved

12 years ago[master] Added ChangeLog entry for #3251.
Marcin Siodelski [Wed, 8 Jan 2014 09:07:38 +0000 (10:07 +0100)] 
[master] Added ChangeLog entry for #3251.

12 years ago[master] Merge branch 'trac3251'
Marcin Siodelski [Wed, 8 Jan 2014 08:14:21 +0000 (09:14 +0100)] 
[master] Merge branch 'trac3251'

12 years ago[571] Don't print trailing newlines in Question::toText() output by default
Mukund Sivaraman [Wed, 8 Jan 2014 05:14:05 +0000 (10:44 +0530)] 
[571] Don't print trailing newlines in Question::toText() output by default

It is possible to get the old behavior by passing toText(true).

Message::toText() output is unchanged.

12 years ago[2951] Add lettuce test for non-existing name in root zone from SQLite3
Mukund Sivaraman [Wed, 8 Jan 2014 03:47:55 +0000 (09:17 +0530)] 
[2951] Add lettuce test for non-existing name in root zone from SQLite3

12 years ago[2951] Fix bad concatenation to construct wildcard name (for root zone)
Mukund Sivaraman [Wed, 8 Jan 2014 03:08:44 +0000 (08:38 +0530)] 
[2951] Fix bad concatenation to construct wildcard name (for root zone)

12 years ago[2517] Add tests for RRSIG toWire() methods
Mukund Sivaraman [Wed, 8 Jan 2014 01:27:27 +0000 (06:57 +0530)] 
[2517] Add tests for RRSIG toWire() methods

12 years ago[2347] Add missing <functional> include
Mukund Sivaraman [Wed, 8 Jan 2014 01:05:56 +0000 (06:35 +0530)] 
[2347] Add missing <functional> include

This seems to be required on certain platforms (Visual Studio 2012) to
use std::bind1st, std::not_equal_to, etc. On other platforms, it may
have been transitively included.

12 years ago[3251] Fixed IfaceMgr unit test for BSD systems.
Marcin Siodelski [Tue, 7 Jan 2014 12:58:48 +0000 (13:58 +0100)] 
[3251] Fixed IfaceMgr unit test for BSD systems.

12 years ago[3231] Corrected a typo in dhcp4_srv.h
Marcin Siodelski [Tue, 7 Jan 2014 11:38:36 +0000 (12:38 +0100)] 
[3231] Corrected a typo in dhcp4_srv.h

12 years ago[3243] Fix use of serial tests harness in configure.ac
Mukund Sivaraman [Tue, 7 Jan 2014 11:32:33 +0000 (17:02 +0530)] 
[3243] Fix use of serial tests harness in configure.ac

12 years ago[2226] Add unittest and lettuce test for qtype=RRSIG query
Mukund Sivaraman [Tue, 7 Jan 2014 10:24:02 +0000 (15:54 +0530)] 
[2226] Add unittest and lettuce test for qtype=RRSIG query

12 years ago[2226] Return rcode=REFUSED to serve qtype=RRSIG queries
Mukund Sivaraman [Tue, 7 Jan 2014 10:12:10 +0000 (15:42 +0530)] 
[2226] Return rcode=REFUSED to serve qtype=RRSIG queries

12 years ago[1444] Make DATASRC_SQLITE_DROPCONN message more admin-friendly
Mukund Sivaraman [Tue, 7 Jan 2014 09:29:02 +0000 (14:59 +0530)] 
[1444] Make DATASRC_SQLITE_DROPCONN message more admin-friendly

12 years ago[1283] Remove toText() calls where IOAddress should be used directly
Mukund Sivaraman [Tue, 7 Jan 2014 05:19:14 +0000 (10:49 +0530)] 
[1283] Remove toText() calls where IOAddress should be used directly

12 years ago[1283] Define operator<< for IOAddress
Mukund Sivaraman [Tue, 7 Jan 2014 05:03:24 +0000 (10:33 +0530)] 
[1283] Define operator<< for IOAddress

12 years ago[1033] Add unittest for log layout pattern
Mukund Sivaraman [Tue, 7 Jan 2014 04:22:07 +0000 (09:52 +0530)] 
[1033] Add unittest for log layout pattern

12 years ago[3033] Corrected doxygen errors in dhcpsrv
Thomas Markwalder [Mon, 6 Jan 2014 17:01:47 +0000 (12:01 -0500)] 
[3033] Corrected doxygen errors in dhcpsrv

12 years ago[3033] Added DHCP-DDNS configuration paramater parsing to b10-dhcp4
Thomas Markwalder [Mon, 6 Jan 2014 15:56:59 +0000 (10:56 -0500)] 
[3033] Added DHCP-DDNS configuration paramater parsing to b10-dhcp4

Added configuration paramters to dhcp4 and its spec file to support DHCP-DDNS.
Created new classes D2ClientMgr, D2ClientConfig, and D2CientConfigParser in the
libdhcpsrv.   The new parameters are parsed, validated, and stored  but do
not yet affect behavior.  That will be implemented as a seperate ticket.

12 years ago[master] Add ChangeLog for #3227
Mukund Sivaraman [Mon, 6 Jan 2014 07:36:43 +0000 (13:06 +0530)] 
[master] Add ChangeLog for #3227

12 years ago[master] Delete trailing space and wrap ChangeLog messages to 80 columns
Mukund Sivaraman [Mon, 6 Jan 2014 07:35:53 +0000 (13:05 +0530)] 
[master] Delete trailing space and wrap ChangeLog messages to 80 columns

12 years agoMerge branch 'trac3227'
Mukund Sivaraman [Mon, 6 Jan 2014 07:33:34 +0000 (13:03 +0530)] 
Merge branch 'trac3227'

12 years ago[2566] Review - minor potential cleanups
Kean Johnston [Sun, 5 Jan 2014 08:29:55 +0000 (10:29 +0200)] 
[2566] Review - minor potential cleanups

12 years ago[3231] Updated bind10-guide to accomodate dynamic generation of server id.
Marcin Siodelski [Fri, 3 Jan 2014 17:02:42 +0000 (18:02 +0100)] 
[3231] Updated bind10-guide to accomodate dynamic generation of server id.

12 years ago[3231] Removed the source address adjustment of the packet in LPF.
Marcin Siodelski [Fri, 3 Jan 2014 16:41:24 +0000 (17:41 +0100)] 
[3231] Removed the source address adjustment of the packet in LPF.

The DHCPv4 server is now responsible for setting up a correct unicast
source address for the outgoing packet. The IfaceMgr doesn't replace
the broadcast address with the unicast address anymore.

12 years ago[3231] Removed fixed server identifier option from the DHCPv4 server.
Marcin Siodelski [Fri, 3 Jan 2014 16:36:34 +0000 (17:36 +0100)] 
[3231] Removed fixed server identifier option from the DHCPv4 server.

12 years ago[3231] Dynamically generate server identifier and append to server response
Marcin Siodelski [Fri, 3 Jan 2014 15:54:16 +0000 (16:54 +0100)] 
[3231] Dynamically generate server identifier and append to server response

12 years ago[3203] Doxygen errors fixes
Tomek Mrugalski [Fri, 3 Jan 2014 12:22:26 +0000 (13:22 +0100)] 
[3203] Doxygen errors fixes

12 years ago[3203] Developer's guide update
Tomek Mrugalski [Fri, 3 Jan 2014 12:21:50 +0000 (13:21 +0100)] 
[3203] Developer's guide update

12 years ago[master] Added ChangeLog entry 721 for trac3207.
Thomas Markwalder [Thu, 2 Jan 2014 19:45:21 +0000 (14:45 -0500)] 
[master] Added ChangeLog entry 721 for trac3207.

12 years agoMerge branch 'trac3207'
Thomas Markwalder [Thu, 2 Jan 2014 19:20:43 +0000 (14:20 -0500)] 
Merge branch 'trac3207'

   Completes initial implmementation of example hooks libary, user_chk.

12 years ago[3207] A few more minor review changes.
Thomas Markwalder [Thu, 2 Jan 2014 17:13:34 +0000 (12:13 -0500)] 
[3207] A few more minor review changes.

Removed reponse packet type check from IPv6 packet_snd callout.
Corrected text in user chk doxygen page.

12 years ago[3231] Set fake interface for the incoming packet in DHCPv4 unit tests.
Marcin Siodelski [Thu, 2 Jan 2014 16:57:05 +0000 (17:57 +0100)] 
[3231] Set fake interface for the incoming packet in DHCPv4 unit tests.

12 years ago[3231] Implemented test fixture class to run tests with fake interfaces.
Marcin Siodelski [Thu, 2 Jan 2014 14:05:04 +0000 (15:05 +0100)] 
[3231] Implemented test fixture class to run tests with fake interfaces.

12 years ago[3251] Merge branch 'master' into trac3251
Marcin Siodelski [Thu, 2 Jan 2014 10:01:05 +0000 (11:01 +0100)] 
[3251] Merge branch 'master' into trac3251

12 years ago[3207] Some minor corrections to user_chk library dox page.
Thomas Markwalder [Tue, 31 Dec 2013 22:00:30 +0000 (17:00 -0500)] 
[3207] Some minor corrections to user_chk library dox page.

12 years ago[3207] Addressed review comments.
Thomas Markwalder [Tue, 31 Dec 2013 20:38:13 +0000 (15:38 -0500)] 
[3207] Addressed review comments.

Addressed review comments which were largely minor. Limited use of
extern C linkage to only the callout functions themselves. Added
a dox page describing the library.  Added namespace user_chk.

12 years ago[3203] Minor tweaks in v4 client classification
Tomek Mrugalski [Tue, 31 Dec 2013 14:10:43 +0000 (15:10 +0100)] 
[3203] Minor tweaks in v4 client classification

12 years ago[3203] v6 vendor class is not intepreted as client class.
Tomek Mrugalski [Tue, 31 Dec 2013 14:09:57 +0000 (15:09 +0100)] 
[3203] v6 vendor class is not intepreted as client class.

12 years ago[3203] Comment in Pkt4 about client classes updated.
Tomek Mrugalski [Tue, 31 Dec 2013 14:07:35 +0000 (15:07 +0100)] 
[3203] Comment in Pkt4 about client classes updated.

12 years ago[3203] v6 vendor-class option updated, unit-test added
Tomek Mrugalski [Tue, 31 Dec 2013 14:07:15 +0000 (15:07 +0100)] 
[3203] v6 vendor-class option updated, unit-test added

12 years agoMerge branch 'master' into trac3207
Thomas Markwalder [Tue, 31 Dec 2013 12:38:34 +0000 (07:38 -0500)] 
Merge branch 'master' into trac3207

3207 was created quite some time ago, so master was
merged into it first.

12 years ago[3203] Client classification added in DHCPv4.
Tomek Mrugalski [Fri, 18 Oct 2013 09:10:54 +0000 (11:10 +0200)] 
[3203] Client classification added in DHCPv4.

12 years ago[3203] DHCPv4 Vendor-class option is now a string.
Tomek Mrugalski [Fri, 18 Oct 2013 08:46:52 +0000 (10:46 +0200)] 
[3203] DHCPv4 Vendor-class option is now a string.

12 years ago[3203] Client classes in packets added.
Tomek Mrugalski [Fri, 18 Oct 2013 07:55:45 +0000 (09:55 +0200)] 
[3203] Client classes in packets added.

12 years ago[3234] Subnet-id is now set properly in b10-dhcp{4,6} servers
Tomek Mrugalski [Mon, 30 Dec 2013 17:38:37 +0000 (18:38 +0100)] 
[3234] Subnet-id is now set properly in b10-dhcp{4,6} servers

12 years ago[master] Keep generate files list sorted
Kean Johnston [Mon, 30 Dec 2013 09:04:25 +0000 (11:04 +0200)] 
[master] Keep generate files list sorted

12 years ago[master] Remove obsolete usage of AC_OUTPUT
Kean Johnston [Mon, 30 Dec 2013 08:47:23 +0000 (10:47 +0200)] 
[master] Remove obsolete usage of AC_OUTPUT

The obsolete usage of AC_OUTPUT was actually causing config.status
to be executed multiple times, which is a big waste of time. Changed
to use the correct AC_CONFIG_FILES and AC_CONFIG_COMMANDS macros
instead.

12 years agoMerge branch 'trac3267'
Kean Johnston [Mon, 30 Dec 2013 08:10:05 +0000 (10:10 +0200)] 
Merge branch 'trac3267'

12 years ago[3267] Removed includes to top level
Kean Johnston [Mon, 30 Dec 2013 07:58:47 +0000 (09:58 +0200)] 
[3267] Removed includes to top level

12 years ago[2566] Include logging maintenance guide into BIND 10 Developer's Manual
Stephen Morris [Fri, 20 Dec 2013 12:10:31 +0000 (12:10 +0000)] 
[2566] Include logging maintenance guide into BIND 10 Developer's Manual

Convert the old logging "README" file to Doxygen format.  The opportunity
was taken to expand and edit it at the same time.

12 years ago[3251] Addressed review comments.
Marcin Siodelski [Thu, 19 Dec 2013 15:56:57 +0000 (16:56 +0100)] 
[3251] Addressed review comments.

12 years ago[master] Fix ChangeLog formatting
Mukund Sivaraman [Thu, 19 Dec 2013 09:50:11 +0000 (15:20 +0530)] 
[master] Fix ChangeLog formatting

12 years ago[3227] Return clearer message when cmdctl address+port is already in use
Mukund Sivaraman [Thu, 19 Dec 2013 09:45:43 +0000 (15:15 +0530)] 
[3227] Return clearer message when cmdctl address+port is already in use

12 years ago[3089] Corrected log argument in d2::NameAddTransaction
Thomas Markwalder [Tue, 17 Dec 2013 19:59:33 +0000 (14:59 -0500)] 
[3089] Corrected log argument in d2::NameAddTransaction

12 years ago[3089] D2UpdateMgr now uses NameChangeTransaction derivations
Thomas Markwalder [Tue, 17 Dec 2013 19:07:37 +0000 (14:07 -0500)] 
[3089] D2UpdateMgr now uses NameChangeTransaction derivations

Now that NameAddTransaction and NameRemoveTransction classes
have been implemented, D2UpdateMgr has been updated to use
them.  It now creates instances of NameAddTransaction and
NameRemoveTransaction based on the change type specified in
received NameChangeRequests as designed.

12 years ago[3251] Compilation fix for g++ 4.8.1 and gtest 1.7.0
Tomek Mrugalski [Tue, 17 Dec 2013 18:05:55 +0000 (19:05 +0100)] 
[3251] Compilation fix for g++ 4.8.1 and gtest 1.7.0

12 years ago[master] Added ChangeLog entry 720 for trac# 3088.
Thomas Markwalder [Tue, 17 Dec 2013 16:53:27 +0000 (11:53 -0500)] 
[master] Added ChangeLog entry 720 for trac# 3088.

12 years agoMerge branch 'trac3088' (adds d2::NameRemoveTransaction)
Thomas Markwalder [Tue, 17 Dec 2013 16:50:33 +0000 (11:50 -0500)] 
Merge branch 'trac3088' (adds d2::NameRemoveTransaction)

Conflicts:
src/bin/d2/d2_messages.mes

12 years ago[3088] Minor review fixes.
Thomas Markwalder [Tue, 17 Dec 2013 16:38:47 +0000 (11:38 -0500)] 
[3088] Minor review fixes.

Fixed two missed minor cleanups from the initial review.

12 years ago[3088] Addressed review changes.
Thomas Markwalder [Tue, 17 Dec 2013 13:43:10 +0000 (08:43 -0500)] 
[3088] Addressed review changes.

Changes are largely clean up and commentary.

12 years ago[3267] Use local #include directives
Kean Johnston [Tue, 17 Dec 2013 11:12:29 +0000 (13:12 +0200)] 
[3267] Use local #include directives

Some files were using #include <full/path/to/header> syntax which is
not desirable as the directory may move about in the source tree, and
all of the files it was including are local to perfdhcp so they should
be using #include "filename.h".

12 years ago[master] Fix building with srcdir != objdir
Kean Johnston [Tue, 17 Dec 2013 05:33:22 +0000 (07:33 +0200)] 
[master] Fix building with srcdir != objdir

Recent changes to the perfdhcp tool introduced a new breakage when
configuring with srcdir != objdir. These were introuced by the code
using #include <tests/tools/perfdhcp/SOME_FILE.h> but there were no
-I flags set to allow for including files from the top level.

12 years ago[master] Merge branch 'trac3210' (DHCPv4 client-id echo config parameter)
Tomek Mrugalski [Mon, 16 Dec 2013 17:31:24 +0000 (18:31 +0100)] 
[master] Merge branch 'trac3210' (DHCPv4 client-id echo config parameter)

Conflicts:
ChangeLog
doc/guide/bind10-guide.xml