]>
git.ipfire.org Git - thirdparty/kea.git/log
Francis Dupont [Sat, 19 Sep 2015 11:25:24 +0000 (13:25 +0200)]
[4004] Allowed --disable-shared
Francis Dupont [Fri, 18 Sep 2015 18:21:29 +0000 (20:21 +0200)]
[4004] Moved hooksStaticLinkInit() definition
Francis Dupont [Fri, 18 Sep 2015 18:21:04 +0000 (20:21 +0200)]
[4004] Got rid of *ENV_LIBRARY_PATH
Francis Dupont [Fri, 18 Sep 2015 18:18:27 +0000 (20:18 +0200)]
[4004] Fixed static link
Tomek Mrugalski [Fri, 18 Sep 2015 17:09:59 +0000 (19:09 +0200)]
[master] ChangeLog updated after #3981.
Tomek Mrugalski [Fri, 18 Sep 2015 17:04:26 +0000 (19:04 +0200)]
[master] Unit-test fix after #3981 merge.
- Statistic is now reset properly in DeclineTest.*
Tomek Mrugalski [Fri, 18 Sep 2015 16:10:28 +0000 (18:10 +0200)]
[master] Merge branch 'trac3981'
Conflicts:
src/bin/dhcp4/tests/Makefile.am
Tomek Mrugalski [Fri, 18 Sep 2015 16:07:39 +0000 (18:07 +0200)]
[3981] Changes after review:
- moved lease decline to Lease::decline()
Tomek Mrugalski [Fri, 18 Sep 2015 14:58:07 +0000 (16:58 +0200)]
[3981] Merge branch 'trac3981' of ssh://git.kea.isc.org/git/kea into trac3981
Marcin Siodelski [Fri, 18 Sep 2015 11:20:08 +0000 (13:20 +0200)]
[4047] Corrected order of calls in the TimerMgr unit test.
Marcin Siodelski [Fri, 18 Sep 2015 11:08:14 +0000 (13:08 +0200)]
[4047] Cleanup in the TimerMgr unit tests.
Marcin Siodelski [Fri, 18 Sep 2015 11:03:05 +0000 (13:03 +0200)]
[4047] Instance of the TimerMgr is now shared pointer.
Marcin Siodelski [Fri, 18 Sep 2015 10:45:47 +0000 (12:45 +0200)]
[4047] Fixed documentation of the TimerMgr.
Marcin Siodelski [Fri, 18 Sep 2015 10:36:22 +0000 (12:36 +0200)]
[4047] Fixed issues with static deinitialization fiasco in TimerMgr.
Marcin Siodelski [Fri, 18 Sep 2015 05:49:40 +0000 (07:49 +0200)]
[4047] Implemented synchronization between the worker thead
Francis Dupont [Fri, 18 Sep 2015 07:51:32 +0000 (09:51 +0200)]
[4049] untabify
Shawn Routhier [Fri, 18 Sep 2015 02:06:53 +0000 (19:06 -0700)]
[trac3982] fix some typos
Stephen Morris [Thu, 17 Sep 2015 15:33:08 +0000 (16:33 +0100)]
[4046] Fix missing message_dictionary.h in install directory
This file was included in message_initializer.h; as that was copied
to the install directory, this one needed to be as well (but wasn't).
Since MessageInitializer only contains a pointer to the message dictionary,
providing a standalone declaration of MessageDictionary in that file
eliminated the need to include the definition in message_dictionary.h,
so the #include of that file could be removed and with it the need to copy
it to the installation directory.
Francis Dupont [Thu, 17 Sep 2015 12:05:40 +0000 (14:05 +0200)]
[4049] Fixed the typeid(*option) bug
Shawn Routhier [Thu, 17 Sep 2015 00:11:14 +0000 (17:11 -0700)]
[trac3891] Typo level items
Francis Dupont [Wed, 16 Sep 2015 21:12:18 +0000 (23:12 +0200)]
[4009] Added --with-boost-libs description
Francis Dupont [Wed, 16 Sep 2015 21:01:46 +0000 (23:01 +0200)]
[4009] Moved LICENSE file
Francis Dupont [Wed, 16 Sep 2015 20:55:38 +0000 (22:55 +0200)]
[4032] Improved message unit test comment
Francis Dupont [Wed, 16 Sep 2015 15:36:44 +0000 (17:36 +0200)]
[master] Updated git hash
Francis Dupont [Wed, 16 Sep 2015 15:36:06 +0000 (17:36 +0200)]
[master] Finished merge of trac3773 (always call SanityCheck)
Francis Dupont [Wed, 16 Sep 2015 15:33:45 +0000 (17:33 +0200)]
[master] Merged trac3773 (always call SanityCheck)
Francis Dupont [Wed, 16 Sep 2015 15:32:14 +0000 (17:32 +0200)]
[3773] Updated comments
Shawn Routhier [Wed, 16 Sep 2015 14:50:07 +0000 (07:50 -0700)]
[trac3982] Fix some typos and cut and paste errors
Tomek Mrugalski [Wed, 16 Sep 2015 14:01:07 +0000 (16:01 +0200)]
[3981] Messages reworded slightly.
Tomek Mrugalski [Wed, 16 Sep 2015 13:55:25 +0000 (15:55 +0200)]
[3981] Changes after review:
- Explanation why are we not updating assigned-addresses
- DHCP4_DECLINE_LEASE message reworded as suggested
- processDecline method described properly
- declineNonMatchingIPAddresses description updated
- global declined-addresses statistic added and tested
-
Francis Dupont [Wed, 16 Sep 2015 13:40:09 +0000 (15:40 +0200)]
[master] Updated git hash
Francis Dupont [Wed, 16 Sep 2015 13:38:20 +0000 (15:38 +0200)]
[master] Finished merge of trac3911a (Makefile.am dependency)
Francis Dupont [Wed, 16 Sep 2015 13:32:39 +0000 (15:32 +0200)]
[3911a] untabify
Marcin Siodelski [Wed, 16 Sep 2015 12:02:31 +0000 (14:02 +0200)]
[3973] Addressed review comments.
Marcin Siodelski [Wed, 16 Sep 2015 11:07:14 +0000 (13:07 +0200)]
[master] Added ChangeLog entry for #3966.
Marcin Siodelski [Wed, 16 Sep 2015 10:54:05 +0000 (12:54 +0200)]
[master] Merge branch 'trac3966'
Marcin Siodelski [Tue, 15 Sep 2015 12:02:18 +0000 (14:02 +0200)]
[3966] Updated schema files per review comments.
Shawn Routhier [Tue, 15 Sep 2015 04:27:19 +0000 (21:27 -0700)]
[trac3891] Fix some typos in the message descriptions
Marcin Siodelski [Fri, 11 Sep 2015 07:34:37 +0000 (09:34 +0200)]
[3973] Added todos for the lease reclamation routines.
Marcin Siodelski [Thu, 10 Sep 2015 18:25:21 +0000 (20:25 +0200)]
[3973] Explicit types in the base class constructor.
Marcin Siodelski [Thu, 10 Sep 2015 17:58:55 +0000 (19:58 +0200)]
[3973] Updated descriptions of lease reclamation routines in alloc_engine.h
Marcin Siodelski [Thu, 10 Sep 2015 14:27:32 +0000 (16:27 +0200)]
[3973] Update statistics when the lease is reclaimed.
Marcin Siodelski [Thu, 10 Sep 2015 10:43:37 +0000 (12:43 +0200)]
[3973] Use client identifier to generate DHCID for lease reclamation.
Marcin Siodelski [Wed, 9 Sep 2015 19:12:59 +0000 (21:12 +0200)]
[3973] Implemented tests for DHCPv4 lease reclamation routine.
Marcin Siodelski [Wed, 9 Sep 2015 13:44:07 +0000 (15:44 +0200)]
[3973] Added logging to the lease expiration routine.
Also added better exception handling.
Marcin Siodelski [Tue, 8 Sep 2015 14:25:06 +0000 (16:25 +0200)]
[3973] Implemented first version of the lease reclamation routine.
Tomek Mrugalski [Wed, 9 Sep 2015 18:40:24 +0000 (20:40 +0200)]
[3982] Unit-tests fix.
Wlodek Wencel [Wed, 9 Sep 2015 16:56:23 +0000 (18:56 +0200)]
[master] changed kea version from 'beta' to 'git'
Tomek Mrugalski [Wed, 9 Sep 2015 14:15:46 +0000 (16:15 +0200)]
[3982] Decline support in DHCPv6 implemented.
Francis Dupont [Wed, 9 Sep 2015 11:59:13 +0000 (13:59 +0200)]
[master] Updated git tag
Francis Dupont [Wed, 9 Sep 2015 11:55:07 +0000 (13:55 +0200)]
[master] Finished merge of trac4024 (critical C++ issues)
Francis Dupont [Wed, 9 Sep 2015 11:45:27 +0000 (13:45 +0200)]
[master] Merged trac4024 (critical C++ issues)
Marcin Siodelski [Wed, 9 Sep 2015 08:29:32 +0000 (10:29 +0200)]
[3966] Added lease_states table to the MySQL database.
Marcin Siodelski [Tue, 8 Sep 2015 17:54:09 +0000 (19:54 +0200)]
[master] Added ChangeLog entry for #3970.
The crowd goes wild with ChangeLog entry #1000!
Marcin Siodelski [Tue, 8 Sep 2015 17:40:59 +0000 (19:40 +0200)]
[master] Merge branch 'trac3970'
Marcin Siodelski [Tue, 8 Sep 2015 17:39:52 +0000 (19:39 +0200)]
[3970] Improved the test for TimerMgr::stopThread.
This test now also checks that it is possible to skip running
ready handlers.
Marcin Siodelski [Tue, 8 Sep 2015 17:17:32 +0000 (19:17 +0200)]
[3966] Addressed review comments.
Tomek Mrugalski [Tue, 8 Sep 2015 17:08:42 +0000 (19:08 +0200)]
[3981] Compilation fixes, unit-tests now passing.
Marcin Siodelski [Tue, 8 Sep 2015 15:17:52 +0000 (17:17 +0200)]
[3970] Addressed review comments again.
Implemented new test for the TimerMgr::stopThread().
Removed redundant clear of the error string.
Added comment to the TimerMgr about the thread safety.
Thomas Markwalder [Tue, 8 Sep 2015 14:05:45 +0000 (10:05 -0400)]
[master] Added ChangeLog entry 999 for 2615
Tomek Mrugalski [Tue, 8 Sep 2015 12:35:28 +0000 (14:35 +0200)]
[3981] DHCPDECLINE support implemented.
Thomas Markwalder [Tue, 8 Sep 2015 14:02:31 +0000 (10:02 -0400)]
Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Tomek Mrugalski [Tue, 8 Sep 2015 13:46:42 +0000 (15:46 +0200)]
[master] ChangeLog updated after 3983 merge.
Thomas Markwalder [Tue, 8 Sep 2015 13:40:25 +0000 (09:40 -0400)]
Merge branch 'trac2615'
Thomas Markwalder [Tue, 8 Sep 2015 13:38:49 +0000 (09:38 -0400)]
[2615] Addressed review comments
Minor changes to commentary, etc.
Tomek Mrugalski [Tue, 8 Sep 2015 13:35:25 +0000 (15:35 +0200)]
[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Tomek Mrugalski [Tue, 8 Sep 2015 13:20:05 +0000 (15:20 +0200)]
[master] distcheck fix after 3983 merge.
Jeremy C. Reed [Tue, 8 Sep 2015 13:17:40 +0000 (09:17 -0400)]
[trac3483] changelog
Jeremy C. Reed [Tue, 8 Sep 2015 12:57:41 +0000 (08:57 -0400)]
Merge branch 'trac3483'
Tomek Mrugalski [Tue, 8 Sep 2015 12:56:57 +0000 (14:56 +0200)]
[master] Merge branch 'trac3983' (Decline parameters in v4 and v6)
Tomek Mrugalski [Tue, 8 Sep 2015 12:56:20 +0000 (14:56 +0200)]
[3983] defaults.h moved to src (after Marcin's review)
Francis Dupont [Mon, 7 Sep 2015 17:20:01 +0000 (19:20 +0200)]
[4032] Added a message matching example
Francis Dupont [Mon, 7 Sep 2015 13:16:20 +0000 (15:16 +0200)]
[4009] Extra cleanup + Restore coroutine license
Marcin Siodelski [Mon, 7 Sep 2015 12:54:59 +0000 (14:54 +0200)]
[3966] Fixed failing lease dump unit tests.
Marcin Siodelski [Mon, 7 Sep 2015 12:24:57 +0000 (14:24 +0200)]
[3966] Added missing logging trces to MySQL and Memfile.
Marcin Siodelski [Mon, 7 Sep 2015 11:58:22 +0000 (13:58 +0200)]
[3966] Implemented deletion of the reclaimed leases in MySQL.
Francis Dupont [Mon, 7 Sep 2015 11:52:25 +0000 (13:52 +0200)]
[4009] Added --with-boost-libs for Fedora 22 where it can be required
Marcin Siodelski [Mon, 7 Sep 2015 11:29:17 +0000 (13:29 +0200)]
[3966] Implemented methods to retrieve expired leases in MySQL.
Francis Dupont [Mon, 7 Sep 2015 11:07:32 +0000 (13:07 +0200)]
[4009] Fixed 2 timeouts for CentOS 7
Marcin Siodelski [Mon, 7 Sep 2015 08:47:30 +0000 (10:47 +0200)]
[3966] Updated MySQL lease manager to include state column in queries.
Marcin Siodelski [Mon, 7 Sep 2015 08:19:32 +0000 (10:19 +0200)]
[3966] Updated MySQL schema to version 4.0
Francis Dupont [Sat, 5 Sep 2015 17:30:52 +0000 (19:30 +0200)]
[3516] Addressed old comments
Francis Dupont [Sat, 5 Sep 2015 07:51:08 +0000 (09:51 +0200)]
[3516] Added missing trailing EOL
Francis Dupont [Fri, 4 Sep 2015 21:56:20 +0000 (23:56 +0200)]
[3773] Added unit tests for confirm and rebind
Francis Dupont [Fri, 4 Sep 2015 20:39:54 +0000 (22:39 +0200)]
[3773] Cleanup sanityCheck() related comments (phase 2)
Francis Dupont [Fri, 4 Sep 2015 20:18:40 +0000 (22:18 +0200)]
[3773] Added missing calls to sanityCheck() (phase 1)
Francis Dupont [Fri, 4 Sep 2015 19:05:29 +0000 (21:05 +0200)]
[4009] Merge branch 'trac4009' of ssh://git.kea.isc.org/git/kea into trac4009
Francis Dupont [Fri, 4 Sep 2015 19:04:18 +0000 (21:04 +0200)]
[4009] Removed no longer needed contine
Marcin Siodelski [Fri, 4 Sep 2015 16:32:35 +0000 (18:32 +0200)]
[4009] Fixed DController unit test suffering from the race condition.
Marcin Siodelski [Fri, 4 Sep 2015 14:54:27 +0000 (16:54 +0200)]
[4009] Fixed the deinitialization of objects in the Memfile unit test.
Marcin Siodelski [Fri, 4 Sep 2015 14:53:52 +0000 (16:53 +0200)]
[4009] Added missing includes to prevent build failures on Centos.
Francis Dupont [Fri, 4 Sep 2015 11:56:46 +0000 (13:56 +0200)]
[4009] Fixed the failing unit test
Francis Dupont [Fri, 4 Sep 2015 09:44:52 +0000 (11:44 +0200)]
[4009] Added some $(BOOST_LIBS) libtool fails to manage
Marcin Siodelski [Fri, 4 Sep 2015 09:01:48 +0000 (11:01 +0200)]
[3970] Add parameter to run pending callbacks when thread is stopped.
Francis Dupont [Fri, 4 Sep 2015 08:42:21 +0000 (10:42 +0200)]
[4009] Fixed the libboost_system dependency for Boost < 1.56
Marcin Siodelski [Fri, 4 Sep 2015 07:47:25 +0000 (09:47 +0200)]
[3970] Addressed most of the review comments.
Francis Dupont [Thu, 3 Sep 2015 18:07:39 +0000 (20:07 +0200)]
[4009] Added BOOST_ASIO_HEADER_ONLY define
Francis Dupont [Thu, 3 Sep 2015 18:05:00 +0000 (20:05 +0200)]
[4009] Added asio header checks
Francis Dupont [Thu, 3 Sep 2015 18:01:21 +0000 (20:01 +0200)]
[4009] Updated asiolink.h
Francis Dupont [Thu, 3 Sep 2015 17:59:23 +0000 (19:59 +0200)]
[4009] Updated asiolibk README