]> granicus.if.org Git - sudo/shortlog
sudo
2016-06-23 Todd C. MillerAdd definition of nitems for those without it and use...
2016-06-23 Todd C. MillerUpdate copyright year.
2016-06-22 Todd C. MillerSudo 1.8.17p1
2016-06-22 Todd C. MillerSet user groups in exec_setup() if they were not alread...
2016-06-15 Todd C. MillerPoint the reader to the sudoers manual for the list...
2016-06-15 Todd C. Millerforgot to update date in last commit
2016-06-15 Todd C. MillerFix typo; cn=default should be cn=defaults
2016-06-13 Todd C. MillerFold lines at 80 characters for the clean: target
2016-06-13 Todd C. MillerRemove mksiglist, siglist.c, mksigname, signame.c as...
2016-06-13 Todd C. Millersync with translationproject.org
2016-06-12 Todd C. MillerLDAP sudoers doesn't support negated users, groups...
2016-06-09 Todd C. MillerBug #746
2016-06-09 Todd C. MillerWhen matching paths with glob(3), check returned matche...
2016-06-09 Todd C. MillerAdd execve failure in pty bug fix.
2016-06-09 Todd C. Millersync with translationproject.org
2016-06-09 Todd C. MillerIn handle_sigchld() fix the return value when we've...
2016-06-09 Todd C. MillerMove sudo_debug_execve() call into sudo_execve().
2016-06-09 Todd C. Millersync with translationproject.org
2016-06-07 Todd C. Millerupdate for 1.8.17 final
2016-06-07 Todd C. MillerFix setting of hard stack limit when stack_hard is...
2016-06-06 Todd C. Millerregen
2016-06-05 Todd C. MillerIgnore empty ipa_hostname
2016-06-05 Todd C. MillerBetter martching of ipa_hostname in sssd.conf
2016-06-05 Todd C. MillerUse the value of ipa_hostname from /etc/sssd/sssd.conf...
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...
next