From owner-cvs-usrsbin Sun Jan 4 17:41:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA16349 for cvs-usrsbin-outgoing; Sun, 4 Jan 1998 17:41:10 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA16307; Sun, 4 Jan 1998 17:40:38 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA09365; Sun, 4 Jan 1998 17:35:22 -0800 (PST) Date: Sun, 4 Jan 1998 17:35:22 -0800 (PST) Message-Id: <199801050135.RAA09365@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 command.c ipcp.c ipcp.h ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/04 17:35:22 PST Modified files: usr.sbin/ppp auth.c command.c ipcp.c ipcp.h ppp.8 Log: o Allow the use of HISADDR as the first arg to "add". o Allow a forth argument in ppp.secret, specifying a new label. This gives control over which section of ppp.link{up,down} is used based on the authenticated user. o Support random address ranges in ppp.secret (not just in ppp.conf). o Add a AUTHENTICATING INCOMING CONNECTIONS section to the man page. o Add a bit more about DEFLATE in the man page. o Fix the incorrect "you must specify a password in interactive mode" bit of the manual. o Space things in the man page consistently. o Be more precice about where you can use MYADDR, HISADDR and INTERFACE in the "add" command documentation. Revision Changes Path 1.26 +16 -22 src/usr.sbin/ppp/auth.c 1.125 +10 -25 src/usr.sbin/ppp/command.c 1.47 +38 -1 src/usr.sbin/ppp/ipcp.c 1.16 +3 -2 src/usr.sbin/ppp/ipcp.h 1.94 +122 -35 src/usr.sbin/ppp/ppp.8