]> granicus.if.org Git - sudo/shortlog
sudo
2016-07-20 Todd C. MillerIn cb_sudoers_locale() actually set the locale in addit...
2016-07-20 Todd C. MillerFix regression that would cause early defaults entries...
2016-07-20 Todd C. Millersudo 1.8.18
2016-07-19 Todd C. MillerOnly set early defaults once, regardless of how many...
2016-07-19 Todd C. MillerMake strings const in functions that set defaults as...
2016-07-19 Todd C. MillerIn cb_fqdn() just return if the fqdn flag is set to...
2016-07-18 Todd C. MillerImplement callbacks for defaults flags (T_FLAG).
2016-07-18 Todd C. Milleradd debug_decl for cb_runas_default and cb_sudoers_locale
2016-07-18 Todd C. MillerConvert fqdn to a callback and add it to the list of...
2016-07-18 Todd C. MillerChange defaults callbacks to take a union sudo_defs_val...
2016-07-18 Todd C. MillerWhen updating defaults, process certain values fist...
2016-07-17 Todd C. MillerFix typo introduced in last commit to fix fill_args...
2016-07-17 Todd C. MillerFix underflow checl in fill_args().
2016-07-17 Todd C. MillerMake sure we account for the trailing NUL when computin...
2016-07-16 Todd C. MillerMake arg_size and arg_len unsigned since we do bitwise...
2016-07-08 Todd C. MillerOnly remove backup files as part of "make uninstall...
2016-07-08 Todd C. MillerOnly keep backups of installed files on HP-UX where...
2016-07-03 Todd C. MillerIgnore a missing or insecure #includedir, it is not...
2016-07-03 Todd C. MillerMake sure we always call sudoerserror() on error in...
2016-06-30 Todd C. MillerSet the sudoers locale before opening the sudoers file.
2016-06-30 Todd C. MillerAdd debugging
2016-06-30 Todd C. MillerDon't link test programs with the sudoers-specific...
2016-06-30 Todd C. Millersudoreplay does not need to link with the sudoers-speci...
2016-06-27 Todd C. Millernew_digest was prototyped as static but not explicitly...
2016-06-27 Todd C. MillerSome versions of HP-UX 11.11 do not expose struct socka...
2016-06-27 Todd C. MillerSome versions of HP-UX make will ignore suffix rules...
2016-06-23 Todd C. MillerDon't skip debug printfs in handle_sigchld() just becau...
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.
next