Todd C. Miller
5087f68853
sudoreplay does not parse sudoers to find the value of iolog_dir.
...
The default value for the I/O log directory is set at build time.
2021-05-26 08:10:22 -06:00
Todd C. Miller
452be1a4c5
Add a follow option (-F) to support replaying a live session.
...
By default, sudoreplay will exit when it reaches the end of the
timing file. With the -F option, it will keep going until the
timing file is finished and its write bit is cleared.
2020-05-18 14:27:47 -06:00
Todd C. Miller
056173e572
Parse I/O JSON info file in JSON if present.
...
The JSON version includes more information than the original "log"
file in the I/O log dir.
2020-03-29 05:05:08 -06:00
Todd C. Miller
9eeedb470f
If the sudoreplay ID option is a fully-qualified path, use it directly.
...
Previously, one had to use the -d option to override the I/O log directory.
2019-08-27 13:40:38 -06:00
Todd C. Miller
1e1ef61902
Add SPDX-License-Identifier to files.
2019-04-29 07:21:51 -06:00
Todd C. Miller
b8ba372227
Fix section in the .TH line of *.man.in file.
...
The substitution for @mansectsu@ and @mansectform@ was broken.
No longer need to strip out OpenBSD from the header line.
2018-11-27 13:15:08 -07:00
Todd C. Miller
019279a4b8
Fix some mangled text in the license block.
2018-10-26 08:19:41 -06:00
Todd C. Miller
dd6a6e4013
Fix problems found by igor. Bug #854
2018-10-06 06:00:56 -06:00
Todd C. Miller
a71eb86a71
Add new -S option to sleep while the command was suspended.
...
The default behavior is now to not consider the time the command
was suspended as part of the normal inter-event delay.
2018-10-05 14:48:35 -06:00
Todd C. Miller
3dd7d96933
Fix some more typos.
2018-04-18 14:25:11 -06:00
Todd C. Miller
43ea752ded
Update copyright year and regen man pages.
2018-04-15 16:43:06 -06:00
Todd C. Miller
1cb5ab8b9c
Make "sudoreplay -m 0" skip the pauses entirely.
2018-03-08 07:53:29 -07:00
Todd C. Miller
0ffd23945f
Document that a negative value for -m will elmininate the pauses.
2018-03-08 06:22:21 -07:00
Todd C. Miller
48fba3c2cc
update my email to Todd.Miller@sudo.ws
2017-12-03 17:53:40 -07:00
Todd C. Miller
9a76678317
Allow sudoreplay to adjust the window size on xterm-like terminals.
2017-07-13 11:20:45 -06:00
Todd C. Miller
cb1f044017
Allow stdin and ttyin to be displayed too. The only one that is
...
really useful in sudoreplay is stdin when input is from a pipe.
2016-11-30 13:38:01 -07:00
Todd C. Miller
ea44d3757e
For "sudoreplay -l", not all predicates may be shortened to a single
...
character. Both 'c' and 't' have more than one possibility.
2016-05-04 16:44:52 -06:00
Todd C. Miller
79be007bd6
Use https in urls.
2015-11-20 10:36:53 -07:00
Todd C. Miller
cd669526e5
Fix "mandoc -Tlint" warnings.
...
Sync AUTHORS section in man pages.
Regenerate all man pages.
2015-03-22 13:09:26 -06:00
Todd C. Miller
a3435e7d12
Require POSIX regular expression support for sudoreplay.
2015-02-05 11:16:06 -07:00
Todd C. Miller
b1dc5c54d8
Remove the extra /sudo in sudo.ws urls
2014-12-04 17:00:38 -07:00
Todd C. Miller
9d3fe082fc
Reference bugzilla.sudo.ws
2014-11-27 09:51:06 -07:00
Todd C. Miller
328429832d
Mention sudo.conf use for debugging
2014-11-11 14:15:47 -07:00
Todd C. Miller
0ec92dae81
regen
2014-02-15 15:18:34 -07:00
Todd C. Miller
f4cd08ef63
If the user presses <return> or <enter> in sudoreplay, skip to the
...
next event. Useful for skipping past long pauses in the data.
2013-10-28 17:01:23 -06:00
Todd C. Miller
d197e42d4b
Mention that relative times don't always do what you might expect.
2013-09-18 11:48:07 -06:00
Todd C. Miller
8b1d645534
Simplify usage messages a bit and make --help output more closely
...
resemble GNU usage wrt long options. Sync usage and man page
SYNOPSYS sections and improve long options in the manual pages.
Now that we have long options we don't need to give the mnemonic
for the single-character options in the description.
2013-08-14 10:30:51 -06:00
Todd C. Miller
39575aecf2
Long option support for visudo and sudoreplay.
2013-07-19 09:42:25 -06:00
Todd C. Miller
7ab68a35d8
Correct last change date
2013-04-24 11:14:06 -04:00
Todd C. Miller
5debfeeaf7
Fix typos
2013-02-05 16:10:16 -05:00
Todd C. Miller
50eae1c227
Remove OPTIONS section; options now go inside DESCRIPTION
2012-08-10 15:23:41 -04:00
Todd C. Miller
37cfbc8eaa
Use "Sudo VERSION" as the 4th arg to .TH instead of just "VERSION"
2012-08-01 10:54:09 -04:00
Todd C. Miller
d29991f41b
Regen .man.in files with my private mandoc.
2012-07-25 10:34:20 -04:00
Todd C. Miller
a06f7540f7
Regen .man.in files with hacked mandoc to avoid issues with historic
...
nroff.
2012-07-20 14:28:41 -04:00
Todd C. Miller
90f2cfa589
Build .man.in and .cat files from .mdoc.in files.
...
Add new --with-man and --with-mdoc configure options.
2012-07-19 13:41:14 -04:00
Todd C. Miller
c5b374fac6
More minor costmetic fixes.
2012-07-18 09:16:09 -04:00
Todd C. Miller
2e36b1ef2b
Regen for sudo 1.8.6
2012-06-29 16:11:27 -04:00
Todd C. Miller
b3f750b754
Clarify what "sudoreplay -l" displays and mention that it is sorted.
2012-04-16 11:45:29 -04:00
Todd C. Miller
b61c0ab473
regen
2012-03-14 14:20:16 -04:00
Todd C. Miller
74c4252c1b
1.8.0rc1
2011-02-21 13:36:24 -05:00
Todd C. Miller
6983d782c1
regen
2011-02-16 12:22:38 -05:00
Todd C. Miller
7f277d1558
Bump version to 1.8.0b4
2011-02-03 14:26:58 -05:00
Todd C. Miller
e3cd512bfa
regen
2010-12-27 14:45:13 -05:00
Todd C. Miller
1025a2ec06
Add -f (filter) option to sudoreplay to allow certain streams to
...
be replayed and others ignored.
2010-06-15 16:11:25 -04:00
Todd C. Miller
ec77318e32
Leave rules to build .man.in and .cat files uncommented but only make
...
them part of the "all" rule in devel mode.
Generate .cat files directly from .man.in instead of .man using default
values in configure.in
2010-06-11 18:34:24 -04:00
Todd C. Miller
4230d8562f
Update docs to match sudoers I/O logging changes
2010-05-30 10:57:14 -04:00
Todd C. Miller
807d1313a5
Use numeric registers to handle conditionals instead of trying
...
to do it all with text processing.
2010-05-25 16:13:04 -04:00
Todd C. Miller
e90fa482f9
Rework source layout in preparation for modular sudo.
2010-02-20 09:14:01 -05:00