]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
10 years ago[trac3808] Updates per review comments
Shawn Routhier [Tue, 9 Jun 2015 02:15:36 +0000 (19:15 -0700)] 
[trac3808] Updates per review comments

10 years ago[trac3808] Enhance logging for D2
Shawn Routhier [Tue, 19 May 2015 03:45:23 +0000 (20:45 -0700)] 
[trac3808] Enhance logging for D2

Split the logging into three loggers
 config & general
 dhcp to d2
 d2 to dns (and back)

Print out a request ID for each NCR event.  Currently this is the
DHCID but it could be changed in the future to allow for comparing
log entries between DHCP servers and D2.

Fix up some typos I ran across while reading the code

10 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea trac3824_base trac3828_base trac3829_base trac3832_base trac3833_base trac3838_base trac3839_base trac3841_base trac3842_base trac3844_base trac3853_base trac3854_base trac3855_base trac3858_base trac3860_base trac3861_base trac3863_base trac3864_base trac3865_base
Marcin Siodelski [Mon, 11 May 2015 14:53:28 +0000 (16:53 +0200)] 
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea

10 years ago[master] Removed use of const iterator in the call to erase.
Marcin Siodelski [Mon, 11 May 2015 14:53:12 +0000 (16:53 +0200)] 
[master] Removed use of const iterator in the call to erase.

The erase function was called on the const_iterator which caused build
failures on Linux boxes with gcc. This fix was okayed on jabber.

10 years ago[master] updated git hash
Francis Dupont [Mon, 11 May 2015 14:20:43 +0000 (16:20 +0200)] 
[master] updated git hash

