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 |
2009-09-14 |
Todd C. Miller | Add getdate.y to be used for sudoreplay date parsing. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Todd C. Miller | Check more than just the first character of a predicate |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Todd C. Miller | Add examples, sort predicates |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Todd C. Miller | Implement search expressions in sudoreplay similar... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Todd C. Miller | Remove vhangup as it was hanging up the wrong tty.... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Todd C. Miller | Fix cut at documenting transcript support. |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Todd C. Miller | ID= -> TSID= for transcript ID |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Todd C. Miller | Move fast_glob description to where it belongs in sorte... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Todd C. Miller | Rename script -> transcript |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Add timeradd and timersub for those without them |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Sanity check sessid before using it. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Only set the session id if we are running a command... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Actually. qsort is fine since most versions fal back... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Check for dup2 and use dup instead if we don't have it. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Move the code to dup2 the script fds to low numbered... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Todd C. Miller | Move script_setup() back to immediately before we drop... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Todd C. Miller | Install sudoreplay |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Todd C. Miller | remove unused variable |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | Log the session ID, if there is one. Currently logs... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | Add sudoreplay docs |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | add -V (version) flag |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | Hook up max_wait. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Todd C. Miller | Use base36 number for the ID and store script files... |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Todd C. Miller | Add check for regcomp |
commit | commitdiff | tree | snapshot |
2009-08-23 |
Todd C. Miller | Add support for selecting by pattern and tty when listing. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Todd C. Miller | The beginnings of a list mode. |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Todd C. Miller | fix pasto |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Todd C. Miller | Add scaffolding for building sudoreplay |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Todd C. Miller | include error.h |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Todd C. Miller | Initial cut at sudoreplay; replay a sudo session. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Fix wait() usage and use correct wait status. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Add protos for term_* to sudo.h |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Fix detection of the child process exiting. Since... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Add UNIX98 pty support. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Todd C. Miller | Add UNIX98 pty support. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | For raw mode, don't bother clearing BRKINT or PARMRK... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | Set PAM_RUSER and PAM_RHOST early so they can be used... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | Close dir before returning if strlcpy() reports overflow. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | On Linux, the openpty proto libes in pty.h |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Todd C. Miller | Call vhangup on exit if the system has it |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Todd C. Miller | Add checks for revoke and vhangup if we don't have... |
commit | commitdiff | tree | snapshot |
next |