aboutsummaryrefslogtreecommitdiffstats
path: root/docs/setup_syzbot.md
Commit message (Collapse)AuthorAgeFilesLines
* dashboard: allow multiple allowed authentication domainsFlorent Revest2024-10-101-1/+1
| | | | | | | In some situations, it could be useful to share access to the dashboard to multiple authentication domains. The current GlobalConfig format doesn't really allow it so this deprecates the existing field and add a new slice of allowed authentication domains.
* executor: add runner modeDmitry Vyukov2024-06-241-2/+4
| | | | | | | Move all syz-fuzzer logic into syz-executor and remove syz-fuzzer. Also restore syz-runtest functionality in the manager. Update #4917 (sets most signal handlers to SIG_IGN)
* docs: typo fixesDavidlohr Bueso2023-06-071-2/+2
| | | | Fix various typos within the documentation directory.
* docs: add syzbot instructionsSpace Meyer2022-07-081-0/+369
Fixes #1043