X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/547dc0e8658f6a734abcbb0a802e39ae6f6f52a2..4166ea7c41cac762e5e318567a4f993d8442d0a7:/identify.c diff --git a/identify.c b/identify.c index 34cb545..092e776 100644 --- a/identify.c +++ b/identify.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: identify.c,v 1.10 2003/11/29 22:15:19 mdw Exp $ + * $Id: identify.c,v 1.11 2004/04/08 01:36:25 mdw Exp $ * * Identifies and logs the client of a connection * @@ -26,41 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: identify.c,v $ - * Revision 1.10 2003/11/29 22:15:19 mdw - * And a typo fix. - * - * Revision 1.9 2003/11/29 22:13:43 mdw - * Fix bug in identification timout handling. - * - * Revision 1.8 2003/11/29 20:36:07 mdw - * Privileged outgoing connections. - * - * Revision 1.7 2002/02/22 23:43:32 mdw - * Call @xfree@ rather than @free@. - * - * Revision 1.6 2001/06/22 19:36:49 mdw - * Enlarge the identity buffer. - * - * Revision 1.5 1999/10/10 16:45:34 mdw - * Modified to use new mLib resolver and ident client. - * - * Revision 1.4 1999/07/27 18:30:53 mdw - * Various minor portability fixes. - * - * Revision 1.3 1999/07/26 23:26:21 mdw - * Minor modifications for new design. - * - * Revision 1.2 1999/07/03 13:56:59 mdw - * Log connections to syslog or stderr as appropriate. - * - * Revision 1.1.1.1 1999/07/01 08:56:23 mdw - * Initial revision. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "config.h"