]> granicus.if.org Git - sudo/shortlog
sudo
2016-05-09 Todd C. MillerIn replay_session() free iov at the end of the function...
2016-05-09 Todd C. MillerAdd io_log_read() and io_log_gets() to hide differences...
2016-05-09 Todd C. MillerBreak up io_callback() into read_callback() and write_c...
2016-05-07 Todd C. MillerIn io_callback() make sure we clear SUDO_EV_READ if...
2016-05-07 Todd C. MillerIn sudo_krb5_copy_cc_file() move the close(ofd) to...
2016-05-07 Todd C. MillerFix memory leak in sudo_netgroup_lookup() in the non...
2016-05-07 Todd C. MillerFix fd leak in sudo_krb5_copy_cc_file() if restore_perm...
2016-05-07 Todd C. MillerFree the events and event base before returning from...
2016-05-07 Todd C. MillerIn sudo_edit_create_tfiles(), fix fd leak if sudo_edit_...
2016-05-07 Todd C. MillerFix fd leak in sudo_edit_open_nonwritable() if dir_is_w...
2016-05-07 Todd C. MillerFix memory leak of sesh_args in selinux_edit_copy_tfiles().
2016-05-07 Todd C. MillerFix memory leak in get_editor() if resolve_editor(...
2016-05-07 Todd C. MillerFix memory leak on error if sudo_new_key_val() fails.
2016-05-07 Todd C. MillerIgnore the return value of the initial sudoersparse...
2016-05-07 Todd C. MillerIgnore the result of send() on exec error, if it fails...
2016-05-07 Todd C. MillerIn fill_args() clean up properly if there is an interna...
2016-05-07 Todd C. MillerFix logic inversion in sudoers_gc_remove(), currently...
2016-05-06 Todd C. MillerIn io_mkdirs(), change the order from stat then mkdir...
2016-05-06 Todd C. MillerIn ts_mkdirs(), change the order from stat then mkdir...
2016-05-06 Todd C. MillerNewer versions of Ubuntu have switched from using the...
2016-05-06 Todd C. MillerCast off_t printed via printf(3) instead of assuming...
2016-05-06 Todd C. MillerInstead of using stat(2) to see if the admin flag file...
2016-05-06 Todd C. MillerREADME file for the sample plugin that tells the user...
2016-05-06 Todd C. MillerFix compilation error and export sample_policy struct.
2016-05-06 Todd C. MillerUpdate for 1.8.17
2016-05-06 Todd C. MillerSudo 1.8.17
2016-05-06 Todd C. MillerCheck return value of restore_perms() in vlog_warning().
2016-05-06 Todd C. MillerFix memory leaks in resolve_editor() in the error path.
2016-05-06 Todd C. MillerFix memory leak of gid_list in sudoers_policy_exec_setu...
2016-05-06 Todd C. MillerFix fd leak in do_logfile() if we fail to lock the...
2016-05-06 Todd C. MillerFix memory leak of sss_result in sudo_sss_lookup()
2016-05-06 Todd C. MillerFix fd leak in open_io_fd() if gzdopen/fdopen fails.
2016-05-06 Todd C. MillerFix fd leak in io_nextid() in error path.
2016-05-05 Todd C. MillerCheck lseek() return value.
2016-05-05 Todd C. MillerIgnore ts_write() return value when disabling an entry...
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...
next