Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [#3082] add support for multiple unix and http sockets | Razvan Becheriu | 7 days | 4 | -16/+16 |
| | |||||
* | [#3587] Fixed sql scripts and fuzzing | Thomas Markwalder | 2024-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | Changes to be committed: modified: ../../../fuzz/fuzz.h modified: ../../lib/dhcpsrv/ip_range_permutation.h modified: ../../lib/util/bigints.h modified: ../../share/database/scripts/mysql/dhcpdb_create.mysql modified: ../../share/database/scripts/mysql/upgrade_025_to_026.sh.in modified: ../../share/database/scripts/pgsql/dhcpdb_create.pgsql modified: ../../share/database/scripts/pgsql/upgrade_025_to_026.sh.in | ||||
* | [#3605] fixed fuzz on BSD-like systems | Razvan Becheriu | 2024-10-24 | 3 | -4/+20 |
| | |||||
* | [#3605] Remove unused files in fuzz | Andrei Pavel | 2024-10-24 | 6 | -205/+0 |
| | |||||
* | [#3605] Rotate ports on HTTP fuzzers as well | Andrei Pavel | 2024-10-23 | 10 | -52/+66 |
| | |||||
* | [#3605] use server listener | Razvan Becheriu | 2024-10-23 | 4 | -70/+16 |
| | |||||
* | [#3605] Specialize HTTP fuzzers into v4 and v6 | Andrei Pavel | 2024-10-23 | 58 | -85/+375 |
| | |||||
* | [#3605] Razvan's fix for ASAN warnings in fuzzing | Andrei Pavel | 2024-10-23 | 2 | -2/+11 |
| | |||||
* | [#3605] Integrate a new fuzzing solution in Kea | Andrei Pavel | 2024-10-23 | 64 | -0/+1580 |
The solution is based on clusterfuzzlite, libfuzzer, and oss-fuzz technologies. - Add the .clusterfuzzlite directory. - Add the fuzz CI stage and fuzzing CI jobs. - Add the fuzzing targets in the fuzz directory. - Document fuzzing in doxygen. |