]> granicus.if.org Git - sudo/shortlog
sudo
2010-05-27 Todd C. Millerrename script.c exec.c and fix up the MANIFEST file
2010-05-27 Todd C. MillerRename script_setup() to pty_setup() and call from...
2010-05-27 Todd C. Millerbump version to 1.8.0a2
2010-05-27 Todd C. MillerDocument init_session
2010-05-27 Todd C. MillerClean up the sudoers auth API a bit and update the...
2010-05-27 Todd C. MillerAdd init_session function to struct policy_plugin that...
2010-05-26 Todd C. MillerAdd open/close session to sudo auth, only used by PAM.
2010-05-26 Todd C. MillerAdd explicit rule to build getdate.o for HP-UX make.
2010-05-26 Todd C. MillerBack out most of change 45e406ebdea2. Create dummy...
2010-05-26 Todd C. MillerRe-enable PATH_MAX check for command
2010-05-26 Todd C. MillerFor distclean, clean the main directory last since...
2010-05-26 Todd C. MillerFix generation of mksiglist.h
2010-05-26 Todd C. MillerNow that we defer sending cstat until the end of script...
2010-05-25 Todd C. MillerUse numeric registers to handle conditionals instead...
2010-05-25 Todd C. MillerDocument per-command SELinux settings
2010-05-25 Todd C. MillerRepair "sudo -l -U username"
2010-05-25 Todd C. MillerSet selinux role and type in command details.
2010-05-25 Todd C. MillerRework SELinux support.
2010-05-24 Todd C. MillerMake SELinux support compile again. Needs more work...
2010-05-24 Todd C. MillerBring back closefrom settings.
2010-05-24 Todd C. MillerIf running a command or sudoedit in transcript mode...
2010-05-24 Todd C. MillerUse mandoc(1) if nroff(1) is not present.
2010-05-24 Todd C. MillerUse the --file argument to config.status instead of...
2010-05-24 Todd C. MillerWe cannot conditionally update gram.h or the dependency...
2010-05-22 Todd C. MillerSubstitute @SHELL@ into Makefiles
2010-05-22 Todd C. MillerFix typo
2010-05-21 Todd C. MillerUpdate to autoconf 2.65
2010-05-21 Todd C. MillerFix libtool target (space vs. tabs)
2010-05-21 Todd C. MillerRemove use of RETSIGTYPE; all modern systems have signa...
2010-05-21 Todd C. MillerUpdate to libtool-2.2.6b. I haven't made any local...
2010-05-21 Todd C. MillerUse libtool to clean objects
2010-05-21 Todd C. MillerInstall sudo_plugin.h as part of "make install" and...
2010-05-21 Todd C. Millerregen with autoupdate to eliminate AC_TRY_LINK
2010-05-21 Todd C. MillerInstall sudo_plugin.h as part of "make install" and...
2010-05-21 Todd C. MillerThe sample plugin doesn't support being run with no...
2010-05-21 Todd C. MillerSet close on exec flag for descriptors used for I/O...
2010-05-21 Todd C. MillerSet close on exec flag in private versions of setpwent...
2010-05-21 Todd C. MillerClose the I/O pipes aftering dup2()ing them to std...
2010-05-21 Todd C. MillerSet user_tty to "unknown" if there is no tty, like...
2010-05-21 Todd C. MillerCosmetic changes:
2010-05-20 Todd C. MillerMove check for maxfd == -1 to flush_output where it...
2010-05-20 Todd C. MillerBreak out of select loop if all the fds we want to...
2010-05-20 Todd C. MillerAvoid possible malloc(0) if plugin returns an empty...
2010-05-20 Todd C. MillerAdd debugging info when calling plugin close function
2010-05-20 Todd C. MillerAvoid closing stdin/stdout/stderr when we are piping...
2010-05-20 Todd C. MillerWhen execve() of the command fails, it is possible...
2010-05-19 Todd C. MillerFix compilation for non PAM/BSD auth/AIX auth
2010-05-18 Todd C. MillerAdditional checks to make sure we don't close /dev...
2010-05-18 Todd C. MillerNow that we can use pipes for stdin/stdout/stderr there...
2010-05-17 Todd C. MillerAdd argc and argv to I/O logger open function.
2010-05-17 Todd C. MillerRemove check_sudoedit function pointer in struct sudo_p...
2010-05-16 Todd C. MillerIf plugin sets "sudoedit=true" in the command info...
2010-05-15 Todd C. Millergram.h must not depend on gram.y if we want to avoid...
2010-05-15 Todd C. MillerRefactor common bits of check_policy and check_edit
2010-05-15 Todd C. MillerAdd sudoedit support
2010-05-14 Todd C. MillerRely more on VPATH; fixes a dependency issue with the...
2010-05-14 Todd C. MillerFix typo introduced in last commit
2010-05-14 Todd C. MillerEmulate seteuid using setreuid() or setresuid() as...
2010-05-14 Todd C. MillerAttempt to fix building on systems that only have setuid.
2010-05-14 Todd C. MillerClarify sudoedit a tad.
2010-05-14 Todd C. MillerFix compilation on HP-UX
2010-05-13 Todd C. MillerDocument sudoedit
2010-05-13 Todd C. MillerChange how we handle the sudoedit argv. We now require...
2010-05-13 Todd C. MillerWork in progress support for sudoedit. The actual...
2010-05-13 Todd C. MillerMake find_path() a little more generic by not checking...
2010-05-13 Todd C. MillerAdd version of getenv(3) that uses our own environ...
2010-05-12 Todd C. MillerAvoid a potential race condition if SIGCHLD is received...
2010-05-12 Todd C. MillerCall env_init() before we open the sudoers sources...
2010-05-12 Todd C. MillerInitialize env_len in env_init()
2010-05-11 Todd C. MillerDocument time stamp shortcomings under SECURITY NOTES
2010-05-11 Todd C. MillerMake sed substitution of mansectsu and mansectform...
2010-05-11 Todd C. MillerIf the tty lives on a devpts filesystem, stash the...
2010-05-11 Todd C. MillerFix pasto in mulitple signal fix and use _NSIG not...
2010-05-11 Todd C. MillerAdd check for whether sudo need to link with -ldl to...
2010-05-11 Todd C. MillerFix timestamp removal with -k/-K
2010-05-11 Todd C. Milleraudit.c is now private to the sudoers plugin
2010-05-11 Todd C. MillerLink with -lpthread on HP-UX since a plugin may be...
2010-05-11 Todd C. MillerAdd separate test for getresuid() since HP-UX has setre...
2010-05-11 Todd C. MillerRemove errant backslash
2010-05-11 Todd C. MillerFix SIGPIPE handling. Now that we use may use pipes...
2010-05-11 Todd C. MillerAlso start the command in the background if stdin is...
2010-05-10 Todd C. MillerNo need to use pseudo-cbreak mode now that we use pipes...
2010-05-10 Todd C. MillerUse an array for signals received instead of a single...
2010-05-10 Todd C. MillerDo signal setup after turning off echo, not before...
2010-05-07 Todd C. MillerFlush the iobufs on suspend or child exit using the...
2010-05-07 Todd C. MillerFree memory after we are done with it.
2010-05-06 Todd C. MillerQuest now sponsors Sudo development
2010-05-05 Todd C. MillerInstall sudo_plugin man page.
2010-05-05 Todd C. MillerGo back to reseting io_buffer offset and length (and...
2010-05-05 Todd C. Milleraudit files moved to sudoers plugin directory
2010-05-05 Todd C. MillerDocument plugin_printf and new logging functions.
2010-05-05 Todd C. MillerAdd support for logging stdin when it is not a tty.
2010-05-05 Todd C. MillerAdd separate I/O logging functions for tty in/out and...
2010-05-04 Todd C. MillerAdd pointer to a printf like function to plugin open...
2010-05-04 Todd C. MillerStop if make in a subdir fails
2010-05-04 Todd C. MillerOnly set user's tty to blocking mode when doing the...
2010-05-03 Todd C. MillerUse print_error() when displaying ldap config info...
2010-05-03 Todd C. MillerNo longer need strdup() or strndup() replacements.
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...
next