]> granicus.if.org Git - sudo/shortlog
sudo
2016-01-20 Todd C. MillerDocument the race with sudoedit_checkdir in 1.8.15.
2016-01-20 Todd C. MillerDocument sudoedit_checkdir
2016-01-20 Todd C. MillerThere are no systems that support O_SEARCH/O_PATH that...
2016-01-19 Todd C. Millerregen
2016-01-19 Todd C. MillerAdd 1.8.16 changes
2016-01-19 Todd C. MillerMake sudoedit_checkdir the default and update the docum...
2016-01-19 Todd C. MillerAdd a SET_FLAG macro to simplify parsing command detail...
2016-01-18 Todd C. MillerNeed to be root when switching to a different user.
2016-01-18 Todd C. MillerUse O_SEARCH on systems without O_PATH if present....
2016-01-18 Todd C. MillerUse faccessat(2) for directory writability instead...
2016-01-16 Todd C. MillerAdd "I/O LOG FILES" section to the manual and move...
2016-01-16 Todd C. MillerUse "Nm sudoers" when talking about the plugin and...
2016-01-13 Todd C. MillerRemove gzopen_w which is only defined on Windows.
2016-01-13 Todd C. MillerWork around the buggy pread(2) on 32-bit HP-UX 11.00...
2016-01-12 Todd C. MillerAdd support for matching the entire netgroup tuple...
2016-01-12 Todd C. MillerUse asprintf() to generate the netgroup filter instead...
2016-01-12 Todd C. MillerAdd missing sudo_debug_exit_ssize_t_v1 symbol.
2016-01-11 Todd C. MillerIn sudo_netgroup_lookup() only build up the search...
2016-01-11 Todd C. MillerIt is safe to pass ldap_msgfree() a NULL pointer.
2016-01-11 Todd C. MillerOn overflow, warn before freeing anything.
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...
next