]>
git.scottworley.com Git - keystroke-timestamps/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Scott Worley [Sat, 31 May 2014 18:04:37 +0000 (11:04 -0700)]
Allow the log file to be specified as an argument
Scott Worley [Fri, 4 Apr 2014 08:38:20 +0000 (01:38 -0700)]
Don't copy the device argument
http://www.gnu.org/software/libc/manual/html_node/Using-Getopt.html
says this is ok.
Scott Worley [Fri, 4 Apr 2014 08:18:12 +0000 (01:18 -0700)]
Merge branch 'master' of https://github.com/chkno/keystroke-timestamps
Scott Worley [Thu, 26 Dec 2013 09:03:53 +0000 (01:03 -0800)]
Use a glob as the default --device: *kbd*
Scott Worley [Thu, 26 Dec 2013 09:03:25 +0000 (01:03 -0800)]
Glob-expand --device
Scott Worley [Thu, 26 Dec 2013 08:47:47 +0000 (00:47 -0800)]
Use the file descriptors from select
Scott Worley [Thu, 26 Dec 2013 08:44:55 +0000 (00:44 -0800)]
Make EOF fatal
Scott Worley [Thu, 26 Dec 2013 08:34:45 +0000 (00:34 -0800)]
Use select() to wait for data
In preparation for handling multiple inputs.
Scott Worley [Thu, 26 Dec 2013 07:55:28 +0000 (23:55 -0800)]
Print usec timestamps correctly
Don't drop zeros following the decimal point.
Scott Worley [Thu, 26 Dec 2013 07:54:06 +0000 (23:54 -0800)]
Specify keyboard device as an option
Scott Worley [Thu, 26 Dec 2013 07:17:28 +0000 (23:17 -0800)]
Parse options with getopt instead of strcmp
Scott Worley [Fri, 20 Sep 2013 15:33:31 +0000 (08:33 -0700)]
Add a script to show gaps
Scott Worley [Thu, 5 Sep 2013 07:58:13 +0000 (00:58 -0700)]
An example consumer of keystroke timing data
Scott Worley [Thu, 5 Sep 2013 05:06:29 +0000 (22:06 -0700)]
Only print to-the-second resolution by default.
Put microseconds behind a flag.
This makes it harder to do timing analysis on the log file to try to
turn this into a keylogger.
(More precise timing information is still available to an on-line attack
by watching the flush timings or by watching the CPU usage and run state
of the process.)
Scott Worley [Thu, 5 Sep 2013 05:03:40 +0000 (22:03 -0700)]
Sort includes
Scott Worley [Wed, 4 Sep 2013 18:04:58 +0000 (11:04 -0700)]
Add proper error reporting for open failures
Scott Worley [Wed, 4 Sep 2013 18:04:37 +0000 (11:04 -0700)]
Initial version