*  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * Written March 1993 by Branko Lankester
 * Modified June 1993 by Colin Plumb for altered md5.c.
 * Modified August 2005 by Blair Campbell for FreeDOS project and enhanced features
 * Modified September 2005 by Blair Campbell for bugfixes, recursing, LFNs, and SHA-1 support,
 * relicenced under GPL
 *
 * Version History:
 * 1.0 First release by Blair Campbell with binary mode as default and a text mode switch
 * 2.0 Added wildcard support, support for - and / switches, removed getopt, kitten translation
 * 3.0 Added LFN support, SHA-1 support, a recursive option, added support for @file lists,
 *     CRC-32 checksumming, max recursion levels, Turbo C support, Pacific C support,
 *     and fixed many discovered bugs
 *
 * Todo list/Wishes:
 * Add CRC(16/32) checksum support - Partially done - CRC-32 checksumming is done
 * Add RMD-160 support, may or may not do - Partially done, but not functional and will not be
 * part of an official release
 * Port to DJGPP
 *
 * Known Bugs:
 * In recursive and lfn modes, it seems to stop searching after a set amount of files