]> granicus.if.org Git - sudo/shortlog
sudo
2016-02-20 Todd C. MillerAdd declaration of getauthdb() for AIX 5.1
2016-02-19 Todd C. Millerregen
2016-02-19 Todd C. Millersync with translationproject.org
2016-02-19 Todd C. MillerAdd a note that --with-solaris-audit is only for Solari...
2016-02-18 Todd C. MillerRemove last remnants of the deprecated --with-stow...
2016-02-18 Todd C. Millersrc/load_plugins.c needs _PATH_SUDO_CONF so allow it...
2016-02-01 Todd C. MillerAdd an administrative domain to the passwd/group cache...
2016-02-01 Todd C. MillerFedora dropped "core" from the name some time ago so...
2016-01-31 Todd C. MillerTreat fedora core like centos/rhel for package building.
2016-01-29 Todd C. MillerPlug some memory leaks in the tests.
2016-01-29 Todd C. MillerIf realloc of sudoerslval.command.args fails, reset...
2016-01-29 Todd C. MillerWhen freeing the iobs after pty tear-down, also free...
2016-01-28 Todd C. Milleriolog_compress should be bool, not int
2016-01-28 Todd C. MillerQuiet address sanitizer leak detector.
2016-01-28 Todd C. MillerSimple garbage collection (really a to-be-freed list...
2016-01-28 Todd C. MillerRename gc_cleanup to gc_run and remove I/O plugins...
2016-01-28 Todd C. MillerFree up the garbage via an atexit() handler instead...
2016-01-28 Todd C. MillerPlug a memory leak in sudo_edit.
2016-01-27 Todd C. Millermention --enable-asan
2016-01-27 Todd C. MillerTry to deconfuse static analyzers a bit.
2016-01-27 Todd C. MillerAvoid possible NULL deref found by clang analyzer.
2016-01-27 Todd C. MillerAdd --enable-asan configure flag to enable address...
2016-01-27 Todd C. MillerAdd support for garbage collecting info passed to the...
2016-01-27 Todd C. Millerauth_getpass() returns a dynamically allocated copy...
2016-01-27 Todd C. MillerRemove sudo_fatalx() calls from format_plugin_settings().
2016-01-27 Todd C. Millerfn_free_result() (aka sss_sudo_free_result() in sss_sud...
2016-01-27 Todd C. MillerAdd missing return when user is not found in sudo_sss_r...
2016-01-26 Todd C. MillerFix a warning on AIX.
2016-01-26 Todd C. MillerPass updated user_env_out, not envp, to the I/O open...
2016-01-26 Todd C. MillerPass updated argv/envp to the I/O open function like...
2016-01-25 Todd C. MillerAdd check for I/O log file handle being NULL. This...
2016-01-23 Todd C. MillerAdditional debugging for pwutil functions.
2016-01-23 Todd C. MillerWhen calling setauthdb(), save the old registry value...
2016-01-22 Todd C. MillerUse SUDOERS_DEBUG_UTIL not SUDO_DEBUG_UTIL in the plugin.
2016-01-21 Todd C. MillerWhen parsing debug entries, don't make a lower value...
2016-01-20 Todd C. MillerSet sudoedit_checkdir=false in command_details when...
2016-01-20 Todd C. MillerUpdate copyright year
2016-01-20 Todd C. MillerIf the user runs "sudoedit /" we will receive ENOENT...
2016-01-20 Todd C. MillerLog an error for invalid boolean strings.
2016-01-20 Todd C. MillerFix off by one error in new SET_FLAG macro.
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...
next