]> granicus.if.org Git - sudo/shortlog
sudo
2012-04-11 Todd C. MillerRototill code to determine the tty. For Linux, we...
2012-04-10 Todd C. MillerDefine PRNODEV for those w/o it.
2012-04-10 Todd C. MillerCheck for SVR4-style struct psinfo.pr_ttydev and use...
2012-04-10 Todd C. MillerBetter support for SVR4-style /proc entries where we...
2012-04-10 Todd C. MillerWhen trying to determine the tty name, check parent...
2012-04-10 Todd C. MillerTreat a tty read failure like EOF as it usually means...
2012-04-10 Todd C. MillerLinux select() may return ENOMEM if there is a kernel...
2012-04-10 Todd C. MillerOpen /proc/pid/fd/[0-2] in non-blocking mode just in...
2012-04-09 Todd C. MillerFix restoration of AIX permissions.
2012-04-09 Todd C. MillerAllow the -k flag to be used along with the -i and...
2012-04-09 Todd C. MillerPlug memory leak in parse_logfile() in the error path.
2012-04-09 Todd C. Millersync with translationproject.org
2012-04-08 Todd C. MillerDo not use GLOB_BRACE or GLOB_TILDE flags to glob(...
2012-04-06 Todd C. MillerMove ttysize.c to common so sudoreplay can use it.
2012-04-06 Todd C. MillerIf I/O log file includes rows + cols, warn if the user...
2012-04-06 Todd C. MillerFix printing of TSID in "sudoreplay -l"
2012-04-06 Todd C. MillerLog the process id in the debug file output. Since...
2012-04-06 Todd C. MillerIgnore SIGTTIN and SIGTTOU in main sudo process when...
2012-04-06 Todd C. MillerDistinguish between signals we received from the parent...
2012-04-05 Todd C. MillerIn Solaris 11, /dev/pts under the "dev" filesystem...
2012-04-05 Todd C. MillerAlways pass __func__, __FILE__ and __LINE__ in sudo_deb...
2012-04-05 Todd C. MillerMake this compile after last change.
2012-04-05 Todd C. MillerDon't try to restore the terminal if we are not the...
2012-04-05 Todd C. MillerIf select() return EBADF in the main event loop, one...
2012-04-05 Todd C. MillerLog warning() at SUDO_DEBUG_WARN not SUDO_DEBUG_ERROR.
2012-04-04 Todd C. MillerAdd SUDO_DEBUG_ERRNO flag to debug functions so we...
2012-03-30 Todd C. MillerUpdate for sudo 1.8.5
2012-03-30 Todd C. Millerregen
2012-03-30 Todd C. Millersync
2012-03-30 Todd C. MillerUse ecalloc()
2012-03-30 Todd C. MillerDon't need zero_bytes() after ecalloc()
2012-03-30 Todd C. MillerAdd execvpe(), exect(), posix_spawn() and posix_spawnp...
2012-03-30 Todd C. MillerFix compat setutxent and endutxent macros for systems...
2012-03-29 Todd C. MillerAdd ignore_result definition to AH_BOTTOM
2012-03-29 Todd C. MillerFix compiler warnings on some platforms and provide...
2012-03-29 Todd C. MillerFix building the builtin zlib from a build dir.
2012-03-29 Todd C. MillerUpdate zlib to version 1.2.6
2012-03-28 Todd C. Millerg/c __unused which is no longer used
2012-03-28 Todd C. MillerFix compilation if RTLD_NEXT is not defined.
2012-03-28 Todd C. Millersync with translationproject.org
2012-03-28 Todd C. Millerregen
2012-03-28 Todd C. Millerregen
2012-03-28 Todd C. MillerIgnore Project-Id-Version when comparing pot files.
2012-03-28 Todd C. MillerUse error() instead of log_fatal()
2012-03-28 Todd C. MillerFix signedness of didvar in env_update_didvar()
2012-03-28 Todd C. MillerQuiet a compiler warning on some platforms.
2012-03-28 Todd C. Millercast ctype(3) function/macro arguments from char to...
2012-03-28 Todd C. MillerQuiet a warning on systems where the gids array in...
2012-03-28 Todd C. MillerQuiet a compiler warning on systems where the argument...
2012-03-28 Todd C. MillerUndo an incorrect int -> bool conversion.
2012-03-28 Todd C. MillerAdd Swedish sudo and sudoers translations from translat...
2012-03-28 Todd C. MillerNo need to preserve ODMDIR on AIX now that we always...
2012-03-27 Todd C. MillerWhen initializing the environment for env_reset, start...
2012-03-27 Todd C. MillerIf we are not running with an effective uid of 0, try...
2012-03-27 Todd C. MillerQuiet a clang-analyzer false positive.
2012-03-27 Todd C. MillerIf there is nothing to read from the askpass program...
2012-03-27 Todd C. MillerFetch the value of "askpass" from the sudo conf struct.
2012-03-27 Todd C. MillerFix matching of "Path askpass" and "Path noexec"
2012-03-26 Todd C. MillerQuiet a clang-analyzer dead store warning.
2012-03-26 Todd C. MillerIf the "timestampowner" user cannot be resolved, use...
2012-03-26 Todd C. MillerRemove the NO_EXIT flag to log_error() and add a log_fa...
2012-03-24 Todd C. Millersync with translationproject.org
2012-03-20 Todd C. Millersync with translationproject.org
2012-03-20 Todd C. Millersync with translationproject.org
2012-03-19 Todd C. Millersync with translationproject.org
2012-03-19 Todd C. MillerUse ecalloc() when allocating structs.
2012-03-19 Todd C. MillerAdd ecalloc() and commented out recalloc().
2012-03-18 Todd C. Millersync with translationproject.org
2012-03-17 Todd C. MillerRemove unused label
2012-03-16 Todd C. MillerDocument what changed in each plugin API revision
2012-03-16 Todd C. MillerRemove bogus optimization that could lead to a double...
2012-03-15 Todd C. MillerExpand AIX /etc/security/privcmds entry.
2012-03-15 Todd C. MillerUpdate for sudo 1.8.5
2012-03-15 Todd C. MillerRename plugin "args" to "options"
2012-03-15 Todd C. MillerAdd Lithuanian and Vietnamese translators
2012-03-15 Todd C. MillerIgnore comments when comparing new and old pot files.
2012-03-15 Todd C. Millerregen
2012-03-15 Todd C. Millerregen
2012-03-15 Todd C. MillerPass a pointer to user_env in to the init_session polic...
2012-03-15 Todd C. MillerAdd explicit NULL entries for init_session, register_ho...
2012-03-15 Todd C. MillerQuiet a gcc "used uninitialized in this function" false...
2012-03-15 Todd C. MillerWe should always call warning() with a format string...
2012-03-15 Todd C. MillerInclude sudo_exec.h for the sudo_execve() prototype.
2012-03-15 Todd C. MillerAdd check for pam_getenvlist()
2012-03-14 Todd C. MillerSet args to NULL in default plugin info struct when...
2012-03-14 Todd C. Millerregen
2012-03-14 Todd C. Millerregen
2012-03-14 Todd C. MillerBump version to 1.8.5
2012-03-14 Todd C. MillerDocument hooks API
2012-03-13 Todd C. MillerMake sudoersdir relative to PKG_INSTALL_ROOT for Solaris.
2012-03-13 Todd C. MillerUse sudo_hook_fn_t in struct sudo_hook.
2012-03-13 Todd C. MillerIf cross compiling, --host must include the OS in the...
2012-03-12 Todd C. MillerFix bogus int -> bool conversion; tags can have a value...
2012-03-12 Todd C. MillerAdd env_should_keep() and env_should_delete() wrapper...
2012-03-12 Todd C. MillerFix application of debian-specific sudoers mods when...
2012-03-12 Todd C. Millermatches_env_check() returns int, not boolean
2012-03-12 Todd C. MillerFix compilation when seteuid() is not available.
2012-03-12 Todd C. MillerSimply move the free of ki_proc outside the realloc...
2012-03-12 Todd C. MillerBring back the erealloc() for the ENOMEM loop and just...
2012-03-12 Todd C. MillerDon't try to erealloc() a potentially freed pointer...
next