summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support spaces in host name (i.e. for mosh).HEADmasterJason A. Donenfeld2012-10-191-2/+6
* Update copyright.Jason A. Donenfeld2012-10-191-1/+1
* Support ipv6.Jason A. Donenfeld2012-10-191-19/+18
* Ricer flags\!Jason A. Donenfeld2011-02-101-1/+1
* Build optimized and suppress warning on write error.Jason A. Donenfeld2011-02-102-2/+5
* Add rudimentry host filter.Jason A. Donenfeld2011-02-101-0/+6
* Standardize help text.Jason A. Donenfeld2011-02-101-1/+1
* Add copyrights to version string.Jason A. Donenfeld2011-02-101-0/+2
* Also tokenize on new line.Jason A. Donenfeld2011-02-101-2/+2
* Protect against buffer overflows.Jason A. Donenfeld2011-02-101-10/+19
* Make sure we don't write too much into ip string.Jason A. Donenfeld2011-02-101-1/+1
* Accept output file and write error messages to stderr.Jason A. Donenfeld2011-02-101-14/+29
* I love camel casing, but looks like we're goin' gnu style. Bummer.Jason A. Donenfeld2011-02-101-9/+9
* Clean up style. Clean up makefile.Jason A. Donenfeld2011-02-102-38/+38
* Compile on 32bit.Jason A. Donenfeld2011-02-101-1/+1
* Style.Jason A. Donenfeld2011-02-101-5/+5
* Give location of system wtmp and utmp in help.Jason A. Donenfeld2011-02-101-1/+4
* Starting at 0.1.Jason A. Donenfeld2011-02-101-1/+1
* Saftey considerations.Jason A. Donenfeld2011-02-101-3/+3
* Write to start of array, not first char.Jason A. Donenfeld2011-02-101-3/+3
* Add copyright header.Jason A. Donenfeld2011-02-101-0/+5
* Return 0 at the end.Jason A. Donenfeld2011-02-101-0/+2
* Alignment.Jason A. Donenfeld2011-02-101-4/+4
* Add TODO entries.Jason A. Donenfeld2011-02-101-0/+3
* Do our own tokenization so that we can get blank tokens.Jason A. Donenfeld2011-02-101-21/+38
* I am a grammar nazi, evidently.Jason A. Donenfeld2011-02-101-1/+1
* Add warning comment about needing to subtract one.Jason A. Donenfeld2011-02-101-0/+1
* Use proper scanf string size specfiers.Jason A. Donenfeld2011-02-101-6/+10
* Add warning about how it's broken.Jason A. Donenfeld2011-02-101-0/+1
* Ascii zero is more accurate than null for auto detection.Jason A. Donenfeld2011-02-101-2/+2
* Have scanf read directly from file pointer instead of buffering. Only read first char on autodetection and then ungetc it, since stdin can't rewind past 1 character.Jason A. Donenfeld2011-02-101-23/+11
* First round of stylistic cleanups and fix sscanf bug where we were reading into a pointer to the char pointer, instead of what we actually needed.Jason A. Donenfeld2011-02-101-65/+43
* Add command line parsing, usage and buggy text to binary support.Adam Weiss2011-02-102-2/+175
* Forgot semicolon.Jason A. Donenfeld2011-02-091-1/+1
* Print IP addresses and do proper formatting for int32_t.Jason A. Donenfeld2011-02-091-2/+13
* Rename to utmpr.Jason A. Donenfeld2011-02-092-2/+2
* Dump all the info in the struct, seperated by tab.Jason A. Donenfeld2011-02-091-1/+10
* Add minimal makefile.Jason A. Donenfeld2011-02-091-0/+3
* Add initial tester program.Jason A. Donenfeld2011-02-091-0/+11