]> granicus.if.org Git - sudo/shortlog
sudo
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.
2009-09-18 Todd C. MillerUse getline() if the system has it, else use provide...
2009-09-18 Todd C. MillerRefactor code to update output and timing files.
2009-09-17 Todd C. MillerMake sudo_getln() behave more like glibc getline.
2009-09-17 Todd C. MillerWhen flushing remaining output, also update timing...
2009-09-17 Todd C. MillerUse get_timestr() and make the -l output look like...
2009-09-17 Todd C. MillerMake get_timestr() take a time_t so we can use it prope...
2009-09-17 Todd C. MillerCreate session dir earlier now that we update the seq...
2009-09-16 Todd C. MillerUse fromdate and todate as the keywords instead of...
2009-09-16 Todd C. MillerFix reading long liensin sudo_getln()
2009-09-16 Todd C. MillerLog the cwd in the script log file.
2009-09-16 Todd C. MillerMove get_timestr() into its own source file so sudorepl...
2009-09-15 Todd C. MillerAdd to and from perdicates (date ranges); needs documen...
2009-09-14 Todd C. MillerFix warning and add generated getdate.c
2009-09-14 Todd C. MillerAdd getdate.y to be used for sudoreplay date parsing.
2009-09-13 Todd C. MillerCheck more than just the first character of a predicate
2009-09-13 Todd C. MillerAdd examples, sort predicates
2009-09-13 Todd C. MillerImplement search expressions in sudoreplay similar...
2009-09-07 Todd C. MillerRemove vhangup as it was hanging up the wrong tty....
2009-09-07 Todd C. MillerFix cut at documenting transcript support.
2009-09-07 Todd C. MillerID= -> TSID= for transcript ID
2009-09-06 Todd C. MillerMove fast_glob description to where it belongs in sorte...
2009-09-06 Todd C. MillerRename script -> transcript
2009-09-03 Todd C. MillerAdd timeradd and timersub for those without them
2009-09-03 Todd C. MillerSanity check sessid before using it.
2009-09-03 Todd C. MillerOnly set the session id if we are running a command...
2009-09-03 Todd C. MillerActually. qsort is fine since most versions fal back...
2009-09-03 Todd C. MillerCheck for dup2 and use dup instead if we don't have it.
2009-09-03 Todd C. MillerMove the code to dup2 the script fds to low numbered...
2009-09-03 Todd C. MillerMove script_setup() back to immediately before we drop...
2009-09-01 Todd C. MillerInstall sudoreplay
2009-09-01 Todd C. Millerremove unused variable
2009-08-30 Todd C. MillerLog the session ID, if there is one. Currently logs...
2009-08-30 Todd C. MillerAdd sudoreplay docs
2009-08-30 Todd C. Milleradd -V (version) flag
2009-08-30 Todd C. MillerHook up max_wait.
2009-08-30 Todd C. MillerUse base36 number for the ID and store script files...
2009-08-23 Todd C. MillerAdd check for regcomp
2009-08-23 Todd C. MillerAdd support for selecting by pattern and tty when listing.
2009-08-17 Todd C. MillerThe beginnings of a list mode.
2009-08-16 Todd C. Millerfix pasto
2009-08-16 Todd C. MillerAdd scaffolding for building sudoreplay
2009-08-16 Todd C. Millerinclude error.h
2009-08-16 Todd C. MillerInitial cut at sudoreplay; replay a sudo session.
2009-08-08 Todd C. MillerFix wait() usage and use correct wait status.
2009-08-08 Todd C. MillerAdd protos for term_* to sudo.h
2009-08-08 Todd C. MillerFix detection of the child process exiting. Since...
2009-08-08 Todd C. MillerAdd UNIX98 pty support.
2009-08-08 Todd C. MillerAdd UNIX98 pty support.
2009-08-07 Todd C. MillerFor raw mode, don't bother clearing BRKINT or PARMRK...
2009-08-07 Todd C. MillerSet PAM_RUSER and PAM_RHOST early so they can be used...
2009-08-07 Todd C. MillerClose dir before returning if strlcpy() reports overflow.
2009-08-07 Todd C. MillerOn Linux, the openpty proto libes in pty.h
2009-08-07 Todd C. MillerCall vhangup on exit if the system has it
2009-08-06 Todd C. MillerAdd checks for revoke and vhangup if we don't have...
next