]> granicus.if.org Git - sudo/shortlog
sudo
2014-10-22 Todd C. MillerAdd support for multiple Debug lines per program. ...
2014-10-22 Todd C. MillerChange how sudo.conf is parsed. We now do a quick...
2014-10-22 Todd C. MillerPass plugin path in the settings array.
2014-10-22 Todd C. MillerReturn settings from parse_args as struct sudo_settings...
2014-10-22 Todd C. MillerRemove an unneeded NULL check to quiet a cppcheck warning.
2014-10-14 Todd C. MillerSet locale to C for visudo and testsudoers regression...
2014-10-13 Todd C. MillerFix logic bug. We only want to return -1 from linux_au...
2014-10-11 Todd C. MillerAdd back fix for Bug #663
2014-10-10 Todd C. MillerThe older style bash function exporting is not used...
2014-10-10 Todd C. MillerApple uses a different variant of the BASH_FUNC prefix...
2014-10-08 Todd C. MillerRemove change that is part of 1.8.12 not 1.8.11p1
2014-10-07 Todd C. MillerUpdate for sudo 1.8.11p1
2014-10-07 Todd C. MillerOnly check stdin for the tty and avoid the check entire...
2014-10-07 Todd C. MillerMake a copy of ap in sudo_debug_vprintf2() in case...
2014-10-07 Todd C. MillerAvoid comparing new cwd with old one if getcwd() failed.
2014-10-07 Todd C. MillerFix debugging printout output for env_should_keep()
2014-10-06 Todd C. MillerUse INSTALL_OWNER instead of -O/-G flags so we can...
2014-10-06 Todd C. MillerMove sudo_printf to policy.c to match sudo_conv.
2014-10-05 Todd C. MillerAdd sudo_warn_set_conversation() to specify a conversat...
2014-10-03 Todd C. MillerUse correct names when referring to subsections in...
2014-10-02 Todd C. MillerUse inet_ntop() instead of inet_ntoa() and include...
2014-10-01 Todd C. MillerFix detection of functions in network libs like -lsocke...
2014-10-01 Todd C. MillerMention --disable-shared-libutil fix.
2014-10-01 Todd C. MillerAlways use --tag=disable-static to avoid installing...
2014-10-01 Todd C. MillerInstead of building libutil statically for --disable...
2014-10-01 Todd C. MillerRemove LT_LDMAP and LT_LDOPT and just use LT_LDEXPORTS...
2014-10-01 Todd C. MillerInclude sys/types.h to get gid_t, etc used in sudo_comp...
2014-09-29 Todd C. MillerFix cust & pasto in error message when there is a misma...
2014-09-28 Todd C. MillerAdd BASH_FUNC_* to environment blacklist for newer...
2014-09-27 Todd C. MillerPull additional password prompts out of mkpkg instead...
2014-09-27 Todd C. MillerAdd post-1.8.11 changes
2014-09-27 Todd C. MillerAdd a space after "Password:" in default password promp...
2014-09-27 Todd C. MillerSimplify how we count the password tries
2014-09-27 Todd C. MillerBlock SIGINT and SIGQUIT while verifying passwords...
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...
next