summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag SUDO_1_9_13p3 for changeset 0bdd0b8469e31.9Todd C. Miller2023-03-040-0/+0
* Sudo 1.9.13p3SUDO_1_9_13p3Todd C. Miller2023-03-043-10/+26
* A user with "list" privs for root may not list all users.Todd C. Miller2023-03-033-12/+65
* sudoers_policy_list: do not set runas_pw to list_pw when listingTodd C. Miller2023-03-031-5/+0
* Fix "sudo -l command args", broken in sudo 1.9.13.Todd C. Miller2023-03-033-6/+13
* write_callback: only enable /dev/tty reader if the command is runningTodd C. Miller2023-03-012-7/+15
* Test non-fully qualified path name.Todd C. Miller2023-02-282-0/+5
* Fix removal of y.tab.[ch] when generating gram.[ch].Todd C. Miller2023-02-281-1/+1
* Add test for using "list" as user, runas and host.Todd C. Miller2023-02-288-0/+168
* Move handling of the "list" pseudo-command from lexer to parser.Todd C. Miller2023-02-284-2784/+2809
* Make the check for HAVE_DECL_NSIG consistent with other decl checks.Todd C. Miller2023-02-271-1/+1
* Added tag SUDO_1_9_13p2 for changeset 2db7cee1cb77Todd C. Miller2023-02-250-0/+0
* Sudo 1.9.13p2.SUDO_1_9_13p2Todd C. Miller2023-02-253-44/+22
* Fix potential double free for rules that include a CHROOT= option.Todd C. Miller2023-02-217-11/+71
* Add missing include of errno.h.Todd C. Miller2023-02-231-0/+1
* sudo_lbuf_expand: check for overflow when rounding to the nearest power of 2.Todd C. Miller2023-02-231-0/+8
* Fix --enable-static-sudoers, broken in sudo 1.9.13.Todd C. Miller2023-02-231-0/+2
* Added tag SUDO_1_9_13p1 for changeset 49e64402924fTodd C. Miller2023-02-160-0/+0
* Merge sudo 1.9.13p1 from tip.SUDO_1_9_13p1Todd C. Miller2023-02-1612-47/+97
|\
| * Sudo 1.9.13p1Todd C. Miller2023-02-163-10/+29
| * Use m4_bmatch, m4_case does not support shell-style globbing.Todd C. Miller2023-02-161-1/+1
| * Allow configure.ac to be processed by autoconf 2.69.Todd C. Miller2023-02-162-2/+7
| * Only use AC_SYS_YEAR2038 if it is defined.Todd C. Miller2023-02-161-1/+11
| * Sudo-specific executables moved to /usr/libexec/sudo starting inTodd C. Miller2023-02-151-1/+13
| * Handle "locale -a" returning both C.UTF-8 and C.utf8.Todd C. Miller2023-02-157-19/+19
| * Add some missing files to the clean and distclean targets.Todd C. Miller2023-02-154-5/+8
| * Merge pull request #240 from thesamesam/c23Todd C. Miller2023-02-151-6/+6
| |\
| | * sudo_fatal: Fix build where compiler recognises [[noreturn]] attribute (C23)Sam James2023-02-151-6/+6
| |/
| * Add missing '[' to AS_IF() call.Todd C. Miller2023-02-142-3/+4
* | Added tag SUDO_1_9_13 for changeset 813f6addf7cfTodd C. Miller2023-02-140-0/+0
* | Merge sudo 1.9.13 from tip.SUDO_1_9_13Todd C. Miller2023-02-14302-26640/+57550
|\ \ | |/
| * Add compiled version of the sudoers Georgian translation.Todd C. Miller2023-02-142-0/+1
| * Do not ignore .mo files.Todd C. Miller2023-02-142-2/+0
| * Regenerate .mo files.Todd C. Miller2023-02-143-0/+0
| * No longer need to define sudoers_recovery here.Todd C. Miller2023-02-091-1/+0
| * Mention that a missing include file is no longer fatal.Todd C. Miller2023-02-091-0/+3
| * 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-0310-1819/+2180
| * Add eventlog_mail() to send a log message via mail.Todd C. Miller2023-02-093-36/+63
| * send_mail: pass a single string instead of using varargsTodd C. Miller2023-02-091-7/+4
| * Use AS_IF instead of if; then where possible.Todd C. Miller2023-02-052-752/+1384
| * Mention the fix for GitHub #237.Todd C. Miller2023-02-031-0/+8
| * Display error in error message if we can't restore the terminal.Todd C. Miller2023-02-032-4/+4
| * Display an error message if unable to restore terminal settings.Todd C. Miller2023-02-022-7/+14
| * Get rid of sudoersdir and just use sysconfdir.Todd C. Miller2023-02-023-46/+29
| * pty_finish: only restore the terminal if sudo is the foreground processTodd C. Miller2023-02-021-5/+9
| * Better background job detection when running a command in a pty.Todd C. Miller2023-02-021-4/+16
| * suspend_sudo_pty: stop the process group even if sudo is not the leader.Todd C. Miller2023-02-021-8/+21
| * Add debug tracing to tcsetattr_nobg().Todd C. Miller2023-02-021-1/+2
| * Avoid compilation errors if getaddrinfo() or freeaddrinfo() are macros.Todd C. Miller2023-01-311-0/+4