]>
git.ipfire.org Git - thirdparty/kea.git/log
Razvan Becheriu [Fri, 6 Dec 2019 12:10:27 +0000 (14:10 +0200)]
[1040] minor changes
Razvan Becheriu [Fri, 6 Dec 2019 09:43:35 +0000 (11:43 +0200)]
[1040] minor changes
Razvan Becheriu [Fri, 6 Dec 2019 09:22:37 +0000 (11:22 +0200)]
[1040] separated delete functions
Francis Dupont [Sat, 12 Oct 2019 11:07:48 +0000 (13:07 +0200)]
[#880] Added some atomics to satisfy the thread sanitizer
Razvan Becheriu [Thu, 19 Dec 2019 16:02:58 +0000 (16:02 +0000)]
[#1068] added missing files
Stephen Morris [Fri, 20 Dec 2019 10:13:13 +0000 (10:13 +0000)]
[#640] Minor corrections
1. Update to documentation concerning the running of until tests
which code is compiled with fuzzing enabled.
2. Correction of text of fuzzing-related initialization exception.
Stephen Morris [Tue, 10 Dec 2019 16:11:02 +0000 (16:11 +0000)]
[#640] Fuzzing-related configure.ac updates
1. The switch to enable fuzzing is now "--enable-fuzzing".
2. A check is now made to see that the CXX environment variable
points to an AFL-enabled compiler when the switch is modified.
Stephen Morris [Tue, 6 Aug 2019 13:01:25 +0000 (14:01 +0100)]
[#640] Implement consistent fuzz packet naming
The convention is that all packets used in fuzzing have the file extension
.pkt. This commit has renamed some packets to match that convention.
Stephen Morris [Tue, 6 Aug 2019 10:58:16 +0000 (11:58 +0100)]
[#640] Make code changes suggested by review
Stephen Morris [Thu, 19 Dec 2019 10:26:13 +0000 (10:26 +0000)]
[#640] Add fuzzing documentation
Add a doxygen file describing the fuzzing - how to build and
run it, and a brief description of the changes made to the code.
Stephen Morris [Thu, 19 Dec 2019 10:24:17 +0000 (10:24 +0000)]
[#640] Simplification of fuzzing structure
Instead of using a separate thread to read input from the fuzzer,
the input is now read in the main thread and transferred to the
interface on which Kea is expecting it to appear.
Stephen Morris [Wed, 29 May 2019 08:54:07 +0000 (09:54 +0100)]
[#640] Major refactoring of fuzzing code
1. Convert to C++ class.
2. Extend framework to support DHCPv4 fuzzing.
3. Restrict size of data that can be accepted from AFL. (Kea will
only accept up to about 64k or data, (set by the size of a UDP
datagram). However, AFL can send much larger data packets,
which may cause problems in synchronization between the two
threads used to implement fuzzing in Kea.
Tomek Mrugalski [Mon, 21 Nov 2016 10:53:04 +0000 (11:53 +0100)]
[#640] Initial fuzzing code added for Kea6
Proof of concept code to fuzz Kea-DHCPv6.
Michal Nowikowski [Fri, 20 Dec 2019 08:58:04 +0000 (09:58 +0100)]
[#1072] support building kea on fedora 31 and ubuntu 19.10
- added this support in hammer.py
- fixed checking sphinx in configure.ac on fedora 31
Michal Nowikowski [Wed, 11 Dec 2019 10:20:01 +0000 (11:20 +0100)]
[#672] added ChangeLog entry about Dangerfile
Michal Nowikowski [Fri, 14 Jun 2019 04:20:58 +0000 (06:20 +0200)]
[#672] added danger for checking commits compliance
Tomek Mrugalski [Mon, 16 Dec 2019 15:28:42 +0000 (16:28 +0100)]
[#1060] Hooks version bumped to 12.
Razvan Becheriu [Mon, 16 Dec 2019 12:18:19 +0000 (14:18 +0200)]
#1057 bump lib versions
Razvan Becheriu [Mon, 16 Dec 2019 10:46:27 +0000 (12:46 +0200)]
#1057 bump lib versions
Michal Nowikowski [Mon, 16 Dec 2019 09:10:31 +0000 (09:10 +0000)]
[#1056] regenerated parsers
Michal Nowikowski [Mon, 16 Dec 2019 08:50:31 +0000 (09:50 +0100)]
[#1056] updated list of systems where kea is tested on
Michal Nowikowski [Mon, 16 Dec 2019 08:32:27 +0000 (09:32 +0100)]
[#1056] bumped version in configure.ac to 1.7.3
Michal Nowikowski [Mon, 16 Dec 2019 08:13:46 +0000 (09:13 +0100)]
[#1056] added ChangeLog entry about 1.7.3 release, updated copyright dates
Tomek Mrugalski [Fri, 13 Dec 2019 16:13:40 +0000 (17:13 +0100)]
[#1034] get_config_unittest.cc.skel included in tarball
Tomek Mrugalski [Fri, 13 Dec 2019 16:51:52 +0000 (17:51 +0100)]
[#1042] prepare-commit-msg updated
Tomek Mrugalski [Tue, 3 Dec 2019 15:51:18 +0000 (16:51 +0100)]
[#1042] prepare-commit-msg hooks added
Marcin Siodelski [Fri, 13 Dec 2019 17:18:36 +0000 (18:18 +0100)]
[#1041] Added ChangeLog for #1041.
Marcin Siodelski [Fri, 13 Dec 2019 15:30:44 +0000 (16:30 +0100)]
[#1041] Added age value to the status-get response
Marcin Siodelski [Fri, 13 Dec 2019 15:26:41 +0000 (16:26 +0100)]
[#1041] Added age into the status-get response
Marcin Siodelski [Fri, 13 Dec 2019 15:03:05 +0000 (16:03 +0100)]
[#1041] Updated docs about status-get
Added new HA specific section too.
Marcin Siodelski [Fri, 13 Dec 2019 14:07:35 +0000 (15:07 +0100)]
[#1041] Several improvements to status-get (HA)
- Included boolean parameter in-touch to indicate if the status has been
actually received from the partner.
- Renamed last-known-status (scopes) to last-status (scopes) which is
shorter.
- Always include all parameters in the status-get response, even if they
are not set to anything meaningful.
- Return partner's scopes in the response to status-get.
Marcin Siodelski [Fri, 13 Dec 2019 11:47:26 +0000 (12:47 +0100)]
[#1041] HA heartbeat response includes scopes
Marcin Siodelski [Fri, 13 Dec 2019 11:02:26 +0000 (12:02 +0100)]
[#1041] Use isEquivalent in statusGet unittest
Marcin Siodelski [Fri, 13 Dec 2019 10:55:19 +0000 (11:55 +0100)]
[#1041] Renamed status get handler in HA
The new name is processStatusGet instead of generic commandProcessed
Marcin Siodelski [Fri, 13 Dec 2019 10:39:23 +0000 (11:39 +0100)]
[#1041] Corrected kea-shell test
This test did not expect the status-get command to be included in respose
to the list-commands.
Marcin Siodelski [Fri, 13 Dec 2019 10:17:03 +0000 (11:17 +0100)]
[#1041] Extended statusGet unittests
The uptime, reload and pid returned are validated.
Francis Dupont [Thu, 12 Dec 2019 15:08:54 +0000 (16:08 +0100)]
[#1041] Updated d2 (netconf has no control channel)
Francis Dupont [Thu, 12 Dec 2019 14:52:27 +0000 (15:52 +0100)]
[#1041] Checkpoint: CA updated
Francis Dupont [Thu, 12 Dec 2019 14:22:56 +0000 (15:22 +0100)]
[#1041] Checkpoint: moved uptime/reload to libprocess
Francis Dupont [Thu, 12 Dec 2019 10:33:16 +0000 (11:33 +0100)]
[#1041] Addressed new comments
Francis Dupont [Wed, 11 Dec 2019 20:10:48 +0000 (21:10 +0100)]
[#1041] Added some commandProcessed checks in HA service tests
Francis Dupont [Wed, 11 Dec 2019 19:35:36 +0000 (20:35 +0100)]
[#1041] Added more HA doc
Francis Dupont [Wed, 11 Dec 2019 18:34:32 +0000 (19:34 +0100)]
[#1041] Doc improvements
Francis Dupont [Wed, 11 Dec 2019 17:38:43 +0000 (18:38 +0100)]
[#1041] Augmented HA report
Francis Dupont [Tue, 10 Dec 2019 09:24:14 +0000 (10:24 +0100)]
[#1041] Added HA command processed test
Francis Dupont [Fri, 6 Dec 2019 12:09:20 +0000 (13:09 +0100)]
[#1041] Added doc skeleton
Francis Dupont [Fri, 6 Dec 2019 11:55:42 +0000 (12:55 +0100)]
[#1041] Added getLastCommitTime unit test
Francis Dupont [Fri, 6 Dec 2019 01:16:30 +0000 (02:16 +0100)]
[#1041] Checkpoint: added reload, doc to do
Francis Dupont [Fri, 6 Dec 2019 00:52:59 +0000 (01:52 +0100)]
[#1041] Checkpoint: fixed and improved HA, reload time todo
Francis Dupont [Fri, 6 Dec 2019 00:20:34 +0000 (01:20 +0100)]
[#1041] Checkpoint: added HA state, reload time to do
Francis Dupont [Thu, 5 Dec 2019 23:32:47 +0000 (00:32 +0100)]
[#1041] Checkpoint: added uptime, last commit and HA to do
Francis Dupont [Thu, 5 Dec 2019 14:48:02 +0000 (15:48 +0100)]
[#1041] Checkpoint: created status-get returning pid (only)
Tomek Mrugalski [Fri, 13 Dec 2019 15:30:45 +0000 (16:30 +0100)]
[#876] Changelog updated
Tomek Mrugalski [Fri, 13 Dec 2019 15:29:11 +0000 (16:29 +0100)]
[#876] avalanche description tweaks
Wlodek Wencel [Fri, 13 Dec 2019 10:47:21 +0000 (17:47 +0700)]
[876] fixed wording
Wlodek Wencel [Fri, 13 Dec 2019 08:55:43 +0000 (15:55 +0700)]
[876] added scenario avalanche to mans
Tomek Mrugalski [Fri, 13 Dec 2019 14:42:49 +0000 (15:42 +0100)]
[#943] corrected indentation error reported by sphinx
Tomek Mrugalski [Fri, 13 Dec 2019 14:37:26 +0000 (15:37 +0100)]
[#943] ChangeLog updated
Tomek Mrugalski [Fri, 13 Dec 2019 14:36:12 +0000 (15:36 +0100)]
[#943] Minor text corrections.
Wlodek Wencel [Fri, 13 Dec 2019 10:31:32 +0000 (17:31 +0700)]
[#943] added example configuration for legal_log library using database
Tomek Mrugalski [Fri, 13 Dec 2019 12:21:40 +0000 (13:21 +0100)]
[#898] hook version updated in the docs
Francis Dupont [Tue, 10 Dec 2019 21:45:43 +0000 (22:45 +0100)]
[#898] Update proposed ChangeLog entry
Francis Dupont [Tue, 10 Dec 2019 21:36:49 +0000 (22:36 +0100)]
[#898] Removed DHCP class
Francis Dupont [Tue, 10 Dec 2019 09:43:31 +0000 (10:43 +0100)]
[#898] Changed received RFC 951 error message
Francis Dupont [Tue, 10 Dec 2019 09:30:44 +0000 (10:30 +0100)]
[#898] Removed @param from load
Tomek Mrugalski [Mon, 25 Nov 2019 15:26:02 +0000 (16:26 +0100)]
[#898] Logging doc corrected.
Francis Dupont [Thu, 21 Nov 2019 10:10:01 +0000 (11:10 +0100)]
[898-add-a-new-hook-to-support-bootp] Made BOOTP a built-in class
Francis Dupont [Thu, 21 Nov 2019 10:06:01 +0000 (11:06 +0100)]
[898-add-a-new-hook-to-support-bootp] Resolved pull errors
Francis Dupont [Thu, 21 Nov 2019 09:59:59 +0000 (10:59 +0100)]
[898-add-a-new-hook-to-support-bootp] Checkpoint: reviewed change and addressed comment, to do import BOOTP class stuff from !522
Tomek Mrugalski [Thu, 21 Nov 2019 09:57:03 +0000 (17:57 +0800)]
[#898] Pushed sphinx fix
Tomek Mrugalski [Thu, 21 Nov 2019 06:22:50 +0000 (14:22 +0800)]
[#898] Changelog added
Tomek Mrugalski [Thu, 21 Nov 2019 06:12:35 +0000 (14:12 +0800)]
[#898] Unit-tests now check for DHCP class
Tomek Mrugalski [Thu, 21 Nov 2019 05:42:10 +0000 (13:42 +0800)]
[#898] Added DHCP class and config example
Tomek Mrugalski [Thu, 21 Nov 2019 05:11:54 +0000 (13:11 +0800)]
[#898] Proposed expansion of bootp docs.
Tomek Mrugalski [Thu, 21 Nov 2019 02:48:14 +0000 (10:48 +0800)]
[#898] Doc clarifications
- fixed 2 typos
- added reference to RFC1497
Francis Dupont [Mon, 18 Nov 2019 10:12:00 +0000 (11:12 +0100)]
[898-add-a-new-hook-to-support-bootp] Updated docs
Francis Dupont [Mon, 18 Nov 2019 09:21:11 +0000 (10:21 +0100)]
[898-add-a-new-hook-to-support-bootp] Checkpoint: code and tests done - doc to update
Francis Dupont [Mon, 25 Nov 2019 17:15:26 +0000 (18:15 +0100)]
[#898] Added text about reservation for a BOOTP client
Francis Dupont [Fri, 22 Nov 2019 03:33:55 +0000 (04:33 +0100)]
[898-add-a-new-hook-to-support-bootp] Some doxygen fixes
Francis Dupont [Fri, 22 Nov 2019 02:55:19 +0000 (03:55 +0100)]
[898-add-a-new-hook-to-support-bootp] Fixed classification issue
Francis Dupont [Thu, 21 Nov 2019 10:25:05 +0000 (11:25 +0100)]
[898-add-a-new-hook-to-support-bootp] Updated doc
Francis Dupont [Thu, 21 Nov 2019 10:10:01 +0000 (11:10 +0100)]
[898-add-a-new-hook-to-support-bootp] Made BOOTP a built-in class
Francis Dupont [Thu, 21 Nov 2019 10:06:01 +0000 (11:06 +0100)]
[898-add-a-new-hook-to-support-bootp] Resolved pull errors
Tomek Mrugalski [Thu, 21 Nov 2019 09:57:03 +0000 (17:57 +0800)]
[#898] Pushed sphinx fix
Francis Dupont [Thu, 21 Nov 2019 09:59:59 +0000 (10:59 +0100)]
[898-add-a-new-hook-to-support-bootp] Checkpoint: reviewed change and addressed comment, to do import BOOTP class stuff from !522
Tomek Mrugalski [Thu, 21 Nov 2019 06:22:50 +0000 (14:22 +0800)]
[#898] Changelog added
Tomek Mrugalski [Thu, 21 Nov 2019 06:12:35 +0000 (14:12 +0800)]
[#898] Unit-tests now check for DHCP class
Tomek Mrugalski [Thu, 21 Nov 2019 06:00:40 +0000 (14:00 +0800)]
[#898] BOOTP logger documented.
Tomek Mrugalski [Thu, 21 Nov 2019 05:42:10 +0000 (13:42 +0800)]
[#898] Added DHCP class and config example
Tomek Mrugalski [Thu, 21 Nov 2019 05:11:54 +0000 (13:11 +0800)]
[#898] Proposed expansion of bootp docs.
Tomek Mrugalski [Thu, 21 Nov 2019 02:48:14 +0000 (10:48 +0800)]
[#898] Doc clarifications
- fixed 2 typos
- added reference to RFC1497
Francis Dupont [Mon, 18 Nov 2019 10:12:00 +0000 (11:12 +0100)]
[898-add-a-new-hook-to-support-bootp] Updated docs
Francis Dupont [Mon, 18 Nov 2019 09:21:11 +0000 (10:21 +0100)]
[898-add-a-new-hook-to-support-bootp] Checkpoint: code and tests done - doc to update
Francis Dupont [Tue, 10 Dec 2019 20:45:59 +0000 (21:45 +0100)]
[#897] Addressed final comments and added a ChangeLog entry
Francis Dupont [Tue, 10 Dec 2019 18:37:22 +0000 (19:37 +0100)]
[#897] Addressed comments
Francis Dupont [Fri, 8 Nov 2019 11:29:00 +0000 (12:29 +0100)]
[897-add-infinite-valid-lifetime-for-bootp] Added comments about T1/T2 vs infinite valid lifetime
Francis Dupont [Sun, 22 Sep 2019 22:24:31 +0000 (00:24 +0200)]
[897-add-infinite-valid-lifetime-for-bootp] Added BOOTP client class
Francis Dupont [Sun, 22 Sep 2019 17:23:40 +0000 (19:23 +0200)]
[897-add-infinite-valid-lifetime-for-bootp] Reported previous changes
Marcin Siodelski [Thu, 7 Nov 2019 16:46:16 +0000 (17:46 +0100)]
[#998,!588] Added ChangeLog for #998
Marcin Siodelski [Thu, 7 Nov 2019 16:44:19 +0000 (17:44 +0100)]
[#998,!588] Updated ha-heartbeat api doc.