- 20 Dec, 2019 5 commits
-
-
Stephen Morris authored
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 authored
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 authored
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 authored
Proof of concept code to fuzz Kea-DHCPv6.
-
Michal Nowikowski authored
- added this support in hammer.py - fixed checking sphinx in configure.ac on fedora 31
-
- 19 Dec, 2019 2 commits
-
-
Michal Nowikowski authored
-
Michal Nowikowski authored
-
- 16 Dec, 2019 7 commits
-
-
Tomek Mrugalski authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Michal Nowikowski authored
-
Michal Nowikowski authored
-
Michal Nowikowski authored
-
Michal Nowikowski authored
-
- 13 Dec, 2019 26 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Added new HA specific section too.
-
Marcin Siodelski authored
- 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 authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
The new name is processStatusGet instead of generic commandProcessed
-
Marcin Siodelski authored
This test did not expect the status-get command to be included in respose to the list-commands.
-
Marcin Siodelski authored
The uptime, reload and pid returned are validated.
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-