]> granicus.if.org Git - sudo/shortlog
sudo
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
2012-09-11 Todd C. MillerAvoid setting LOGNAME, USER and USERNAME variables...
2012-09-11 Todd C. MillerFix duplicate detection in sudo_putenv(), do not prune...
2012-09-11 Todd C. MillerAdd some debuggging
2012-09-04 Todd C. MillerDisable word wrap in list mode when stdout is a pipe...
2012-09-04 Todd C. MillerPrint a trailing newline in lbuf_print() when there...
2012-09-04 Todd C. MillerAdd support for [SUCCESS=return] in nsswitch.conf;...
2012-09-04 Todd C. MillerAdd sssd.c
2012-09-01 Todd C. Millerregen .po files
2012-09-01 Todd C. MillerAdd Vietnamese sudoers translation from translationproj...
2012-09-01 Todd C. Millermention PIE
2012-09-01 Todd C. MillerAdd Vietnamese sudoers translation from translationproj...
2012-08-29 Todd C. MillerAdd missing signame dependency
2012-08-29 Todd C. MillerSilence compiler warnings.
2012-08-29 Todd C. MillerReplace strsigname() with sig2str(), emulating it as...
2012-08-29 Todd C. MillerUse fseeko() for legacy utmp handling if available.
2012-08-28 Todd C. MillerDetect sys_sigabbrev[] and use it in place of sys_signa...
2012-08-28 Todd C. MillerHandle NULL entries in sys_siglist and sys_signame.
2012-08-28 Todd C. MillerConvert my_sys_sig{list,name} -> sudo_sys_sig{list...
2012-08-27 Todd C. Millersync
2012-08-27 Todd C. MillerPass on SIGTSTP to the command if it was sent by a...
2012-08-27 Todd C. MillerShells typically change their process group when they...
2012-08-27 Todd C. MillerUse strsigname() to print signal names in the debug...
2012-08-23 Todd C. MillerRemove generated file and change path for temporary...
2012-08-23 Todd C. MillerWhen running regress tests, list pass/fail rate for...
next