Todd C. Miller
|
fb0fb0380b
|
Fix getline return value check.
|
2009-09-18 01:21:12 +00:00 |
|
Todd C. Miller
|
40114c9ba1
|
Use getline() if the system has it, else use provide our own for sudoreplay.
|
2009-09-18 01:16:56 +00:00 |
|
Todd C. Miller
|
1a537514dc
|
Make sudo_getln() behave more like glibc getline.
|
2009-09-17 10:22:03 +00:00 |
|
Todd C. Miller
|
4421db631f
|
Use get_timestr() and make the -l output look like the regular sudo log.
|
2009-09-17 09:56:04 +00:00 |
|
Todd C. Miller
|
705d230739
|
Use fromdate and todate as the keywords instead of from and to; the short
forms will still be accepted.
|
2009-09-16 13:36:29 +00:00 |
|
Todd C. Miller
|
f2b3a0e6cd
|
Fix reading long liensin sudo_getln()
|
2009-09-16 12:01:32 +00:00 |
|
Todd C. Miller
|
a418f78117
|
Log the cwd in the script log file.
Add sudo_getln() to read arbitrarily long lines.
|
2009-09-16 11:49:40 +00:00 |
|
Todd C. Miller
|
789d716017
|
Add to and from perdicates (date ranges); needs documentation
|
2009-09-15 00:24:43 +00:00 |
|
Todd C. Miller
|
65500fa959
|
Check more than just the first character of a predicate
|
2009-09-13 22:36:34 +00:00 |
|
Todd C. Miller
|
3724c2e900
|
Implement search expressions in sudoreplay similar in concept to
what find or tcpdump uses. TODO: date ranges
|
2009-09-13 22:02:07 +00:00 |
|
Todd C. Miller
|
f798228a7f
|
remove unused variable
|
2009-09-01 19:53:41 +00:00 |
|
Todd C. Miller
|
7ae1dae376
|
add -V (version) flag
|
2009-08-30 14:50:51 +00:00 |
|
Todd C. Miller
|
5dd8fe2fee
|
Hook up max_wait.
|
2009-08-30 14:11:04 +00:00 |
|
Todd C. Miller
|
b9f38b2aca
|
Use base36 number for the ID and store script files with paths like
/var/log/sudo-session/00/00/00{,.tim,.scr}.
This gives us 36^6 (2,176,782,336) unique IDs.
|
2009-08-30 11:22:53 +00:00 |
|
Todd C. Miller
|
9efd18b1bb
|
Add support for selecting by pattern and tty when listing.
|
2009-08-23 13:33:26 +00:00 |
|
Todd C. Miller
|
30cfb7160e
|
The beginnings of a list mode.
|
2009-08-17 14:17:08 +00:00 |
|
Todd C. Miller
|
20ad41f4d8
|
include error.h
first arg to nanotime is const
|
2009-08-16 15:12:16 +00:00 |
|
Todd C. Miller
|
e4be175113
|
Initial cut at sudoreplay; replay a sudo session.
|
2009-08-16 14:58:13 +00:00 |
|