X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/become/blobdiff_plain/b0f66028a9a17a845590a4fe737a4f5e46f6b778..af4f4d6a77aceba8e2d6f58d15e894df320e7c24:/src/check.c diff --git a/src/check.c b/src/check.c index ed561a7..c899196 100644 --- a/src/check.c +++ b/src/check.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: check.c,v 1.12 2003/11/29 23:39:16 mdw Exp $ + * $Id: check.c,v 1.13 2004/04/08 01:36:20 mdw Exp $ * * Check validity of requests * @@ -26,56 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- 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 - * - */ - /*----- Header files ------------------------------------------------------*/ /* --- ANSI headers --- */