]> granicus.if.org Git - sudo/shortlog
sudo
2010-05-03 Todd C. MillerAdd print_error() function that uses the conversation...
2010-05-03 Todd C. MillerDo not need the opost flag to term_copy() now that...
2010-05-03 Todd C. MillerUse pipes to the sudo process if stdout or stderr is...
2010-04-30 Todd C. MillerMove audit sources into the sudoers plugin dir; the...
2010-04-30 Todd C. MillerUse angle brackets when including headers that can...
2010-04-30 Todd C. MillerAdd missing -I$(top_srcdir) to CPPFLAGS so includes...
2010-04-30 Todd C. MillerClean up links in distclean
2010-04-30 Todd C. MillerHack around VPATH semantic differences by symlinking...
2010-04-30 Todd C. Millerfmt_string is used by the sudoers plugin too so do...
2010-04-30 Todd C. MillerFix building with non-BSD versions of make such as...
2010-04-30 Todd C. MillerRe-enable bsm audit. Currently auditing is done within...
2010-04-30 Todd C. MillerRemove extraneous $srcdir and use more .c.lo and .c...
2010-04-30 Todd C. MillerFix mismerge; alias_remove_recursive() now returns int
2010-04-29 Todd C. MillerFix a crash when checking a sudoers file that has alias...
2010-04-29 Todd C. MillerPrint signal info after restoring the tty mode, not...
2010-04-29 Todd C. MillerDefer call to alarm() until after we fork the child.
2010-04-28 Todd C. MillerUse 1/0 instead of TRUE/FALSE so we don't need sudoers.h
2010-04-27 Todd C. MillerSimplify dependencies by using .c.o and .c.lo rules.
2010-04-27 Todd C. MillerSubstitute in @PROGS@ into src/Makefile to add sesh
2010-04-27 Todd C. MillerAdd back calls to log_denial() if sudoers does not...
2010-04-27 Todd C. MillerPass in correct pwflag for list and validate.
2010-04-27 Todd C. MillerAdd missing check for NULL in validate_env_vars
2010-04-27 Todd C. MillerAdd sudo_noexec.la to "all" target, otherwise it only...
2010-04-27 Todd C. MillerOnly set sudo_user.env_vars if the env_add list is...
2010-04-27 Todd C. MillerSet sudo_user.env_vars so that environment variables...
2010-04-26 Todd C. MillerRe-enable environment files and setting environment...
2010-04-24 Todd C. MillerFix typo in last commit (ifndef vs ifdef)
2010-04-24 Todd C. MillerDon't stash ctime in on-disk tty ticket info for now...
2010-04-24 Todd C. MillerAdd back "dist" target, this time using a MANIFEST...
2010-04-24 Todd C. MillerRemove Makefile in distclean target
2010-04-24 Todd C. MillerUpdate clean and cleandir targets
2010-04-23 Todd C. MillerMove fileops.c defines and prototypes to filesops.h
2010-04-23 Todd C. MillerLock the tty timestamp when writing. We shouldn't...
2010-04-22 Todd C. MillerConvert to ANSI C function declarations
2010-04-22 Todd C. MillerRemove extraneous bits and classify by source file.
2010-04-22 Todd C. MillerAdd timercmp macro for systems without it
2010-04-22 Todd C. Millerget_boottime() now fills in a timeval struct
2010-04-22 Todd C. MillerStore info from stat(2)ing the tty in the tty ticket...
2010-04-22 Todd C. MillerAdd timespec2timeval and use it when getting ctime...
2010-04-20 Todd C. MillerConvert perm setting to push/pop model; still needs...
2010-04-20 Todd C. Millerfix ctim_get and mtim_get macros
2010-04-20 Todd C. MillerUse timeval directly instead of converting to timespec...
2010-04-20 Todd C. MillerDon't like sudoreplay with libsudoers.la due to a yacc...
2010-04-18 Todd C. MillerDarwin >= 9.x has real setreuid(2)
2010-04-17 Todd C. MillerAnsify env.c
2010-04-17 Todd C. MillerRemove remaining references to the environ pointer.
2010-04-16 Todd C. MillerDon't change the environ directly in the sudoers plugin
2010-04-15 Todd C. MillerFix typo
2010-04-15 Todd C. MillerFix use after free in error message when a duplicate...
2010-04-14 Todd C. MillerAdd a "noninteractive" boolean to the settings passed...
2010-04-14 Todd C. MillerAdd workaround for the lack of the environ pointer...
2010-04-14 Todd C. MillerSet errorfile to the sudoers path if we set parse_error...
2010-04-14 Todd C. MillerMain sudo no longer print "unable to execute" on exec...
2010-04-13 Todd C. MillerUse a pipe to pass back errno to the parent if execve...
2010-04-13 Todd C. MillerHandle plugin's open function returning -2 (usage error).
2010-04-13 Todd C. MillerIf execve() fails, leave it to the plugin to print...
2010-04-13 Todd C. MillerIf execve fails in logging mode, pass the errno directl...
2010-04-13 Todd C. MillerDon't override rval with results of check_user() unless...
2010-04-12 Todd C. MillerFix typo
2010-04-12 Todd C. MillerNULL-terminate env_add
2010-04-11 Todd C. MillerCall the I/O log open function before the I/O version...
2010-04-11 Todd C. MillerRemove io_conv and just use sudo_conv
2010-04-11 Todd C. MillerFix set/restore perms for systems w/o setresuid
2010-04-10 Todd C. MillerPrimitive set/restore permissions. Will be replaced...
2010-04-10 Todd C. MillerOnly need to take action on SIGCHLD in parent if no...
2010-04-09 Todd C. MillerMerge fb4d571495fa from the 1.7 branch to trunk.
2010-04-09 Todd C. MillerQualify the command even if it is in the current workin...
2010-04-09 Todd C. MillerDon't set SA_RESTART when registering SIGALRM handler.
2010-04-09 Todd C. MillerAdd dev targets for *.man.in and *.cat that don't specf...
2010-04-08 Todd C. MillerIf log_input or log_output returns false, terminate...
2010-04-08 Todd C. MillerBetter signal handling.
2010-04-08 Todd C. MillerFix a race between when we get the child pid in the...
2010-04-07 Todd C. MillerAdd a note about the security implications of the fast_...
2010-04-07 Todd C. MillerAdd a note about the security implications of the fast_...
2010-04-07 Todd C. MillerRemove duplicate includes
2010-04-06 Todd C. MillerFix up some AC_DEFINE descriptions and regen config...
2010-04-05 Todd C. MillerNo longer check for strdup or strndup for LIBOBJ replac...
2010-04-05 Todd C. MillerAvoid installing signal handlers that are io-logger...
2010-04-05 Todd C. MillerOnly regen man pages from pod when configured with...
2010-04-05 Todd C. MillerTop-level Makefile.in. Nothing is currently substitute...
2010-04-04 Todd C. MillerFix out-of-tree builds
2010-04-04 Todd C. MillerMerge
2010-04-04 Todd C. MillerWe always install sudoreplay in 1.8
2010-04-04 Todd C. MillerFree str after using it in the version method. Use...
2010-04-03 Todd C. MillerSIGPOLL is sometimes the same as SIGIO (like on HP-UX)
2010-04-02 Todd C. MillerNo need to provide strdup() or strndup(), sudo uses...
2010-04-02 Todd C. MillerAdd license to mksiglist.c and note that the bits from...
2010-04-02 Todd C. MillerFix LIBOBJDIR vs. srcdir wrt the siglist bits
2010-04-02 Todd C. MillerAdd sudoreplay testsudoers and visudo to clean target
2010-04-02 Todd C. MillerCreate our own sys_siglist for systems without it for...
2010-04-02 Todd C. MillerRemove duplicate $(LIBOBJDIR)
2010-04-01 Todd C. MillerMain sudo should not block signals; the plugin should...
2010-04-01 Todd C. MillerFix a sizeof(ptr) vs. sizeof(*ptr)
2010-03-31 Todd C. MillerUnlike most operating systems, HP-UX select() is not...
2010-03-31 Todd C. Millerprogname should be const
2010-03-31 Todd C. MillerMove --tag=disable-static to when we link sudoers.la...
2010-03-31 Todd C. MillerLoad the sudoers I/O plugin by default too now that...
2010-03-30 Todd C. MillerIt looks like AIX doesn't need to push STREAMS modules...
2010-03-28 Todd C. MillerDelay calling the I/O plugin open function until the...
2010-03-28 Todd C. MillerAdd back io logging (transcript) support. Currently...
next