]> granicus.if.org Git - sudo/shortlog
sudo
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...
2012-11-09 Todd C. MillerSet sudoers locale in log_allowed()
2012-11-09 Todd C. MillerMake the sudo lecture translatable.
2012-11-09 Todd C. MillerAdd the values of badpass_message, passprompt and mails...
2012-11-09 Todd C. MillerExpand the FMT_FIRST anf FMT_CONTD macros inline so...
2012-11-08 Todd C. MillerMake expand_prompt() args const and free the prompt...
2012-11-08 Todd C. MillerFix cut and pasto
2012-11-08 Todd C. MillerExpand def_mailsub in the sudoers locale, not the user's.
2012-11-08 Todd C. MillerCall gettext inside log_error et al instead of having...
2012-11-08 Todd C. MillerDisplay warning/error messages in the user's locale.
2012-11-08 Todd C. Milleraudit_failure() now calls gettext itself using the...
2012-11-08 Todd C. MillerConvert setlocale() to sudoers_setlocale() in the sudoe...
2012-11-08 Todd C. MillerAdd simple locale switching to make it easy to switch...
2012-11-08 Todd C. MillerAdd variants of warn/error and sudo_debug_printf that...
2012-11-08 Todd C. MillerDocument Solaris 11 locale issues and workarounds.
2012-11-08 Todd C. MillerSolaris gettext() looks in lang.UTF-8, not just lang...
2012-11-06 Todd C. MillerDo not inform the user that the command was not permitt...
2012-11-06 Todd C. MillerAdd preinstall target that runs SUDO_PREINSTALL_CMD...
2012-11-06 Todd C. MillerThe -a option should be #ifdef HAVE_BSD_AUTH_H, not -A.
2012-10-28 Todd C. MillerAllow the user to specify and alternate libtool
2012-10-26 Todd C. MillerAllow sudo to be build with sss support without also...
2012-10-25 Todd C. MillerRefactor policy plugin interface code from sudoers...
2012-10-25 Todd C. MillerRefactor command_info setting into its own function.
2012-10-25 Todd C. MillerMake interfaces pointer private to interfaces.c and...
2012-10-24 Todd C. MillerMake user_cwd const since it is either a string literal...
2012-10-24 Todd C. Millersudo 1.8.7
2012-10-24 Todd C. MillerAvoid nested strtok() calls.
2012-10-23 Todd C. MillerMove expand_prompt() into its own source file for easie...
2012-10-23 Todd C. MillerMake check.c independent of the underlying timestamp...
2012-10-23 Todd C. MillerAdd SUDOERS_NO_SEQ define to allow ${seq} to be disabled.
2012-10-23 Todd C. MillerUse a list for the possible values of Tag_Spec with...
2012-10-02 Todd C. Millersudo_ttyname_dev() is unused if there is no /proc or...
2012-10-02 Todd C. MillerExplicitly mark main() as public in executables to...
2012-10-02 Todd C. MillerRemove grep from SEE ALSO section.
2012-10-02 Todd C. MillerIf vasprintf() fails, just use the errno it sets instea...
2012-09-28 Todd C. MillerMention HP-UX pam.conf settings.
2012-09-27 Todd C. MillerSplit off timestamp functions into their own source...
2012-09-26 Todd C. MillerMention how !foo is not the same as ALL,!foo
2012-09-25 Todd C. MillerStart commands in the background when I/O logging is...
2012-09-25 Todd C. MillerHandle SIGCONT_FG and SIGCONT_BG when converting signal...
2012-09-24 Todd C. MillerFix running commands that need the terminal in the...
2012-09-24 Todd C. MillerAdd rudimentary support for name-based matching as...
2012-09-21 Todd C. MillerSplit out implementation-specific back end code out...
2012-09-18 Todd C. Millersudo 1.8.6p3
2012-09-18 Todd C. MillerDon't use embedded newline when matching, use \n. ...
2012-09-17 Todd C. MillerRename yyerror() to sudoerserror() to match yacc prefix...
2012-09-17 Todd C. MillerNo need to translate "unable to allocate memory" when...
2012-09-17 Todd C. MillerFall back on lstat(2) if d_type in struct dirent is...
2012-09-17 Todd C. MillerAvoid calling fclose(NULL) in the error path when we...
2012-09-17 Todd C. MillerSudo 1.8.6p2
2012-09-16 Todd C. MillerWhen setting the signal handler for SIGTSTP to the...
2012-09-16 Todd C. MillerReplace the guts of sudo_setenv_nodebug() with our...
2012-09-15 Todd C. MillerDocument non-Unix group support in LDAP sudoers.
2012-09-15 Todd C. MillerEnable non-Unix group support for LDAP sudoers. We...
2012-09-14 Todd C. MillerSet yacc prefix to "sudoers" to avoid conflicts other...
2012-09-12 Todd C. MillerMention support for SUCCESS=return in /etc/nsswitch...
2012-09-12 Todd C. Millersudo 1.8.6p1
next