]> granicus.if.org Git - sudo/shortlog
sudo
2016-06-03 Todd C. MillerWhen matching host, short-circuit the loop when we...
2016-06-03 Todd C. MillerAvoid using !strcmp()
2016-06-02 Todd C. MillerSSSD doesn't handle netgroups, we have to ensure they...
2016-06-01 Todd C. MillerReturn PAM_CONV_ERR from the conversation function...
2016-06-01 Todd C. MillerMake base64 decoding table-driven.
2016-06-01 Todd C. MillerBack out cfa26b99228f, it was already fixed differently.
2016-05-31 Todd C. MillerAllow double-quoted groups and netgroups to be part...
2016-05-31 Todd C. MillerThe sudoers.ldap manual is installed in section 4 or...
2016-05-31 Todd C. MillerFix copy pasta, "sudoNotAfter" not "sudoNotBefore".
2016-05-31 Todd C. MillerFor sudo -ll (long list) print the SSSD role just like...
2016-05-31 Todd C. MillerSetting timestamp_timeout less than zero only lasts...
2016-05-31 Todd C. Millersync with translationproject.org
2016-05-25 Todd C. Millerfputs() is now specified as returning non-negative...
2016-05-25 Todd C. MillerDon't try to dereference replies[] if it is a NULL...
2016-05-25 Todd C. Millersudo_version should be unsigned
2016-05-25 Todd C. Millersync with translationproject.org
2016-05-25 Todd C. MillerKorean translation for sudo and sudoers from translatio...
2016-05-25 Todd C. MillerIgnore PAM_SESSION_ERR from pam_open_session() since...
2016-05-24 Todd C. MillerDon't read from stdin when flushing final buffers in...
2016-05-23 Todd C. MillerMention visudo -x change.
2016-05-23 Todd C. MillerThere's no need to escape forward slashes in JSON outpu...
2016-05-23 Todd C. MillerDocument that in 1.8.12 sudo started being able to...
2016-05-20 Todd C. MillerBetter description of the I/O logging pipe issue.
2016-05-20 Todd C. MillerIn del_io_events(), avoid reading from the pty master...
2016-05-20 Todd C. MillerImprove debug info in sudo_ev_add() and sudo_ev_del()
2016-05-20 Todd C. MillerIn pty_close(), call del_io_events with the SUDO_EVLOOP...
2016-05-18 Todd C. Millerregen
2016-05-17 Todd C. MillerBump I/O buffer size to 64K. We don't use PIPE_BUF...
2016-05-17 Todd C. MillerI/O logging bug fix
2016-05-17 Todd C. MillerDon't use SUDO_EVLOOP_NONBLOCK when flushing buffers...
2016-05-16 Todd C. MillerDon't try to fflush(export_fp) or ferror(export_fp...
2016-05-16 Todd C. MillerO_NOCTTY has no effect when opening /dev/tty as the...
2016-05-16 Todd C. MillerDo not need to open /dev/tty with O_NONBLOCK, it doesn...
2016-05-16 Todd C. MillerUse O_NOCTTY when opening a tty.
2016-05-16 Todd C. Millerregen
2016-05-16 Todd C. MillerNo need to set pass to NULL after freeing at the end...
2016-05-15 Todd C. MillerSELinux fixes in 1.8.17.
2016-05-15 Todd C. MillerCheck fprintf() return value in writeln_wrap() and...
2016-05-15 Todd C. MillerCheck fputs() return value.
2016-05-15 Todd C. MillerDo not write directly to stdout/stderr, use sudo_printf...
2016-05-15 Todd C. MillerDo not write directly to stdout/stderr, use sudo_printf...
2016-05-15 Todd C. MillerUse ferror() after fflush() to check the error status...
2016-05-13 Todd C. Millerprintf() returns < 0 on error, not explicitly -1
2016-05-13 Todd C. MillerRegen for 1.8.17
2016-05-13 Todd C. MillerDocument that you need to preserve EDITOR and/or VISUAL...
2016-05-13 Todd C. MillerFix last commit, now that argc is not reset we need...
2016-05-12 Todd C. Millercosmetic change to warning string
2016-05-12 Todd C. MillerAvoid adding an extraneous warning string to sudoers...
2016-05-12 Todd C. MillerUse EOVERFLOW, not ENOMEM for overflow conditions.
2016-05-11 Todd C. MillerNow that pam_open_session() failure is fatal we should...
2016-05-11 Todd C. MillerRepair SELinux support, broken by 397722cdd7ec.
2016-05-11 Todd C. MillerRemove sudo_mkpwcache() and sudo_mkgrcache(). We now...
2016-05-11 Todd C. MillerEliminate use of setpwent()/endpwent() and setgrent...
2016-05-10 Todd C. MillerRemove unnecessary NULL checks in the RUNAS_CHANGED...
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...
next