]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
6 years ago[1040] minor changes
Razvan Becheriu [Fri, 6 Dec 2019 12:10:27 +0000 (14:10 +0200)] 
[1040] minor changes

6 years ago[1040] minor changes
Razvan Becheriu [Fri, 6 Dec 2019 09:43:35 +0000 (11:43 +0200)] 
[1040] minor changes

6 years ago[1040] separated delete functions
Razvan Becheriu [Fri, 6 Dec 2019 09:22:37 +0000 (11:22 +0200)] 
[1040] separated delete functions

6 years ago[#880] Added some atomics to satisfy the thread sanitizer
Francis Dupont [Sat, 12 Oct 2019 11:07:48 +0000 (13:07 +0200)] 
[#880] Added some atomics to satisfy the thread sanitizer

6 years ago[#1068] added missing files
Razvan Becheriu [Thu, 19 Dec 2019 16:02:58 +0000 (16:02 +0000)] 
[#1068] added missing files

6 years ago[#640] Minor corrections
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.

6 years ago[#640] Fuzzing-related configure.ac updates
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.

6 years ago[#640] Implement consistent fuzz packet naming
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.

6 years ago[#640] Make code changes suggested by review
Stephen Morris [Tue, 6 Aug 2019 10:58:16 +0000 (11:58 +0100)] 
[#640] Make code changes suggested by review

6 years ago[#640] Add fuzzing documentation
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.

6 years ago[#640] Simplification of fuzzing structure
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.

6 years ago[#640] Major refactoring of fuzzing code
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.

6 years ago[#640] Initial fuzzing code added for Kea6
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.

6 years ago[#1072] support building kea on fedora 31 and ubuntu 19.10
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

6 years ago[#672] added ChangeLog entry about Dangerfile
Michal Nowikowski [Wed, 11 Dec 2019 10:20:01 +0000 (11:20 +0100)] 
[#672] added ChangeLog entry about Dangerfile

6 years ago[#672] added danger for checking commits compliance
Michal Nowikowski [Fri, 14 Jun 2019 04:20:58 +0000 (06:20 +0200)] 
[#672] added danger for checking commits compliance

6 years ago[#1060] Hooks version bumped to 12. Kea-1.7.3
Tomek Mrugalski [Mon, 16 Dec 2019 15:28:42 +0000 (16:28 +0100)] 
[#1060] Hooks version bumped to 12.

6 years ago#1057 bump lib versions
Razvan Becheriu [Mon, 16 Dec 2019 12:18:19 +0000 (14:18 +0200)] 
#1057 bump lib versions

6 years ago#1057 bump lib versions
Razvan Becheriu [Mon, 16 Dec 2019 10:46:27 +0000 (12:46 +0200)] 
#1057 bump lib versions

6 years ago[#1056] regenerated parsers
Michal Nowikowski [Mon, 16 Dec 2019 09:10:31 +0000 (09:10 +0000)] 
[#1056] regenerated parsers

6 years ago[#1056] updated list of systems where kea is tested on
Michal Nowikowski [Mon, 16 Dec 2019 08:50:31 +0000 (09:50 +0100)] 
[#1056] updated list of systems where kea is tested on

6 years ago[#1056] bumped version in configure.ac to 1.7.3
Michal Nowikowski [Mon, 16 Dec 2019 08:32:27 +0000 (09:32 +0100)] 
[#1056] bumped version in configure.ac to 1.7.3

6 years ago[#1056] added ChangeLog entry about 1.7.3 release, updated copyright dates
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

6 years ago[#1034] get_config_unittest.cc.skel included in tarball
Tomek Mrugalski [Fri, 13 Dec 2019 16:13:40 +0000 (17:13 +0100)] 
[#1034] get_config_unittest.cc.skel included in tarball

6 years ago[#1042] prepare-commit-msg updated
Tomek Mrugalski [Fri, 13 Dec 2019 16:51:52 +0000 (17:51 +0100)] 
[#1042] prepare-commit-msg updated

6 years ago[#1042] prepare-commit-msg hooks added
Tomek Mrugalski [Tue, 3 Dec 2019 15:51:18 +0000 (16:51 +0100)] 
[#1042] prepare-commit-msg hooks added

6 years ago[#1041] Added ChangeLog for #1041.
Marcin Siodelski [Fri, 13 Dec 2019 17:18:36 +0000 (18:18 +0100)] 
[#1041] Added ChangeLog for #1041.

6 years ago[#1041] Added age value to the status-get response
Marcin Siodelski [Fri, 13 Dec 2019 15:30:44 +0000 (16:30 +0100)] 
[#1041] Added age value to the status-get response

6 years ago[#1041] Added age into 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

6 years ago[#1041] Updated docs about status-get
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.

6 years ago[#1041] Several improvements to status-get (HA)
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.

6 years ago[#1041] HA heartbeat response includes scopes
Marcin Siodelski [Fri, 13 Dec 2019 11:47:26 +0000 (12:47 +0100)] 
[#1041] HA heartbeat response includes scopes

6 years ago[#1041] Use isEquivalent in statusGet unittest
Marcin Siodelski [Fri, 13 Dec 2019 11:02:26 +0000 (12:02 +0100)] 
[#1041] Use isEquivalent in statusGet unittest

6 years ago[#1041] Renamed status get handler in HA
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

6 years ago[#1041] Corrected kea-shell test
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.

6 years ago[#1041] Extended statusGet unittests
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.

6 years ago[#1041] Updated d2 (netconf has no control channel)
Francis Dupont [Thu, 12 Dec 2019 15:08:54 +0000 (16:08 +0100)] 
[#1041] Updated d2 (netconf has no control channel)

6 years ago[#1041] Checkpoint: CA updated
Francis Dupont [Thu, 12 Dec 2019 14:52:27 +0000 (15:52 +0100)] 
[#1041] Checkpoint: CA updated

6 years ago[#1041] Checkpoint: moved uptime/reload to libprocess
Francis Dupont [Thu, 12 Dec 2019 14:22:56 +0000 (15:22 +0100)] 
[#1041] Checkpoint: moved uptime/reload to libprocess

6 years ago[#1041] Addressed new comments
Francis Dupont [Thu, 12 Dec 2019 10:33:16 +0000 (11:33 +0100)] 
[#1041] Addressed new comments

6 years ago[#1041] Added some commandProcessed checks in HA service tests
Francis Dupont [Wed, 11 Dec 2019 20:10:48 +0000 (21:10 +0100)] 
[#1041] Added some commandProcessed checks in HA service tests

6 years ago[#1041] Added more HA doc
Francis Dupont [Wed, 11 Dec 2019 19:35:36 +0000 (20:35 +0100)] 
[#1041] Added more HA doc

6 years ago[#1041] Doc improvements
Francis Dupont [Wed, 11 Dec 2019 18:34:32 +0000 (19:34 +0100)] 
[#1041] Doc improvements

6 years ago[#1041] Augmented HA report
Francis Dupont [Wed, 11 Dec 2019 17:38:43 +0000 (18:38 +0100)] 
[#1041] Augmented HA report

6 years ago[#1041] Added HA command processed test
Francis Dupont [Tue, 10 Dec 2019 09:24:14 +0000 (10:24 +0100)] 
[#1041] Added HA command processed test

6 years ago[#1041] Added doc skeleton
Francis Dupont [Fri, 6 Dec 2019 12:09:20 +0000 (13:09 +0100)] 
[#1041] Added doc skeleton

6 years ago[#1041] Added getLastCommitTime unit test
Francis Dupont [Fri, 6 Dec 2019 11:55:42 +0000 (12:55 +0100)] 
[#1041] Added getLastCommitTime unit test

6 years ago[#1041] Checkpoint: added reload, doc to do
Francis Dupont [Fri, 6 Dec 2019 01:16:30 +0000 (02:16 +0100)] 
[#1041] Checkpoint: added reload, doc to do

6 years ago[#1041] Checkpoint: fixed and improved HA, reload time todo
Francis Dupont [Fri, 6 Dec 2019 00:52:59 +0000 (01:52 +0100)] 
[#1041] Checkpoint: fixed and improved HA, reload time todo

6 years ago[#1041] Checkpoint: added HA state, reload time to do
Francis Dupont [Fri, 6 Dec 2019 00:20:34 +0000 (01:20 +0100)] 
[#1041] Checkpoint: added HA state, reload time to do

6 years ago[#1041] Checkpoint: added uptime, last commit and HA 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

6 years ago[#1041] Checkpoint: created status-get returning pid (only)
Francis Dupont [Thu, 5 Dec 2019 14:48:02 +0000 (15:48 +0100)] 
[#1041] Checkpoint: created status-get returning pid (only)

6 years ago[#876] Changelog updated tmark-perf-12-13-2019
Tomek Mrugalski [Fri, 13 Dec 2019 15:30:45 +0000 (16:30 +0100)] 
[#876] Changelog updated

6 years ago[#876] avalanche description tweaks
Tomek Mrugalski [Fri, 13 Dec 2019 15:29:11 +0000 (16:29 +0100)] 
[#876] avalanche description tweaks

6 years ago[876] fixed wording
Wlodek Wencel [Fri, 13 Dec 2019 10:47:21 +0000 (17:47 +0700)] 
[876] fixed wording

6 years ago[876] added scenario avalanche to mans
Wlodek Wencel [Fri, 13 Dec 2019 08:55:43 +0000 (15:55 +0700)] 
[876] added scenario avalanche to mans

6 years ago[#943] corrected indentation error reported by sphinx
Tomek Mrugalski [Fri, 13 Dec 2019 14:42:49 +0000 (15:42 +0100)] 
[#943] corrected indentation error reported by sphinx

6 years ago[#943] ChangeLog updated
Tomek Mrugalski [Fri, 13 Dec 2019 14:37:26 +0000 (15:37 +0100)] 
[#943] ChangeLog updated

6 years ago[#943] Minor text corrections.
Tomek Mrugalski [Fri, 13 Dec 2019 14:36:12 +0000 (15:36 +0100)] 
[#943] Minor text corrections.

6 years ago[#943] added example configuration for legal_log library using database
Wlodek Wencel [Fri, 13 Dec 2019 10:31:32 +0000 (17:31 +0700)] 
[#943] added example configuration for legal_log library using database

6 years ago[#898] hook version updated in the docs
Tomek Mrugalski [Fri, 13 Dec 2019 12:21:40 +0000 (13:21 +0100)] 
[#898] hook version updated in the docs

6 years ago[#898] Update proposed ChangeLog entry
Francis Dupont [Tue, 10 Dec 2019 21:45:43 +0000 (22:45 +0100)] 
[#898] Update proposed ChangeLog entry

6 years ago[#898] Removed DHCP class
Francis Dupont [Tue, 10 Dec 2019 21:36:49 +0000 (22:36 +0100)] 
[#898] Removed DHCP class

6 years ago[#898] Changed received RFC 951 error message
Francis Dupont [Tue, 10 Dec 2019 09:43:31 +0000 (10:43 +0100)] 
[#898] Changed received RFC 951 error message

6 years ago[#898] Removed @param from load
Francis Dupont [Tue, 10 Dec 2019 09:30:44 +0000 (10:30 +0100)] 
[#898] Removed @param from load

6 years ago[#898] Logging doc corrected.
Tomek Mrugalski [Mon, 25 Nov 2019 15:26:02 +0000 (16:26 +0100)] 
[#898] Logging doc corrected.

6 years ago[898-add-a-new-hook-to-support-bootp] Made BOOTP a built-in class
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

6 years ago[898-add-a-new-hook-to-support-bootp] Resolved pull errors
Francis Dupont [Thu, 21 Nov 2019 10:06:01 +0000 (11:06 +0100)] 
[898-add-a-new-hook-to-support-bootp] Resolved pull errors

6 years ago[898-add-a-new-hook-to-support-bootp] Checkpoint: reviewed change and addressed comme...
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

6 years ago[#898] Pushed sphinx fix
Tomek Mrugalski [Thu, 21 Nov 2019 09:57:03 +0000 (17:57 +0800)] 
[#898] Pushed sphinx fix

6 years ago[#898] Changelog added
Tomek Mrugalski [Thu, 21 Nov 2019 06:22:50 +0000 (14:22 +0800)] 
[#898] Changelog added

6 years ago[#898] Unit-tests now check for DHCP class
Tomek Mrugalski [Thu, 21 Nov 2019 06:12:35 +0000 (14:12 +0800)] 
[#898] Unit-tests now check for DHCP class

6 years ago[#898] Added DHCP class and config example
Tomek Mrugalski [Thu, 21 Nov 2019 05:42:10 +0000 (13:42 +0800)] 
[#898] Added DHCP class and config example

6 years ago[#898] Proposed expansion of bootp docs.
Tomek Mrugalski [Thu, 21 Nov 2019 05:11:54 +0000 (13:11 +0800)] 
[#898] Proposed expansion of bootp docs.

6 years ago[#898] Doc clarifications
Tomek Mrugalski [Thu, 21 Nov 2019 02:48:14 +0000 (10:48 +0800)] 
[#898] Doc clarifications

 - fixed 2 typos
 - added reference to RFC1497

6 years ago[898-add-a-new-hook-to-support-bootp] Updated docs
Francis Dupont [Mon, 18 Nov 2019 10:12:00 +0000 (11:12 +0100)] 
[898-add-a-new-hook-to-support-bootp] Updated docs

6 years ago[898-add-a-new-hook-to-support-bootp] Checkpoint: code and tests done - doc to update
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

6 years ago[#898] Added text about reservation for a BOOTP client
Francis Dupont [Mon, 25 Nov 2019 17:15:26 +0000 (18:15 +0100)] 
[#898] Added text about reservation for a BOOTP client

6 years ago[898-add-a-new-hook-to-support-bootp] Some doxygen fixes
Francis Dupont [Fri, 22 Nov 2019 03:33:55 +0000 (04:33 +0100)] 
[898-add-a-new-hook-to-support-bootp] Some doxygen fixes

6 years ago[898-add-a-new-hook-to-support-bootp] Fixed classification issue
Francis Dupont [Fri, 22 Nov 2019 02:55:19 +0000 (03:55 +0100)] 
[898-add-a-new-hook-to-support-bootp] Fixed classification issue

6 years ago[898-add-a-new-hook-to-support-bootp] Updated doc
Francis Dupont [Thu, 21 Nov 2019 10:25:05 +0000 (11:25 +0100)] 
[898-add-a-new-hook-to-support-bootp] Updated doc

6 years ago[898-add-a-new-hook-to-support-bootp] Made BOOTP a built-in class
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

6 years ago[898-add-a-new-hook-to-support-bootp] Resolved pull errors
Francis Dupont [Thu, 21 Nov 2019 10:06:01 +0000 (11:06 +0100)] 
[898-add-a-new-hook-to-support-bootp] Resolved pull errors

6 years ago[#898] Pushed sphinx fix
Tomek Mrugalski [Thu, 21 Nov 2019 09:57:03 +0000 (17:57 +0800)] 
[#898] Pushed sphinx fix

6 years ago[898-add-a-new-hook-to-support-bootp] Checkpoint: reviewed change and addressed comme...
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

6 years ago[#898] Changelog added
Tomek Mrugalski [Thu, 21 Nov 2019 06:22:50 +0000 (14:22 +0800)] 
[#898] Changelog added

6 years ago[#898] Unit-tests now check for DHCP class
Tomek Mrugalski [Thu, 21 Nov 2019 06:12:35 +0000 (14:12 +0800)] 
[#898] Unit-tests now check for DHCP class

6 years ago[#898] BOOTP logger documented.
Tomek Mrugalski [Thu, 21 Nov 2019 06:00:40 +0000 (14:00 +0800)] 
[#898] BOOTP logger documented.

6 years ago[#898] Added DHCP class and config example
Tomek Mrugalski [Thu, 21 Nov 2019 05:42:10 +0000 (13:42 +0800)] 
[#898] Added DHCP class and config example

6 years ago[#898] Proposed expansion of bootp docs.
Tomek Mrugalski [Thu, 21 Nov 2019 05:11:54 +0000 (13:11 +0800)] 
[#898] Proposed expansion of bootp docs.

6 years ago[#898] Doc clarifications
Tomek Mrugalski [Thu, 21 Nov 2019 02:48:14 +0000 (10:48 +0800)] 
[#898] Doc clarifications

 - fixed 2 typos
 - added reference to RFC1497

6 years ago[898-add-a-new-hook-to-support-bootp] Updated docs
Francis Dupont [Mon, 18 Nov 2019 10:12:00 +0000 (11:12 +0100)] 
[898-add-a-new-hook-to-support-bootp] Updated docs

6 years ago[898-add-a-new-hook-to-support-bootp] Checkpoint: code and tests done - doc to update
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

6 years ago[#897] Addressed final comments and added a ChangeLog entry tmark-perf-12-12-2019
Francis Dupont [Tue, 10 Dec 2019 20:45:59 +0000 (21:45 +0100)] 
[#897] Addressed final comments and added a ChangeLog entry

6 years ago[#897] Addressed comments
Francis Dupont [Tue, 10 Dec 2019 18:37:22 +0000 (19:37 +0100)] 
[#897] Addressed comments

6 years ago[897-add-infinite-valid-lifetime-for-bootp] Added comments about T1/T2 vs infinite...
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

6 years ago[897-add-infinite-valid-lifetime-for-bootp] Added BOOTP client class
Francis Dupont [Sun, 22 Sep 2019 22:24:31 +0000 (00:24 +0200)] 
[897-add-infinite-valid-lifetime-for-bootp] Added BOOTP client class

6 years ago[897-add-infinite-valid-lifetime-for-bootp] Reported previous changes
Francis Dupont [Sun, 22 Sep 2019 17:23:40 +0000 (19:23 +0200)] 
[897-add-infinite-valid-lifetime-for-bootp] Reported previous changes

6 years ago[#998,!588] Added ChangeLog for #998
Marcin Siodelski [Thu, 7 Nov 2019 16:46:16 +0000 (17:46 +0100)] 
[#998,!588] Added ChangeLog for #998

6 years ago[#998,!588] Updated ha-heartbeat api doc.
Marcin Siodelski [Thu, 7 Nov 2019 16:44:19 +0000 (17:44 +0100)] 
[#998,!588] Updated ha-heartbeat api doc.