]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
9 years ago[master] ChangeLog updated after #3982 merge. trac4045_base trac4068_base
Tomek Mrugalski [Tue, 22 Sep 2015 20:18:25 +0000 (22:18 +0200)] 
[master] ChangeLog updated after #3982 merge.

9 years ago[master] Merge branch 'trac3982' (Decline v6)
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

9 years ago[3982] Minor fix after review:
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.

9 years ago[master] Removed extraneous variable.
Marcin Siodelski [Tue, 22 Sep 2015 18:44:55 +0000 (20:44 +0200)] 
[master] Removed extraneous variable.

Reviewed on jabber.

9 years agoMerge branch 'trac4002' Save error string before use
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.

9 years agoMerge branch 'trac4001' Update code to clear errno before use.
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.

9 years ago[trac4001] Move the clearing of errno per review comments
Shawn Routhier [Tue, 22 Sep 2015 15:54:30 +0000 (08:54 -0700)] 
[trac4001] Move the clearing of errno per review comments

9 years ago[master] Added ChangeLog entry for #4047.
Marcin Siodelski [Tue, 22 Sep 2015 15:00:59 +0000 (17:00 +0200)] 
[master] Added ChangeLog entry for #4047.

9 years ago[master] Merge branch 'trac4047'
Marcin Siodelski [Tue, 22 Sep 2015 12:56:19 +0000 (14:56 +0200)] 
[master] Merge branch 'trac4047'

9 years ago[4047] Updated TimerMgr and tests per review comments.
Marcin Siodelski [Tue, 22 Sep 2015 05:58:54 +0000 (07:58 +0200)] 
[4047] Updated TimerMgr and tests per review comments.

9 years ago[trac4002] Save a copy of the err string in case errno changes under us
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

9 years ago[trac4001] Clear errno before calling OS functions
Shawn Routhier [Tue, 22 Sep 2015 00:21:30 +0000 (17:21 -0700)] 
[trac4001] Clear errno before calling OS functions

9 years ago[3982] Changes after review
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

9 years ago[master] Merge branch 'trac3973' trac4065_base
Marcin Siodelski [Mon, 21 Sep 2015 08:06:18 +0000 (10:06 +0200)] 
[master] Merge branch 'trac3973'

9 years ago[master] ChangeLog updated after #3981. trac4061_base trac4062_base
Tomek Mrugalski [Fri, 18 Sep 2015 17:09:59 +0000 (19:09 +0200)] 
[master] ChangeLog updated after #3981.

9 years ago[master] Unit-test fix after #3981 merge.
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.*

9 years ago[master] Merge branch 'trac3981'
Tomek Mrugalski [Fri, 18 Sep 2015 16:10:28 +0000 (18:10 +0200)] 
[master] Merge branch 'trac3981'

Conflicts:
src/bin/dhcp4/tests/Makefile.am

9 years ago[3981] Changes after review:
Tomek Mrugalski [Fri, 18 Sep 2015 16:07:39 +0000 (18:07 +0200)] 
[3981] Changes after review:

 - moved lease decline to Lease::decline()

9 years ago[3981] Merge branch 'trac3981' of ssh://git.kea.isc.org/git/kea into trac3981
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

9 years ago[4047] Corrected order of calls in the TimerMgr unit test.
Marcin Siodelski [Fri, 18 Sep 2015 11:20:08 +0000 (13:20 +0200)] 
[4047] Corrected order of calls in the TimerMgr unit test.

9 years ago[4047] Cleanup in the TimerMgr unit tests.
Marcin Siodelski [Fri, 18 Sep 2015 11:08:14 +0000 (13:08 +0200)] 
[4047] Cleanup in the TimerMgr unit tests.

9 years ago[4047] Instance of the TimerMgr is now shared pointer.
Marcin Siodelski [Fri, 18 Sep 2015 11:03:05 +0000 (13:03 +0200)] 
[4047] Instance of the TimerMgr is now shared pointer.

9 years ago[4047] Fixed documentation of the TimerMgr.
Marcin Siodelski [Fri, 18 Sep 2015 10:45:47 +0000 (12:45 +0200)] 
[4047] Fixed documentation of the TimerMgr.

