| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support spaces in host name (i.e. for mosh).HEADmaster | 2012-10-19 | 1 | -2/+6 | |
| | | |||||
| * | Update copyright. | 2012-10-19 | 1 | -1/+1 | |
| | | |||||
| * | Support ipv6. | 2012-10-19 | 1 | -19/+18 | |
| | | |||||
| * | Ricer flags\! | 2011-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Build optimized and suppress warning on write error. | 2011-02-10 | 2 | -2/+5 | |
| | | |||||
| * | Add rudimentry host filter. | 2011-02-10 | 1 | -0/+6 | |
| | | |||||
| * | Standardize help text. | 2011-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Add copyrights to version string. | 2011-02-10 | 1 | -0/+2 | |
| | | |||||
| * | Also tokenize on new line. | 2011-02-10 | 1 | -2/+2 | |
| | | |||||
| * | Protect against buffer overflows. | 2011-02-10 | 1 | -10/+19 | |
| | | |||||
| * | Make sure we don't write too much into ip string. | 2011-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Accept output file and write error messages to stderr. | 2011-02-10 | 1 | -14/+29 | |
| | | |||||
| * | I love camel casing, but looks like we're goin' gnu style. Bummer. | 2011-02-10 | 1 | -9/+9 | |
| | | |||||
| * | Clean up style. Clean up makefile. | 2011-02-10 | 2 | -38/+38 | |
| | | |||||
| * | Compile on 32bit. | 2011-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Style. | 2011-02-10 | 1 | -5/+5 | |
| | | |||||
| * | Give location of system wtmp and utmp in help. | 2011-02-10 | 1 | -1/+4 | |
| | | |||||
| * | Starting at 0.1. | 2011-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Saftey considerations. | 2011-02-10 | 1 | -3/+3 | |
| | | |||||
| * | Write to start of array, not first char. | 2011-02-10 | 1 | -3/+3 | |
| | | |||||
| * | Add copyright header. | 2011-02-10 | 1 | -0/+5 | |
| | | |||||
| * | Return 0 at the end. | 2011-02-10 | 1 | -0/+2 | |
| | | |||||
| * | Alignment. | 2011-02-10 | 1 | -4/+4 | |
| | | |||||
| * | Add TODO entries. | 2011-02-10 | 1 | -0/+3 | |
| | | |||||
| * | Do our own tokenization so that we can get blank tokens. | 2011-02-10 | 1 | -21/+38 | |
| | | |||||
| * | I am a grammar nazi, evidently. | 2011-02-10 | 1 | -1/+1 | |
| | | |||||
| * | Add warning comment about needing to subtract one. | 2011-02-10 | 1 | -0/+1 | |
| | | |||||
| * | Use proper scanf string size specfiers. | 2011-02-10 | 1 | -6/+10 | |
| | | |||||
| * | Add warning about how it's broken. | 2011-02-10 | 1 | -0/+1 | |
| | | |||||
| * | Ascii zero is more accurate than null for auto detection. | 2011-02-10 | 1 | -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. | 2011-02-10 | 1 | -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. | 2011-02-10 | 1 | -65/+43 | |
| | | |||||
| * | Add command line parsing, usage and buggy text to binary support. | 2011-02-10 | 2 | -2/+175 | |
| | | | | | Also enable debug symbols at build time. | ||||
| * | Forgot semicolon. | 2011-02-09 | 1 | -1/+1 | |
| | | |||||
| * | Print IP addresses and do proper formatting for int32_t. | 2011-02-09 | 1 | -2/+13 | |
| | | |||||
| * | Rename to utmpr. | 2011-02-09 | 2 | -2/+2 | |
| | | |||||
| * | Dump all the info in the struct, seperated by tab. | 2011-02-09 | 1 | -1/+10 | |
| | | |||||
| * | Add minimal makefile. | 2011-02-09 | 1 | -0/+3 | |
| | | |||||
| * | Add initial tester program. | 2011-02-09 | 1 | -0/+11 | |
