summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Sudo 1.8.32Todd C. Miller2021-02-041-1/+1
* Don't allow duplicate values for command line options that take an argument.Todd C. Miller2020-05-062-2/+14
* Sudo 1.8.31SUDO_1_8_31Todd C. Miller2020-01-301-1/+1
* fix typo in previousSUDO_1_8_30Todd C. Miller2019-12-311-1/+1
* Changes in sudo 1.8.30Todd C. Miller2019-12-311-0/+10
* Add runas_check_shell flag to require a runas user to have a valid shell.Todd C. Miller2019-12-092-2/+44
* Add a new flag "allow_unknown_runas_id" to control matching of unknown IDs.Todd C. Miller2019-12-092-2/+35
* Transparently handle the "sudo sudoedit" problem.Todd C. Miller2019-11-052-4/+24
* Reference timestamp_type and timestamp_timeout in sudoers.Todd C. Miller2019-11-012-8/+22
* Sudo 1.8.29Todd C. Miller2019-10-211-0/+9
* Add depend target to all Makefile.in files.Todd C. Miller2019-10-211-0/+2
* Refer to user-ID and group-ID instead of "user ID" and "group ID"Todd C. Miller2019-10-1915-150/+156
* sudoedit doesn't create a new PAM session so PAM umask does not apply.Todd C. Miller2019-10-182-0/+6
* Change how the umask is handled with PAM and login.conf.Todd C. Miller2019-10-184-18/+72
* Add log_allowed and log_denied sudoers flags, defaulting to true.Todd C. Miller2019-10-172-57/+111
* Be more consistent with how we talk about sudoers Defaults settings.Todd C. Miller2019-10-162-88/+74
* Refer to number of terminal lines, not rows, for consistency.Todd C. Miller2019-09-182-6/+6
* sudoedit umask fixTodd C. Miller2019-09-141-0/+4
* If the sudoreplay ID option is a fully-qualified path, use it directly.Todd C. Miller2019-08-272-8/+26
* Add conditional for sesh path in sudo.conf manual.Todd C. Miller2019-08-271-0/+15
* Mention I/O log signal change in NEWS and UPGRADE files.Todd C. Miller2019-08-051-0/+8
* Store signal name, not number in I/O log timing file.Todd C. Miller2019-08-052-4/+4
* Update error message when the password cannot be read from the terminal.Todd C. Miller2019-07-192-10/+16
* More verbose error message when a password is required and no terminalTodd C. Miller2019-07-191-9/+10
* Document that PAM session modules are now run with the silent flag.Todd C. Miller2019-07-192-2/+24
* Clarify that ttyin contains raw terminal input.Todd C. Miller2019-07-122-4/+4
* Expand the description of the I/O log files.Todd C. Miller2019-07-112-26/+111
* Remove trailing whitespace.Todd C. Miller2019-07-111-1/+1
* Rename PLUGINDIR -> plugindirTodd C. Miller2019-07-034-12/+12
* Add conditional for sesh path in sudo.conf manual.Todd C. Miller2019-07-033-7/+13
* sudoedit should be used for editing files instead of "sudo editor"Todd C. Miller2019-06-213-5/+23
* Move the section on HOME to be after the environment section.Todd C. Miller2019-06-211-25/+26
* Remove the Solaris last login question, add one about HOME.Todd C. Miller2019-06-201-7/+15
* Use the term pseudo-terminal more consistently.Todd C. Miller2019-06-206-52/+52
* Document why HOME should not be preserved from the user's environment.Todd C. Miller2019-06-202-58/+46
* Refer to command line options, not flags.Todd C. Miller2019-06-202-50/+50
* sudo will now prompt for a password as long as /dev/tty is available.Todd C. Miller2019-06-201-11/+9
* Remove .cat pages, there is no need for them in the modern world.Todd C. Miller2019-06-2010-7933/+6
* Make env_editor the default.Todd C. Miller2019-06-202-2/+2
* Don't describe env_editor as a security hole.Todd C. Miller2019-06-206-38/+55
* Fix details of how EDITOR, VISUAL and SUDO_EDITOR are (or are not) preserved.Todd C. Miller2019-06-206-25/+40
* Modern visudo locks the actual sudoers file, not the sudoers.tmp file.Todd C. Miller2019-06-203-27/+25
* Use of "they" was ambiguous.Todd C. Miller2019-06-193-6/+6
* Better description of secure_path.Todd C. Miller2019-06-193-27/+27
* Add Sander BosTodd C. Miller2019-06-191-0/+1
* Fix a few typos and awkward wording.Todd C. Miller2019-06-193-26/+31
* Clarify which environment variables are set based on the target user.Todd C. Miller2019-06-153-54/+111
* Document that "no tty present and no askpass program specified" mayTodd C. Miller2019-05-281-6/+16
* Add Sangamesh Mallayya and Michael SpradlingTodd C. Miller2019-05-271-0/+2
* Add -B option to ring the bell before the password prompt.Todd C. Miller2019-05-273-17/+28