From owner-cvs-all Thu Feb 12 21:10:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA22728 for cvs-all-outgoing; Thu, 12 Feb 1998 21:10:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA22721; Thu, 12 Feb 1998 21:10:44 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA27624; Thu, 12 Feb 1998 21:10:30 -0800 (PST) Date: Thu, 12 Feb 1998 21:10:30 -0800 (PST) Message-Id: <199802130510.VAA27624@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp auth.c chat.c chat.h command.c descriptor.h main.c main.h modem.c modem.h physical.c physical.h prompt.c server.c vars.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/02/12 21:10:29 PST Modified files: (Branch: MP) usr.sbin/ppp auth.c chat.c chat.h command.c descriptor.h main.c main.h modem.c modem.h physical.c physical.h prompt.c server.c vars.c Log: Update to version 2.0-beta Allow for NULL fd_sets in descriptor_UpdateSet() Reimplement the entire chat module, creating `struct chat' - a `type' of struct descriptor. Remove CARRIER logging. CONNECT logging now only logs "CONNECT" lines. CHAT logging masks it with an entire log of the conversation. Modem dialing is now asynchronous, including pauses and timeouts :-) The hooks in DoLoop() in main.c are *very* messy ! I'll have to rewrite DoLoop fairly soon, so I don't care too much for the moment. This code is pretty raw. Revision Changes Path 1.27.2.8 +4 -4 src/usr.sbin/ppp/auth.c 1.44.2.7 +453 -388 src/usr.sbin/ppp/chat.c 1.9.2.2 +69 -23 src/usr.sbin/ppp/chat.h 1.131.2.16 +8 -20 src/usr.sbin/ppp/command.c 1.1.2.5 +2 -1 src/usr.sbin/ppp/Attic/descriptor.h 1.121.2.21 +72 -40 src/usr.sbin/ppp/main.c 1.9.2.5 +3 -1 src/usr.sbin/ppp/main.h 1.77.2.15 +33 -55 src/usr.sbin/ppp/modem.c 1.16.2.6 +2 -2 src/usr.sbin/ppp/modem.h 1.1.2.8 +17 -12 src/usr.sbin/ppp/Attic/physical.c 1.1.2.8 +3 -2 src/usr.sbin/ppp/Attic/physical.h 1.1.2.2 +13 -6 src/usr.sbin/ppp/Attic/prompt.c 1.16.2.5 +2 -2 src/usr.sbin/ppp/server.c 1.45.2.7 +3 -3 src/usr.sbin/ppp/vars.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message