- 14 Jan, 2020 1 commit
-
-
Stephen Morris authored
Adding a line that got lost in a recent merge.
-
- 10 Jan, 2020 7 commits
-
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
Razvan Becheriu authored
-
- 03 Jan, 2020 2 commits
-
-
Francis Dupont authored
-
Razvan Becheriu authored
-
- 20 Dec, 2019 9 commits
-
-
Stephen Morris authored
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 authored
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 authored
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 authored
-
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 12 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.
-