]>
git.ipfire.org Git - thirdparty/kea.git/log
Tomek Mrugalski [Tue, 22 Sep 2015 20:18:25 +0000 (22:18 +0200)]
[master] ChangeLog updated after #3982 merge.
Tomek Mrugalski [Tue, 22 Sep 2015 19:19:22 +0000 (21:19 +0200)]
[master] Merge branch 'trac3982' (Decline v6)
Conflicts:
src/bin/dhcp6/dhcp6_srv.cc
src/lib/dhcpsrv/lease.cc
src/lib/dhcpsrv/tests/lease_unittest.cc
Tomek Mrugalski [Tue, 22 Sep 2015 19:16:10 +0000 (21:16 +0200)]
[3982] Minor fix after review:
- DUID is checked in Lease6::decline() unit-test.
Marcin Siodelski [Tue, 22 Sep 2015 18:44:55 +0000 (20:44 +0200)]
[master] Removed extraneous variable.
Reviewed on jabber.
Shawn Routhier [Tue, 22 Sep 2015 17:39:01 +0000 (10:39 -0700)]
Merge branch 'trac4002' Save error string before use
Save the error string before using it to minimize the possibility of
it changing between when it gets generated and reviewed and when it
gets logged.
Shawn Routhier [Tue, 22 Sep 2015 17:32:12 +0000 (10:32 -0700)]
Merge branch 'trac4001' Update code to clear errno before use.
Update the code to clear the errno variable before making calls that
might use it. This should limit problems with one section of code
creating an inappropriate error message due to looking at an errno
set by some other section ofcode.
Shawn Routhier [Tue, 22 Sep 2015 15:54:30 +0000 (08:54 -0700)]
[trac4001] Move the clearing of errno per review comments
Marcin Siodelski [Tue, 22 Sep 2015 15:00:59 +0000 (17:00 +0200)]
[master] Added ChangeLog entry for #4047.
Marcin Siodelski [Tue, 22 Sep 2015 12:56:19 +0000 (14:56 +0200)]
[master] Merge branch 'trac4047'
Marcin Siodelski [Tue, 22 Sep 2015 05:58:54 +0000 (07:58 +0200)]
[4047] Updated TimerMgr and tests per review comments.
Shawn Routhier [Tue, 22 Sep 2015 03:01:52 +0000 (20:01 -0700)]
[trac4002] Save a copy of the err string in case errno changes under us
Shawn Routhier [Tue, 22 Sep 2015 00:21:30 +0000 (17:21 -0700)]
[trac4001] Clear errno before calling OS functions
Tomek Mrugalski [Mon, 21 Sep 2015 12:52:26 +0000 (14:52 +0200)]
[3982] Changes after review
- Lease6::decline() implemented
- DUID::generateEmpty() implemented
- Unit-tests for Decline (not include address, not include IA_NA)
implemented
- several comments updated
- logging corrected and reworded
Marcin Siodelski [Mon, 21 Sep 2015 08:06:18 +0000 (10:06 +0200)]
[master] Merge branch 'trac3973'
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
Shawn Routhier [Fri, 18 Sep 2015 02:06:53 +0000 (19:06 -0700)]
[trac3982] fix some typos
Shawn Routhier [Thu, 17 Sep 2015 00:11:14 +0000 (17:11 -0700)]
[trac3891] Typo level items
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)
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.
Marcin Siodelski [Mon, 7 Sep 2015 11:29:17 +0000 (13:29 +0200)]
[3966] Implemented methods to retrieve expired leases in MySQL.
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 [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)
Marcin Siodelski [Fri, 4 Sep 2015 09:01:48 +0000 (11:01 +0200)]
[3970] Add parameter to run pending callbacks when thread is stopped.
Marcin Siodelski [Fri, 4 Sep 2015 07:47:25 +0000 (09:47 +0200)]
[3970] Addressed most of the review comments.
Marcin Siodelski [Thu, 3 Sep 2015 13:51:04 +0000 (15:51 +0200)]
[3970] Added missing includes in WatchSocket.
Marcin Siodelski [Thu, 3 Sep 2015 10:17:09 +0000 (12:17 +0200)]
[master] Added ChangeLog entry for #3965.
Marcin Siodelski [Thu, 3 Sep 2015 09:42:57 +0000 (11:42 +0200)]
[master] Merge branch 'trac3965'
Marcin Siodelski [Thu, 3 Sep 2015 09:35:25 +0000 (11:35 +0200)]
[3965] deleteExpiredReclaimed returns number of deleted leases.
Francis Dupont [Thu, 3 Sep 2015 07:44:31 +0000 (09:44 +0200)]
[master] Updated git hash
Francis Dupont [Thu, 3 Sep 2015 07:42:50 +0000 (09:42 +0200)]
[master] Finished merge of trac4031 (combined: header, asiodns, testutils, asiolink cleanup)
Francis Dupont [Thu, 3 Sep 2015 07:42:05 +0000 (09:42 +0200)]
[master] Merged trac4031 (combined: header, asiodns, testutils, asiolink cleanup)
Marcin Siodelski [Wed, 2 Sep 2015 17:46:20 +0000 (19:46 +0200)]
[3965] Lease state is the enum-like value, rather than bitfield.
Marcin Siodelski [Wed, 2 Sep 2015 16:36:56 +0000 (18:36 +0200)]
[master] Added Changelog entry for #3947.
Marcin Siodelski [Wed, 2 Sep 2015 16:20:47 +0000 (18:20 +0200)]
[master] Merge branch 'trac3947'
Francis Dupont [Wed, 2 Sep 2015 15:09:06 +0000 (17:09 +0200)]
[4031] Cleaned up asiolink (tentative)
Francis Dupont [Wed, 2 Sep 2015 14:31:30 +0000 (16:31 +0200)]
[master] Updated git hash
Francis Dupont [Wed, 2 Sep 2015 14:30:38 +0000 (16:30 +0200)]
[master] Finished merge of trac4026 (LoggingTest.basicSpec fails in distcheck)
Francis Dupont [Wed, 2 Sep 2015 14:28:03 +0000 (16:28 +0200)]
[master] Merged trac4026 (LoggingTest.basicSpec fails in distcheck)