2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

10 Commits

Author SHA1 Message Date
Wlodek Wencel
c524f6a5db [#3733] release changes 2025-01-28 10:06:26 +01:00
Razvan Becheriu
a7e71c4809 [#3082] add support for multiple unix and http sockets 2025-01-22 14:09:35 +00:00
Thomas Markwalder
52797cb71f [#3587] Fixed sql scripts and fuzzing
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
2024-10-28 13:09:52 -04:00
Razvan Becheriu
f3917dfe75 [#3605] fixed fuzz on BSD-like systems 2024-10-24 20:39:35 +03:00
Andrei Pavel
f2f5b0eec4 [#3605] Remove unused files in fuzz 2024-10-24 19:48:18 +03:00
Andrei Pavel
a740d0bfe5
[#3605] Rotate ports on HTTP fuzzers as well 2024-10-23 16:40:37 +03:00
Razvan Becheriu
f340ef1b05
[#3605] use server listener 2024-10-23 16:40:37 +03:00
Andrei Pavel
9f7d0a93eb
[#3605] Specialize HTTP fuzzers into v4 and v6 2024-10-23 16:40:32 +03:00
Andrei Pavel
a4f4e30b3d
[#3605] Razvan's fix for ASAN warnings in fuzzing 2024-10-23 16:40:31 +03:00
Andrei Pavel
a96168e762
[#3605] Integrate a new fuzzing solution in Kea
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.
2024-10-23 16:40:31 +03:00