Todd C. Miller
6c3d20cb41
Convert PVS-Studio comment to ANSI C.
2018-10-26 08:39:09 -06:00
Todd C. Miller
019279a4b8
Fix some mangled text in the license block.
2018-10-26 08:19:41 -06:00
Todd C. Miller
64e5d34c57
Add comments in .c files so PVS-Studio will check them.
2018-10-21 08:46:05 -06:00
Todd C. Miller
d0d413d077
Cast version to int when printing. Avoids a cppcheck warning.
2018-02-10 04:00:17 -07:00
Todd C. Miller
f7896025ea
treat uid as unsigned in error message
2018-01-15 10:29:38 -07:00
Todd C. Miller
a47f47967c
Convert from mono time to real time before displaying time stamps.
2018-01-12 11:03:22 -07:00
Todd C. Miller
ff5ac3ef0e
Add tsdump, a simple utility to dump a timestamp file. To build,
...
run "make tsdump" in the plugins/sudoers directory (it is not built
by default). In order to map the tty device number to a name,
sudo_ttyname_dev() has been moved into libsudo_util.
2018-01-11 10:49:20 -07:00