2017-08-01 |
Todd C. Miller | Don't send email about an unresolvable host name if... |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Todd C. Miller | fix playback of stdout/stderr without embedded carriage... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Todd C. Miller | Avoid unused variable warning when sasl is not used. |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Todd C. Miller | Add support for --enable-sasl and --disable-sasl to... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Todd C. Miller | List the correct pattern ("*=()*") in the env_delete... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Todd C. Miller | Include pathnames.h for /dev/fd on FreeBSD and Mac... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | update for 1.8.21 |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | No need to call sudo_ev_del() before sudo_ev_free(... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | Terminate the command if an I/O log function returns... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | Quiet a coverity false positive. |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Todd C. Miller | Change to a single event loop in sudoreplay and use... |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Todd C. Miller | start new sentences on a new line |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Todd C. Miller | Clarify how the variable prompt options interact with... |
commit | commitdiff | tree | snapshot |
2017-07-21 |
Todd C. Miller | Don't set passprompt_override when SUDO_PROMPT is present. |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | Add syslog_pid sudoers option to log sudo's process... |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | When deciding which prompt to use (PAM's or sudo's... |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | Add missing argument to a few of the defaults strings... |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | When examining environment variables or variables passe... |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | Document that "-p prompt" overrides SUDO_PROMPT. |
commit | commitdiff | tree | snapshot |
2017-07-20 |
Todd C. Miller | Enable passprompt_override by default if SUDO_PROMPT... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | When reading a single character via a switch() use... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | Initialize ch in getsize_cb() in case we are called... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | remove unused variable |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | Call install_sudoers() even when doedit is false. ... |
commit | commitdiff | tree | snapshot |
2017-07-17 |
Todd C. Miller | Reparse sudoers if a new #include file was added. |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Todd C. Miller | don't restore the cursor when setting terminal size... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Todd C. Miller | Read the xterm terminal size using an event so we can... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Todd C. Miller | If we free the default base in sudo_ev_base_free()... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Todd C. Miller | Add the ability to set a default event base, to be... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Todd C. Miller | Allow sudoreplay to adjust the window size on xterm... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Todd C. Miller | Log window size change events in the sudoers I/O plugin. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Todd C. Miller | Pass window size change events to the plugin. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Todd C. Miller | Clear input, output, control and local flags before... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Todd C. Miller | Remove pointless subshells in targets that simply chang... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Todd C. Miller | Store the debug instance ID for I/O plugins too. |
commit | commitdiff | tree | snapshot |
2017-06-01 |
Todd C. Miller | Move the bits to fill in the new event base to sudo_ev_... |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Todd C. Miller | Use getentropy() in mkstemp/mkdtemp replacement. |
commit | commitdiff | tree | snapshot |
2017-06-30 |
Todd C. Miller | Use _PATH_DEV consistently |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Todd C. Miller | When copying terminal settings from one tty to another... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Todd C. Miller | Add debug warning when we have wait status but don... |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Todd C. Miller | Better handling of SIGCONT from in command in the monit... |
commit | commitdiff | tree | snapshot |
2017-06-09 |
Todd C. Miller | avoid padding in struct cmndspec |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Todd C. Miller | Fix the man section of sudo_plugin in cross-references. |
commit | commitdiff | tree | snapshot |
2017-06-05 |
Todd C. Miller | Don't treat an unchanged file as an error. From Xin Li. |
commit | commitdiff | tree | snapshot |
2017-06-05 |
Todd C. Miller | sudo_edit() must return a wait status but if there... |
commit | commitdiff | tree | snapshot |
2017-06-03 |
Todd C. Miller | Avoid sign extension when assigning the value of tty_nr in |
commit | commitdiff | tree | snapshot |
2017-06-03 |
Todd C. Miller | Instead of hard-coding a check for bash functions in... |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Todd C. Miller | Mac OS X -> macOS |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Todd C. Miller | devsearch is ignored on BSD, macOS and Solaris |
commit | commitdiff | tree | snapshot |
2017-05-31 |
Todd C. Miller | Sudo 1.8.20p2 |
commit | commitdiff | tree | snapshot |
2017-05-31 |
Todd C. Miller | A command name may also contain newline characters... |
commit | commitdiff | tree | snapshot |
2017-05-30 |
Todd C. Miller | Use /proc/self consistently on Linux. As far as I... |
commit | commitdiff | tree | snapshot |
2017-05-30 |
Todd C. Miller | Add a new "devsearch" Path setting to sudo.conf for... |
commit | commitdiff | tree | snapshot |
2017-05-30 |
Todd C. Miller | After opening a tty device, fstat() and error out if... |
commit | commitdiff | tree | snapshot |
2017-05-29 |
Todd C. Miller | Sudo 1.8.20p1 |
commit | commitdiff | tree | snapshot |
2017-05-29 |
Todd C. Miller | Fix for CVE-2017-1000367, parsing of /proc/pid/stat... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Todd C. Miller | Fix potential memory leak on reallocarray() error.... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Todd C. Miller | Only fall back to deprecated getaudit() on FreeBSD... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Todd C. Miller | Use clang on macOS if present |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Todd C. Miller | fix paths to LICENSE and NEWS files for macOS packages |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Todd C. Miller | To avoid overwriting existing command status, check... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Todd C. Miller | Add some patterns that could result in exponential... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Todd C. Miller | On HP-UX 11.0, sys/ioctl.h is not sufficient to make... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Todd C. Miller | Always used TIOCGWINSZ. |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Todd C. Miller | Move exec_setup(), unlimit_nproc() and restore_nproc... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Todd C. Miller | No need to include selinux.h here. |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Todd C. Miller | Fix compilation error on macOS |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Avoid a clang analyzer false positive. |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add cov-build and cov-submit targets for checking with... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Use debug logging instead of ignore_result() where... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Remove use of non-standard sigaction_t |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Remove use of the non-standard SA_INTERRUPT |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | sudo 1.8.21 |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add support for multiple '*' in env_keep, env_check... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add SIGCHLD to the list of signals we install sudo_hand... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Activate the sigevents inside the signal pipe callback... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Use SUDO_EV_SIGNAL and SUDO_EV_SIGINFO instead of manag... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Handle the possibility of the siginfo parameter in... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add support for signal events in sudo's event subsystem |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Restore the error message for sudo_ev_add() failure. |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add workaround for clang static analyzer being confused... |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Todd C. Miller | Fix "make check" when openssl or gcrypt is used. Bug... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Todd C. Miller | Only display string version of errno if sudo_ev_add... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Todd C. Miller | update |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Todd C. Miller | Be clear that #includedir diverts control to the files... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | update |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | Fix a hang introduced in the last commit. Don't close... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | If any of std{in,out,err} are not hooked up to a tty... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | update |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | Update based on information from Michael Felt. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | In check_input() when switch()ing on the return value... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | Check sudo_ev_add() return value. Coverity CID 168362 |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | Add io_open() wrapper for open(2) that retries with... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | Don't retry the open() if set_perms() fails. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | Fix typo (fd2 vs. fd) caught by coverity, CID 168359. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Warn people not to use --enable-asan in production. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Move the invocation of check_noexec into the main ... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Move @CHECK_NOEXEC@ to TEST_PROGS so it gets cleaned... |
commit | commitdiff | tree | snapshot |
next |