]> granicus.if.org Git - sudo/shortlog
sudo
2010-06-03 Todd C. MillerAlways use a printf format string for send_mail()
2010-06-03 Todd C. MillerExtend atobool() so we can use it in the LDAP code.
2010-06-03 Todd C. MillerSudo now stashes tty ctime for tty_tickets on Solaris...
2010-06-03 Todd C. MillerFix dummy version of get_boottime()
2010-06-02 Todd C. MillerEnable tty_is_devpts() support for Solaris with the...
2010-06-02 Todd C. MillerUnbreak the non-io logging case.
2010-06-02 Todd C. MillerFix symbol name conflict with sudo_printf.
2010-06-02 Todd C. MillerFix OpenPAM detection for newer versions.
2010-06-02 Todd C. MillerSync with Quest sudo git repo
2010-06-02 Todd C. MillerHP-UX ld uses +b instead or -R or -rpath
2010-06-02 Todd C. MillerFix typos; from Quest Sudo
2010-06-01 Todd C. MillerAdd back -I$(top_srcdir); we need it for including...
2010-06-01 Todd C. MillerFix a bug where we could treat EAGAIN as a permanent...
2010-06-01 Todd C. MillerAdd casts to quiet compiler warnings.
2010-06-01 Todd C. MillerFix typo in ternary operator usage.
2010-05-30 Todd C. MillerAdd --enable-warnings and fix typo in SUDO_IO_LOGDIR
2010-05-30 Todd C. MillerUpdate docs to match sudoers I/O logging changes
2010-05-30 Todd C. MillerBreak sudoers transcript feature up into log_input...
2010-05-30 Todd C. MillerUse setprogname() as needed.
2010-05-30 Todd C. MillerAdapt sudoreplay to iolog changes.
2010-05-29 Todd C. MillerLog all input and output into separate files and store...
2010-05-29 Todd C. MillerMake sudoers_io functions static to iolog.c
2010-05-28 Todd C. MillerCompletely remove the -L flag from the sudo front end.
2010-05-28 Todd C. MillerFix EAGAIN handling when writing to stdout.
2010-05-28 Todd C. MillerEliminate unused variables
2010-05-28 Todd C. MillerRe-enable cleanup functions in sudoers plugin and sudo...
2010-05-28 Todd C. MillerUse sudo_printf to display verbose version information.
2010-05-28 Todd C. MillerMinor Makefile cleanup: fix a typo, change the removal...
2010-05-28 Todd C. MillerHandle duplicate variables in the environment. For...
2010-05-27 Todd C. MillerUse explicit path to source file instead of $< for...
2010-05-27 Todd C. MillerAdd explicit rules to compile gram.c and toke.c for...
2010-05-27 Todd C. MillerLink libcommon before libreplace since libcommon may...
2010-05-27 Todd C. MillerMove code common to sudo and the sudoers plugin to...
2010-05-27 Todd C. MillerMove code common to sudo and the sudoers plugin to...
2010-05-27 Todd C. MillerRename script_execve to sudo_execve and rename script_f...
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...
next