]> granicus.if.org Git - sudo/shortlog
sudo
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...
2012-03-10 Todd C. MillerUse normal error path if unable to set sudoers gid.
2012-03-10 Todd C. MillerMake this work again on systems w/o seteuid().
2012-03-09 Todd C. MillerFix compilation if no seteuid/setreuid/setresuid available.
2012-03-09 Todd C. MillerBetter error messages, and added debugging throughout.
2012-03-09 Todd C. MillerFix format string warning on Solaris with gcc 3.4.3.
2012-03-09 Todd C. MillerAlways declare environ now that we swap it around unila...
2012-03-09 Todd C. MillerHonor LDFLAGS when linking sesh; from Vita Cizek
2012-03-09 Todd C. MillerInclude alloc.h for estrdup() prototype; from Vita...
2012-03-08 Todd C. MillerDon't read /etc/environment on Linux when using PAM...
2012-03-08 Todd C. MillerFix editor goof.
2012-03-08 Todd C. MillerDisable environment hooks after we get user_env back...
2012-03-08 Todd C. MillerAdd support for deregistering hooks. If an I/O log...
2012-03-07 Todd C. MillerMove LOGIN_PATH and LOGIN_SETENV handling to plugin...
2012-03-07 Todd C. MillerInitial cut at a hooks implementation. The plugin...
2012-03-05 Todd C. MillerAdd Vietnamese sudo translation from translationproject.org
2012-03-02 Todd C. MillerList sudo_noexec.so not noexec.so in the sample sudo...
2012-03-02 Todd C. MillerAdd support for plugin args at the end of a Plugin...
2012-03-01 Todd C. Millerupdate depends
2012-03-01 Todd C. Millersecure_path.c is in common, not compat
2012-03-01 Todd C. MillerAdd check for variadic macro support in cpp.
next