- renamed man pages
* Added additional functionality to xor. This tool will be installed with
several names to change its core action, while retaining its overall
functionality. Currently, the following actions have been included:
- xor
- rot (bitwise rotate)
- rol (bytewise rotate)
- caesar (Caesar's cipher)
* Added a summary man page (netre-tools.mdoc). This man page will be a sort of
menu for users to find all of the tools included in the toolkit. Suggested
by cashmoney.
* Added additional code in Makefile.am to detect GCC and to handle debug
util hexdump, which is normally symlinked as hd
renamed: pyesc.c -> repr.c, mainly because pyesc reads as "pie-c" to me and the
program is supposed to act like Python's repr(). I figure if you're
looking for a command-line repr(), you probably know what repr is.