9 years ago[4047] Fixed issues with static deinitialization fiasco in TimerMgr.
Marcin Siodelski [Fri, 18 Sep 2015 10:36:22 +0000 (12:36 +0200)] 
[4047] Fixed issues with static deinitialization fiasco in TimerMgr.

9 years ago[4047] Implemented synchronization between the worker thead
Marcin Siodelski [Fri, 18 Sep 2015 05:49:40 +0000 (07:49 +0200)] 
[4047] Implemented synchronization between the worker thead

9 years ago[trac3982] fix some typos
Shawn Routhier [Fri, 18 Sep 2015 02:06:53 +0000 (19:06 -0700)] 
[trac3982] fix some typos

9 years ago[trac3891] Typo level items
Shawn Routhier [Thu, 17 Sep 2015 00:11:14 +0000 (17:11 -0700)] 
[trac3891] Typo level items

9 years ago[master] Updated git hash trac4049_base
Francis Dupont [Wed, 16 Sep 2015 15:36:44 +0000 (17:36 +0200)] 
[master] Updated git hash

9 years ago[master] Finished merge of trac3773 (always call SanityCheck)
Francis Dupont [Wed, 16 Sep 2015 15:36:06 +0000 (17:36 +0200)] 
[master] Finished merge of  trac3773 (always call SanityCheck)

9 years ago[master] Merged trac3773 (always call SanityCheck)
Francis Dupont [Wed, 16 Sep 2015 15:33:45 +0000 (17:33 +0200)] 
[master] Merged trac3773 (always call SanityCheck)

9 years ago[3773] Updated comments
Francis Dupont [Wed, 16 Sep 2015 15:32:14 +0000 (17:32 +0200)] 
[3773] Updated comments

9 years ago[trac3982] Fix some typos and cut and paste errors
Shawn Routhier [Wed, 16 Sep 2015 14:50:07 +0000 (07:50 -0700)] 
[trac3982] Fix some typos and cut and paste errors

9 years ago[3981] Messages reworded slightly.
Tomek Mrugalski [Wed, 16 Sep 2015 14:01:07 +0000 (16:01 +0200)] 
[3981] Messages reworded slightly.

9 years ago[3981] Changes after review:
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
 -

9 years ago[master] Updated git hash
Francis Dupont [Wed, 16 Sep 2015 13:40:09 +0000 (15:40 +0200)] 
[master] Updated git hash

9 years ago[master] Finished merge of trac3911a (Makefile.am dependency)
Francis Dupont [Wed, 16 Sep 2015 13:38:20 +0000 (15:38 +0200)] 
[master] Finished merge of trac3911a (Makefile.am dependency)

9 years ago[3911a] untabify
Francis Dupont [Wed, 16 Sep 2015 13:32:39 +0000 (15:32 +0200)] 
[3911a] untabify

9 years ago[3973] Addressed review comments.
Marcin Siodelski [Wed, 16 Sep 2015 12:02:31 +0000 (14:02 +0200)] 
[3973] Addressed review comments.

9 years ago[master] Added ChangeLog entry for #3966.
Marcin Siodelski [Wed, 16 Sep 2015 11:07:14 +0000 (13:07 +0200)] 
[master] Added ChangeLog entry for #3966.

9 years ago[master] Merge branch 'trac3966'
Marcin Siodelski [Wed, 16 Sep 2015 10:54:05 +0000 (12:54 +0200)] 
[master] Merge branch 'trac3966'

9 years ago[3966] Updated schema files per review comments.
Marcin Siodelski [Tue, 15 Sep 2015 12:02:18 +0000 (14:02 +0200)] 
[3966] Updated schema files per review comments.

9 years ago[trac3891] Fix some typos in the message descriptions
Shawn Routhier [Tue, 15 Sep 2015 04:27:19 +0000 (21:27 -0700)] 
[trac3891] Fix some typos in the message descriptions

