From owner-freebsd-current Thu Apr 11 08:57:06 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA20802 for current-outgoing; Thu, 11 Apr 1996 08:57:06 -0700 (PDT) Received: from mail.think.com (Mail1.Think.COM [131.239.33.245]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA20797 for ; Thu, 11 Apr 1996 08:56:54 -0700 (PDT) Received: from Early-Bird-1.Think.COM by mail.think.com; Thu, 11 Apr 96 11:56:42 -0400 Received: from compound.think.com ([206.10.99.158]) by Early-Bird.Think.COM; Thu, 11 Apr 96 11:56:37 EDT Received: (from alk@localhost) by compound.think.com (8.7.5/8.6.112) id KAA25180; Thu, 11 Apr 1996 10:57:43 -0500 (CDT) Date: Thu, 11 Apr 1996 10:57:43 -0500 (CDT) Message-Id: <199604111557.KAA25180@compound.think.com> From: Tony Kimball To: current@freefall.freebsd.org Subject: CVS version Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk CVS 1.7 substantially improves client/server support. I had to make one trivial mod in order to make the AUTH_{CLIENT,SERVER}_SUPPORT work without dumping, but it is now solid as a rock, despite my callous disregard for the comments. I've been using it daily for a month sans glitch. *** login.c Sun Mar 17 04:30:51 1996 --- login.c.~1~ Sun Dec 31 10:20:25 1995 *************** *** 208,215 **** linebuf = (char *) NULL; } } - fclose (fp); } if (already_entered) --- 208,215 ---- linebuf = (char *) NULL; } } } + fclose (fp); if (already_entered) *** options.h Sun Mar 17 04:05:20 1996 --- options.h.~1~ Sun Mar 17 03:59:36 1996 *************** *** 247,256 **** * define either of these unless you're testing them, in which case * you're me and you already know that. */ ! #define AUTH_CLIENT_SUPPORT 1 ! #define AUTH_SERVER_SUPPORT 1 ! /* If you are working with a large remote repository and a 'cvs checkout' is * swamping your network and memory, define these to enable flow control. * You will end up with even less guarantees of a consistant checkout, * but that may be better than no checkout at all. The master server process --- 247,257 ---- * define either of these unless you're testing them, in which case * you're me and you already know that. */ ! /* #define AUTH_CLIENT_SUPPORT 1 */ ! /* #define AUTH_SERVER_SUPPORT 1 */ ! /* ! * If you are working with a large remote repository and a 'cvs checkout' is * swamping your network and memory, define these to enable flow control. * You will end up with even less guarantees of a consistant checkout, * but that may be better than no checkout at all. The master server process