]> granicus.if.org Git - sudo/shortlog
sudo
2014-09-27 Todd C. MillerRemove Convex support; it is not modern enough to run...
2014-09-27 Todd C. MillerOnly check for -lshadow if we haven't already found...
2014-09-27 Todd C. MillerIf all authentication methods fail init/setup, fail...
2014-09-27 Todd C. MillerMove pass_warn() so that it is defined before it is...
2014-09-24 Todd C. MillerRemove duplicate Requires: line in generated rpm spec...
2014-09-24 Todd C. MillerIn pp_files_expand() set _target to be empty. Fixes...
2014-09-23 Todd C. MillerFix version for release.
2014-09-20 Todd C. MillerOnly redefine _PATH_BSHELL on AIX if we included paths.h.
2014-09-20 Todd C. MillerBug 661
2014-09-20 Todd C. MillerOn AIX, _PATH_BSHELL is /usr/bin/bsh but we want to...
2014-09-20 Todd C. MillerWhitespace changes.
2014-09-20 Todd C. MillerPrefer /usr/bin/sh to /bin/sh to match modern systems.
2014-09-20 Todd C. MillerDon't use SSP_CFLAGS or PIE_CFLAGS when building mksigl...
2014-09-17 Todd C. MillerSync with translationproject.org
2014-09-16 Todd C. MillerMake sure we can't insert an nss entry in the list...
2014-09-16 Todd C. MillerUse correct gettext macro with sudo_warnx()
2014-09-16 Todd C. MillerMake nsswitch.conf bug fix description more accurrate...
2014-09-16 Todd C. MillerMention nsswitch.conf duplicate entry fix.
2014-09-15 Todd C. MillerMake sudoers file nsswitch functions static to parse...
2014-09-15 Todd C. MillerFix infinite loop when mulitple sudoers entries are...
2014-09-10 Todd C. MillerFix for bug #660
2014-09-10 Todd C. MillerFix compilation on systems without openpty(), _getpty...
2014-09-08 Todd C. MillerRemove remaining use of SUDO_CONV_DEBUG_MSG.
2014-09-08 Todd C. MillerSUDO_CONV_DEBUG_MSG is no longer supported.
2014-09-08 Todd C. Millerregen
2014-09-08 Todd C. MillerThere is no longer a reason for the plugin to init...
2014-09-08 Todd C. MillerAdd function arg names to prototypes where missing.
2014-09-08 Todd C. MillerRemove obsolete definition of SIZE_T which is now handl...
2014-09-08 Todd C. MillerIf we were invoked with any name ending in "edit",...
2014-09-04 Todd C. Millerregen
2014-09-04 Todd C. MillerCheck return value of sigaction(), even though it shoul...
2014-09-03 Todd C. Millerregen
2014-09-03 Todd C. MillerAdd hexchar unit test
2014-09-03 Todd C. MillerAvoid division by zero if there was no test data.
2014-09-02 Todd C. MillerRemove confusing comment.
2014-09-02 Todd C. MillerUse a stack buffer for the debug message when possible...
2014-09-01 Todd C. MillerSync with translationproject.org
2014-09-01 Todd C. MillerConvert a debug printf to a user-visible warning.
2014-09-01 Todd C. MillerMove sudo_printf extern to sudo_util.h
2014-09-01 Todd C. MillerSome versions of the HP C Compiler don't export functio...
2014-08-31 Todd C. MillerWork around a bug in the HP C compiler.
2014-08-31 Todd C. MillerDon't need sudo_fatal.h
2014-08-30 Todd C. MillerSync with translationproject.org
2014-08-30 Todd C. MillerRemove signal_event from evbase before calling sudo_ev_...
2014-08-29 Todd C. MillerTreat EOF on signal pipe (which should never happen...
2014-08-29 Todd C. MillerDon't allow sudo_ev_loopcont() to override sudo_ev_loop...
2014-08-29 Todd C. MillerAdd some internal convenience functions.
2014-08-26 Todd C. MillerFix osrelease sed expression. It wasn't matching distr...
2014-08-26 Todd C. MillerSync with translationproject.org
2014-08-26 Todd C. MillerReturn -1 from logging functions if we get a write...
2014-08-26 Todd C. MillerMention I/O plugin changes.
2014-08-26 Todd C. MillerChange behavior when plugin I/O logging function return...
2014-08-26 Todd C. Millerregen to fix version.
2014-08-26 Todd C. MillerAdd trivial dirty word check to the sample output loggi...
2014-08-25 Todd C. MillerUpdate for 1.8.11b2
2014-08-25 Todd C. MillerFix restoration of effective uid/gid in command_details.
2014-08-25 Todd C. MillerSet runas egid to the same value as runas gid if egid...
2014-08-25 Todd C. MillerDon't leak temp fd in sudo_edit_copy_tfiles().
2014-08-22 Todd C. Millerfix typo
2014-08-22 Todd C. MillerWe write an unsigned char, not an int, to the signal...
2014-08-21 Todd C. MillerSprinkle some debugging around uid/gid setting in sudoedit.
2014-08-21 Todd C. MillerMake sudoedit work with SELinux RBAC.
2014-08-21 Todd C. MillerRefactor code that copies temp files into separate...
2014-08-21 Todd C. MillerFix typo, .em should be .Em
2014-08-18 Todd C. MillerAdd missing call to initprogname().
2014-08-18 Todd C. MillerDon't recurse infinitely until we blow the stack when...
2014-08-15 Todd C. MillerOnly use the first two digits of the version number.
2014-08-15 Todd C. MillerFix return value when kernel has no audit support.
2014-08-15 Todd C. Millerremove unused label
2014-08-14 Todd C. MillerUpdate to automake 1.14 (no code changes).
2014-08-11 Todd C. MillerDocument the interaction between sudoers environment...
2014-08-11 Todd C. MillerDon't allow pam_env to overwrite existing variables...
2014-08-10 Todd C. MillerUpdate year range to include 2014
2014-08-08 Todd C. MillerRemove regress .err files in distclean target.
2014-08-08 Todd C. MillerRemove generated files for linker as part of distclean.
2014-08-08 Todd C. MillerIgnore .out and .err files in lib/util regress
2014-08-08 Todd C. MillerAdd additional 1.8.11 changes and fix typos.
2014-08-08 Todd C. MillerAvoid building/running the check_symbols test program...
2014-08-08 Todd C. MillerRemove two instances of -no-fast-install that were...
2014-08-08 Todd C. MillerAdd --disable-shared-libutil configure option. It...
2014-08-07 Todd C. MillerRemove noop man.sed files
2014-08-07 Todd C. MillerFix "sudo -C" when we have internal fds to preserve...
2014-08-06 Todd C. MillerAdd explicit support for matching the full environment...
2014-08-05 Todd C. MillerIgnore lib/util/util.exp
2014-07-30 Todd C. MillerFix exporting of asprintf/vasprintf symbols.
2014-07-30 Todd C. MillerDon't export getaddrinfo symbols if we found the functi...
2014-07-30 Todd C. MillerIt is now sudo_efree() not efree().
2014-07-30 Todd C. MillerRegen .pot files
2014-07-30 Todd C. MillerPlug memory leak, even though we are headed for exit.
2014-07-29 Todd C. MillerIf getaddrinfo() is missing libsudoutil may need to...
2014-07-29 Todd C. MillerOnly include functions in util.exp that are actually...
2014-07-29 Todd C. MillerMake sure shadow libs don't end up in LIBS, only SUDOER...
2014-07-29 Todd C. MillerNo need to AC_SUBST HAVE_BSM_AUDIT and HAVE_SOLARIS_AUDIT
2014-07-29 Todd C. MillerAttempt to handle systems with SA_SIGINFO but that...
2014-07-28 Todd C. MillerReplace use of HAVE_GETCWD with PREFER_PORTABLE_GETCWD.
2014-07-28 Todd C. MillerAdd check for inet_ntoa() since it may live in libnsl.
2014-07-28 Todd C. MillerAvoid mixing declarations and code for non-C99 compilers.
2014-07-28 Todd C. MillerFor C89, use "const char __func__[]" instead of "const...
2014-07-28 Todd C. MillerFix compilation on systems w/o netgroups.
2014-07-26 Todd C. MillerBack out old workaround for sudoedit hang when debuggin...
next