9 years ago[3973] Added todos for the lease reclamation routines.
Marcin Siodelski [Fri, 11 Sep 2015 07:34:37 +0000 (09:34 +0200)] 
[3973] Added todos for the lease reclamation routines.

9 years ago[3973] Explicit types in the base class constructor.
Marcin Siodelski [Thu, 10 Sep 2015 18:25:21 +0000 (20:25 +0200)] 
[3973] Explicit types in the base class constructor.

9 years ago[3973] Updated descriptions of lease reclamation routines in alloc_engine.h
Marcin Siodelski [Thu, 10 Sep 2015 17:58:55 +0000 (19:58 +0200)] 
[3973] Updated descriptions of lease reclamation routines in alloc_engine.h

9 years ago[3973] Update statistics when the lease is reclaimed.
Marcin Siodelski [Thu, 10 Sep 2015 14:27:32 +0000 (16:27 +0200)] 
[3973] Update statistics when the lease is reclaimed.

9 years ago[3973] Use client identifier to generate DHCID for lease reclamation.
Marcin Siodelski [Thu, 10 Sep 2015 10:43:37 +0000 (12:43 +0200)] 
[3973] Use client identifier to generate DHCID for lease reclamation.

9 years ago[3973] Implemented tests for DHCPv4 lease reclamation routine.
Marcin Siodelski [Wed, 9 Sep 2015 19:12:59 +0000 (21:12 +0200)] 
[3973] Implemented tests for DHCPv4 lease reclamation routine.

9 years ago[3973] Added logging to the lease expiration 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.

9 years ago[3973] Implemented first version of the lease reclamation routine.
Marcin Siodelski [Tue, 8 Sep 2015 14:25:06 +0000 (16:25 +0200)] 
[3973] Implemented first version of the lease reclamation routine.

9 years ago[3982] Unit-tests fix.
Tomek Mrugalski [Wed, 9 Sep 2015 18:40:24 +0000 (20:40 +0200)] 
[3982] Unit-tests fix.

9 years ago[master] changed kea version from 'beta' to 'git' fd4o6_base
Wlodek Wencel [Wed, 9 Sep 2015 16:56:23 +0000 (18:56 +0200)] 
[master] changed kea version from 'beta' to 'git'

9 years ago[3982] Decline support in DHCPv6 implemented.
Tomek Mrugalski [Wed, 9 Sep 2015 14:15:46 +0000 (16:15 +0200)] 
[3982] Decline support in DHCPv6 implemented.

9 years ago[master] Updated git tag
Francis Dupont [Wed, 9 Sep 2015 11:59:13 +0000 (13:59 +0200)] 
[master] Updated git tag

9 years ago[master] Finished merge of trac4024 (critical C++ issues)
Francis Dupont [Wed, 9 Sep 2015 11:55:07 +0000 (13:55 +0200)] 
[master] Finished merge of trac4024 (critical C++ issues)

9 years ago[master] Merged trac4024 (critical C++ issues)
Francis Dupont [Wed, 9 Sep 2015 11:45:27 +0000 (13:45 +0200)] 
[master] Merged trac4024 (critical C++ issues)

9 years ago[3966] Added lease_states table to the MySQL database.
Marcin Siodelski [Wed, 9 Sep 2015 08:29:32 +0000 (10:29 +0200)] 
[3966] Added lease_states table to the MySQL database.

9 years ago[master] Added ChangeLog entry for #3970.
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!

9 years ago[master] Merge branch 'trac3970'
Marcin Siodelski [Tue, 8 Sep 2015 17:40:59 +0000 (19:40 +0200)] 
[master] Merge branch 'trac3970'

9 years ago[3970] Improved the test for TimerMgr::stopThread.
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.

9 years ago[3966] Addressed review comments.
Marcin Siodelski [Tue, 8 Sep 2015 17:17:32 +0000 (19:17 +0200)] 
[3966] Addressed review comments.

9 years ago[3981] Compilation fixes, unit-tests now passing.
Tomek Mrugalski [Tue, 8 Sep 2015 17:08:42 +0000 (19:08 +0200)] 
[3981] Compilation fixes, unit-tests now passing.

