-/*----- Revision history --------------------------------------------------*
- *
- * $Log: check.c,v $
- * Revision 1.12 2003/11/29 23:39:16 mdw
- * Debianization.
- *
- * Revision 1.11 2003/10/12 00:14:55 mdw
- * Major overhaul. Now uses DSA signatures rather than the bogus symmetric
- * encrypt-and-hope thing. Integrated with mLib and Catacomb.
- *
- * Revision 1.10 1999/05/04 16:17:12 mdw
- * Change to header file name for parser. See log for `parse.h' for
- * details.
- *
- * Revision 1.9 1998/06/19 13:48:16 mdw
- * Set close-on-exec flag for UDP socket.
- *
- * Revision 1.8 1998/06/18 15:10:44 mdw
- * SECURITY HOLE: the file descriptor for the secret key was left open and
- * inherited by the target process. This is now fixed. Also set
- * close-on-exec flags on key file, close config file carefully, and close
- * UDP socket after receiving reply from server.
- *
- * Revision 1.7 1998/04/23 13:22:08 mdw
- * Support no-network configuration option, and new interface to
- * configuration file parser.
- *
- * Revision 1.6 1998/01/12 16:45:47 mdw
- * Fix copyright date.
- *
- * Revision 1.5 1997/09/26 09:14:58 mdw
- * Merged blowfish branch into trunk.
- *
- * Revision 1.4.2.1 1997/09/26 09:08:01 mdw
- * Use the Blowfish encryption algorithm instead of IDEA. This is partly
- * because I prefer Blowfish (without any particularly strong evidence) but
- * mainly because IDEA is patented and Blowfish isn't.
- *
- * Revision 1.4 1997/08/07 09:52:05 mdw
- * (Log entry for previous version is bogus.) Added support for multiple
- * servers.
- *
- * Revision 1.2 1997/08/04 10:24:20 mdw
- * Sources placed under CVS control.
- *
- * Revision 1.1 1997/07/21 13:47:53 mdw
- * Initial revision
- *
- */
-