]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
10 years ago[master] Merged trac3752 (logger immediate flush)
Francis Dupont [Thu, 27 Aug 2015 11:46:08 +0000 (13:46 +0200)] 
[master] Merged trac3752 (logger immediate flush)

10 years ago[3752] Moved copyrights to Tomek's style
Francis Dupont [Thu, 27 Aug 2015 11:45:08 +0000 (13:45 +0200)] 
[3752] Moved copyrights to Tomek's style

10 years ago[master] Updated git hash
Francis Dupont [Thu, 27 Aug 2015 10:54:07 +0000 (12:54 +0200)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac4006 (Fixes for Boost 1.59)
Francis Dupont [Thu, 27 Aug 2015 10:53:11 +0000 (12:53 +0200)] 
[master] Finished merge of trac4006 (Fixes for Boost 1.59)

10 years ago[master] Merged trac4006 (Fixes for Boost 1.59)
Francis Dupont [Thu, 27 Aug 2015 10:49:29 +0000 (12:49 +0200)] 
[master] Merged trac4006 (Fixes for Boost 1.59)

10 years ago[4003] Added iterator missing include
Francis Dupont [Thu, 27 Aug 2015 10:07:48 +0000 (12:07 +0200)] 
[4003] Added iterator missing include

10 years ago[2615] Rollback unwanted dhcp6/tests changes
Thomas Markwalder [Wed, 26 Aug 2015 17:40:21 +0000 (13:40 -0400)] 
[2615] Rollback unwanted dhcp6/tests changes

Previous commit, 55207601c7a71e7db55d8fff2b451b054a7b315e, included
changes in the dhcp6/tests directory which should not have been included.
These have been removed.

10 years ago[master] ChangeLog updated after trac4000 merge. trac4003_base trac4010_base
Tomek Mrugalski [Wed, 26 Aug 2015 14:05:02 +0000 (16:05 +0200)] 
[master] ChangeLog updated after trac4000 merge.

10 years ago[master] Merge branch 'trac4000' (signal handler should not modify errno)
Tomek Mrugalski [Wed, 26 Aug 2015 14:02:57 +0000 (16:02 +0200)] 
[master] Merge branch 'trac4000' (signal handler should not modify errno)

10 years ago[2615] Corrected NO_HR index and text
Thomas Markwalder [Tue, 25 Aug 2015 18:58:56 +0000 (14:58 -0400)] 
[2615] Corrected NO_HR index and text

The NO_HR enum value was erroneously set to an explicit
value, causing the wrong text to be used for some tests.
Changed reserved host name in config to avoid causing
NCR remove/adds during renewals.

10 years ago[master] Merge branch 'trac3902' (extended unit-tests for command channel)
Tomek Mrugalski [Tue, 25 Aug 2015 15:02:41 +0000 (17:02 +0200)] 
[master] Merge branch 'trac3902' (extended unit-tests for command channel)

10 years ago[3970] Use thread to run handlers in TimerMgr.
Marcin Siodelski [Tue, 25 Aug 2015 14:49:59 +0000 (16:49 +0200)] 
[3970] Use thread to run handlers in TimerMgr.

10 years ago[4000] Changes after review:
Tomek Mrugalski [Tue, 25 Aug 2015 14:12:40 +0000 (16:12 +0200)] 
[4000] Changes after review:

 - distinction between ISC and std exceptions removed.
 - reference to support ticket removed.

10 years ago[3970] Basic implementation of the TimerMgr singleton.
Marcin Siodelski [Tue, 25 Aug 2015 11:56:33 +0000 (13:56 +0200)] 
[3970] Basic implementation of the TimerMgr singleton.

10 years ago[3908] Updated configure.ac
Francis Dupont [Mon, 24 Aug 2015 15:34:22 +0000 (17:34 +0200)] 
[3908] Updated configure.ac

10 years ago[3908] Changed minimal OpenSSL version from 1.0.0 to 1.0.1
Francis Dupont [Mon, 24 Aug 2015 14:24:44 +0000 (16:24 +0200)] 
[3908] Changed minimal OpenSSL version from 1.0.0 to 1.0.1

10 years ago[2615] v4 clients may now release out-of-range leases
Thomas Markwalder [Mon, 24 Aug 2015 14:21:29 +0000 (10:21 -0400)] 
[2615] v4 clients may now release out-of-range leases

    Modified v4 server to not enforce subnet match when clients attempt
    to release an existing, but out-of-range lease.

    Added a battery of unit tests to verify proper v4 server behavior
    when clients attempt to renew or release out-of-range addresses.

src/bin/dhcp4/dhcp4_messages.mes
 - deleted DHCP4_RELEAE_FILE_NO SUBNET as it is now obsolete

src/bin/dhcp4/dhcp4_srv.cc
 -  Dhcpv4Srv::processRelease() - removed the check to make sure the
    release pertains to a configured subnet.  This allows clients to
    release leases after configuration changes rendered them out of
    range.

src/bin/dhcp4/tests/Makefile.am
  - added out_of_range_unittest.cc

src/bin/dhcp4/tests/out_of_range_unittest.cc
 - New file containing DHCPv4 tests for server behavior regarding
   renews and releases of "out of range" addresses.

src/bin/dhcp4/tests/release_unittest.cc
 - TEST_F(ReleaseTest, releaseNoSubnet) - modified the test to
   verify that a client CAN release an out-of-range lease

10 years ago[3681_rebase] Changes after review
Tomek Mrugalski [Mon, 24 Aug 2015 13:18:49 +0000 (15:18 +0200)] 
[3681_rebase] Changes after review

 - Indent fixed
 - Missing parameter descriptions added

10 years ago[3970] Propagate errors emitted when closing the WatchSocket.
Marcin Siodelski [Mon, 24 Aug 2015 12:25:15 +0000 (14:25 +0200)] 
[3970] Propagate errors emitted when closing the WatchSocket.

10 years ago[3970] Moved WatchSocket class to utilities.
Marcin Siodelski [Fri, 21 Aug 2015 19:41:34 +0000 (21:41 +0200)] 
[3970] Moved WatchSocket class to utilities.

10 years ago[3681_rebase] MySQLLeaseMgr uses, but does not derive from MySqlConnection.
Tomek Mrugalski [Fri, 21 Aug 2015 16:27:41 +0000 (18:27 +0200)] 
[3681_rebase] MySQLLeaseMgr uses, but does not derive from MySqlConnection.

10 years ago[3961_rebase] Changes after review:
Tomek Mrugalski [Fri, 21 Aug 2015 13:35:51 +0000 (15:35 +0200)] 
[3961_rebase] Changes after review:

 - DataSource renamed to DatabaseConnection
 - exception now prints missing parameter name
 - description updated
 - unnecessary this removed

10 years ago[3965] Fixed build failure due to unused parameters.
Marcin Siodelski [Fri, 21 Aug 2015 12:01:35 +0000 (14:01 +0200)] 
[3965] Fixed build failure due to unused parameters.

10 years ago[3902] Workaround for file descriptor 0 implemented.
Tomek Mrugalski [Fri, 21 Aug 2015 11:12:24 +0000 (13:12 +0200)] 
[3902] Workaround for file descriptor 0 implemented.

10 years ago[3965] Delete expired-reclaimed leases from the lease file.
Marcin Siodelski [Fri, 21 Aug 2015 10:45:00 +0000 (12:45 +0200)] 
[3965] Delete expired-reclaimed leases from the lease file.

10 years ago[3983] Description updated.
Tomek Mrugalski [Fri, 21 Aug 2015 10:36:09 +0000 (12:36 +0200)] 
[3983] Description updated.

10 years ago[3983] Support for 'decline-probation-period' implemented.
Tomek Mrugalski [Thu, 20 Aug 2015 18:51:28 +0000 (20:51 +0200)] 
[3983] Support for 'decline-probation-period' implemented.

10 years ago[3965] Added stub methods for getting and removing expired leases.
Marcin Siodelski [Thu, 20 Aug 2015 17:25:38 +0000 (19:25 +0200)] 
[3965] Added stub methods for getting and removing expired leases.

10 years ago[3965] Write and read state from the lease files.
Marcin Siodelski [Thu, 20 Aug 2015 16:14:06 +0000 (18:14 +0200)] 
[3965] Write and read state from the lease files.

10 years ago[trac4000] Exception handling in DHCPv6 improved
Tomek Mrugalski [Thu, 20 Aug 2015 14:36:24 +0000 (16:36 +0200)] 
[trac4000] Exception handling in DHCPv6 improved

 - std::exception is now caught
 - try/catch clause added around handleSignal

10 years ago[trac4000] Unit-tests for process spawn + errno, verbose exceptions added.
Tomek Mrugalski [Thu, 20 Aug 2015 14:31:03 +0000 (16:31 +0200)] 
[trac4000] Unit-tests for process spawn + errno, verbose exceptions added.

10 years ago[trac4000] Unnecessary messages removed.
Tomek Mrugalski [Thu, 20 Aug 2015 13:37:50 +0000 (15:37 +0200)] 
[trac4000] Unnecessary messages removed.

10 years ago[support8785] Likely fix for the issues with "no child processes" exception
Tomek Mrugalski [Tue, 18 Aug 2015 12:08:00 +0000 (14:08 +0200)] 
[support8785] Likely fix for the issues with "no child processes" exception

  This fix makes the signal handler no longer modify errno value.
  That was causing "no child processes" exceptions in places that
  had nothing to do with signals or processes.

10 years ago[support8785] Verbose Exception::what() has been implemented.
Tomek Mrugalski [Mon, 17 Aug 2015 19:33:53 +0000 (21:33 +0200)] 
[support8785] Verbose Exception::what() has been implemented.

  This change by itself does nothing, but it allows changing
  e.what() to e.what(true) to get more details about an exception.
  This can be useful for exception debugging.

10 years ago[support8785] std::exception, not just isc::Exception is caught
Tomek Mrugalski [Mon, 17 Aug 2015 18:49:39 +0000 (20:49 +0200)] 
[support8785] std::exception, not just isc::Exception is caught

  If std::exception would be thrown anywhere in message processing
  in Dhcp4Srv::run(), we would not catch it. In principle, that
  should never happen, as the Kea code only throws isc::Exception
  derivatives, but maybe some of the system or boost calls could
  throw std::exception.

10 years ago[support8785] ISC and std exceptions in handleSignal() are now caught
Tomek Mrugalski [Mon, 17 Aug 2015 18:21:00 +0000 (20:21 +0200)] 
[support8785] ISC and std exceptions in handleSignal() are now caught

  The calls to handleSignal() are now wrapped with catch clauses
  for both ISC and standard exceptions. This would not solve the
  underlying issue, but at least would cause the server to continue
  after the issue occurs.

10 years ago[support8785] Select interruption by signal is now logged.
Tomek Mrugalski [Thu, 20 Aug 2015 12:56:26 +0000 (14:56 +0200)] 
[support8785] Select interruption by signal is now logged.

  One of the hypotheses for the #8785 issue is mis-handling of
  the SingalInterruptOnSelect exception. This message will
  be printed every time a signal is received during select().

Conflicts:
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp4/dhcp4_srv.cc

10 years ago[3965] Added capability to remove expired-reclaimed leases.
Marcin Siodelski [Thu, 20 Aug 2015 10:21:26 +0000 (12:21 +0200)] 
[3965] Added capability to remove expired-reclaimed leases.

10 years ago[3965] Use tags rather than numbers to access memfile indexes.
Marcin Siodelski [Wed, 19 Aug 2015 11:52:06 +0000 (13:52 +0200)] 
[3965] Use tags rather than numbers to access memfile indexes.

10 years ago[3965] Implemented functions to retrieve expired leases.
Marcin Siodelski [Thu, 13 Aug 2015 12:06:52 +0000 (14:06 +0200)] 
[3965] Implemented functions to retrieve expired leases.

10 years ago[4006] removed pfto macros and some compiler junk conditionals
Francis Dupont [Tue, 18 Aug 2015 10:25:31 +0000 (12:25 +0200)] 
[4006] removed pfto macros and some compiler junk conditionals

10 years ago[master] Added ChangeLog entry 989 for #3997. trac4006_base
Thomas Markwalder [Thu, 13 Aug 2015 15:04:50 +0000 (11:04 -0400)] 
[master] Added ChangeLog entry 989 for #3997.

10 years agoMerge branch 'trac3997'
Thomas Markwalder [Thu, 13 Aug 2015 14:39:27 +0000 (10:39 -0400)] 
Merge branch 'trac3997'

10 years ago[3997] Address review comments
Thomas Markwalder [Thu, 13 Aug 2015 14:34:37 +0000 (10:34 -0400)] 
[3997] Address review comments

   Minor comment cleanup.

10 years ago[3965] Extended lease object to hold state.
Marcin Siodelski [Thu, 13 Aug 2015 10:18:20 +0000 (12:18 +0200)] 
[3965] Extended lease object to hold state.

10 years ago[3952] Minor comment fixes
Stephen Morris [Thu, 13 Aug 2015 10:01:01 +0000 (11:01 +0100)] 
[3952] Minor comment fixes

10 years ago[3997] Corrected DHCP6 server crash on exit when DDNS is enabled
Thomas Markwalder [Wed, 12 Aug 2015 20:28:55 +0000 (16:28 -0400)] 
[3997] Corrected DHCP6 server crash on exit when DDNS is enabled

Rather that stopping it explicitly, the server was relying D2ClientMgr
to stop itself during its own destruction.  This was falling over during
process wind-down because the IfaceMgr singletone was being destroyed before
the D2ClientMgr instance.  The server destructor now explicitly stops the
D2ClientMgr.

src/bin/dhcp6/dhcp6_messages.mes
    added DHCP6_SRV_D2STOP_ERROR log message

src/bin/dhcp6/dhcp6_srv.cc
    Dhcpv6Srv::stopD2() - new method stops the NCR sender, causing it to
    unregister its WathSocket from IfaceMgr

    Dhcpv6Srv::~Dhcpv6Srv() - added call to Dhcpv6Srv::stopD2()

src/bin/dhcp6/tests/dhcp6_process_tests.sh.in
    Enabled DNS updates in the CONFIG string.  This ensures the D2
    client will be started during system tests

10 years ago[3997] Corrected DHCP4 server crash on exit when DDNS is enabled
Thomas Markwalder [Wed, 12 Aug 2015 19:50:47 +0000 (15:50 -0400)] 
[3997] Corrected DHCP4 server crash on exit when DDNS is enabled

Rather that stopping it explicitly, the server was relying D2ClientMgr
to stop itself during its own destruction.  This was falling over during
process wind-down because the IfaceMgr singletone was being destroyed before
the D2ClientMgr instance.
The server destructor now explicitly stops the D2ClientMgr.

src/bin/dhcp4/dhcp4_messages.mes
    added DHCP4_SRV_D2STOP_ERROR log message

src/bin/dhcp4/dhcp4_srv.cc
    Dhcpv4Srv::stopD2() - new method stops the NCR sender, causing it to
    unregister its WathSocket from IfaceMgr

    Dhcpv4Srv::~Dhcpv4Srv() - added call to Dhcpv4Srv::stopD2()

src/bin/dhcp4/tests/dhcp4_process_tests.sh.in
    Enabled DNS updates in the CONFIG string.  This ensures the D2
    client will be started during system tests

10 years ago[3947] Removed spurious config parameter from the Subnet6.
Marcin Siodelski [Thu, 30 Jul 2015 13:38:26 +0000 (15:38 +0200)] 
[3947] Removed spurious config parameter from the Subnet6.

10 years ago[3947] Updated Kea Guide with the information about support for RFC7550.
Marcin Siodelski [Thu, 30 Jul 2015 13:21:13 +0000 (15:21 +0200)] 
[3947] Updated Kea Guide with the information about support for RFC7550.

10 years ago[3947] Removed the new-leases-on-renew config parameter.
Marcin Siodelski [Thu, 30 Jul 2015 12:49:21 +0000 (14:49 +0200)] 
[3947] Removed the new-leases-on-renew config parameter.

This change removes ability to disable allocation new leases new
Renew/Rebind, specified in RFC7550. The behavior specified in this
RFC is the only supported behavior.

10 years ago[3947] Added missing unit tests for the NoBinding cases in Renew/Rebind.
Marcin Siodelski [Tue, 28 Jul 2015 10:28:31 +0000 (12:28 +0200)] 
[3947] Added missing unit tests for the NoBinding cases in Renew/Rebind.

10 years ago[master] ChangeLog and dhcp6_messages reordered
Wlodek Wencel [Thu, 23 Jul 2015 17:20:12 +0000 (19:20 +0200)] 
[master] ChangeLog and dhcp6_messages reordered

10 years ago[master] Corrected distcheck failure in cfgrpt
Thomas Markwalder [Thu, 23 Jul 2015 15:24:09 +0000 (11:24 -0400)] 
[master] Corrected distcheck failure in cfgrpt

Merges branch 'trac3929'

10 years ago[master] Added ChangeLog entry for #3785.
Marcin Siodelski [Wed, 22 Jul 2015 21:39:01 +0000 (23:39 +0200)] 
[master] Added ChangeLog entry for #3785.

10 years ago[master] Merge branch 'trac3785'
Marcin Siodelski [Wed, 22 Jul 2015 20:53:26 +0000 (22:53 +0200)] 
[master] Merge branch 'trac3785'

10 years ago[3785] Minor update to the gitignore for keactrl tests.
Marcin Siodelski [Wed, 22 Jul 2015 20:49:38 +0000 (22:49 +0200)] 
[3785] Minor update to the gitignore for keactrl tests.

10 years ago[3785] Simplified the unit test for keactrl status command.
Marcin Siodelski [Wed, 22 Jul 2015 20:47:46 +0000 (22:47 +0200)] 
[3785] Simplified the unit test for keactrl status command.

10 years ago[3929] pass input file path into mk_cfgrpt.sh
Thomas Markwalder [Wed, 22 Jul 2015 19:23:38 +0000 (15:23 -0400)] 
[3929] pass input file path into mk_cfgrpt.sh

Added required input config report file parameter to
mk_cfgrpt.sh rather than having hard-coded by configure.

This allows cfgrpt/Makefile to pass in the pathname of
the report file it used in its "config_report.cc", as
the input report file.  In other words, we garuantee that
the file we used for change is the same file we generate
the source from.

10 years ago[3929] Added basic unittests to src/lib/cfgrpt
Thomas Markwalder [Wed, 22 Jul 2015 16:56:45 +0000 (12:56 -0400)] 
[3929] Added basic unittests to src/lib/cfgrpt

10 years ago[3929] config_report.cc is now generated during src/lib/cfgrpt/Makefile
Thomas Markwalder [Wed, 22 Jul 2015 15:53:35 +0000 (11:53 -0400)] 
[3929] config_report.cc is now generated during src/lib/cfgrpt/Makefile

By generating config_report.cc in the cfgrpt directory Makefile
rather than configure, it can be treated as any other generated
source file, rather than a one-off special case.

Moved cfgrpt directory from bin to lib since it creates a library
rather than an executable.

mk_cfgrpt.sh is now generated by configure from a .in file and

Details:

configure.ac
   removed call to mk_cfgrpts.sh
   added mk_cfgprt.sh to list of files generated by configure

src/bin/Makefile.am
   removed cfgrpt dir

changed cfgrpt directory to lib
    src/bin/d2/Makefile.am
    src/bin/d2/tests/Makefile.am
    src/bin/dhcp4/Makefile.am
    src/bin/dhcp4/tests/Makefile.am
    src/bin/dhcp6/Makefile.am
    src/bin/dhcp6/tests/Makefile.am
    src/bin/lfc/Makefile.am
    src/bin/lfc/tests/Makefile.am
    src/bin/perfdhcp/Makefile.am
    src/bin/perfdhcp/tests/Makefile.am

src/lib/Makefile.am
    added cfgrpt dir

src/lib/cfgrpt/Makefile.am
    changed include dir to be in lib not dir
    added config_report.cc to CLEANFILES
    added config_report.cc to BUILD_SOURCES
    removed config_report.cc from libcfgrpt_la_SOURCES
    added rule for config_report.cc to call mk_cfgrpt.sh

10 years ago[3785] Unembedded status_no_config_test
Francis Dupont [Wed, 22 Jul 2015 14:45:29 +0000 (16:45 +0200)] 
[3785] Unembedded status_no_config_test

10 years ago[3785] Added missing files in .gitignore
Francis Dupont [Wed, 22 Jul 2015 14:32:02 +0000 (16:32 +0200)] 
[3785] Added missing files in .gitignore

10 years ago[3785] Terminated correctly .gitignore (i.e, added missing end of line)
Francis Dupont [Wed, 22 Jul 2015 14:17:56 +0000 (16:17 +0200)] 
[3785] Terminated correctly .gitignore (i.e, added missing end of line)

10 years ago[3785] Added *.saved to CLEANFILES
Francis Dupont [Wed, 22 Jul 2015 14:14:55 +0000 (16:14 +0200)] 
[3785] Added *.saved to CLEANFILES

10 years ago[master] Added ChangeLog entry for #3959.
Marcin Siodelski [Tue, 21 Jul 2015 21:37:05 +0000 (23:37 +0200)] 
[master] Added ChangeLog entry for #3959.

10 years ago[master] Merge branch 'trac3959'
Marcin Siodelski [Tue, 21 Jul 2015 21:34:55 +0000 (23:34 +0200)] 
[master] Merge branch 'trac3959'

10 years ago[3929] config_report.cc added to SOURCES
Wlodek Wencel [Tue, 21 Jul 2015 16:23:02 +0000 (18:23 +0200)] 
[3929] config_report.cc added to SOURCES

10 years ago[3929] mk_cfgrpt.sh added to EXTRA_DIST
Wlodek Wencel [Tue, 21 Jul 2015 16:22:25 +0000 (18:22 +0200)] 
[3929] mk_cfgrpt.sh added to EXTRA_DIST

10 years ago[3959] Fixed output from OptionIntArray::toText for uint8 values.
Marcin Siodelski [Tue, 21 Jul 2015 15:50:25 +0000 (17:50 +0200)] 
[3959] Fixed output from OptionIntArray::toText for uint8 values.

10 years ago[master] Added Changelog entry for 3958.
Marcin Siodelski [Tue, 21 Jul 2015 08:07:11 +0000 (10:07 +0200)] 
[master] Added Changelog entry for 3958.

10 years ago[master] Merge branch 'trac3958'
Marcin Siodelski [Tue, 21 Jul 2015 08:05:44 +0000 (10:05 +0200)] 
[master] Merge branch 'trac3958'

10 years ago[master] Merge branch 'trac3955'
Marcin Siodelski [Tue, 21 Jul 2015 07:52:05 +0000 (09:52 +0200)] 
[master] Merge branch 'trac3955'

10 years ago[3955] Removed unnecessary whitespace chars.
Tomek Mrugalski [Mon, 20 Jul 2015 16:12:15 +0000 (18:12 +0200)] 
[3955] Removed unnecessary whitespace chars.

10 years ago[3955] Added version info for dhcp-ddns library
Tomek Mrugalski [Mon, 20 Jul 2015 16:10:27 +0000 (18:10 +0200)] 
[3955] Added version info for dhcp-ddns library

10 years ago[3955] Corrected duplicate initialization of LDFLAGS in cryptolink
Tomek Mrugalski [Mon, 20 Jul 2015 15:24:08 +0000 (17:24 +0200)] 
[3955] Corrected duplicate initialization of LDFLAGS in cryptolink

10 years ago[master] Added ChangeLog entry for #3949.
Marcin Siodelski [Mon, 20 Jul 2015 13:46:59 +0000 (15:46 +0200)] 
[master] Added ChangeLog entry for #3949.

10 years ago[master] Merge branch 'trac3949'
Marcin Siodelski [Mon, 20 Jul 2015 13:31:03 +0000 (15:31 +0200)] 
[master] Merge branch 'trac3949'

10 years ago[3947] Updated user guide with RFC7550 as supported standard.
Marcin Siodelski [Mon, 20 Jul 2015 11:52:08 +0000 (13:52 +0200)] 
[3947] Updated user guide with RFC7550 as supported standard.

10 years ago[3947] Improved status code placement for address allocation.
Marcin Siodelski [Sun, 19 Jul 2015 14:42:16 +0000 (16:42 +0200)] 
[3947] Improved status code placement for address allocation.

10 years ago[3947] Improved commentary in the DHCPv6 PD allocation code.
Marcin Siodelski [Sun, 19 Jul 2015 13:12:14 +0000 (15:12 +0200)] 
[3947] Improved commentary in the DHCPv6 PD allocation code.

10 years ago[3958] Allocation engine allows for overriding the # of allocation attempts.
Marcin Siodelski [Sun, 19 Jul 2015 11:57:55 +0000 (13:57 +0200)] 
[3958] Allocation engine allows for overriding the # of allocation attempts.

10 years ago[3958] Fixed invalid number of allocation attampts in the log message.
Marcin Siodelski [Sun, 19 Jul 2015 09:37:39 +0000 (11:37 +0200)] 
[3958] Fixed invalid number of allocation attampts in the log message.

10 years ago[3955] Bumped up libs version numbers for the 0.9.2 release.
Marcin Siodelski [Sun, 19 Jul 2015 09:18:07 +0000 (11:18 +0200)] 
[3955] Bumped up libs version numbers for the 0.9.2 release.

10 years ago[3958] Extra test for large (80 bits pool) configuration implemented.
Tomek Mrugalski [Sun, 19 Jul 2015 09:14:33 +0000 (11:14 +0200)] 
[3958] Extra test for large (80 bits pool) configuration implemented.

10 years ago[3958] Fixed the allocation from the large PD pool.
Marcin Siodelski [Sun, 19 Jul 2015 08:06:07 +0000 (10:06 +0200)] 
[3958] Fixed the allocation from the large PD pool.

10 years ago[3952] Update hooks-libraries parser tests
Stephen Morris [Sat, 18 Jul 2015 18:45:40 +0000 (19:45 +0100)] 
[3952] Update hooks-libraries parser tests

These tests were updated while investigating the issue described in
the ticket.

10 years ago[3947] Do not send hint prefixes in the Reply to Renew or Rebind.
Marcin Siodelski [Sat, 18 Jul 2015 14:35:09 +0000 (16:35 +0200)] 
[3947] Do not send hint prefixes in the Reply to Renew or Rebind.

10 years ago[3947] DHCPv6 server returns NoPrefixAvail on Rebind now.
Marcin Siodelski [Sat, 18 Jul 2015 11:39:26 +0000 (13:39 +0200)] 
[3947] DHCPv6 server returns NoPrefixAvail on Rebind now.

11 years ago[master] Added ChangeLog entry 984 for #3954
Thomas Markwalder [Fri, 17 Jul 2015 10:43:31 +0000 (06:43 -0400)] 
[master] Added ChangeLog entry 984 for #3954

11 years ago[master] keatctrl status can be run as non-root user
Thomas Markwalder [Fri, 17 Jul 2015 10:28:10 +0000 (06:28 -0400)] 
[master] keatctrl status can be run as non-root user

Merges branch 'trac3954'

11 years ago[master] Updated git hash
Francis Dupont [Fri, 17 Jul 2015 06:48:24 +0000 (08:48 +0200)] 
[master] Updated git hash

11 years ago[master] Finished merge of trac3944 (posix date formatting)
Francis Dupont [Fri, 17 Jul 2015 06:47:33 +0000 (08:47 +0200)] 
[master] Finished merge of trac3944 (posix date formatting)

11 years ago[master] Merged trac3944 (posix date formatting)
Francis Dupont [Fri, 17 Jul 2015 06:45:03 +0000 (08:45 +0200)] 
[master] Merged trac3944 (posix date formatting)

11 years ago[3954] Replaced kill -0 with ps -p in keactrl
Thomas Markwalder [Thu, 16 Jul 2015 18:05:01 +0000 (14:05 -0400)] 
[3954] Replaced kill -0 with ps -p in keactrl

11 years ago[3944] Use C++ style comparison in boost_time_utils unit test.
Marcin Siodelski [Thu, 16 Jul 2015 14:15:01 +0000 (16:15 +0200)] 
[3944] Use C++ style comparison in boost_time_utils unit test.

11 years ago[master] typo fix in stats.xml
Wlodek Wencel [Thu, 16 Jul 2015 11:14:10 +0000 (13:14 +0200)] 
[master] typo fix in stats.xml

11 years ago[3944] Added unit tests for boost time utils
Francis Dupont [Thu, 16 Jul 2015 11:08:20 +0000 (13:08 +0200)] 
[3944] Added unit tests for boost time utils

11 years ago[3949] Removed extraneous log message.
Marcin Siodelski [Thu, 16 Jul 2015 06:49:16 +0000 (08:49 +0200)] 
[3949] Removed extraneous log message.

11 years ago[master] Added ChangeLog entry for #3951.
Marcin Siodelski [Wed, 15 Jul 2015 12:39:29 +0000 (14:39 +0200)] 
[master] Added ChangeLog entry for #3951.