9 years ago[3970] Addressed review comments again.
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.

9 years ago[master] Added ChangeLog entry 999 for 2615
Thomas Markwalder [Tue, 8 Sep 2015 14:05:45 +0000 (10:05 -0400)] 
[master] Added ChangeLog entry 999 for 2615

9 years ago[3981] DHCPDECLINE support implemented.
Tomek Mrugalski [Tue, 8 Sep 2015 12:35:28 +0000 (14:35 +0200)] 
[3981] DHCPDECLINE support implemented.

9 years agoMerge branch 'master' of ssh://git.kea.isc.org/git/kea
Thomas Markwalder [Tue, 8 Sep 2015 14:02:31 +0000 (10:02 -0400)] 
Merge branch 'master' of ssh://git.kea.isc.org/git/kea

9 years ago[master] ChangeLog updated after 3983 merge.
Tomek Mrugalski [Tue, 8 Sep 2015 13:46:42 +0000 (15:46 +0200)] 
[master] ChangeLog updated after 3983 merge.

9 years agoMerge branch 'trac2615'
Thomas Markwalder [Tue, 8 Sep 2015 13:40:25 +0000 (09:40 -0400)] 
Merge branch 'trac2615'

9 years ago[2615] Addressed review comments
Thomas Markwalder [Tue, 8 Sep 2015 13:38:49 +0000 (09:38 -0400)] 
[2615] Addressed review comments

Minor changes to commentary, etc.

9 years ago[master] Merge branch 'master' of ssh://git.kea.isc.org/git/kea
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

9 years ago[master] distcheck fix after 3983 merge.
Tomek Mrugalski [Tue, 8 Sep 2015 13:20:05 +0000 (15:20 +0200)] 
[master] distcheck fix after 3983 merge.

9 years ago[trac3483] changelog
Jeremy C. Reed [Tue, 8 Sep 2015 13:17:40 +0000 (09:17 -0400)] 
[trac3483] changelog

9 years agoMerge branch 'trac3483'
Jeremy C. Reed [Tue, 8 Sep 2015 12:57:41 +0000 (08:57 -0400)] 
Merge branch 'trac3483'

9 years ago[master] Merge branch 'trac3983' (Decline parameters in v4 and v6)
Tomek Mrugalski [Tue, 8 Sep 2015 12:56:57 +0000 (14:56 +0200)] 
[master] Merge branch 'trac3983' (Decline parameters in v4 and v6)

