]> granicus.if.org Git - sudo/shortlog
sudo
2010-06-08 Todd C. MillerIf a file in a #includedir has improper permissions...
2010-06-08 Todd C. MillerAdd use_pty sudoers option to force use of a pty even...
2010-06-08 Todd C. MillerMake env_init() void as it never fails.
2010-06-08 Todd C. MillerNo longer use _NSGetEnviron so don't need crt_externs.h
2010-06-08 Todd C. MillerRemove unused VNULL define
2010-06-07 Todd C. MillerAdd #define for maximum session id
2010-06-07 Todd C. MillerSplit exec.c into exec.c and exec_pty.c
2010-06-07 Todd C. MillerSync with source file moves.
2010-06-07 Todd C. MillerRename pty.c -> get_pty.c
2010-06-06 Todd C. MillerOnly use I/O input log file if def_log_input is set...
2010-06-04 Todd C. MillerUpdate copyright year
2010-06-04 Todd C. Milleruid -> ttyuid
2010-06-04 Todd C. MillerFor sudoedit, make a local copy of editor string si...
2010-06-04 Todd C. MillerRemove unneeded endpwent()/endgrent()
2010-06-04 Todd C. MillerUse value of nroff from configure
2010-06-04 Todd C. MillerAdd missing const to I/O log action function
2010-06-04 Todd C. MillerUpdate copyright year and fix whitespace
2010-06-04 Todd C. MillerFix typo
2010-06-04 Todd C. MillerRemove redundant tty signal blocking in log function.
2010-06-03 Todd C. MillerPlace static keyword where it belongs
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...
next