From owner-cvs-all Fri Apr 3 11:54:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06471 for cvs-all-outgoing; Fri, 3 Apr 1998 11:54:14 -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 LAA06404; Fri, 3 Apr 1998 11:54:09 -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 LAA05898; Fri, 3 Apr 1998 11:26:32 -0800 (PST) Date: Fri, 3 Apr 1998 11:26:32 -0800 (PST) Message-Id: <199804031926.LAA05898@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h chap.c chap.h command.c datalink.c lcp.c modem.c pap.c ppp.8 prompt.c vars.c vars.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/04/03 11:26:32 PST Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h chap.c chap.h command.c datalink.c lcp.c modem.c pap.c ppp.8 prompt.c vars.c vars.h Log: o Move VarMSChap into struct chap, and remove `set encrypt' option. We never ask a client for MSChap when we've got chap `enabled', and we dynamically answer using MSChap if the peer demands it. o Remove all of the bundle2*() series of functions except bundle2datalink() as they're too expensive. The only calls to bundle2datalink() are made from command.c when determining context. o Write to the correct modem in term mode, and check the return value, dropping back to command mode if the write fails. Cosmetic: Make the PPP COMMAND LIST section of the man page prettier, better and more consistent. Alphabeticalise all command lists and document missing commands. Revision Changes Path 1.1.2.37 +4 -32 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.25 +1 -5 src/usr.sbin/ppp/Attic/bundle.h 1.28.2.21 +14 -16 src/usr.sbin/ppp/chap.c 1.9.2.4 +2 -1 src/usr.sbin/ppp/chap.h 1.131.2.51 +15 -30 src/usr.sbin/ppp/command.c 1.1.2.32 +5 -1 src/usr.sbin/ppp/Attic/datalink.c 1.55.2.38 +4 -14 src/usr.sbin/ppp/lcp.c 1.77.2.44 +2 -2 src/usr.sbin/ppp/modem.c 1.20.2.22 +12 -13 src/usr.sbin/ppp/pap.c 1.97.2.12 +297 -281 src/usr.sbin/ppp/ppp.8 1.1.2.19 +10 -5 src/usr.sbin/ppp/Attic/prompt.c 1.45.2.24 +6 -5 src/usr.sbin/ppp/vars.c 1.42.2.21 +8 -11 src/usr.sbin/ppp/vars.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message