summaryrefslogtreecommitdiffstats
path: root/tests-fuzz (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests-fuzz: add libdbus parameters to MakefileDaniel Salzman2024-02-201-2/+4
* tests-fuzz: use the same style for setting a buffer sizeDavid Vašek2023-07-311-1/+1
* server: move some common handling code to one placeDaniel Salzman2023-03-021-1/+2
* knot: implemented non-XDP QUIC answeringLibor Peltan2023-03-021-2/+2
* server: refactor and improve local and remote addresses handlingDaniel Salzman2023-01-131-2/+3
* tests-fuzz: adapt to udp-handler changesDaniel Salzman2023-01-131-10/+9
* tests-fuzz: avoid zero-length variable array in fuzz_packet (OSS-Fuzz fails t...Daniel Salzman2022-08-291-2/+2
* test-fuzz: udjust to extended UDP handler APIDaniel Salzman2022-07-241-2/+2
* XDP-TCP: simplify UDP handler APIDaniel Salzman2021-07-101-9/+4
* fdset: polling using kqueue on BSD systemsJan Hak2021-04-231-0/+1
* server: merge epoll_ctx with fdsetDaniel Salzman2021-04-081-1/+3
* Makefiles: rework linker parameters to avoid binary size increase with slibto...Daniel Salzman2021-04-061-10/+37
* tests-fuzz: fix inconsistent server_reconfigure() APIDaniel Salzman2021-01-272-2/+7
* stats: add protocol counters for XDPDaniel Salzman2020-04-211-2/+2
* xdp: use more sockets: one per xdp_worker * ifaceLibor Peltan2020-04-211-3/+6
* server: ifaces are array not listLibor Peltan2020-04-211-1/+2
* xdp: initial work to make knot respond over xdpLibor Peltan2020-04-211-5/+12
* Use knot_dname_storage_t where suitableDaniel Salzman2019-09-121-2/+2
* Introduce and use knot_dname_txt_storage_t where suitableDaniel Salzman2019-09-121-2/+2
* no dynamic configuration: replace ifacelist_t with former (list_t) l, drop th...David Vašek2019-09-111-2/+2
* coding style improvements - copyright noticeDavid Vašek2019-07-042-2/+2
* Makefiles: add missing lmdb_CFLAGSDaniel Salzman2019-03-071-1/+1
* Update README.mdDaniel Salzman2018-11-071-38/+38
* use https://www.gnu.org instead of http://www.gnu.orgDaniel Kahn Gillmor2018-08-298-8/+8
* configure: link libcap-ng with knotd onlyDaniel Salzman2018-08-291-1/+1
* tests-fuzz: add tests for dname to/from string operationsFilip Široký2018-07-0244-6/+118
* tests-fuzz: build knotd-stdio only if daemon is enabledDaniel Salzman2018-03-181-3/+4
* libs: build cleanup, remove pykeymgrDaniel Salzman2018-03-131-1/+1
* zscanner: move to libzscannerDaniel Salzman2018-03-122-2/+2
* dnssec: move to libdnssecDaniel Salzman2018-03-121-1/+0
* tests-fuzz: update READMEDaniel Salzman2018-03-091-4/+3
* tests-fuzz: add alf-loop.h to knotd_stdio_SOURCES, fix include pathDaniel Salzman2018-03-081-1/+2
* tests-fuzz: add info about AFL with ASANDaniel Salzman2018-03-071-2/+4
* tests-fuzz: add new stdio-wrapped knotdDaniel Salzman2018-03-079-46/+144
* tests-fuzz: replace asserts with regular checks to mute warningsDaniel Salzman2018-03-023-17/+24
* tests-fuzz: add AFL detection to fuzz_packet and fuzz_zscannerDaniel Salzman2018-03-022-25/+7
* tests-fuzz: update and rename submodulesDaniel Salzman2018-03-023-0/+0
* configure: simplify sanitizer and fuzzer detectionsDaniel Salzman2018-03-022-14/+22
* pkt: remove useless pointer sanitization in knot_pkt_freeDaniel Salzman2018-01-271-2/+2
* tests-fuzz: add check-compile targetDaniel Salzman2018-01-101-0/+2
* tests-fuzz: remove _libfuzzer from fuzz binariesJonathan Foote2018-01-035-18/+18
* pass flags through for oss-fuzzJonathan Foote2017-12-301-6/+16
* Initial integration with google/oss-fuzzJonathan Foote2017-12-243-0/+20
* tests-fuzz: fix unchecked return + refactoringDaniel Salzman2017-10-091-37/+47
* Add simple zscanner fuzzerOndřej Surý2017-10-024-1/+41
* Add better support for LLVM libFuzzer packet parser testsOndřej Surý2017-10-028-140/+161
* Get src/utils/knotd/main.c correctly from $(top_srcdir)Ondřej Surý2017-01-112-1/+2
* Adapt to the new afl to use __AFL_LOOPOndřej Surý2017-01-044-11/+21
* libknot: exported dynamic symbols cleanupLibor Peltan2016-12-091-1/+2
* build: manual recursive targets for check-compileJan Vcelak2016-02-191-1/+1