]> granicus.if.org Git - sudo/shortlog
sudo
2014-06-26 Todd C. Millerlibtool patches for HP-UX to support DESTDIR
2014-06-26 Todd C. MillerUpdate polypkg from trunk.
2014-06-26 Todd C. MillerFix sssd compiler warnings and fix the sha2 digest...
2014-06-17 Todd C. MillerDon't call gss_krb5_ccache_name() with a NULL pointer...
2014-06-04 Todd C. MillerAdd Greek PO file for sudoers from translationproject.org
2014-05-28 Todd C. MillerIgnore signals sent by the command's process group...
2014-05-27 Todd C. MillerIn handler_user_only() only forward the signal if it...
2014-05-27 Todd C. MillerHandle EINTR from write(2) when writing to pipes and...
2014-05-24 Todd C. MillerNorwegian Bokmaal translation for sudoers from translat...
2014-05-23 Todd C. MillerNorwegian Bokmaal translation for sudo from translation...
2014-05-13 Todd C. MillerTry to be clearer about which are the input and output...
2014-05-13 Todd C. MillerIn -x mode, require that the input and output files...
2014-05-13 Todd C. MillerBSM and Linux audit do not yet use the argc function...
2014-05-13 Todd C. MillerPass argc to audit functions too. Will be needed for...
2014-05-12 Todd C. MillerDo not allow the same callback function to be registere...
2014-05-12 Todd C. MillerAdd trivial sudoedit parsing tests.
2014-05-12 Todd C. MillerCatalan translation for sudoers from translationproject...
2014-05-10 Todd C. MillerSync with translationproject.org
2014-05-09 Todd C. Millerlockf() is broken on the Hurd -- use flock instead
2014-05-09 Todd C. MillerDon't try to install the temporary sudoers file if...
2014-05-07 Todd C. MillerWhen comparing tty names, resolve the tty for fds 0...
2014-05-07 Todd C. MillerSolaris 8 doesn't export _nss_initf_group() so we need...
2014-05-07 Todd C. Millerdeal with NULL gr_mem here too
2014-05-06 Todd C. MillerSudo 1.8.10p3
2014-05-03 Todd C. MillerRename log_warning flags and only send mail if SLOG_SEN...
2014-05-02 Todd C. MillerAdd log_warningx
2014-05-02 Todd C. MillerAdd debugging info for when we delete I/O events that...
2014-05-02 Todd C. MillerFix non-blocking mode. We only want to exit the event...
2014-05-02 Todd C. MillerChange return value of switch_dir() to an int so we...
2014-05-02 Todd C. MillerMove code to fill in the list of dirs out of switch_dir...
2014-05-02 Todd C. MillerAvoid unused variable warning if auditing is not supported.
2014-05-01 Todd C. MillerFix library order when linking binaries.
2014-05-01 Todd C. MillerInclude limits.h and inttypes.h for SIZE_MAX define.
2014-05-01 Todd C. MillerMove SIZE_MAX compat define into missing.h where it...
2014-04-30 Todd C. MillerRemove now-unused log_fatal()
2014-04-30 Todd C. MillerEliminate calls to fatal()/fatalx()/log_fatal() in...
2014-04-28 Todd C. MillerMake get_boottime() return bool.
2014-04-28 Todd C. MillerFix fd leak on Linux when determing boot time. This...
2014-04-24 Todd C. MillerHandle the (currently impossible) case where both BSM...
2014-04-24 Todd C. MillerDon't call ferror() on a closed stream, just check...
2014-04-22 Todd C. MillerUse calloc() instead of malloc(n * s) followed by memset().
2014-04-22 Todd C. MillerFormat string safety in error path.
2014-04-22 Todd C. MillerRename emalloc2() -> emallocarray() and erealloc3(...
2014-04-22 Todd C. MillerAdd missing rule for building sha2.lo when not supporte...
2014-04-15 Todd C. MillerDisable I/O logging for halt and poweroff in addition...
2014-04-15 Todd C. MillerUse PAM_REINITIALIZE_CRED instead of PAM_ESTABLISH_CRED...
2014-04-15 Todd C. Millerpam_setcred should default to true; from Gary Winiger
2014-04-10 Todd C. MillerMake set_perms() and restore_perms() return an error...
2014-04-10 Todd C. MillerEliminate calls to fatal() in sudoers.c and just pass...
2014-04-10 Todd C. MillerElimate calls to fatal() in the logging code.
2014-04-09 Todd C. MillerQuiet a compiler warning on Solaris.
2014-04-09 Todd C. MillerMove the sha2 code into libreplace and add configure...
2014-04-09 Todd C. MillerFix matching of uids and gids broken in sudo 1.8.9.
2014-04-09 Todd C. MillerFix -P option in usage()
2014-04-08 Todd C. MillerRemove a few more unnecessary uses of fatal().
2014-04-07 Todd C. MillerUse log_warning() not log_fatal() for the "Invalid...
2014-04-07 Todd C. MillerReturn MODE_ERROR from sudoers_policy_deserialize_info...
2014-04-07 Todd C. Millerparse_gid_list() now returns -1 on error instead of...
2014-04-04 Todd C. MillerForward SIGINFO to running command if supported. If...
2014-04-04 Todd C. MillerRemove calls to log_fatal() in I/O log functions and...
2014-04-01 Todd C. MillerMake "internal error, %s overflow" arguments consistent...
2014-03-31 Todd C. MillerUse common printf format when warning of buffer overflo...
2014-03-31 Todd C. MillerRemove init.d/*.sh in distclean
2014-03-31 Todd C. MillerCorrectly ignore init.d/*.sh
2014-03-31 Todd C. MillerRemove remaining calls to fatalx(); just pass the error...
2014-03-26 Todd C. MillerMake a password/group cache collision a warning rather...
2014-03-26 Todd C. MillerUse log_warning() instead of log_fatal() if the ticket...
2014-03-26 Todd C. MillerIn find_path(), return NOT_FOUND_ERROR instead of calli...
2014-03-26 Todd C. MillerRemove unused MODE_LISTDEFS define and correct a comment.
2014-03-26 Todd C. MillerMake hexchar() return -1 on invalid input instead of...
2014-03-26 Todd C. MillerPropagate errors in audit code to caller instead of...
2014-03-26 Todd C. MillerRemove unused variable on Linux.
2014-03-26 Todd C. MillerFix warning on systems where mode_t is not unsigned...
2014-03-25 Todd C. MillerAudit path too long errror. Add comments about non...
2014-02-27 Todd C. MillerRemove unused FLAG_USER auth flag. We have no auth...
2014-03-25 Todd C. MillerFix aliasing warning in old-style interface probe code.
2014-03-25 Todd C. MillerFix some sign comparision warnings.
2014-03-25 Todd C. MillerDon't call fatal/fatalx in common/*.c
2014-03-19 Todd C. MillerFix expansion of %p in the prompt for "sudo -l" when...
2014-03-17 Todd C. MillerSudo 1.8.10p2
2014-03-17 Todd C. MillerDon't write an empty timestamp record when timestamp_ti...
2014-03-15 Todd C. MillerFix typos in description of the -x option. Bug #637
2014-03-13 Todd C. MillerSudo 1.8.10p1
2014-03-13 Todd C. MillerFix typo/thinko that prevented "Defaults !tty_tickets...
2014-03-13 Todd C. MillerFix "sudo -l command" output when the matching command...
2014-03-11 Todd C. MillerThe atofoo_test and hltq_test tests now display their...
2014-03-11 Todd C. MillerDon't run the check_ttyname test if cross compiling.
2014-03-11 Todd C. MillerCWD no longer used.
2014-03-11 Todd C. MillerFix diff of toke and err output files in "make check"
2014-03-07 Todd C. Millersync with translationproject.org
2014-03-06 Todd C. MillerCheck whether ber.h is needed before ldap.h even if...
2014-03-06 Todd C. MillerFix compiler warning in debug code.
2014-03-06 Todd C. MillerCatalan translation for sudo from translationproject...
2014-03-05 Todd C. MillerDocument negation fix in JSON output.
2014-03-04 Todd C. MillerFix handling of '!' operator when converting sudoers...
2014-03-01 Todd C. MillerCzech translation for sudoers from translationproject.org
2014-02-28 Todd C. MillerTry -libmldap before -lldap in case there is no link...
2014-02-27 Todd C. MillerFix typo in setreuid() PERM_ROOT error message.
2014-02-27 Todd C. MillerNo longer need to disable setresuid() on debian.
2014-02-26 Todd C. MillerFix conversion of timestamp_timeout from double to...
next