]> granicus.if.org Git - sudo/shortlog
sudo
2016-01-11 Todd C. MillerUse user_runhost and user_srunhost instead of user_host...
2016-01-11 Todd C. MillerSilence warning in digest_matches() on systems with...
2016-01-11 Todd C. MillerFix free() of invalid pointer introduced in the commit...
2016-01-11 Todd C. MillerFix free() of invalid pointer introduced in the commit...
2016-01-11 Todd C. MillerAdd missing dfd argument to the version of sudo_edit_op...
2016-01-11 Todd C. MillerUpdate description of sudoedit_checkdir. Reported...
2016-01-11 Todd C. MillerNo need to check whether the fd we opened is really...
2016-01-11 Todd C. MillerRewritten sudoedit_checkdir support that checks all...
2016-01-04 Todd C. Millersync with translationproject.org
2016-01-04 Todd C. MillerAdd support for using fexecve() if supported on command...
2015-12-29 Todd C. MillerCall openat() with the basename not the full path....
2015-12-24 Todd C. MillerFix compilation with --disable-shared
2015-12-20 Todd C. MillerCheck for existing dso in LD_PRELOAD and only add it...
2015-12-18 Todd C. MillerClarify when SIGINT and SIGQUIT are relayed by sudo...
2015-12-18 Todd C. MillerActually use the plugin_dir Path setting in sudo.conf.
2015-12-18 Todd C. MillerThe Path setting for the plugin directory is "plugin_di...
2015-12-18 Todd C. MillerAllow sudo.conf Path settings to disable path names...
2015-12-16 Todd C. MillerChange noexec flag in selinux_execve() from int to...
2015-12-16 Todd C. MillerRefactor code to set LD_PRELOAD (or the equivalent...
2015-12-16 Todd C. MillerAdd missing square brackets in configure option descrip...
2015-12-11 Todd C. MillerDocument the names of the I/O log files and mention...
2015-12-11 Todd C. MillerAdd BASHOPTS to initial_badenv_table[]; from Stephane...
2015-12-09 Todd C. MillerWhen parsing sudoOptions that include an operator ...
2015-12-08 Todd C. MillerStrip whitespace around '!', '=', '+=' and '-=' in...
2015-12-06 Todd C. MillerDocument the race condition between the digest check...
2015-12-02 Todd C. MillerWhen checking the query results, don't set user_matches...
2015-12-02 Todd C. MillerIn list mode, we always want to clear FLAG_NO_USER...
2015-11-22 Todd C. MillerUse size_t for length parameters in the fill functions...
2015-11-22 Todd C. MillerUse yy_size_t for digest_len since newer flex uses...
2015-11-20 Todd C. MillerUse https in sudo.ws urls
2015-11-20 Todd C. MillerUse https in urls.
2015-11-20 Todd C. Millersudo 1.8.16
2015-11-20 Todd C. MillerWhen preserving variables from the invoking user's...
2015-11-01 Todd C. MillerAdd debug_return_ssize_t
2015-11-01 Todd C. MillerAvoid compilation error on Solaris 10 with Stun Studio 12.
2015-10-31 Todd C. Millersync with translationproject.org
2015-10-31 Todd C. MillerMention ssp configure fix.
2015-10-30 Todd C. Millersync with translationproject.org
2015-10-30 Todd C. MillerDon't use CPPFLAGS for the -fstack-protector check...
2015-10-30 Todd C. MillerWhen checking for stack protector support we need to...
2015-10-29 Todd C. MillerPreserve LDFLAGS when checking for stack protector...
2015-10-29 Todd C. MillerBetter configure test for -fstack-protector. Some...
2015-10-25 Todd C. MillerSet errno to EISDIR instead of ENOTDIR if directory...
2015-10-25 Todd C. MillerFix the check for whether to include 32-bit arch in...
2015-10-24 Todd C. Millerregen
2015-10-24 Todd C. MillerWhen creating a new file, sudoedit will now check that...
2015-10-24 Todd C. MillerAdd always_query_group_plugin
2015-10-23 Todd C. MillerAdd ABOUT-NLS from GNU gettext.
2015-10-23 Todd C. MillerAdd directory writability checks for sudoedit.
2015-10-06 Todd C. MillerLatest.
2015-10-06 Todd C. MillerIgnore the SUDO_CONV_PROMPT_ECHO_OK flag when echo...
2015-10-06 Todd C. MillerRepair challenge/response prompting for BSD authenticat...
2015-10-06 Todd C. MillerUse the auth_getpass (and the plugin conversation fucti...
2015-10-06 Todd C. MillerFor env_reset, SHELL should be set based on the target...
2015-10-06 Todd C. Millersync with translationproject.org
2015-10-05 Todd C. MillerHungarian and Slovak translations
2015-10-05 Todd C. MillerAdd new Slovak and Hungarian translations from translat...
2015-10-03 Todd C. MillerRemove S_ISREG check from sudo_edit_open(), it is alrea...
2015-10-02 Todd C. MillerOpen sudoedit files with O_NONBLOCK and fail if they...
2015-10-02 Todd C. MillerIt is possible for WIFSTOPPED to be true even if waitpi...
2015-09-30 Todd C. Millerrebuild .mo files
2015-09-30 Todd C. Millersync with translationproject.org
2015-09-29 Todd C. MillerThere's no point in trying to interpose protected versi...
2015-09-28 Todd C. MillerList all the functions wrapped by sudo_noexec.so.
2015-09-28 Todd C. MillerThe section is now called "EXEC and NOEXEC" and it...
2015-09-28 Todd C. MillerAlso wrap popen(3).
2015-09-28 Todd C. MillerAlso interpose system(3). On glibc systems you cannot...
2015-09-28 Todd C. MillerSet active debug instance to sudo_debug_instance()...
2015-09-27 Todd C. MillerLOGNAME and USERNAME are set the same way as USER
2015-09-27 Todd C. MillerDocument behavior when the command dies from a signal...
2015-09-26 Todd C. MillerBug #722
2015-09-26 Todd C. MillerWhen the command sudo is running is killed by a signal...
2015-09-25 Todd C. MillerAdjust set_logname description to new behavior when...
2015-09-25 Todd C. MillerIf some, but not all, of the LOGNAME, USER or USERNAME...
2015-09-24 Todd C. MillerFix passing of the callback pointer to the conversation...
2015-09-24 Todd C. MillerExplicitly mark large hex constants unsigned.
2015-09-24 Todd C. MillerCast sizeof(entry) to off_t before making it a negative...
2015-09-21 Todd C. MillerAdd explicit mention of sudo's netgroup semantics since...
2015-09-21 Todd C. Millersync with translationproject.org
2015-09-21 Todd C. MillerFix potential double free of the cookie when sudo is...
2015-09-16 Todd C. Millersync with translationproject.org
2015-09-15 Todd C. Millersync with translationproject.org
2015-09-15 Todd C. MillerBug #719
2015-09-15 Todd C. MillerSIGHUP is now relayed to the command. Bug #719
2015-09-15 Todd C. MillerWhen a terminal device is closed, SIGHUP is sent to...
2015-09-15 Todd C. MillerMention visudo bug in 1.8.14
2015-09-15 Todd C. MillerWe reserved two slots at the end of the editor argv...
2015-09-10 Todd C. MillerRemove checks for __sys_siglist and __sys_signame....
2015-09-10 Todd C. MillerSync with translationproject.org
2015-09-10 Todd C. Millerregen
2015-09-09 Todd C. MillerRestore old signal handlers before tty settings. That...
2015-09-09 Todd C. MillerDocument what happens when the on_suspend/on_resume...
2015-09-09 Todd C. MillerNo need to have version macros for hooks, callbacks...
2015-09-09 Todd C. MillerProperly escape the backslash before a comma in an...
2015-09-09 Todd C. MillerIgnore callbacks if major version doesn't match.
2015-09-09 Todd C. MillerRemove include/compat/timespec.h. Systems old enough...
2015-09-09 Todd C. MillerBug #713
2015-09-09 Todd C. MillerFill in cstat if exec_setup() fails. Previously it...
2015-09-09 Todd C. MillerFix running commands as non-root when neither setresuid...
2015-09-09 Todd C. MillerCast uid_t to unsigned int when printing as %u
next