]>
git.ipfire.org Git - thirdparty/kea.git/log
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.
Mukund Sivaraman [Mon, 6 Jan 2014 07:36:43 +0000 (13:06 +0530)]
[master] Add ChangeLog for #3227
Mukund Sivaraman [Mon, 6 Jan 2014 07:35:53 +0000 (13:05 +0530)]
[master] Delete trailing space and wrap ChangeLog messages to 80 columns
Mukund Sivaraman [Mon, 6 Jan 2014 07:33:34 +0000 (13:03 +0530)]
Merge branch 'trac3227'
Kean Johnston [Sun, 5 Jan 2014 08:29:55 +0000 (10:29 +0200)]
[2566] Review - minor potential cleanups
Marcin Siodelski [Fri, 3 Jan 2014 17:02:42 +0000 (18:02 +0100)]
[3231] Updated bind10-guide to accomodate dynamic generation of server id.
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.
Marcin Siodelski [Fri, 3 Jan 2014 16:36:34 +0000 (17:36 +0100)]
[3231] Removed fixed server identifier option from the DHCPv4 server.
Marcin Siodelski [Fri, 3 Jan 2014 15:54:16 +0000 (16:54 +0100)]
[3231] Dynamically generate server identifier and append to server response
Tomek Mrugalski [Fri, 3 Jan 2014 12:22:26 +0000 (13:22 +0100)]
[3203] Doxygen errors fixes
Tomek Mrugalski [Fri, 3 Jan 2014 12:21:50 +0000 (13:21 +0100)]
[3203] Developer's guide update
Thomas Markwalder [Thu, 2 Jan 2014 19:45:21 +0000 (14:45 -0500)]
[master] Added ChangeLog entry 721 for 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.
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.
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.
Marcin Siodelski [Thu, 2 Jan 2014 14:05:04 +0000 (15:05 +0100)]
[3231] Implemented test fixture class to run tests with fake interfaces.
Marcin Siodelski [Thu, 2 Jan 2014 10:01:05 +0000 (11:01 +0100)]
[3251] Merge branch 'master' into trac3251
Thomas Markwalder [Tue, 31 Dec 2013 22:00:30 +0000 (17:00 -0500)]
[3207] Some minor corrections to user_chk library dox page.
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.
Tomek Mrugalski [Tue, 31 Dec 2013 14:10:43 +0000 (15:10 +0100)]
[3203] Minor tweaks in v4 client classification
Tomek Mrugalski [Tue, 31 Dec 2013 14:09:57 +0000 (15:09 +0100)]
[3203] v6 vendor class is not intepreted as client class.
Tomek Mrugalski [Tue, 31 Dec 2013 14:07:35 +0000 (15:07 +0100)]
[3203] Comment in Pkt4 about client classes updated.
Tomek Mrugalski [Tue, 31 Dec 2013 14:07:15 +0000 (15:07 +0100)]
[3203] v6 vendor-class option updated, unit-test added
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.
Tomek Mrugalski [Fri, 18 Oct 2013 09:10:54 +0000 (11:10 +0200)]
[3203] Client classification added in DHCPv4.
Tomek Mrugalski [Fri, 18 Oct 2013 08:46:52 +0000 (10:46 +0200)]
[3203] DHCPv4 Vendor-class option is now a string.
Tomek Mrugalski [Fri, 18 Oct 2013 07:55:45 +0000 (09:55 +0200)]
[3203] Client classes in packets added.
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
Kean Johnston [Mon, 30 Dec 2013 09:04:25 +0000 (11:04 +0200)]
[master] Keep generate files list sorted
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.
Kean Johnston [Mon, 30 Dec 2013 08:10:05 +0000 (10:10 +0200)]
Merge branch 'trac3267'
Kean Johnston [Mon, 30 Dec 2013 07:58:47 +0000 (09:58 +0200)]
[3267] Removed includes to top level
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.
Marcin Siodelski [Thu, 19 Dec 2013 15:56:57 +0000 (16:56 +0100)]
[3251] Addressed review comments.
Mukund Sivaraman [Thu, 19 Dec 2013 09:50:11 +0000 (15:20 +0530)]
[master] Fix ChangeLog formatting
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
Thomas Markwalder [Tue, 17 Dec 2013 19:59:33 +0000 (14:59 -0500)]
[3089] Corrected log argument in d2::NameAddTransaction
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.
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
Thomas Markwalder [Tue, 17 Dec 2013 16:53:27 +0000 (11:53 -0500)]
[master] Added ChangeLog entry 720 for trac# 3088.
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
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.
Thomas Markwalder [Tue, 17 Dec 2013 13:43:10 +0000 (08:43 -0500)]
[3088] Addressed review changes.
Changes are largely clean up and commentary.
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".
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.
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
Tomek Mrugalski [Mon, 16 Dec 2013 17:28:42 +0000 (18:28 +0100)]
[3210] Changes after review:
- flag => configuration parameter
- echoClientId test uses ASSERTs rather than EXPECTs
Tomek Mrugalski [Fri, 13 Dec 2013 19:28:50 +0000 (20:28 +0100)]
[master] ChangeLog commit-id updated
Tomek Mrugalski [Fri, 13 Dec 2013 18:45:48 +0000 (19:45 +0100)]
[2246] Another Solaris 11 compilation fix
Tomek Mrugalski [Fri, 13 Dec 2013 16:04:47 +0000 (17:04 +0100)]
[2246] Merge branch 'master' into trac2246 (includes #1824 fix)
Conflicts:
ChangeLog
Tomek Mrugalski [Fri, 13 Dec 2013 14:54:27 +0000 (15:54 +0100)]
[3210] Redundant statements in Dhcpv4SrvTest.requestEchoClientId removed
Tomek Mrugalski [Fri, 13 Dec 2013 14:47:36 +0000 (15:47 +0100)]
[3210] Changes after review:
- tests/methods descriptions improved
- CfgMgrTest.echoClientId improved
- Redundant checks removed from Dhcpv4SrvTest.discoverEchoClientId
- BIND10 Guide clarified
- ChangeLog added
Marcin Siodelski [Fri, 13 Dec 2013 13:10:27 +0000 (14:10 +0100)]
[3251] Add control whether socket is to join multicast group.
Tomek Mrugalski [Fri, 13 Dec 2013 13:04:17 +0000 (14:04 +0100)]
[2246] Solaris compilation fix
Marcin Siodelski [Fri, 13 Dec 2013 10:19:12 +0000 (11:19 +0100)]
[3251] Added section to developer guide about packet filters in DHCPv6.
Tomek Mrugalski [Fri, 13 Dec 2013 10:17:43 +0000 (11:17 +0100)]
[2246] Merge branch 'master' into trac2246
Conflicts:
ChangeLog
Marcin Siodelski [Fri, 13 Dec 2013 09:30:34 +0000 (10:30 +0100)]
[3251] Fixed doxygen errors in the new PktFilter6 class.
Marcin Siodelski [Fri, 13 Dec 2013 09:25:42 +0000 (10:25 +0100)]
[3251] Additional unit test for the case when there are no interfaces.
Marcin Siodelski [Fri, 13 Dec 2013 06:28:16 +0000 (07:28 +0100)]
[3251] Implemented basic tests for IfaceMgr::openSockets6.
Marcin Siodelski [Thu, 12 Dec 2013 18:00:57 +0000 (19:00 +0100)]
[3251] Make IfaceMgr use PktFilterInet6 object to send/recv DHCP messages.
Marcin Siodelski [Thu, 12 Dec 2013 12:57:50 +0000 (13:57 +0100)]
[3251] Implemented PktFilterInet6 class to handle IP/UDP sockets for DHCPv6
Thomas Markwalder [Wed, 11 Dec 2013 20:27:23 +0000 (15:27 -0500)]
[3088] Corrected commentary RFC references.
d2/nc_add.cc contained some inaccurate RFC references.
Thomas Markwalder [Wed, 11 Dec 2013 18:14:41 +0000 (13:14 -0500)]
[master] Correct trac numbers for ChangeLog entries 711 and 713
Marcin Siodelski [Wed, 11 Dec 2013 17:30:36 +0000 (18:30 +0100)]
[3251] Added an abstract class to handle IPv6 sockets in libdhcp++.
Thomas Markwalder [Wed, 11 Dec 2013 16:16:36 +0000 (11:16 -0500)]
[3088] Added DNS request construction to d2::NameRemoveTransaction
Added methods for constructing all three types of DNS update requests
required by d2::NameRemoveTransaction to complete the implementation of its
state machine. Also refactored some unit test code into nc_test_utils.h
and .cc. Renamed request verification functions in nc_test_utils to match
the build request function names.
Marcin Siodelski [Wed, 11 Dec 2013 08:39:49 +0000 (09:39 +0100)]
[master] Added ChangeLog entry for #2772.
Marcin Siodelski [Wed, 11 Dec 2013 08:35:11 +0000 (09:35 +0100)]
[master] Merge branch 'trac2772'
Marcin Siodelski [Wed, 11 Dec 2013 08:32:29 +0000 (09:32 +0100)]
[master] Added ChangeLog entry for #3181.
Marcin Siodelski [Wed, 11 Dec 2013 06:27:17 +0000 (07:27 +0100)]
[master] Merge branch 'trac3181'
Tomek Mrugalski [Tue, 10 Dec 2013 18:19:31 +0000 (19:19 +0100)]
[2246] Changes after review:
- another patch contributed by dclink (thanks!)
- BIND10 Guide updated
- BSD/Sun interface detection cleaned up
- MAC address checking improved
- Developer's guide updated
- Several whitespace cleanups
Marcin Siodelski [Tue, 10 Dec 2013 15:37:38 +0000 (16:37 +0100)]
[master] Added Changelog entry for #1824.
Marcin Siodelski [Tue, 10 Dec 2013 15:15:36 +0000 (16:15 +0100)]
[master] Merge branch 'trac1824'
Marcin Siodelski [Tue, 10 Dec 2013 13:10:40 +0000 (14:10 +0100)]
[3181] Addressed review comments.
Marcin Siodelski [Mon, 9 Dec 2013 18:50:00 +0000 (19:50 +0100)]
[2772] The private DHCPv4 opts (code > 224) are not standard opts.
Marcin Siodelski [Mon, 9 Dec 2013 17:11:26 +0000 (18:11 +0100)]
[1824] More descriptive error strings if the sendmsg function fails.
Marcin Siodelski [Mon, 9 Dec 2013 16:40:54 +0000 (17:40 +0100)]
[1824] Use CMSG_SPACE instead of CMSG_LEN to set msg_controllen.
Both macros should be accepted, but CMSG_LEN appears not to work on
OpenBSD.
Jeremy C. Reed [Mon, 9 Dec 2013 15:45:50 +0000 (09:45 -0600)]
[master] fix three misspelling typos
Jeremy C. Reed [Mon, 9 Dec 2013 15:41:43 +0000 (09:41 -0600)]
[master] fix misspelling typo in comment
Kean Johnston [Mon, 9 Dec 2013 06:40:34 +0000 (08:40 +0200)]
[master] Use tput rather than hard-coded escape sequences
Rather than using terminal-specific hard-coded escape sequences that are
not guaranteed to work on all terminals, use the tput utility. Also use
the terminal defined standout mode rather than trying to set a specific
colour. The old way enabled bright yellow text which, while very visible
if your background is black, is all but invisible if your terminal
background is white.
Kean Johnston [Sun, 8 Dec 2013 09:48:44 +0000 (11:48 +0200)]
[2103] Merge branch 'trac2103'
Kean Johnston [Sun, 8 Dec 2013 09:47:10 +0000 (11:47 +0200)]
Merge branch 'trac2103' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2103
Francis Dupont [Mon, 2 Dec 2013 09:28:34 +0000 (11:28 +0200)]
[2103] Use asio::error_code so its resources are correctly freed
Kean Johnston [Sun, 8 Dec 2013 09:37:11 +0000 (11:37 +0200)]
[1501] Merge branch 'trac1501'
Thomas Markwalder [Fri, 6 Dec 2013 21:28:02 +0000 (16:28 -0500)]
[3088] Initial implementation of d2::NameRemoveTransaction
Interrim check-in for 3088, which introduces the initial
implementation of d2:NameRemoveTransaction. This class
implements the state model logic necessary for removing
DNS entries per RFC 4703. The state model logic is
complete, what remains is the logic to build the actual
request messages.
Thomas Markwalder [Fri, 6 Dec 2013 19:23:59 +0000 (14:23 -0500)]
Merge branch 'master'
Remerged to pick up changes for trac3241, that
were merged but not pushed.
Tomek Mrugalski [Fri, 6 Dec 2013 19:03:23 +0000 (20:03 +0100)]
[master] Merge branch 'trac3109' (Contributor's Guide)
Conflicts:
ChangeLog
Thomas Markwalder [Fri, 6 Dec 2013 17:06:01 +0000 (12:06 -0500)]
[master] Added ChangeLog entry #713 for Trac# 3241.
Thomas Markwalder [Fri, 6 Dec 2013 16:25:30 +0000 (11:25 -0500)]
Merge branch 'trac3241'
Adds DNS update request building to d2::NameAddTransaction.
Marcin Siodelski [Fri, 6 Dec 2013 15:25:08 +0000 (16:25 +0100)]
[3181] Temporarily disable displaying orphan messages.
Marcin Siodelski [Fri, 6 Dec 2013 15:16:39 +0000 (16:16 +0100)]
[3181] Fixed doxygen errors in perfdhcp.
Marcin Siodelski [Fri, 6 Dec 2013 13:14:47 +0000 (14:14 +0100)]
[3181] Added a RateControl class omitted in the previous commit.
Marcin Siodelski [Fri, 6 Dec 2013 13:08:05 +0000 (14:08 +0100)]
[3181] Moved perfdhcp rate control logic to a new class.
Mukund Sivaraman [Fri, 6 Dec 2013 09:37:09 +0000 (15:07 +0530)]
[3239] Update exception messages returned when types mismatch
We include the type of the received value so that the user can see the
type mismatch more clearly from the returned exception message.
Mukund Sivaraman [Fri, 6 Dec 2013 09:28:00 +0000 (14:58 +0530)]
[3239] Expand documentation on configuration data type syntax
Mukund Sivaraman [Fri, 6 Dec 2013 09:22:08 +0000 (14:52 +0530)]
[3239] Update comment
Thomas Markwalder [Thu, 5 Dec 2013 18:20:54 +0000 (13:20 -0500)]
[3241] Addressed review comments.
Changed dhcp_ddns::NameChangeRequest to store lease address as
IOAddress only. Corrected logic that handles request build
exceptions and added unit tests for same. Other minor changes.
Tomek Mrugalski [Thu, 5 Dec 2013 18:10:43 +0000 (19:10 +0100)]
[3109] ChangeLog updated
Tomek Mrugalski [Thu, 5 Dec 2013 18:10:20 +0000 (19:10 +0100)]
[3109] Added proposed chages in review:
- eased language
- added link to system specific notes
- fixed coding guidelines link to look better
- added link to our build farm
Mukund Sivaraman [Thu, 5 Dec 2013 12:08:23 +0000 (17:38 +0530)]
[1501] Change language to say it may cause errors
Marcin Siodelski [Thu, 5 Dec 2013 06:30:12 +0000 (07:30 +0100)]
[3181] Added an exchange name for Release-Reply in perfdhcp StatsMgr.