summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add adminconfdir and --enable-adminconf to set it.Todd C. Miller2023-05-021-1/+2
* Enable the use_pty option by default for sudo 1.9.14.Todd C. Miller2023-04-063-9/+30
* Fix display of escape sequencees in ldapsearch example.Todd C. Miller2023-03-282-2/+2
* White space is not allowed between Defaults and '@', ':', '!', '>'.Todd C. Miller2023-03-282-20/+68
* Warn about ignored files in sudoers.d in visudo.Todd C. Miller2023-03-202-2/+54
* Add example to verify support for searching by nisNetgroupTriple.Todd C. Miller2023-03-122-4/+47
* Sudo now does its own netgroup lookups if NETGROUP_BASE is set.Todd C. Miller2023-03-102-6/+22
* Add a link to the sudo security advisories archive.Todd C. Miller2023-01-191-0/+6
* Pass back the number of files to edit when using sudoedit.Todd C. Miller2023-01-182-20/+84
* Escape control characters in log messages and "sudoreplay -l" output.Todd C. Miller2023-01-184-18/+83
* Stop using 8n width in tagged lists.Todd C. Miller2023-01-1612-217/+215
* Use -width Ds for the options list, not -width Fl.Todd C. Miller2023-01-1612-138/+130
* Reduce the offset of bullet lists to 1n.Todd C. Miller2023-01-166-28/+28
* Substitute python plugin file name in sudo_plugin_python documentation.Todd C. Miller2022-12-304-58/+58
* Document that -k does not interfere with sudo on other terminals.Todd C. Miller2022-12-272-12/+56
* Use @intercept_file@ and @noexec_file@ like the example file.Todd C. Miller2022-12-262-4/+4
* There is a @pam_login_service@ substitution but no @pam_service@.Todd C. Miller2022-12-262-2/+2
* Use @sudoers_plugin@ instead of @sudoers_module@.Todd C. Miller2022-12-266-42/+42
* sudo 1.9.13Todd C. Miller2022-12-261-0/+19
* Remove developer mode from sudo.conf, it is no longer used.Todd C. Miller2022-12-264-119/+8
* Use AIX-style shared libraries on AIX by default instead of SVR4-style.Todd C. Miller2022-12-266-46/+46
* Use ".Sy root" instead of ".Em root" when talking about the root user.Todd C. Miller2022-12-257-9/+9
* Mention the "list" privilege in the description of the -U option.Todd C. Miller2022-12-202-8/+22
* Add [arg ...] after command in SYNOPSIS and usage output.Todd C. Miller2022-12-202-306/+652
* New Albanian translation from translationproject.orgTodd C. Miller2022-12-171-0/+1
* Mention the audit plugin in the "Process model" section.Todd C. Miller2022-12-122-38/+28
* Add "list" pseudo-command to allow a user to list another user'sTodd C. Miller2022-12-112-6/+80
* Add CODEOWNERS file, currently all owned by @millert.Todd C. Miller2022-12-081-0/+1
* Make it clear that runas_default sets the default user for Runas_Spec.Todd C. Miller2022-10-202-130/+302
* Avoid a -Wshadow warning on Solaris 9.Todd C. Miller2022-10-072-62/+62
* Add -I flag to disable editing include files unless there is an error.Todd C. Miller2022-10-042-4/+39
* Improve the description of JSON output.Todd C. Miller2022-09-292-72/+198
* Add support for logging stdin/stdout/stderr in the non-pty exec path.Todd C. Miller2022-09-272-14/+8
* Use sudo_secure_open_file() instead of sudo_secure_file() where possible.Todd C. Miller2022-09-212-2/+2
* Split log_{input,output} into log_{stdin,ttyin} and log_{ttyout,stdout,stderr}Todd C. Miller2022-09-202-104/+584
* Remove most uses of the deprecated Li macro which has no effect.Todd C. Miller2022-09-1326-1466/+1398
* Document apparmor_profile, intercept_verify, and update_ticket.Todd C. Miller2022-09-112-35/+84
* Fix some of the markup to be more consistent with sudo_plugin.mdoc.in.Todd C. Miller2022-09-112-193/+237
* Use correct markup of function arguments and struct members.Todd C. Miller2022-09-112-764/+796
* Move the init_session() errstr description to where it belongs.Todd C. Miller2022-09-112-94/+91
* Fix a typoTodd C. Miller2022-09-112-3/+3
* Mention how to restore the historic core resource limit behavior.Todd C. Miller2022-09-031-0/+5
* Fix typo.Todd C. Miller2022-09-021-2/+2
* Document cvtsudoers CSV output formatTodd C. Miller2022-09-022-22/+466
* Document cvtsudoers JSON output formatTodd C. Miller2022-08-312-2/+840
* intercept_verify is fast, but the policy check is (relatively) slow.Todd C. Miller2022-08-292-8/+10
* Rework the intercept section in "Preventing shell escapes".Todd C. Miller2022-08-252-106/+126
* intercept_verify also compares the environment.Todd C. Miller2022-08-232-8/+40
* Use multilib rules to look for a 64-bit group plugin on failure.Todd C. Miller2022-08-112-4/+60
* regenTodd C. Miller2022-08-111-2/+16