9 years ago[3983] defaults.h moved to src (after Marcin's review)
Tomek Mrugalski [Tue, 8 Sep 2015 12:56:20 +0000 (14:56 +0200)] 
[3983] defaults.h moved to src (after Marcin's review)

9 years ago[3966] Fixed failing lease dump unit tests.
Marcin Siodelski [Mon, 7 Sep 2015 12:54:59 +0000 (14:54 +0200)] 
[3966] Fixed failing lease dump unit tests.

9 years ago[3966] Added missing logging trces to MySQL and Memfile.
Marcin Siodelski [Mon, 7 Sep 2015 12:24:57 +0000 (14:24 +0200)] 
[3966] Added missing logging trces to MySQL and Memfile.

9 years ago[3966] Implemented deletion of the reclaimed leases in MySQL.
Marcin Siodelski [Mon, 7 Sep 2015 11:58:22 +0000 (13:58 +0200)] 
[3966] Implemented deletion of the reclaimed leases in MySQL.

9 years ago[3966] Implemented methods to retrieve expired 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.

9 years ago[3966] Updated MySQL lease manager to include state column in queries.
Marcin Siodelski [Mon, 7 Sep 2015 08:47:30 +0000 (10:47 +0200)] 
[3966] Updated MySQL lease manager to include state column in queries.

9 years ago[3966] Updated MySQL schema to version 4.0
Marcin Siodelski [Mon, 7 Sep 2015 08:19:32 +0000 (10:19 +0200)] 
[3966] Updated MySQL schema to version 4.0

9 years ago[3773] Added unit tests for confirm and rebind
Francis Dupont [Fri, 4 Sep 2015 21:56:20 +0000 (23:56 +0200)] 
[3773] Added unit tests for confirm and rebind

9 years ago[3773] Cleanup sanityCheck() related comments (phase 2)
Francis Dupont [Fri, 4 Sep 2015 20:39:54 +0000 (22:39 +0200)] 
[3773] Cleanup sanityCheck() related comments (phase 2)

9 years ago[3773] Added missing calls to sanityCheck() (phase 1)
Francis Dupont [Fri, 4 Sep 2015 20:18:40 +0000 (22:18 +0200)] 
[3773] Added missing calls to sanityCheck() (phase 1)

9 years ago[3970] Add parameter to run pending callbacks when thread is stopped.
Marcin Siodelski [Fri, 4 Sep 2015 09:01:48 +0000 (11:01 +0200)] 
[3970] Add parameter to run pending callbacks when thread is stopped.

9 years ago[3970] Addressed most of the review comments.
Marcin Siodelski [Fri, 4 Sep 2015 07:47:25 +0000 (09:47 +0200)] 
[3970] Addressed most of the review comments.

9 years ago[3970] Added missing includes in WatchSocket.
Marcin Siodelski [Thu, 3 Sep 2015 13:51:04 +0000 (15:51 +0200)] 
[3970] Added missing includes in WatchSocket.

9 years ago[master] Added ChangeLog entry for #3965. trac3238_base trac3773_base trac4014_base trac4032_base trac4034_base
Marcin Siodelski [Thu, 3 Sep 2015 10:17:09 +0000 (12:17 +0200)] 
[master] Added ChangeLog entry for #3965.

9 years ago[master] Merge branch 'trac3965'
Marcin Siodelski [Thu, 3 Sep 2015 09:42:57 +0000 (11:42 +0200)] 
[master] Merge branch 'trac3965'

9 years ago[3965] deleteExpiredReclaimed returns number of deleted leases.
Marcin Siodelski [Thu, 3 Sep 2015 09:35:25 +0000 (11:35 +0200)] 
[3965] deleteExpiredReclaimed returns number of deleted leases.

9 years ago[master] Updated git hash
Francis Dupont [Thu, 3 Sep 2015 07:44:31 +0000 (09:44 +0200)] 
[master] Updated git hash

9 years ago[master] Finished merge of trac4031 (combined: header, asiodns, testutils, asiolink...
Francis Dupont [Thu, 3 Sep 2015 07:42:50 +0000 (09:42 +0200)] 
[master] Finished merge of trac4031 (combined: header, asiodns, testutils, asiolink cleanup)

9 years ago[master] Merged 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)

9 years ago[3965] Lease state is the enum-like value, rather than bitfield.
Marcin Siodelski [Wed, 2 Sep 2015 17:46:20 +0000 (19:46 +0200)] 
[3965] Lease state is the enum-like value, rather than bitfield.

9 years ago[master] Added Changelog entry for #3947.
Marcin Siodelski [Wed, 2 Sep 2015 16:36:56 +0000 (18:36 +0200)] 
[master] Added Changelog entry for #3947.

9 years ago[master] Merge branch 'trac3947'
Marcin Siodelski [Wed, 2 Sep 2015 16:20:47 +0000 (18:20 +0200)] 
[master] Merge branch 'trac3947'

9 years ago[4031] Cleaned up asiolink (tentative) trac4009_base
Francis Dupont [Wed, 2 Sep 2015 15:09:06 +0000 (17:09 +0200)] 
[4031] Cleaned up asiolink (tentative)

9 years ago[master] Updated git hash
Francis Dupont [Wed, 2 Sep 2015 14:31:30 +0000 (16:31 +0200)] 
[master] Updated git hash

9 years ago[master] Finished merge of trac4026 (LoggingTest.basicSpec fails in distcheck)
Francis Dupont [Wed, 2 Sep 2015 14:30:38 +0000 (16:30 +0200)] 
[master] Finished merge of trac4026 (LoggingTest.basicSpec fails in distcheck)

9 years ago[master] Merged 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)