]> granicus.if.org Git - sudo/shortlog
sudo
2012-04-19 Todd C. MillerAdd German translation for sudo
2012-04-19 Todd C. Millertypo fix in comment
2012-04-16 Todd C. MillerUpdate with recent changes
2012-04-16 Todd C. MillerSort xgettext output by file name.
2012-04-16 Todd C. MillerClarify what "sudoreplay -l" displays and mention that...
2012-04-16 Todd C. MillerUse AC_HEADER_MAJOR to determine where major/minor...
2012-04-16 Todd C. MillerInclude sys/mkdev.h if present instead of sys/sysmacros...
2012-04-16 Todd C. MillerWhen building on Mac OS X, only set SDK_FLAGS if specif...
2012-04-15 Todd C. MillerAdd back buf and tty variables for _ttyname() case...
2012-04-13 Todd C. Millerregen
2012-04-13 Todd C. MillerRemove b8 from version number.
2012-04-13 Todd C. Millerremove some XXX
2012-04-13 Todd C. MillerWhen looking for a device match, do a breadth-first...
2012-04-13 Todd C. MillerPass pid, ppid, sid, pgid and tcpgid to plugin in user_...
2012-04-13 Todd C. Millersync with translationproject.org
2012-04-13 Todd C. MillerNew Croatian and Galician translations from translation...
2012-04-13 Todd C. MillerAdd depth-first traversal of /dev/ for the /proc case...
2012-04-13 Todd C. MillerIf struct dirent has d_type, use it to avoid an extra...
2012-04-13 Todd C. MillerSort output of "sudoreplay -l"
2012-04-12 Todd C. MillerFix duplicate free introduced in last rev
2012-04-11 Todd C. MillerInstead of treating ^C from tgetpass() specially, always
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...
next