]> granicus.if.org Git - sudo/shortlog
sudo
2013-02-06 Todd C. MillerRemove useless store detected by llvm checker.
2013-02-06 Todd C. MillerSudo now stores its libexec files in a "sudo" subdirect...
2013-02-06 Todd C. MillerAdd missing __dso_public to plugin structs so they...
2013-02-06 Todd C. MillerMention that sudoers has its own plugins too.
2013-02-05 Todd C. MillerCorrect last change date.
2013-02-05 Todd C. MillerRemove duplicated sudo.conf info in the sudo, sudoers...
2013-02-05 Todd C. MillerFix typos
2013-02-05 Todd C. MillerFix some typos.
2013-02-05 Todd C. MillerAdd standalone sudo.conf manual page.
2013-02-05 Todd C. Milleradd group_source example
2013-02-05 Todd C. MillerUse PLUGINDIR in the manuals and fix a typo in the...
2013-02-05 Todd C. MillerSync with translationproject.org
2013-02-03 Todd C. MillerSync with translationproject.org
2013-02-01 Todd C. MillerSync with translationproject.org
2013-01-31 Todd C. MillerClarify ttyname changes.
2013-01-31 Todd C. MillerAdd 1.8.6p6
2013-01-31 Todd C. MillerRemove ttyname() fall back code on systems where we...
2013-01-27 Todd C. MillerAdd group_source setting in sudo.conf to allow the...
2013-01-27 Todd C. MillerPass back exec_background to front end if it is enabled...
2013-01-27 Todd C. MillerMention that exec_background is for 1.8.7 and higher...
2013-01-24 Todd C. MillerAdd missing test files.
2013-01-24 Todd C. MillerAdd regress test for bug 361
2013-01-24 Todd C. MillerAdd __dso_public to extern declaration of declaration...
2013-01-24 Todd C. MillerAdd 1.8.6p5
2013-01-23 Todd C. MillerAdd test for visudo cycle check core dump; test case...
2013-01-23 Todd C. MillerFix potential stack overflow due to infinite recursion...
2013-01-23 Todd C. MillerIgnore duplicate entries in sudo.conf and report the...
2013-01-23 Todd C. MillerUse strtoul() not atoi().
2013-01-22 Todd C. Millerregen depends for to add compat/nss_dbdefs.h for getgro...
2013-01-22 Todd C. MillerFix typo that breaks the build on HP-UX.
2013-01-22 Todd C. MillerUse nss_search() to implement getgrouplist() where...
2013-01-19 Todd C. MillerRemove extra flag to sudo_sigaction(). We want to...
2013-01-18 Todd C. MillerUse _getgroupsbymember() on Solaris to get the groups...
2013-01-17 Todd C. MillerDocument signal handler behavior in plugin API 1.3
2013-01-17 Todd C. MillerMove signal code into its own source file and add sudo_...
2013-01-17 Todd C. MillerCatch SIGINT, SIGQUIT and SIGTSTP in the front end...
2013-01-17 Todd C. MillerRename handle_signals() to dispatch_signals().
2013-01-16 Todd C. MillerRename signal handler to avoid name clash with one...
2013-01-13 Todd C. MillerAdd missing call to save_signals().
2013-01-11 Todd C. MillerFill in the comment block at the top of the .pot files...
2013-01-11 Todd C. MillerAdd exec_background option in plugin command info and...
2013-01-11 Todd C. Millerregen
2013-01-11 Todd C. MillerAdd SESH_OBJS variable for sesh object files.
2013-01-11 Todd C. MillerUpdate copyright year.
2013-01-11 Todd C. MillerAlways resume the command in the foreground if sudo...
2013-01-11 Todd C. MillerUse -fstack-protector-all in preference to -fstack...
2013-01-11 Todd C. MillerOnly test for -fstack-protector and -fvisibility=hidden...
2013-01-03 Todd C. MillerAdd Sudo 1.8.6p4
2013-01-03 Todd C. MillerBreak out stack smashing protector options into SSP_CFL...
2013-01-01 Todd C. MillerIn rbrepair(), make sure we never try to change the...
2012-12-28 Todd C. MillerNo need to restore default signal handler for SIGSTOP...
2012-12-28 Todd C. MillerPrint SIGCONT_FG and SIGCONT_BG properly in debug output.
2012-12-27 Todd C. MillerDisable PIE on FreeBSD/ia64, otherwise sudo will segfault.
2012-12-20 Todd C. MillerAdd howmany() macro since some systems have this in...
2012-12-07 Todd C. MillerRemove errant file.
2012-12-04 Todd C. MillerRemove obsolete sudoers_cleanup() stubs.
2012-12-04 Todd C. MillerDon't include <sys/param.h>. We only needed it for...
2012-12-04 Todd C. MillerUse MAX_HOST_NAME+1 (limits.h) instead of MAXHOSTNAMELE...
2012-11-30 Todd C. MillerMove debug_decl() in log_failure() to be after the...
2012-11-29 Todd C. MillerCannot wrap sigsetjmp() or we end up returning to the...
2012-11-28 Todd C. MillerFix return in sudoers_policy_open that should be debug_...
2012-11-27 Todd C. MillerDefine sudo_ttyname_dev() for the HAVE_STRUCT_PSINFO_PR...
2012-11-27 Todd C. MillerQuiet a gcc warning and add comment about needing to...
2012-11-26 Todd C. Millermention --disable-shared
2012-11-26 Todd C. MillerAdd missing command_info argument in I/O plugin open...
2012-11-25 Todd C. MillerRegen for proper line numbers.
2012-11-25 Todd C. MillerAdd locale_stub.o to SUDO_OBJS, not locale_stub.lo.
2012-11-25 Todd C. MillerInclude missing.h for __printflike.
2012-11-25 Todd C. MillerSaner loop invariant in io_mkdirs (cosmetic only).
2012-11-25 Todd C. MillerMove warn/error into common and make static builds...
2012-11-25 Todd C. MillerMove _sudo_printf from src/conversation.c to common...
2012-11-25 Todd C. MillerAdd plugin_setjmp() wrapper for siglongjmp(error_jmp...
2012-11-25 Todd C. MillerLet warning() call gettext() for us.
2012-11-25 Todd C. MillerDo locale swapping in the warning()/error() macros...
2012-11-25 Todd C. MillerRename warning2()/error2() -> warning_nodebug()/error_n...
2012-11-25 Todd C. MillerCall gettext() on parameters for warning()/warningx...
2012-11-25 Todd C. MillerCall gettext() in sudoerserror() in the user's locale...
2012-11-25 Todd C. MillerAllow sudoers programs (visudo, sudoreplay, visudo...
2012-11-25 Todd C. MillerInclude setjmp.h in sudoers.h
2012-11-25 Todd C. MillerNo need to change locale in front-end warning()/error().
2012-11-25 Todd C. MillerIgnore bad lines in passwd/group file instead if stoppi...
2012-11-25 Todd C. MillerBash doesn't let you set UID to use MYUID instead.
2012-11-25 Todd C. MillerAvoid NULL deref for unknown Defaults in strict mode.
2012-11-25 Todd C. MillerSee DEFAULT_TEXT_DOMAIN
2012-11-13 Todd C. MillerAdd signame.c and mksigname.
2012-11-13 Todd C. MillerFold preinstall into install-plugin and pass the path...
2012-11-13 Todd C. Millersync with upstream
2012-11-13 Todd C. Millerrepair spacing
2012-11-12 Todd C. MillerSet group on sudo_debug when creating it to gid 0 so...
2012-11-12 Todd C. MillerRename mkdir_parents() io_mkdirs() and add a flag to...
2012-11-12 Todd C. MillerFor PERM_ROOT set egid to 0 so log files are not create...
2012-11-12 Todd C. MillerAdd calls to set_perms(PERM_ROOT) becore logging to...
2012-11-12 Todd C. Miller#unifdef HAVE_SETLOCALE, it is C89 so no need to check...
2012-11-12 Todd C. MillerMention that sudo.conf is parsed in the C locale.
2012-11-12 Todd C. MillerParse sudo.conf in the "C" locale.
2012-11-12 Todd C. MillerFix compilation on systems w/o setlocale()
2012-11-12 Todd C. MillerSudo now includes a workaround for the Solaris 11 local...
2012-11-12 Todd C. MillerAlways include locale.h from gettext.h so we no longer...
2012-11-11 Todd C. MillerAdd os-specific initialization functions for solaris...
2012-11-09 Todd C. MillerAvoid strerror() when possible and just rely on warning...
next