]> granicus.if.org Git - sudo/shortlog
sudo
2017-07-31 Todd C. Millerfix playback of stdout/stderr without embedded carriage...
2017-07-28 Todd C. MillerAvoid unused variable warning when sasl is not used.
2017-07-28 Todd C. MillerAdd support for --enable-sasl and --disable-sasl to...
2017-07-28 Todd C. MillerList the correct pattern ("*=()*") in the env_delete...
2017-07-28 Todd C. MillerInclude pathnames.h for /dev/fd on FreeBSD and Mac...
2017-07-27 Todd C. Millerupdate for 1.8.21
2017-07-27 Todd C. MillerNo need to call sudo_ev_del() before sudo_ev_free(...
2017-07-27 Todd C. MillerTerminate the command if an I/O log function returns...
2017-07-27 Todd C. MillerQuiet a coverity false positive.
2017-07-27 Todd C. MillerChange to a single event loop in sudoreplay and use...
2017-07-21 Todd C. Millerstart new sentences on a new line
2017-07-21 Todd C. MillerClarify how the variable prompt options interact with...
2017-07-21 Todd C. MillerDon't set passprompt_override when SUDO_PROMPT is present.
2017-07-20 Todd C. MillerAdd syslog_pid sudoers option to log sudo's process...
2017-07-20 Todd C. MillerWhen deciding which prompt to use (PAM's or sudo's...
2017-07-20 Todd C. MillerAdd missing argument to a few of the defaults strings...
2017-07-20 Todd C. MillerWhen examining environment variables or variables passe...
2017-07-20 Todd C. MillerDocument that "-p prompt" overrides SUDO_PROMPT.
2017-07-20 Todd C. MillerEnable passprompt_override by default if SUDO_PROMPT...
2017-07-17 Todd C. MillerWhen reading a single character via a switch() use...
2017-07-17 Todd C. MillerInitialize ch in getsize_cb() in case we are called...
2017-07-17 Todd C. Millerremove unused variable
2017-07-17 Todd C. MillerCall install_sudoers() even when doedit is false. ...
2017-07-17 Todd C. MillerReparse sudoers if a new #include file was added.
2017-07-14 Todd C. Millerdon't restore the cursor when setting terminal size...
2017-07-14 Todd C. MillerRead the xterm terminal size using an event so we can...
2017-07-14 Todd C. MillerIf we free the default base in sudo_ev_base_free()...
2017-07-13 Todd C. MillerAdd the ability to set a default event base, to be...
2017-07-13 Todd C. MillerAllow sudoreplay to adjust the window size on xterm...
2017-07-12 Todd C. MillerLog window size change events in the sudoers I/O plugin.
2017-07-12 Todd C. MillerPass window size change events to the plugin.
2017-07-12 Todd C. MillerClear input, output, control and local flags before...
2017-07-12 Todd C. MillerRemove pointless subshells in targets that simply chang...
2017-07-10 Todd C. MillerStore the debug instance ID for I/O plugins too.
2017-06-01 Todd C. MillerMove the bits to fill in the new event base to sudo_ev_...
2017-06-30 Todd C. MillerUse getentropy() in mkstemp/mkdtemp replacement.
2017-06-30 Todd C. MillerUse _PATH_DEV consistently
2017-06-15 Todd C. MillerWhen copying terminal settings from one tty to another...
2017-06-15 Todd C. MillerAdd debug warning when we have wait status but don...
2017-06-15 Todd C. MillerBetter handling of SIGCONT from in command in the monit...
2017-06-09 Todd C. Milleravoid padding in struct cmndspec
2017-06-07 Todd C. MillerFix the man section of sudo_plugin in cross-references.
2017-06-05 Todd C. MillerDon't treat an unchanged file as an error. From Xin Li.
2017-06-05 Todd C. Millersudo_edit() must return a wait status but if there...
2017-06-03 Todd C. MillerAvoid sign extension when assigning the value of tty_nr in
2017-06-03 Todd C. MillerInstead of hard-coding a check for bash functions in...
2017-06-02 Todd C. MillerMac OS X -> macOS
2017-06-02 Todd C. Millerdevsearch is ignored on BSD, macOS and Solaris
2017-05-31 Todd C. MillerSudo 1.8.20p2
2017-05-31 Todd C. MillerA command name may also contain newline characters...
2017-05-30 Todd C. MillerUse /proc/self consistently on Linux. As far as I...
2017-05-30 Todd C. MillerAdd a new "devsearch" Path setting to sudo.conf for...
2017-05-30 Todd C. MillerAfter opening a tty device, fstat() and error out if...
2017-05-29 Todd C. MillerSudo 1.8.20p1
2017-05-29 Todd C. MillerFix for CVE-2017-1000367, parsing of /proc/pid/stat...
2017-05-23 Todd C. MillerFix potential memory leak on reallocarray() error....
2017-05-23 Todd C. MillerOnly fall back to deprecated getaudit() on FreeBSD...
2017-05-23 Todd C. MillerUse clang on macOS if present
2017-05-23 Todd C. Millerfix paths to LICENSE and NEWS files for macOS packages
2017-05-18 Todd C. MillerTo avoid overwriting existing command status, check...
2017-05-18 Todd C. MillerAdd some patterns that could result in exponential...
2017-05-15 Todd C. MillerOn HP-UX 11.0, sys/ioctl.h is not sufficient to make...
2017-05-15 Todd C. MillerAlways used TIOCGWINSZ.
2017-05-15 Todd C. MillerMove exec_setup(), unlimit_nproc() and restore_nproc...
2017-05-15 Todd C. MillerNo need to include selinux.h here.
2017-05-15 Todd C. MillerFix compilation error on macOS
2017-05-12 Todd C. MillerAvoid a clang analyzer false positive.
2017-05-12 Todd C. MillerAdd cov-build and cov-submit targets for checking with...
2017-05-12 Todd C. MillerUse debug logging instead of ignore_result() where...
2017-05-12 Todd C. MillerRemove use of non-standard sigaction_t
2017-05-12 Todd C. MillerRemove use of the non-standard SA_INTERRUPT
2017-05-12 Todd C. Millersudo 1.8.21
2017-05-12 Todd C. MillerAdd support for multiple '*' in env_keep, env_check...
2017-05-12 Todd C. MillerAdd SIGCHLD to the list of signals we install sudo_hand...
2017-05-12 Todd C. MillerActivate the sigevents inside the signal pipe callback...
2017-05-12 Todd C. MillerUse SUDO_EV_SIGNAL and SUDO_EV_SIGINFO instead of manag...
2017-05-12 Todd C. MillerHandle the possibility of the siginfo parameter in...
2017-05-12 Todd C. MillerAdd support for signal events in sudo's event subsystem
2017-05-12 Todd C. MillerRestore the error message for sudo_ev_add() failure.
2017-05-12 Todd C. MillerAdd workaround for clang static analyzer being confused...
2017-05-11 Todd C. MillerFix "make check" when openssl or gcrypt is used. Bug...
2017-05-10 Todd C. MillerOnly display string version of errno if sudo_ev_add...
2017-05-08 Todd C. Millerupdate
2017-05-08 Todd C. MillerBe clear that #includedir diverts control to the files...
2017-05-07 Todd C. Millersync with translationproject.org
2017-05-05 Todd C. Millerupdate
2017-05-05 Todd C. MillerFix a hang introduced in the last commit. Don't close...
2017-05-05 Todd C. MillerIf any of std{in,out,err} are not hooked up to a tty...
2017-05-05 Todd C. Millerupdate
2017-05-05 Todd C. MillerUpdate based on information from Michael Felt.
2017-05-04 Todd C. MillerIn check_input() when switch()ing on the return value...
2017-05-04 Todd C. MillerCheck sudo_ev_add() return value. Coverity CID 168362
2017-05-04 Todd C. MillerAdd io_open() wrapper for open(2) that retries with...
2017-05-04 Todd C. MillerDon't retry the open() if set_perms() fails.
2017-05-04 Todd C. MillerFix typo (fd2 vs. fd) caught by coverity, CID 168359.
2017-05-04 Todd C. Millersync with translationproject.org
2017-05-03 Todd C. MillerWarn people not to use --enable-asan in production.
2017-05-03 Todd C. MillerMove the invocation of check_noexec into the main ...
2017-05-03 Todd C. MillerMove @CHECK_NOEXEC@ to TEST_PROGS so it gets cleaned...
2017-05-03 Todd C. MillerMove syslog_maxlen to the "Integers" section. Move...
next