]> granicus.if.org Git - sudo/shortlog
sudo
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...
2014-05-27 Todd C. MillerHandle EINTR from write(2) when writing to pipes and...
2014-05-24 Todd C. MillerNorwegian Bokmaal translation for sudoers from translat...
2014-05-23 Todd C. MillerNorwegian Bokmaal translation for sudo from translation...
2014-05-13 Todd C. MillerTry to be clearer about which are the input and output...
2014-05-13 Todd C. MillerIn -x mode, require that the input and output files...
2014-05-13 Todd C. MillerBSM and Linux audit do not yet use the argc function...
2014-05-13 Todd C. MillerPass argc to audit functions too. Will be needed for...
2014-05-12 Todd C. MillerDo not allow the same callback function to be registere...
2014-05-12 Todd C. MillerAdd trivial sudoedit parsing tests.
2014-05-12 Todd C. MillerCatalan translation for sudoers from translationproject...
2014-05-10 Todd C. MillerSync with translationproject.org
2014-05-09 Todd C. Millerlockf() is broken on the Hurd -- use flock instead
2014-05-09 Todd C. MillerDon't try to install the temporary sudoers file if...
2014-05-07 Todd C. MillerWhen comparing tty names, resolve the tty for fds 0...
2014-05-07 Todd C. MillerSolaris 8 doesn't export _nss_initf_group() so we need...
2014-05-07 Todd C. Millerdeal with NULL gr_mem here too
2014-05-06 Todd C. MillerSudo 1.8.10p3
2014-05-03 Todd C. MillerRename log_warning flags and only send mail if SLOG_SEN...
2014-05-02 Todd C. MillerAdd log_warningx
2014-05-02 Todd C. MillerAdd debugging info for when we delete I/O events that...
2014-05-02 Todd C. MillerFix non-blocking mode. We only want to exit the event...
2014-05-02 Todd C. MillerChange return value of switch_dir() to an int so we...
2014-05-02 Todd C. MillerMove code to fill in the list of dirs out of switch_dir...
2014-05-02 Todd C. MillerAvoid unused variable warning if auditing is not supported.
2014-05-01 Todd C. MillerFix library order when linking binaries.
2014-05-01 Todd C. MillerInclude limits.h and inttypes.h for SIZE_MAX define.
2014-05-01 Todd C. MillerMove SIZE_MAX compat define into missing.h where it...
2014-04-30 Todd C. MillerRemove now-unused log_fatal()
2014-04-30 Todd C. MillerEliminate calls to fatal()/fatalx()/log_fatal() in...
next