summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Add compiled version of the sudoers Georgian translation.Todd C. Miller2023-02-141-0/+0
* Regenerate .mo files.Todd C. Miller2023-02-142-0/+0
* No longer need to define sudoers_recovery here.Todd C. Miller2023-02-091-1/+0
* Recover from missing include file unless error_recovery is disabled.Todd C. Miller2023-02-094-303/+296
* Updated translations from translationproject.orgTodd C. Miller2023-02-034-1112/+1136
* Add eventlog_mail() to send a log message via mail.Todd C. Miller2023-02-091-33/+15
* Get rid of sudoersdir and just use sysconfdir.Todd C. Miller2023-02-021-14/+11
* Avoid compilation errors if getaddrinfo() or freeaddrinfo() are macros.Todd C. Miller2023-01-311-0/+4
* Protect use of AF_INET6 with HAVE_STRUCT_IN6_ADDR guards.Todd C. Miller2023-01-311-0/+2
* Updated translations from translationproject.orgTodd C. Miller2023-01-2723-9235/+11746
* New Georgian translation from translationproject.orgTodd C. Miller2023-01-261-0/+3715
* Update .pot files for 1.9.13Todd C. Miller2023-01-241-475/+481
* Add eventlog_store_sudo() and use it in sudoreplay.Todd C. Miller2023-01-221-81/+3
* Add support for the struct kinfo_proc on Dragonfly BSD.Todd C. Miller2023-01-191-3/+6
* Restore the line that set errno to ENOENT when find_path() fails.Todd C. Miller2023-01-191-0/+1
* The sample plugin is now built by default to avoid bit rot.Todd C. Miller2023-01-191-4/+3
* The change from sudo_printf -> sudo_plugin_printf was incomplete.Todd C. Miller2023-01-191-2/+2
* Update expected plugin version.Todd C. Miller2023-01-181-2/+2
* Pass back the number of files to edit when using sudoedit.Todd C. Miller2023-01-183-2/+11
* Escape control characters in log messages and "sudoreplay -l" output.Todd C. Miller2023-01-181-19/+125
* sudoedit: do not permit editor arguments to include "--" (CVE-2023-22809)Todd C. Miller2023-01-123-14/+38
* env_file_next_local: change the order of the val_len check.Todd C. Miller2023-01-091-1/+1
* Fix typo in check for environment variables that start with '='.Todd C. Miller2023-01-091-1/+1
* Fix IS_IDLOG macro, it was testing the wrong byte for the NUL.Todd C. Miller2023-01-091-2/+2
* sudoers_trace_print: this is a no-op if not debuggingTodd C. Miller2023-01-042-14/+24
* Move hexchar() from the sudoers plugin to lib/util.Todd C. Miller2023-01-036-230/+5
* Prevent integer underflow due to environment variableSohom2023-01-021-1/+1
* Use initprogname(), not setprogname() in the fuzzers.Todd C. Miller2022-12-293-3/+3
* Disable sudo_debug tests when fuzzing.Todd C. Miller2022-12-291-0/+12
* Plug memory leak.Todd C. Miller2022-12-291-0/+1
* Update fuzz_policy keywords to match current policy settings.Todd C. Miller2022-12-281-2/+6
* Add example users and groups to the dictionary.Todd C. Miller2022-12-281-0/+6
* parse_args: an environment variable may not start with '='.Todd C. Miller2022-12-282-2/+9
* rebuild_env: avoid a potential NULL dereference in fuzz_policyTodd C. Miller2022-12-281-12/+14
* sudoers_policy_main: plug memory leak of iolog_path on error.Todd C. Miller2022-12-281-0/+3
* rebuild_env: avoid a potential NULL dereference in fuzz_policyTodd C. Miller2022-12-281-18/+20
* The contents of the env_add array should not include the leading "env=" prefix.Todd C. Miller2022-12-281-1/+1
* validate_env_vars: more efficient errbuf handlingTodd C. Miller2022-12-281-13/+14
* Remove the Python plugin import blocker code.Todd C. Miller2022-12-269-274/+8
* Remove the owner and mode checks when loading a sudo plugin.Todd C. Miller2022-12-261-20/+4
* Bump SUDOERS_GRAMMAR_VERSION to 50 for the new list pseudo-command.Todd C. Miller2022-12-261-2/+3
* Add basic regress for JSON functions.Todd C. Miller2022-12-152-3/+3
* Add missing memory allocation failure checks.Todd C. Miller2022-12-152-7/+26
* Plug a memory leak of list_cmnd in the fuzzers.Todd C. Miller2022-12-112-4/+10
* Suppress PVS Studio watning about reassigning a variable the same value.Todd C. Miller2022-12-111-2/+2
* Fix some dead stores noted by PVS Studio.Todd C. Miller2022-12-114-6/+0
* Add "list" pseudo-command to allow a user to list another user'sTodd C. Miller2022-12-117-2543/+2628
* Fix potential crash introduced in the fix for GitHub issue #134.Todd C. Miller2022-12-071-5/+20
* Fix failure in check targets when there is no UTF-8 C locale.Todd C. Miller2022-12-062-6/+6
* Place C23 attributes before keywords in function declarations.Todd C. Miller2022-12-015-8/+8