]> granicus.if.org Git - sudo/shortlog
sudo
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...
2014-06-27 Todd C. Millerupdate MANIFEST for alloc.h -> sudo_alloc.h change
2014-06-27 Todd C. MillerAdd sudo_ prefix to alloc.c functions and rename alloc...
2014-06-27 Todd C. MillerRemove extra sudo_ prefix from vfatalxnodebug and vfata...
2014-06-27 Todd C. MillerSplit fileops.c into parseln.c and locking.c
2014-06-27 Todd C. MillerRename warning/fatal -> sudo_warn/sudo_fatal to avoid...
2014-06-26 Todd C. MillerReduce name space pollution in libsudo_util.so
2014-06-26 Todd C. MillerUse sudo_dso_load() from libsudo_util.so instead of...
2014-06-26 Todd C. MillerDon't pollute the namespace with lbuf struct and functions
2014-06-26 Todd C. MillerRename parse_gid_list -> sudo_parse_gids to avoid names...
2014-06-26 Todd C. MillerRename fmt_string -> sudo_new_key_val to better describ...
2014-06-26 Todd C. MillerRemove touch() from fileops.c and just call utimes...
2014-06-26 Todd C. MillerSudo 1.8.11
2014-06-26 Todd C. MillerRemove use of setjmp/longjmp in the sudoers plugin...
2014-06-26 Todd C. MillerAdd exported libsudo_util functions to util.exp and...
2014-06-26 Todd C. MillerPrefix all libc replacements with sudo_ and #define...
2014-06-26 Todd C. MillerTop level directory reorg
2014-06-26 Todd C. Millerlibtool patches for HP-UX to support DESTDIR
2014-06-26 Todd C. MillerUpdate polypkg from trunk.
2014-06-26 Todd C. MillerFix sssd compiler warnings and fix the sha2 digest...
2014-06-17 Todd C. MillerDon't call gss_krb5_ccache_name() with a NULL pointer...
2014-06-04 Todd C. MillerAdd Greek PO file for sudoers from translationproject.org
2014-05-28 Todd C. MillerIgnore signals sent by the command's process group...
2014-05-27 Todd C. MillerIn handler_user_only() only forward the signal if it...
next