]> granicus.if.org Git - sudo/shortlog
sudo
2015-07-10 Todd C. MillerAvoid calling dlerror() multiple times since it clear...
2015-07-10 Todd C. MillerAttempt to clarify the conditions under which MAIL...
2015-07-09 Todd C. MillerBetter checks for the libaudit package for Debian and...
2015-07-09 Todd C. MillerFix linux_audit setting on non-multiarch Debian.
2015-07-09 Todd C. MillerFix typo that broke the linux_audit dependency on Debian.
2015-07-09 Todd C. MillerMention /proc/stat btime fix.
2015-07-09 Todd C. MillerSolaris 2.6 has the prototypes for inet_pton() and...
2015-07-09 Todd C. MillerSprinkle debugging for boottime.
2015-07-09 Todd C. MillerThe old Solaris /bin/sh doesn't support POSIX $( ....
2015-07-09 Todd C. MillerOnly use --with-sssd-lib on Debian/Ubuntu w/ multipackage.
2015-07-08 Todd C. MillerUpdate Debian/Ubuntu packages to be more like the vendo...
2015-07-08 Todd C. MillerStrip newline from /proc/stat btime line to avoid a...
2015-07-08 Todd C. MillerIn io_callback() service writes before reads. That...
2015-07-07 Todd C. MillerCheck sudo_conf_read() return value and exit on fatal...
2015-07-07 Todd C. MillerMention double-quoted sudoOption value support.
2015-07-07 Todd C. MillerAdd support for parsing quoted strings in a sudoOption...
2015-07-07 Todd C. MillerSync with translationproject.org
2015-07-06 Todd C. MillerUpdate year.
2015-07-06 Todd C. MillerSync with translationproject.org
2015-07-06 Todd C. MillerFix utmp setup broken by commit be0ca60facf8
2015-07-03 Todd C. MillerSync with translationproject.org
2015-07-03 Todd C. Millerregen
2015-07-03 Todd C. MillerFix typo in error message.
2015-07-02 Todd C. MillerBug #702 is the AIX timespec issue.
2015-07-02 Todd C. MillerWe require POSIX so no need to conditionally include...
2015-07-02 Todd C. MillerThere's no need to conditionalize the #include <unistd...
2015-07-02 Todd C. MillerRemove some compatibilty defines that should no longer...
2015-06-30 Todd C. MillerFinal changes in 1.8.14
2015-06-30 Todd C. MillerNeed to include stddef.h to get rsize_t on Mac OS X...
2015-06-30 Todd C. MillerAdd missing exit value.
2015-06-30 Todd C. MillerAdd missing fcntl.h include.
2015-06-30 Todd C. MillerDo check for inet_pton before inet_ntop since we may...
2015-06-30 Todd C. MillerFix build on compilers w/o __func__ or __FUNCTION__
2015-06-30 Todd C. MillerRemove sudo_evasprintf_v1, missed during alloc.c removal.
2015-06-30 Todd C. MillerAdd missing fcntl.h include.
2015-06-30 Todd C. MillerAdd check for inline support.
2015-06-29 Todd C. MillerAdd reallocarray.c license.
2015-06-27 Todd C. MillerFix entry for Joel Pelaez Jorge.
2015-06-26 Todd C. MillerAdd an error flag to the lbuf struct to simplify error...
2015-06-26 Todd C. Millerdisplay_privs() and display_cmnd() may need to return...
2015-06-25 Todd C. MillerReturn -1, not 0 from sudoers when there is an error...
2015-06-25 Todd C. MillerCheck restore_perms() return value in all cases, pushin...
2015-06-25 Todd C. MillerAdd Joel Pelaez Jorge
2015-06-25 Todd C. MillerWhen checking whether the PAM prompt matches "Password...
2015-06-24 Todd C. MillerSilence clang analyzer warning on glibc systems where...
2015-06-23 Todd C. MillerSilence clang analyzer warning on glibc systems where...
2015-06-23 Todd C. MillerUse our own bitmap macros instead of borrowing the...
2015-06-23 Todd C. MillerQuiet clang analyzer false positive.
2015-06-23 Todd C. MillerFix uninitialized variables warnings in error case...
2015-06-23 Todd C. MillerMust call round_nfds() with fd+1 since it takes a count...
2015-06-21 Todd C. MillerIt's safe to rely on C89 semantics for realloc(NULL...
2015-06-21 Todd C. Millermalloc() sets errno to ENOMEM on failure so we don...
2015-06-20 Todd C. MillerNo longer need __malloc_like
2015-06-20 Todd C. MillerRemove symbols from the now-removed alloc.c.
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. Millerregen
2015-06-19 Todd C. MillerBetter handling of setlocale() returning NULL.
2015-06-19 Todd C. MillerAdd function name to "unable to allocate memory" warnings.
2015-06-19 Todd C. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2015-06-19 Todd C. MillerAdd back _REENTRANT define on HP-UX to expose strtok_r...
2015-06-19 Todd C. MillerUse strtok_r() instead of strtok()
2015-06-19 Todd C. MillerFix check for strnlen() when cross-compiling.
2015-06-19 Todd C. MillerUse sudo_strsplit() in dump_interfaces.
2015-06-19 Todd C. MillerRemove obsolete memory.h include.
2015-06-19 Todd C. MillerRemove support for the obsolete malloc.h header.
2015-06-18 Todd C. MillerRemove BROKEN_SYSLOG define which was for obsolete...
2015-06-18 Todd C. MillerUse sudo_strsplit() instead of doing the equivalent...
2015-06-18 Todd C. MillerTest strsplit behavior with an empty string.
2015-06-18 Todd C. MillerAllow "make LIBTOOL=/path/to/libtool" to work properly.
2015-06-18 Todd C. MillerUse a common function for resolviong the user's editor...
2015-06-18 Todd C. MillerReplace use of OSDEFS with config.h defines.
2015-06-17 Todd C. MillerRemove now-unused sudo_alloc.h and alloc.c
2015-06-17 Todd C. MillerAvoid using exiting allocators in the front end.
2015-06-17 Todd C. MillerUse non-exiting allocators in libsudo_util.
2015-06-17 Todd C. MillerRemove asprintf() return value warnings.
2015-06-17 Todd C. MillerUse AC_FUNC_STRNLEN to check for broken strnlen() on...
2015-06-17 Todd C. MillerRemove extraneous semicolons in CHECK_* macros.
2015-06-17 Todd C. MillerRemove remaining SUDO_MAIN remnants.
2015-06-17 Todd C. MillerUse non-exiting allocatings in the sudoers plugin.
2015-06-16 Todd C. MillerUse non-exiting allocators in the sudoers SSSD backend.
2015-06-16 Todd C. MillerUse non-exiting allocators in the sudoers LDAP backend.
2015-06-16 Todd C. Millerregen dependencies
2015-06-15 Todd C. MillerAdd missing dependency info for reallocarray.lo in...
2015-06-15 Todd C. MillerUse \28 and \29 instead of \( and \) in the ldap query...
2015-06-13 Todd C. MillerMove pattern length check until after we have initializ...
2015-06-12 Todd C. MillerWe need to unlimit RLIMIT_NPROC in sudoers as well...
2015-06-08 Todd C. MillerFix underlining of "root" in -u option descriptions...
2015-06-08 Todd C. MillerRemove support for converting plugin.so -> plugin.sl...
2015-06-05 Todd C. MillerAdd debugging output on memory alloc failure.
2015-06-05 Todd C. MillerUse non-exiting allocators.
2015-06-05 Todd C. MillerBring back VALIDATE_ERROR which will be used in the...
2015-06-03 Todd C. MillerIf asprintf() or vasprintf() fail, set the dest pointer...
2015-05-28 Todd C. MillerUse a stack buffer for the validate_env_vars() error...
2015-05-27 Todd C. MillerFix typo/thinko in static buffer conversion; use vsnpri...
2015-05-27 Todd C. MillerFix old gcc2 variadic macro support.
2015-05-27 Todd C. MillerRestore old behavior where visudo prevents you from...
2015-05-27 Todd C. MillerNon-exiting allocators for log functions. If log_allow...
2015-05-27 Todd C. MillerUse non-exiting allocators in the parser (much of it...
2015-05-27 Todd C. MillerUse non-existing allocators in the passwd/group cache...
2015-05-27 Todd C. MillerAdd standalone reallocarray.c from OpenBSD instead...
next