]> granicus.if.org Git - sudo/shortlog
sudo
2016-05-05 Todd C. MillerCast the return value of fcntl() to void when setting...
2016-05-05 Todd C. MillerCast the return value of fcntl() to void when setting...
2016-05-05 Todd C. MillerAvoid a false positive. Coverity CID 104056.
2016-05-05 Todd C. MillerAvoid calling fclose(NULL) on error in export_sudoers().
2016-05-05 Todd C. MillerIn fill_args(), check for "arg_size == 0" instead of
2016-05-05 Todd C. MillerAvoid calling fclose(NULL) if the sudoers file is not...
2016-05-04 Todd C. MillerIn fill_args(), replace loop that increments arg_size...
2016-05-04 Todd C. MillerIn parse_expr(), move the "bad" label after the "defaul...
2016-05-04 Todd C. MillerFor "sudoreplay -l", not all predicates may be shortene...
2016-05-04 Todd C. Millerpid_t is defined by POSIX as a signed integer type...
2016-05-04 Todd C. MillerIn dispatch_signal() for stopped processes check for...
2016-05-04 Todd C. MillerIn relabel_tty() always jump to bad: on error, regardle...
2016-05-04 Todd C. MillerDefine NO_LEAKS when sudo is built with Coverity.
2016-05-04 Todd C. MillerIn io_callback() if we write the complete buffer and...
2016-05-04 Todd C. MillerHandle read() returning -1 when creating temporary...
2016-05-04 Todd C. MillerFix cut and paste error when checking cols for 0.
2016-05-04 Todd C. MillerUse a single debug message for cache hit or store to...
2016-05-04 Todd C. MillerSync the "cache hit" debug messages with the "cached...
2016-04-28 Todd C. MillerRemove the check for __sprintf_chk when checking for...
2016-04-28 Todd C. MillerRemove configure checks for dev_t, id_t, ino_t, ptrdiff...
2016-04-28 Todd C. MillerDo group setup in policy_init_session() before calling...
2016-04-26 Todd C. MillerAdd missing newline when logging to a file (not syslog...
2016-04-25 Todd C. Millerstyle fix; fork_cmnd should start on a new line
2016-04-22 Todd C. MillerIgnore SIGPIPE for the duration of sudo and not just...
2016-04-22 Todd C. MillerUse string_to_security_class() instead of pulling SECCL...
2016-04-19 Todd C. MillerWhen determining whether or not "sudo -l" or "sudo...
2016-03-22 Todd C. MillerIf the auth_type setting in /etc/security/login.cfg...
2016-03-17 Todd C. MillerThe header for sudo.conf(5) should be SUDO.CONF(5)...
2016-03-16 Todd C. Millerhook_version and hook_type are unsigned so use 0, not...
2016-03-09 Todd C. MillerWork around an ambiguity in the PAM spec with respect...
2016-03-08 Todd C. Millersync with translationproject.org
2016-02-27 Todd C. MillerBug #738
2016-02-26 Todd C. Millersync with translationproject.org
2016-02-26 Todd C. MillerBetter test for negated character classes.
2016-02-26 Todd C. MillerAdd test for negated character class
2016-02-26 Todd C. Millersync with translationproject.org
2016-02-26 Todd C. Millersync
2016-02-26 Todd C. MillerFix negation of character classes.
2016-02-26 Todd C. MillerFix the check for whether a user is allowed to lists...
2016-02-26 Todd C. MillerLog the number of PAM messages in the conversation...
2016-02-24 Todd C. MillerDon't check for posix_spawn() or posix_spawnp() if...
2016-02-23 Todd C. Millerupdate for 1.8.16
2016-02-22 Todd C. MillerFix documented bug with duplicate role names and turn...
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.
next