aboutsummaryrefslogtreecommitdiff
path: root/fuzz/Makefile.am
Commit message (Expand)AuthorAge
* fuzz: extend fuzzing coverage (#2281)Ivan Nardi2024-01-24
* example: rework code between `ndpiReader.c` and `reader_util.c` (#2273)Ivan Nardi2024-01-22
* config: follow-up (#2268)Ivan Nardi2024-01-20
* New API for library configurationNardi Ivan2024-01-18
* fuzz: improve fuzzing coverage (#2239)Ivan Nardi2024-01-02
* fuzz: extend fuzzing coverage (#2208)Ivan Nardi2023-12-11
* Keep separating public and private API (#2157)Ivan Nardi2023-11-29
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* STUN: major code rework (#2116)Ivan Nardi2023-10-30
* IPv6: add support for custom categories (#2126)Ivan Nardi2023-10-29
* fuzz: extend fuzzing coverageNardi Ivan2023-10-15
* fuzzing: extend fuzzing coverageNardi Ivan2023-10-09
* fuzz: extend fuzzing coverageNardi Ivan2023-10-07
* fuzz: extend fuzzing coverageNardi Ivan2023-09-16
* fuzz: add fuzzers to test bitmap64 and domain_classify data structures (#2082)Ivan Nardi2023-09-10
* fuzz: add fuzzers to test reader_util code (#2080)Ivan Nardi2023-09-10
* Added `lists/gambling.list` to extra dist.Toni Uhlig2023-08-27
* fuzz: extend coverage (#2073)Ivan Nardi2023-08-20
* fuzz: extend fuzzing coverage (#2052)Ivan Nardi2023-07-18
* fuzz: add fuzzer for DGA detection code (#2042)Ivan Nardi2023-07-13
* fuzz: extend fuzzing coverage (#2040)Ivan Nardi2023-07-11
* fuzz: extend fuzzers coverage (#1952)Ivan Nardi2023-04-25
* Test multiple `ndpiReader` configurations (#1931)Ivan Nardi2023-04-06
* fuzz: add a new fuzzer triggering the payload analyzer function(s) (#1926)Ivan Nardi2023-04-04
* fuzz: add fuzzer to test internal gcrypt code (#1920)Ivan Nardi2023-04-04
* fuzz: add a new fuzzer to test TLS certificates (#1901)Ivan Nardi2023-03-20
* fuzz: extend fuzz coverage (#1888)Ivan Nardi2023-02-16
* fuzz: some improvements and add two new fuzzers (#1881)Ivan Nardi2023-02-09
* fuzz: add a new fuzzer to test serialization/deserialization code (#1876)Ivan Nardi2023-01-27
* Add some fuzzers to test other data structures. (#1870)Ivan Nardi2023-01-25
* fuzz: fix memory allocation failure logic (#1867)Ivan Nardi2023-01-20
* Fuzz: fix compilation with nBPF (#1860)Ivan Nardi2023-01-18
* Add some fuzzers to test algorithms and data structures (#1852)Ivan Nardi2023-01-17
* fuzz: add fuzzer testing nDPI (initial) configurations (#1830)Ivan Nardi2022-12-23
* fuzz: some enhancements (#1827)Ivan Nardi2022-12-10
* fuzz: add a new fuzzer testing memory allocation failures (#1818)Ivan Nardi2022-12-06
* Add support for LTO and Gold linker (#1812)Ivan Nardi2022-12-05
* Remove some useless fuzzing target (#1813)Ivan Nardi2022-12-01
* Add a new fuzzer for QUIC (#1800)Ivan Nardi2022-12-01
* Do not interfere with CFLAGS/LDFLAGS env anymore. (#1659)Toni2022-07-13
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* Fixed memory leaks caused by conditional free'ing for some TLS connec… (#1132)Toni2021-02-10
* Add (optional) dependency on external libraries: libgcrypt and libgpg-errorNardi Ivan2020-08-21
* Added fuzz_*_LDADD to give Automake the opportunity to do some dependency tra...Toni Uhlig2020-06-29
* Improved fuzz_ndpi_reader which supports now SMP/MT w/o race-coniditions.Toni Uhlig2020-06-29
* Re-Added corpus zipfile generation required for google-oss fuzzerToni Uhlig2020-06-27
* fixed fuzzing tests in a way that ./tests/do.sh is now able to use corpus *.p...Toni Uhlig2020-06-27
* Disabled unused codeLuca Deri2020-06-25
* Libfuzz fixesLuca2020-02-02