]> granicus.if.org Git - sudo/shortlog
sudo
2009-11-22 Todd C. MillerAdd missing extern def for parse_error
2009-11-21 Todd C. MillerAvoid a parse error when #includedir doesn't find any...
2009-11-21 Todd C. MillerInclude sudo.man.pl and sudoers.man.pl in the distribut...
2009-11-15 Todd C. MillerStart command out in foreground mode if stdout is a...
2009-11-15 Todd C. MillerUse a socketpair to pass signals from parent to child...
2009-11-04 Todd C. MillerFix a few typos in the descriptions; from Jeff Makey
2009-11-03 Todd C. MillerRemove a spurious comma in the kerb5 bits.
2009-11-03 Todd C. MillerCall krb5_get_init_creds_opt_init() in our emulated
2009-11-01 Todd C. MillerAdd HAVE_ZLIB
2009-11-01 Todd C. MillerNeed to ignore SIGTT{IN,OU} in child when running the...
2009-10-31 Todd C. MillerInstead of calling sigsuspend when waiting for SIGUSR...
2009-10-31 Todd C. MillerPass along SIGHUP and SIGTERM from parent to child.
2009-10-31 Todd C. MillerClose unused bits of script_fds in processes that don...
2009-10-31 Todd C. MillerUpdate foreground/background status in SIGCONT handler...
2009-10-25 Todd C. MillerDefer setting terminal into raw mode until just before...
2009-10-24 Todd C. MillerFix handling of SIGTTOU/SIGTTIN in program being run...
2009-10-24 Todd C. MillerDon't bother with sudo_waitpid() here for now.
2009-10-24 Todd C. Millerfix non-zlib case
2009-10-23 Todd C. MillerRemove non-wroking code that crept into rev 1.55
2009-10-22 Todd C. MillerFirst pass at zlib support for transcript data files
2009-10-22 Todd C. Millerremove vestiges of ZLDFLAGS
2009-10-22 Todd C. MillerAdd missing variable declaration for when TIOCSCTTY...
2009-10-22 Todd C. Millerwhen resuming command, send SIGCONT to its pgrp not...
2009-10-22 Todd C. Millerremove unused variable
2009-10-22 Todd C. Millerinclude selinux.h for is_selinux_enabled() proto
2009-10-22 Todd C. MillerDon't use log_error() in the child process.
2009-10-22 Todd C. MillerDo I/O in parent instead of child since the parent...
2009-10-18 Todd C. MillerMove two struct forward declarations from sudo.h to...
2009-10-18 Todd C. MillerMake comment at the top of script_exec() match reality.
2009-10-18 Todd C. Millerif neither stdin nor stdout is a tty, check stderr
2009-10-18 Todd C. MillerAdd back dependecy of gram.h on gram.y
2009-10-18 Todd C. MillerMake transcript mode work as long as we can figure...
2009-10-17 Todd C. MillerAdd support for IRIX-style dynamic ptys
2009-10-17 Todd C. MillerMove alloc.c protos into alloc.h
2009-10-17 Todd C. MillerMove prototypes for missing libc functions to missing.h
2009-10-17 Todd C. MillerMove prototypes for missing libc functions to missing.h
2009-10-16 Todd C. MillerDisable transcript support if no tcsetpgrp until we...
2009-10-16 Todd C. MillerBreak out pty code into pty.c
2009-10-16 Todd C. Milleradd killpg macro if no killpg function
2009-10-16 Todd C. MillerPush ptem and ldterm for STERAMS-based systems when...
2009-10-15 Todd C. MillerSprinkle some more O_NOCTTY and call grantpt() before...
2009-10-15 Todd C. MillerCall tcgetpgrp() in the parent, not the child and have...
2009-10-15 Todd C. MillerOnly use TIOCNOTTY in the non-setsid case. If no TIOCS...
2009-10-14 Todd C. MillerIn script mode, if the command is killed by a signal...
2009-10-14 Todd C. MillerAdd check for strsignal() and a simple implementation...
2009-10-14 Todd C. MillerAdd missing WUNTRACED and store the signal that stopped...
2009-10-14 Todd C. Millerg/c unused code
2009-10-14 Todd C. MillerAssociate the grandchild's pgrp with the tty instead...
2009-10-12 Todd C. MillerMove setpgid() of child into the parent side of the...
2009-10-11 Todd C. Millerfix typo
2009-10-11 Todd C. MillerRun command in its own pgrp (like the shell does) for...
2009-10-11 Todd C. MillerBack out revision 1.34; the problem lies elsewhere.
2009-10-11 Todd C. MillerDon't set stdout to blocking mode when flushing remaini...
2009-10-11 Todd C. MillerHandle SIGTTOU and remove some debugging.
2009-10-11 Todd C. MillerBack out revision 1.10 as the signal that interrupts...
2009-10-11 Todd C. MillerApparently we need to send SIGSTOP to the command as...
2009-10-11 Todd C. MillerUse an extra process to act as the glue bewteen the...
2009-10-11 Todd C. MillerHandle getting/setting terminal attributes when the...
2009-10-07 Todd C. MillerAdd support for pausing and changing the speed in inter...
2009-10-07 Todd C. MillerAlready define O_NOCTTY in compat.h, don't need it...
2009-10-06 Todd C. MillerAdd missing protos
2009-09-30 Todd C. MillerAlways update the stashed mtime of the temp file instea...
2009-09-30 Todd C. MillerUse cbreak mode instead of raw mode and add signal...
2009-09-30 Todd C. MillerRetain NL to NLCR conversion on the real tty and skip...
2009-09-30 Todd C. MillerFix log_output(); just pass in a string and a length.
2009-09-28 Todd C. Millerdo not use errno when complaining out lack of a tty
2009-09-27 Todd C. MillerInstead of messing with line endings, just set terminal...
2009-09-27 Todd C. MillerWhen copying the terminal attributes to the pty, be...
2009-09-27 Todd C. MillerConvert a do {} while into a while
2009-09-27 Todd C. MillerUse if then instead of test && when installing binaries...
2009-09-27 Todd C. MillerAdd O_NOCTTY when opening a tty device.
2009-09-27 Todd C. MillerFirst cut at refactoring some of the selinux code so...
2009-09-26 Todd C. MillerFix default case of transcript_enabled being unset.
2009-09-26 Todd C. MillerUse _PATH_SUDO_TRANSCRIPT instead of _PATH_SUDO_SESSDIR
2009-09-26 Todd C. MillerHook up --disable-transcript and --enable-transcript=DIR
2009-09-25 Todd C. Miller_PATH_SUDO_SESSDIR -> _PATH_SUDO_TRANSCRIPT
2009-09-25 Todd C. Millerregen
2009-09-25 Todd C. MillerSubstitute in default value for secure_path
2009-09-25 Todd C. MillerMention that the password must be followed by a newline...
2009-09-20 Todd C. MillerGo back to dropping out of the select() loop when the...
2009-09-19 Todd C. MillerAdd getline.o to COMMON_OBJS
2009-09-19 Todd C. Millersudoreplay depends on libsudo.a
2009-09-19 Todd C. MillerMore pwutil.o into COMMON_OBJS
2009-09-19 Todd C. MillerRemove my_* redirection in pwutil.c for testsudoers...
2009-09-19 Todd C. MillerMore time and date examples
2009-09-19 Todd C. MillerMove nanosleep() emulation into its own file
2009-09-19 Todd C. MillerBuild libsudo with the common bits and link things...
2009-09-19 Todd C. MillerFix final flush.
2009-09-19 Todd C. MillerKeep reading from the pty master -> log file until...
2009-09-19 Todd C. MillerUse unbuffered I/O when writing to stdout and make...
2009-09-18 Todd C. MillerOnly use max_wait if it is non-zero
2009-09-18 Todd C. MillerNeed compat.h here
2009-09-18 Todd C. MillerFix nanosleep emulation
2009-09-18 Todd C. MillerFix comment after #endif
2009-09-18 Todd C. MillerAdd protos for missing libc bits
2009-09-18 Todd C. Milleradd missing line continuation char
2009-09-18 Todd C. MillerImplement getline() in terms of fgetln() if we have it.
2009-09-18 Todd C. MillerPrint year when formatting log line
2009-09-18 Todd C. MillerDocument cwd, attempt to document time/date formats.
2009-09-18 Todd C. MillerFix getline return value check.
next