2009-10-31 |
Todd C. Miller | Update foreground/background status in SIGCONT handler... |
commit | commitdiff | tree | snapshot |
2009-10-25 |
Todd C. Miller | Defer setting terminal into raw mode until just before... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Todd C. Miller | Fix handling of SIGTTOU/SIGTTIN in program being run... |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Todd C. Miller | Don't bother with sudo_waitpid() here for now. |
commit | commitdiff | tree | snapshot |
2009-10-24 |
Todd C. Miller | fix non-zlib case |
commit | commitdiff | tree | snapshot |
2009-10-23 |
Todd C. Miller | Remove non-wroking code that crept into rev 1.55 |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | First pass at zlib support for transcript data files |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | remove vestiges of ZLDFLAGS |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | Add missing variable declaration for when TIOCSCTTY... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | when resuming command, send SIGCONT to its pgrp not... |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | remove unused variable |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | include selinux.h for is_selinux_enabled() proto |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | Don't use log_error() in the child process. |
commit | commitdiff | tree | snapshot |
2009-10-22 |
Todd C. Miller | Do I/O in parent instead of child since the parent... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | Move two struct forward declarations from sudo.h to... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | Make comment at the top of script_exec() match reality. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | if neither stdin nor stdout is a tty, check stderr |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | Add back dependecy of gram.h on gram.y |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Todd C. Miller | Make transcript mode work as long as we can figure... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Todd C. Miller | Add support for IRIX-style dynamic ptys |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Todd C. Miller | Move alloc.c protos into alloc.h |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Todd C. Miller | Move prototypes for missing libc functions to missing.h |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Todd C. Miller | Move prototypes for missing libc functions to missing.h |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Todd C. Miller | Disable transcript support if no tcsetpgrp until we... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Todd C. Miller | Break out pty code into pty.c |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Todd C. Miller | add killpg macro if no killpg function |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Todd C. Miller | Push ptem and ldterm for STERAMS-based systems when... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Todd C. Miller | Sprinkle some more O_NOCTTY and call grantpt() before... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Todd C. Miller | Call tcgetpgrp() in the parent, not the child and have... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Todd C. Miller | Only use TIOCNOTTY in the non-setsid case. If no TIOCS... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Todd C. Miller | In script mode, if the command is killed by a signal... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Todd C. Miller | Add check for strsignal() and a simple implementation... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Todd C. Miller | Add missing WUNTRACED and store the signal that stopped... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Todd C. Miller | g/c unused code |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Todd C. Miller | Associate the grandchild's pgrp with the tty instead... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Todd C. Miller | Move setpgid() of child into the parent side of the... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Todd C. Miller | fix typo |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Todd C. Miller | Run command in its own pgrp (like the shell does) for... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Todd C. Miller | Back out revision 1.34; the problem lies elsewhere. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Todd C. Miller | Don't set stdout to blocking mode when flushing remaini... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Todd C. Miller | Handle SIGTTOU and remove some debugging. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Todd C. Miller | Back out revision 1.10 as the signal that interrupts... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Todd C. Miller | Apparently we need to send SIGSTOP to the command as... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Todd C. Miller | Use an extra process to act as the glue bewteen the... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Todd C. Miller | Handle getting/setting terminal attributes when the... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Todd C. Miller | Add support for pausing and changing the speed in inter... |
commit | commitdiff | tree | snapshot |
2009-10-07 |
Todd C. Miller | Already define O_NOCTTY in compat.h, don't need it... |
commit | commitdiff | tree | snapshot |
2009-10-06 |
Todd C. Miller | Add missing protos |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Todd C. Miller | Always update the stashed mtime of the temp file instea... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Todd C. Miller | Use cbreak mode instead of raw mode and add signal... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Todd C. Miller | Retain NL to NLCR conversion on the real tty and skip... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Todd C. Miller | Fix log_output(); just pass in a string and a length. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Todd C. Miller | do not use errno when complaining out lack of a tty |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Todd C. Miller | Instead of messing with line endings, just set terminal... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Todd C. Miller | When copying the terminal attributes to the pty, be... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Todd C. Miller | Convert a do {} while into a while |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Todd C. Miller | Use if then instead of test && when installing binaries... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Todd C. Miller | Add O_NOCTTY when opening a tty device. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Todd C. Miller | First cut at refactoring some of the selinux code so... |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Todd C. Miller | Fix default case of transcript_enabled being unset. |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Todd C. Miller | Use _PATH_SUDO_TRANSCRIPT instead of _PATH_SUDO_SESSDIR |
commit | commitdiff | tree | snapshot |
2009-09-26 |
Todd C. Miller | Hook up --disable-transcript and --enable-transcript=DIR |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Todd C. Miller | _PATH_SUDO_SESSDIR -> _PATH_SUDO_TRANSCRIPT |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Todd C. Miller | Substitute in default value for secure_path |
commit | commitdiff | tree | snapshot |
2009-09-25 |
Todd C. Miller | Mention that the password must be followed by a newline... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Todd C. Miller | Go back to dropping out of the select() loop when the... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | Add getline.o to COMMON_OBJS |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | sudoreplay depends on libsudo.a |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | More pwutil.o into COMMON_OBJS |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | Remove my_* redirection in pwutil.c for testsudoers... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | More time and date examples |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | Move nanosleep() emulation into its own file |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | Build libsudo with the common bits and link things... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | Fix final flush. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | Keep reading from the pty master -> log file until... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Todd C. Miller | Use unbuffered I/O when writing to stdout and make... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Only use max_wait if it is non-zero |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Need compat.h here |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Fix nanosleep emulation |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Fix comment after #endif |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Add protos for missing libc bits |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | add missing line continuation char |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Implement getline() in terms of fgetln() if we have it. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Print year when formatting log line |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Document cwd, attempt to document time/date formats. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Fix getline return value check. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Use getline() if the system has it, else use provide... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Todd C. Miller | Refactor code to update output and timing files. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Todd C. Miller | Make sudo_getln() behave more like glibc getline. |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Todd C. Miller | When flushing remaining output, also update timing... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Todd C. Miller | Use get_timestr() and make the -l output look like... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Todd C. Miller | Make get_timestr() take a time_t so we can use it prope... |
commit | commitdiff | tree | snapshot |
2009-09-17 |
Todd C. Miller | Create session dir earlier now that we update the seq... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Todd C. Miller | Use fromdate and todate as the keywords instead of... |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Todd C. Miller | Fix reading long liensin sudo_getln() |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Todd C. Miller | Log the cwd in the script log file. |
commit | commitdiff | tree | snapshot |
2009-09-16 |
Todd C. Miller | Move get_timestr() into its own source file so sudorepl... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Todd C. Miller | Add to and from perdicates (date ranges); needs documen... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Todd C. Miller | Fix warning and add generated getdate.c |
commit | commitdiff | tree | snapshot |
next |