10 years ago[master] fixed the silly + vs path_replacer.sh issue (#3713)
Francis Dupont [Mon, 11 May 2015 14:19:43 +0000 (16:19 +0200)] 
[master] fixed the silly + vs path_replacer.sh issue (#3713)

10 years ago[master] updated git hash
Francis Dupont [Mon, 11 May 2015 13:24:25 +0000 (15:24 +0200)] 
[master] updated git hash

10 years ago[master] added CONFIG_H_WAS_INCLUDED (#3812)
Francis Dupont [Mon, 11 May 2015 13:23:18 +0000 (15:23 +0200)] 
[master] added CONFIG_H_WAS_INCLUDED (#3812)

10 years ago[master] Added ChangeLog entry 927 for #3779.
Thomas Markwalder [Fri, 8 May 2015 15:35:15 +0000 (11:35 -0400)] 
[master] Added ChangeLog entry 927 for #3779.

10 years ago[master] Re-Merge branch 'master' with build fix from Marcin
Thomas Markwalder [Fri, 8 May 2015 15:22:36 +0000 (11:22 -0400)] 
[master] Re-Merge branch 'master' with build fix from Marcin

10 years ago[master] Removed spurious statements from the log/tests/Makefile.am
Marcin Siodelski [Fri, 8 May 2015 15:21:29 +0000 (17:21 +0200)] 
[master] Removed spurious statements from the log/tests/Makefile.am

10 years ago[master] Merge branch 'trac3779'
Thomas Markwalder [Fri, 8 May 2015 14:45:57 +0000 (10:45 -0400)] 
[master] Merge branch 'trac3779'

10 years ago[3779] Addressed additional minor review comments
Thomas Markwalder [Fri, 8 May 2015 14:42:58 +0000 (10:42 -0400)] 
[3779] Addressed additional minor review comments

10 years ago[3779] Added additional tests per review
Thomas Markwalder [Fri, 8 May 2015 13:40:09 +0000 (09:40 -0400)] 
[3779] Added additional tests per review

fqdn_unittest.cc
    TEST_F(NameDhcpv4SrvTest, emptyFqdn) - now also verifies that the
    lease is added to the database following a REQUEST and that when
    it is retrieved from the database its hostname matches the generated FQDN.

10 years ago[master] Added ChangeLog entry for #3823.
Marcin Siodelski [Thu, 7 May 2015 07:59:39 +0000 (09:59 +0200)] 
[master] Added ChangeLog entry for #3823.

10 years ago[master] Merge branch 'trac3823'
Marcin Siodelski [Thu, 7 May 2015 07:45:54 +0000 (09:45 +0200)] 
[master] Merge branch 'trac3823'

10 years ago[3823] Removed spurious line in the message_initializer.cc
Marcin Siodelski [Thu, 7 May 2015 07:45:03 +0000 (09:45 +0200)] 
[3823] Removed spurious line in the message_initializer.cc

10 years ago[trac3779] Modified Dhcpv4Srv to update db only if not doing fake allocations
Thomas Markwalder [Tue, 5 May 2015 14:54:16 +0000 (10:54 -0400)] 
[trac3779] Modified Dhcpv4Srv to update db only if not doing fake allocations

src/bin/dhcp4/dhcp4_srv.cc
    Dhcpv4Srv::assignLease() - added logic to update the lease DB with a
    generated FQDN when not doing a fake allocation

src/bin/dhcp4/tests/fqdn_unittest.cc
    added TEST_F(NameDhcpv4SrvTest, hostnameReservation)

10 years ago[3823] Addressed review comments.
Marcin Siodelski [Thu, 30 Apr 2015 21:52:43 +0000 (14:52 -0700)] 
[3823] Addressed review comments.

Do not remove duplicates if other MessageInitializers held them.
Also, do not remove message from the dictionary if removing the
duplicate.

10 years ago[master] Merge branch 'trac3791' trac3845_base
Marcin Siodelski [Mon, 27 Apr 2015 22:21:30 +0000 (15:21 -0700)] 
[master] Merge branch 'trac3791'

10 years ago[3791] Corrected the invalid IfaceMgr unit test.
Marcin Siodelski [Mon, 27 Apr 2015 22:05:36 +0000 (15:05 -0700)] 
[3791] Corrected the invalid IfaceMgr unit test.

10 years ago[master] Merge branch 'trac3627' trac3791_base
Stephen Morris [Fri, 24 Apr 2015 11:08:40 +0000 (12:08 +0100)] 
[master] Merge branch 'trac3627'

10 years ago[master] Added ChangeLog entry for #3804.
Marcin Siodelski [Wed, 22 Apr 2015 14:05:08 +0000 (16:05 +0200)] 
[master] Added ChangeLog entry for #3804.

10 years ago[master] Merge branch 'trac3804'
Marcin Siodelski [Wed, 22 Apr 2015 14:03:33 +0000 (16:03 +0200)] 
[master] Merge branch 'trac3804'

10 years ago[master] Added ChangeLog entry for #3784.
Marcin Siodelski [Tue, 21 Apr 2015 17:30:32 +0000 (19:30 +0200)] 
[master] Added ChangeLog entry for #3784.

10 years ago[master] Merge branch 'trac3784'
Marcin Siodelski [Tue, 21 Apr 2015 17:28:28 +0000 (19:28 +0200)] 
[master] Merge branch 'trac3784'

10 years ago[3804] Created new logger for callouts execution.
Marcin Siodelski [Tue, 21 Apr 2015 17:15:51 +0000 (19:15 +0200)] 
[3804] Created new logger for callouts execution.

10 years ago[3804] Addressed review comments.
Marcin Siodelski [Tue, 21 Apr 2015 16:52:52 +0000 (18:52 +0200)] 
[3804] Addressed review comments.

- Renamed getMilliseconds to getLastMilliseconds
- Renamed getMicroseconds to getLastMicroseconds
- Added time units to hooks messages descriptions
- Fixed some typos

10 years ago[master] Added ChangeLog entry 923 for #3743.
Thomas Markwalder [Tue, 21 Apr 2015 12:04:01 +0000 (08:04 -0400)] 
[master] Added ChangeLog entry 923 for #3743.

10 years ago[master] Merge branch 'trac3743'
Thomas Markwalder [Tue, 21 Apr 2015 11:43:42 +0000 (07:43 -0400)] 
[master] Merge branch 'trac3743'

    Adds bad-packet logger to DHCPv4 server

10 years ago[3743] Minor changes in the pkt4.{h,cc} as a result of the review.
Marcin Siodelski [Tue, 21 Apr 2015 11:13:57 +0000 (13:13 +0200)] 
[3743] Minor changes in the pkt4.{h,cc} as a result of the review.

Objects passed by reference and todo instead of TODO.

10 years ago[3823] Removed the limit for the number of log messages pointers.
Marcin Siodelski [Tue, 21 Apr 2015 10:27:26 +0000 (12:27 +0200)] 
[3823] Removed the limit for the number of log messages pointers.

The limit had been introduced when the message pointers were held
in the array (having a fixed size). With recent changes the array
has been replaced with the list. Since, the list is dynamically
allocated there is no need for fixed size.

10 years ago[3823] Fixed static deinitialization fiasco in MessageInitializer.
Marcin Siodelski [Tue, 21 Apr 2015 10:16:33 +0000 (12:16 +0200)] 
[3823] Fixed static deinitialization fiasco in MessageInitializer.

10 years ago[3784] Removed spurious printf parameter in keactrl.
Marcin Siodelski [Mon, 20 Apr 2015 19:10:39 +0000 (21:10 +0200)] 
[3784] Removed spurious printf parameter in keactrl.

10 years ago[3743] More review clean up, use ClientId for client info output
Thomas Markwalder [Mon, 20 Apr 2015 18:12:44 +0000 (14:12 -0400)] 
[3743] More review clean up, use ClientId for client info output

10 years ago[3743] Updated DhcpvSrv logging to use packet label
Thomas Markwalder [Mon, 20 Apr 2015 15:52:37 +0000 (11:52 -0400)] 
[3743] Updated DhcpvSrv logging to use packet label

10 years ago[3743] Added label methods to Pkt and Pkt4
Thomas Markwalder [Mon, 20 Apr 2015 14:59:08 +0000 (10:59 -0400)] 
[3743] Added label methods to Pkt and Pkt4

10 years ago[3804] Fixed broken conversion of duration to text
Marcin Siodelski [Mon, 20 Apr 2015 14:53:02 +0000 (16:53 +0200)] 
[3804] Fixed broken conversion of duration to text

10 years ago[3804] Measure total execution time for all callouts for the hook.
Marcin Siodelski [Mon, 20 Apr 2015 14:43:04 +0000 (16:43 +0200)] 
[3804] Measure total execution time for all callouts for the hook.

10 years ago[3804] Measure callout execution time and log it.
Marcin Siodelski [Mon, 20 Apr 2015 12:40:10 +0000 (14:40 +0200)] 
[3804] Measure callout execution time and log it.

10 years ago[3743] Corrected minor review comments
Thomas Markwalder [Mon, 20 Apr 2015 12:13:12 +0000 (08:13 -0400)] 
[3743] Corrected minor review comments

Fixed, copyrights, typos, minor clean up items

10 years ago[3804] Created Stopwatch class handling code execution time.
Marcin Siodelski [Fri, 17 Apr 2015 13:44:47 +0000 (15:44 +0200)] 
[3804] Created Stopwatch class handling code execution time.

10 years ago[master] spelling
Francis Dupont [Mon, 20 Apr 2015 04:24:43 +0000 (06:24 +0200)] 
[master] spelling

10 years ago[master] fixed pkt{,4,6}.{h,cc} modes
Francis Dupont [Sun, 19 Apr 2015 00:17:06 +0000 (02:17 +0200)] 
[master] fixed pkt{,4,6}.{h,cc} modes

10 years ago[master] JSON summary trivial typo trac3764a_base trac3814_base trac3815_base
Francis Dupont [Sat, 18 Apr 2015 13:01:25 +0000 (15:01 +0200)] 
[master] JSON summary trivial typo

10 years ago[master] updated ChangeLog git commit #
Francis Dupont [Fri, 17 Apr 2015 23:47:33 +0000 (01:47 +0200)] 
[master] updated ChangeLog git commit #

10 years ago[master] remove '#include <config.h' from include files (#3782)
Francis Dupont [Fri, 17 Apr 2015 23:39:43 +0000 (01:39 +0200)] 
[master] remove '#include <config.h' from include files (#3782)

10 years ago[master] Added ChangeLog entry for #3699.
Marcin Siodelski [Fri, 17 Apr 2015 19:55:03 +0000 (21:55 +0200)] 
[master] Added ChangeLog entry for #3699.

10 years ago[master] Merge branch 'trac3699'
Marcin Siodelski [Fri, 17 Apr 2015 14:57:46 +0000 (16:57 +0200)] 
[master] Merge branch 'trac3699'

10 years ago[3699] Addressed review comments.
Marcin Siodelski [Fri, 17 Apr 2015 14:50:11 +0000 (16:50 +0200)] 
[3699] Addressed review comments.

10 years ago[3699] Updated user guide: new logger for hosts added to the list.
Marcin Siodelski [Fri, 17 Apr 2015 08:48:34 +0000 (10:48 +0200)] 
[3699] Updated user guide: new logger for hosts added to the list.

10 years ago[3699] Added traces for cases when no host is found.
Marcin Siodelski [Fri, 17 Apr 2015 08:35:57 +0000 (10:35 +0200)] 
[3699] Added traces for cases when no host is found.

10 years ago[3699] Added data tracing in the CfgHosts class.
Marcin Siodelski [Thu, 16 Apr 2015 14:06:08 +0000 (16:06 +0200)] 
[3699] Added data tracing in the CfgHosts class.

10 years ago[3699] Added more traces to the CfgHosts class.
Marcin Siodelski [Thu, 16 Apr 2015 10:14:15 +0000 (12:14 +0200)] 
[3699] Added more traces to the CfgHosts class.

10 years ago[3699] Merge branch 'trac3699' of ssh://git.kea.isc.org/git/kea into trac3699
Marcin Siodelski [Thu, 16 Apr 2015 09:40:06 +0000 (11:40 +0200)] 
[3699] Merge branch 'trac3699' of ssh://git.kea.isc.org/git/kea into trac3699

10 years ago[3699] Added trace messages to the CfgHosts class.
Marcin Siodelski [Wed, 15 Apr 2015 20:31:36 +0000 (22:31 +0200)] 
[3699] Added trace messages to the CfgHosts class.

10 years ago[3699] Added trace messages to the CfgHosts class.
Marcin Siodelski [Wed, 15 Apr 2015 20:31:36 +0000 (22:31 +0200)] 
[3699] Added trace messages to the CfgHosts class.

10 years ago[3743] Add bad_packet logger to dhcp4 server
Thomas Markwalder [Wed, 15 Apr 2015 18:08:33 +0000 (14:08 -0400)] 
[3743] Add bad_packet logger to dhcp4 server

doc/guide/logging.xml - added new logger description
src/bin/dhcp4/dhcp4_log.cc - added bad_packet logger and log name declarations
src/bin/dhcp4/dhcp4_log.h - added bad_packet and log name externs
src/bin/dhcp4/dhcp4_messages.mes - changed drop and NAK message identifiers
src/bin/dhcp4/dhcp4_srv.cc - changed packet drop and NAK log invocations
src/bin/dhcp4/main.cc - used extern for log name

10 years ago[master] Prevent distcheck failure in user_chk hook library. trac3812_base
Marcin Siodelski [Wed, 15 Apr 2015 14:40:30 +0000 (16:40 +0200)] 
[master] Prevent distcheck failure in user_chk hook library.

10 years ago[master] Added ChangeLog entry for #3198.
Marcin Siodelski [Wed, 15 Apr 2015 12:03:47 +0000 (14:03 +0200)] 
[master] Added ChangeLog entry for #3198.

10 years ago[master] Merge branch 'trac3198'
Marcin Siodelski [Wed, 15 Apr 2015 11:48:44 +0000 (13:48 +0200)] 
[master] Merge branch 'trac3198'

10 years ago[3198] Addressed review comments.
Marcin Siodelski [Wed, 15 Apr 2015 05:24:52 +0000 (07:24 +0200)] 
[3198] Addressed review comments.

- Enabled log messages in user_chk
- Fixed a typo

10 years ago[3198] Removed debugging leftover.
Marcin Siodelski [Tue, 14 Apr 2015 19:16:13 +0000 (21:16 +0200)] 
[3198] Removed debugging leftover.

10 years ago[3198] Fixed build issues on OSX
Marcin Siodelski [Tue, 14 Apr 2015 19:06:31 +0000 (21:06 +0200)] 
[3198] Fixed build issues on OSX

10 years ago[3198] Removed debug logging message from user_chk.
Marcin Siodelski [Tue, 14 Apr 2015 13:14:00 +0000 (15:14 +0200)] 
[3198] Removed debug logging message from user_chk.

10 years ago[3198] Updated DevGuide with remarks about use of dictionary for hooks.
Marcin Siodelski [Tue, 14 Apr 2015 12:51:22 +0000 (14:51 +0200)] 
[3198] Updated DevGuide with remarks about use of dictionary for hooks.

10 years ago[3198] Use iterator, rather than const_iterator for map::erase.
Marcin Siodelski [Tue, 14 Apr 2015 11:56:39 +0000 (13:56 +0200)] 
[3198] Use iterator, rather than const_iterator for map::erase.

10 years ago[3198] Fixed broken logging in the hooks libraries.
Marcin Siodelski [Tue, 14 Apr 2015 11:50:19 +0000 (13:50 +0200)] 
[3198] Fixed broken logging in the hooks libraries.

- when library is loaded, message dictionary is updated
- when library is unloaded, the messages are unregistered
- MessageInitializer prevents static init. fiasco with global dictionary
- enabled logging in user_chk

10 years ago[master] emergency patch for very new Xcode
Francis Dupont [Thu, 9 Apr 2015 16:27:53 +0000 (18:27 +0200)] 
[master] emergency patch for very new Xcode

10 years ago[master] Changelog update after release trac3782_base
Wlodek Wencel [Thu, 2 Apr 2015 15:56:12 +0000 (17:56 +0200)] 
[master] Changelog update after release

10 years ago[master] Changed Kea version after release
Wlodek Wencel [Thu, 2 Apr 2015 15:55:32 +0000 (17:55 +0200)] 
[master] Changed Kea version after release

10 years ago[kea-0.9.1-release] reorder message files
Wlodek Wencel [Tue, 24 Mar 2015 10:40:16 +0000 (11:40 +0100)] 
[kea-0.9.1-release] reorder message files

10 years ago[kea-0.9.1-release] bind10 url removed from guide
Wlodek Wencel [Tue, 24 Mar 2015 10:33:07 +0000 (11:33 +0100)] 
[kea-0.9.1-release] bind10 url removed from guide

10 years agoincrease the copyright year placed in the generate messages documentation
Jeremy C. Reed [Tue, 31 Mar 2015 21:19:45 +0000 (14:19 -0700)] 
increase the copyright year placed in the generate messages documentation

10 years agofix some typos and one grammar
Jeremy C. Reed [Mon, 30 Mar 2015 17:53:18 +0000 (10:53 -0700)] 
fix some typos and one grammar

looks like same typo was repeated to different files

10 years agoadd some missing punctuation and add another documentation resource
Jeremy C. Reed [Mon, 30 Mar 2015 17:52:50 +0000 (10:52 -0700)] 
add some missing punctuation and add another documentation resource

10 years agoMerge branch 'trac3735'
Shawn Routhier [Fri, 20 Mar 2015 20:46:25 +0000 (13:46 -0700)] 
Merge branch 'trac3735'

Merge this round of doxygen cleanup into master

10 years ago[3735] Fix up a number of warnigns in the Doxygen comments.
Shawn Routhier [Fri, 20 Mar 2015 19:10:37 +0000 (12:10 -0700)] 
[3735] Fix up a number of warnigns in the Doxygen comments.

10 years ago[master] ChangeLog for trac3772
Stephen Morris [Fri, 20 Mar 2015 15:26:39 +0000 (15:26 +0000)] 
[master] ChangeLog for trac3772

10 years ago[master] Merge branch 'trac3772'
Stephen Morris [Fri, 20 Mar 2015 15:22:35 +0000 (15:22 +0000)] 
[master] Merge branch 'trac3772'

10 years ago[3772] Corrected minor documentation errors both in v4 and v6 configuration examples
Wlodek Wencel [Fri, 20 Mar 2015 14:43:39 +0000 (15:43 +0100)] 
[3772] Corrected minor documentation errors both in v4 and v6 configuration examples

10 years ago[3772] Corrected documentation error in v6 configuration example
Stephen Morris [Fri, 20 Mar 2015 14:09:12 +0000 (14:09 +0000)] 
[3772] Corrected documentation error in v6 configuration example

10 years ago[3772] Corrections to some examples in the DHCPv4 pools documentation
Stephen Morris [Fri, 20 Mar 2015 12:08:23 +0000 (12:08 +0000)] 
[3772] Corrections to some examples in the DHCPv4 pools documentation

10 years ago[master] Amended entry #918 to mention #3708.
Thomas Markwalder [Fri, 20 Mar 2015 11:42:47 +0000 (07:42 -0400)] 
[master] Amended entry #918 to mention #3708.

10 years ago[master] Added entry 918 for #3689
Thomas Markwalder [Fri, 20 Mar 2015 11:10:29 +0000 (07:10 -0400)] 
[master] Added entry 918 for #3689

10 years ago[master] Merge branch 'trac3689'
Thomas Markwalder [Fri, 20 Mar 2015 11:06:52 +0000 (07:06 -0400)] 
[master] Merge branch 'trac3689'

10 years ago[3689] Fixed typo in the dhcp6_srv.h
Marcin Siodelski [Fri, 20 Mar 2015 10:14:31 +0000 (11:14 +0100)] 
[3689] Fixed typo in the dhcp6_srv.h

10 years ago[3689] Fixed the typo in the Kea guide.
Marcin Siodelski [Fri, 20 Mar 2015 09:22:00 +0000 (10:22 +0100)] 
[3689] Fixed the typo in the Kea guide.

10 years ago[master] Added ChangeLog entry for #3768.
Marcin Siodelski [Fri, 20 Mar 2015 08:54:39 +0000 (09:54 +0100)] 
[master] Added ChangeLog entry for #3768.

10 years ago[master] Merge branch 'trac3768'
Marcin Siodelski [Fri, 20 Mar 2015 08:52:50 +0000 (09:52 +0100)] 
[master] Merge branch 'trac3768'

10 years ago[3768] Address review comments.
Marcin Siodelski [Fri, 20 Mar 2015 08:14:36 +0000 (09:14 +0100)] 
[3768] Address review comments.

10 years ago[3678] Tidy up some typos
Shawn Routhier [Fri, 20 Mar 2015 02:10:42 +0000 (19:10 -0700)] 
[3678] Tidy up some typos

10 years ago[3768] Updated the comment for the internal alloc function.
Marcin Siodelski [Thu, 19 Mar 2015 21:26:59 +0000 (22:26 +0100)] 
[3768] Updated the comment for the internal alloc function.

10 years ago[master] Merge branch 'trac3765'
Thomas Markwalder [Thu, 19 Mar 2015 20:32:28 +0000 (16:32 -0400)] 
[master] Merge branch 'trac3765'

10 years ago[3689] Added host renew and rebind tests
Thomas Markwalder [Thu, 19 Mar 2015 20:08:19 +0000 (16:08 -0400)] 
[3689] Added host renew and rebind tests

tests/dhcp6_client.cc
tests/dhcp6_client.h
    added Dhcp6Client::doRenew()

tests/host_unittest.cc
    added TEST_F(HostTest, sarrAndRenew)
    added TEST_F(HostTest, sarrAndRebind)

10 years ago[3768] Extended commentary in the allocation engine to cover recent changes.
Marcin Siodelski [Thu, 19 Mar 2015 18:43:22 +0000 (19:43 +0100)] 
[3768] Extended commentary in the allocation engine to cover recent changes.

10 years ago[3765] Fix copyrights and typo
Shawn Routhier [Thu, 19 Mar 2015 18:40:48 +0000 (11:40 -0700)] 
[3765] Fix copyrights and typo

10 years ago[3689] Added new host test file
Thomas Markwalder [Thu, 19 Mar 2015 18:19:55 +0000 (14:19 -0400)] 
[3689] Added new host test file

Addressing more review comments...

new file - host_unittest.cc
    contains Dhcp6Client based host reservation tests

dhcp6_client.cc
dhcp6_client.h
    added setDuid(str) method to allow duid to be set to
    specific value

dhcp6_srv_unittest.cc -
    deleted host reservation tests, now in host_unittest.cc

dhcp6_test_utils.cc
dhcp6_test_utils.h
    deleted createHost6() method

10 years ago[master] Update changelog with commit tag
Shawn Routhier [Thu, 19 Mar 2015 18:05:22 +0000 (11:05 -0700)] 
[master] Update changelog with commit tag

Add commit tag c71c7836804842bae51fe79fd599c57f5b3d007d
to change log for 3755

10 years agoMerge branch 'trac3755'
Shawn Routhier [Thu, 19 Mar 2015 18:03:19 +0000 (11:03 -0700)] 
Merge branch 'trac3755'

Oputput started messages to the log files when
the v4, v6 or DHCP-DDNS server has completed
processing its configuration and is ready to
start processing messages.

Conflicts:
ChangeLog