summaryrefslogtreecommitdiff
path: root/plugins/sudoers/regress/fuzz/fuzz_policy.c
Commit message (Expand)AuthorAgeFilesLines
* Make login_style private to bsdauth.cTodd C. Miller2023-05-041-0/+9
* getaddrinfo stub: set sin_portTodd C. Miller2023-04-261-1/+2
* Avoid NULL deref in stub getaddrinfo() when nodename is NULL.Todd C. Miller2023-04-261-5/+23
* Pass around const struct sudo_nss pointers where possible.Todd C. Miller2023-03-171-3/+3
* sudoers_cleanup: free cached environment before running g/c.Todd C. Miller2023-03-101-4/+0
* set_cmnd_path: apply runchroot if set when finding the command pathTodd C. Miller2023-02-211-2/+1
* Avoid compilation errors if getaddrinfo() or freeaddrinfo() are macros.Todd C. Miller2023-01-311-0/+4
* Use initprogname(), not setprogname() in the fuzzers.Todd C. Miller2022-12-291-1/+1
* The contents of the env_add array should not include the leading "env=" prefix.Todd C. Miller2022-12-281-1/+1
* Increase the realloc increment from 128 to 1024.Todd C. Miller2022-07-091-3/+5
* Make sudo pass -Wwrite-stringsTodd C. Miller2022-06-281-2/+2
* Make sudo pass -Wmissing-prototypesTodd C. Miller2022-06-271-2/+6
* If there are multiple parse errors, send them in a single mail message.Todd C. Miller2022-03-141-0/+7
* Pass file, line and column to sudoers defaults callbacks.Todd C. Miller2022-03-101-5/+10
* Add a hook for sudoers parse errors (including defaults and aliases).Todd C. Miller2022-03-101-0/+8
* Add a source to struct sudo_nss and use it if getdefs() fails.Todd C. Miller2022-03-091-0/+1
* Do not disable fuzzer output if SUDO_FUZZ_VERBOSE env variable is set.Todd C. Miller2022-02-221-1/+2
* Pass the operator to the Defaults callback too.Todd C. Miller2022-01-281-6/+6
* Use a consistent version of fuzz_conversation() with all fuzzers.Todd C. Miller2021-09-281-0/+19
* Fuzzers should not produce output.Todd C. Miller2021-09-281-21/+4
* Make it possible to call the sudoers policy check function multiple times.Todd C. Miller2021-08-091-10/+30
* Only replace getaddrinfo for FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION.Todd C. Miller2021-07-261-6/+13
* Add log_exit_status sudoers option to log when a command exits.Todd C. Miller2021-07-091-0/+7
* Flush stdout before successful return from LLVMFuzzerTestOneInput().Todd C. Miller2021-03-181-0/+2
* In find_path() stub only make a copy in outfile if returning FOUND.Todd C. Miller2021-03-011-9/+8
* Expand stub getaddrinfo() to resolve "localhost".Todd C. Miller2021-02-281-1/+41
* Improve fuzz_policy coverage and set defaults in setdefs not parse.Todd C. Miller2021-02-281-30/+114
* Add a stub getaddrinfo(3) to avoid a DNS timeout in CIfuzz.Todd C. Miller2021-02-251-0/+19
* Fix runchroot, runcwd, tty_tickets. Add timestampowner.Todd C. Miller2021-02-251-3/+4
* Add some defaults settings in sudo_file_parse().Todd C. Miller2021-02-251-0/+26
* Add more passes to policy fuzzerTodd C. Miller2021-02-251-23/+28
* Implement sudoers_policy_deregister_hooks()Todd C. Miller2021-02-251-0/+12
* Add sudoers debug register/deregister.Todd C. Miller2021-02-251-2/+5
* Add fuzzer-specific stubs source file.Todd C. Miller2021-02-241-43/+0
* Set program name in fuzzers so we get consisten warnings.Todd C. Miller2021-02-241-0/+2
* Use real eventlog config fuctions instead of stubs.Todd C. Miller2021-02-241-126/+0
* fuzz_printf and fuzz_conversation can be stubs.Todd C. Miller2021-02-241-50/+1
* Call list, validate and invalidate entry points too.Todd C. Miller2021-02-181-31/+46
* Restore the check for sudoers_policy.close == NULL.Todd C. Miller2021-02-181-1/+4
* Always dynamically allocate user_cmnd, it is freed in sudo_user_free().Todd C. Miller2021-02-161-6/+2
* Free struct sudo_user in sudoers_policy_close() and sudoers_cleanup().Todd C. Miller2021-02-151-47/+8
* Fix sudoers garbage collection and run it in policy fuzzer.Todd C. Miller2021-02-141-3/+4
* Always dynamically allocate user_role, user_type, user_privs, user_limitprivsTodd C. Miller2021-02-141-4/+2
* Move create_admin_success_flag() to timestamp.c.Todd C. Miller2021-02-131-0/+7
* The push() function was not updating the size after reallocating.Todd C. Miller2021-02-131-0/+1
* Fuzz sudoers policy module API.Todd C. Miller2021-02-121-0/+852