]> granicus.if.org Git - sudo/shortlog
sudo
2014-08-15 Todd C. MillerFix return value when kernel has no audit support.
2014-08-15 Todd C. Millerremove unused label
2014-08-14 Todd C. MillerUpdate to automake 1.14 (no code changes).
2014-08-11 Todd C. MillerDocument the interaction between sudoers environment...
2014-08-11 Todd C. MillerDon't allow pam_env to overwrite existing variables...
2014-08-10 Todd C. MillerUpdate year range to include 2014
2014-08-08 Todd C. MillerRemove regress .err files in distclean target.
2014-08-08 Todd C. MillerRemove generated files for linker as part of distclean.
2014-08-08 Todd C. MillerIgnore .out and .err files in lib/util regress
2014-08-08 Todd C. MillerAdd additional 1.8.11 changes and fix typos.
2014-08-08 Todd C. MillerAvoid building/running the check_symbols test program...
2014-08-08 Todd C. MillerRemove two instances of -no-fast-install that were...
2014-08-08 Todd C. MillerAdd --disable-shared-libutil configure option. It...
2014-08-07 Todd C. MillerRemove noop man.sed files
2014-08-07 Todd C. MillerFix "sudo -C" when we have internal fds to preserve...
2014-08-06 Todd C. MillerAdd explicit support for matching the full environment...
2014-08-05 Todd C. MillerIgnore lib/util/util.exp
2014-07-30 Todd C. MillerFix exporting of asprintf/vasprintf symbols.
2014-07-30 Todd C. MillerDon't export getaddrinfo symbols if we found the functi...
2014-07-30 Todd C. MillerIt is now sudo_efree() not efree().
2014-07-30 Todd C. MillerRegen .pot files
2014-07-30 Todd C. MillerPlug memory leak, even though we are headed for exit.
2014-07-29 Todd C. MillerIf getaddrinfo() is missing libsudoutil may need to...
2014-07-29 Todd C. MillerOnly include functions in util.exp that are actually...
2014-07-29 Todd C. MillerMake sure shadow libs don't end up in LIBS, only SUDOER...
2014-07-29 Todd C. MillerNo need to AC_SUBST HAVE_BSM_AUDIT and HAVE_SOLARIS_AUDIT
2014-07-29 Todd C. MillerAttempt to handle systems with SA_SIGINFO but that...
2014-07-28 Todd C. MillerReplace use of HAVE_GETCWD with PREFER_PORTABLE_GETCWD.
2014-07-28 Todd C. MillerAdd check for inet_ntoa() since it may live in libnsl.
2014-07-28 Todd C. MillerAvoid mixing declarations and code for non-C99 compilers.
2014-07-28 Todd C. MillerFor C89, use "const char __func__[]" instead of "const...
2014-07-28 Todd C. MillerFix compilation on systems w/o netgroups.
2014-07-26 Todd C. MillerBack out old workaround for sudoedit hang when debuggin...
2014-07-26 Todd C. MillerDon't memcpy() the preserved_fds TAILQ as the pointers...
2014-07-25 Todd C. MillerThe default policy close function should only print...
2014-07-25 Todd C. MillerIf there the preserved fds list is empty, add a new...
2014-07-25 Todd C. MillerRemove support for getting program name via /proc as...
2014-07-25 Todd C. MillerUse shlib_enable instead of soext when determining...
2014-07-25 Todd C. MillerAvoid potential division by zero
2014-07-25 Todd C. MillerDon't link progname test with libsudo_util, just link...
2014-07-25 Todd C. MillerRemove pstat_getproc() path as pst_ucomm on HP-UX will...
2014-07-25 Todd C. MillerAdd test for getprogname() and symbolic links; bug 654
2014-07-24 Todd C. MillerDocument tracing
2014-07-23 Todd C. Millersudo_term_{erase,kill} are regular symbols not functions.
2014-07-22 Todd C. MillerFix NULL deref if base64_decode returns -1.
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-07-22 Todd C. MillerMerge secure_path.h -> sudo_util.h
2014-07-22 Todd C. MillerVersion the functions in libsudo_util
2014-07-21 Todd C. MillerRename gettext.h -> sudo_gettext.h
2014-07-21 Todd C. MillerRename fatal.h -> sudo_fatal.h
2014-07-21 Todd C. MillerRename queue.h -> sudo_queue.h to avoid collisions...
2014-07-21 Todd C. MillerConver sudo_debug_write() to a macro
2014-07-17 Todd C. MillerFix man page post-processing; it was deleting more...
2014-07-16 Todd C. MillerRemove double $(srcdir) when running sed scripts.
2014-07-16 Todd C. Miller"an EXEC tag" not "a EXEC tag"
2014-07-16 Todd C. MillerDocument that I/O logging is not enabled by default.
2014-07-16 Todd C. MillerDocument that exec_background is off by default.
2014-07-14 Todd C. MillerError out if sesh is run as a login shell but the shell...
2014-07-14 Todd C. MillerMove mksiglist.h and mksigname.h to lib/util where...
2014-07-14 Todd C. MillerAvoid passing -no-fast-install to libtool as this resul...
2014-07-14 Todd C. MillerFix syntax error with some shells.
2014-07-14 Todd C. MillerForce libtool to use runtime linking on AIX so that...
2014-07-13 Todd C. MillerBe sure to NUL-terminate the decoded secret when conver...
2014-07-13 Todd C. MillerFix a pointer signednes warning calling base64_decode().
2014-07-13 Todd C. MillerUse sudo_strtoid() now that it is located in the same...
2014-07-13 Todd C. MillerSkip leading space (ala strtol) so that we can pick...
2014-07-12 Todd C. MillerFor sudoedit, audit the actual editor being run, not...
2014-07-12 Todd C. MillerAudit failed user role changes. RedHat bz #665131
2014-07-12 Todd C. MillerAvoid running check_symbols for static sudoers
2014-07-12 Todd C. MillerAdapt to unused alias changes.
2014-07-12 Todd C. MillerAn unused alias is not really an error, even in strict...
2014-07-12 Todd C. MillerWhen running a login shell via sesh, make new argv...
2014-07-11 Todd C. MillerThe RHEL sudo package allows users in group wheel to...
2014-07-11 Todd C. MillerAvoid packaging parent directories when they are system...
2014-07-11 Todd C. MillerFix typo: sudo.d -> sudoers.d. From RedHat bz #726634
2014-07-11 Todd C. MillerRHEL 6 and above use /etc/sudo-ldap.conf not /etc/ldap...
2014-07-11 Todd C. MillerFor rpm, do not specify a mode in %attr for symbolic...
2014-07-10 Todd C. Millerefree -> sudo_efree for consistency
2014-07-10 Todd C. Millerregen
2014-07-10 Todd C. MillerAdd support for base64 secrets in ldap.conf and ldap...
2014-07-09 Todd C. MillerDon't use the HP compiler in preference to gcc. Some...
2014-07-09 Todd C. MillerRemove @SOEXT@ and @SHLIB_EXT@ now that we use libtool...
2014-07-08 Todd C. MillerMake dynamic shared objects non-writable on HP-UX....
2014-07-08 Todd C. MillerAdd sudo_warn_strerror() that wraps strerror() with...
2014-07-03 Todd C. MillerAvoid a cppcheck warning when NSIG is not defined.
2014-07-03 Todd C. MillerFix typos in utimes/futimes macros.
2014-07-02 Todd C. Millerregen
2014-07-01 Todd C. MillerFix sudo when --disable-shared configure option was...
2014-06-30 Todd C. MillerUse libtool to install/uninstall the plugins and sudo_n...
2014-07-01 Todd C. MillerDo not set an internal name for HP-UX modules, only...
2014-07-01 Todd C. MillerNever build build static versions of other plugins.
2014-07-01 Todd C. MillerDon't build a static libsudo_util.a unless we are linki...
2014-06-29 Todd C. MillerFix my typos in the HP-UX libtool patch
2014-06-27 Todd C. MillerMention Solaris audit.
2014-06-27 Todd C. MillerAdd Solaris audit support; from Gary Winiger at Oracle.
2014-06-27 Todd C. MillerSync MANIFEST with file name changes.
2014-06-27 Todd C. Millerregen
2014-06-27 Todd C. Milleratobool -> sudo_strtobool
2014-06-27 Todd C. MillerFix regexp damage when renaming erecalloc() -> sudo_ere...
2014-06-27 Todd C. MillerHandle systems like AIX that lack a way to set the...
next