From owner-cvs-all Tue May 14 5:56: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E40237B404; Tue, 14 May 2002 05:55:50 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ECtnV44634; Tue, 14 May 2002 05:55:49 -0700 (PDT) (envelope-from brian) Message-Id: <200205141255.g4ECtnV44634@freefall.freebsd.org> From: Brian Somers Date: Tue, 14 May 2002 05:55:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp atm.c auth.c cbcp.c ccp.c chap.c chat.c command.c datalink.c deflate.c defs.c ether.c exec.c filter.c fsm.c i4b.c iface.c ip.c lcp.c lqr.c main.c mp.c mppe.c ncp.c ncpaddr.c netgraph.c pap.c physical.c physical.h prompt.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brian 2002/05/14 05:55:49 PDT Modified files: usr.sbin/ppp atm.c auth.c cbcp.c ccp.c chap.c chat.c command.c datalink.c deflate.c defs.c ether.c exec.c filter.c fsm.c i4b.c iface.c ip.c lcp.c lqr.c main.c mp.c mppe.c ncp.c ncpaddr.c netgraph.c pap.c physical.c physical.h prompt.c radius.c route.c server.c sig.c slcompress.c systems.c tcp.c tcpmss.c timer.c tty.c tun.c udp.c vjcomp.c Log: o Clean up some #includes o Bump version number to 3.0.4 o When talking to a RADIUS server, provide a NAS-Port-Type. When the NAS-Port-Type is Ethernet, provide a NAS-Port value equal to the SESSIONID from the environment in direct mode or the NGM_PPPOE_SESSIONID message in other modes. If no SESSIONID is found, default to the interface index in client mode or zero in server mode. When the NAS-Port-Type is ISDN, set the NAS-Port to the minor number of the physical device (ie, the N in /dev/i4brbchN). This makes it easier for the RADIUS server to identify the client WRT accounting data etc. Prompted by: lsz8425 Revision Changes Path 1.8 +1 -0 src/usr.sbin/ppp/atm.c 1.55 +0 -1 src/usr.sbin/ppp/auth.c 1.21 +4 -1 src/usr.sbin/ppp/cbcp.c 1.72 +0 -1 src/usr.sbin/ppp/ccp.c 1.78 +0 -1 src/usr.sbin/ppp/chap.c 1.77 +0 -1 src/usr.sbin/ppp/chat.c 1.286 +1 -2 src/usr.sbin/ppp/command.c 1.71 +0 -1 src/usr.sbin/ppp/datalink.c 1.24 +0 -5 src/usr.sbin/ppp/deflate.c 1.47 +0 -1 src/usr.sbin/ppp/defs.c 1.25 +43 -4 src/usr.sbin/ppp/ether.c 1.28 +1 -0 src/usr.sbin/ppp/exec.c 1.50 +2 -4 src/usr.sbin/ppp/filter.c 1.65 +0 -1 src/usr.sbin/ppp/fsm.c 1.14 +14 -1 src/usr.sbin/ppp/i4b.c 1.32 +0 -2 src/usr.sbin/ppp/iface.c 1.98 +1 -3 src/usr.sbin/ppp/ip.c 1.103 +0 -1 src/usr.sbin/ppp/lcp.c 1.44 +4 -0 src/usr.sbin/ppp/lqr.c 1.187 +0 -2 src/usr.sbin/ppp/main.c 1.52 +0 -1 src/usr.sbin/ppp/mp.c 1.21 +0 -6 src/usr.sbin/ppp/mppe.c 1.4 +1 -15 src/usr.sbin/ppp/ncp.c 1.7 +0 -10 src/usr.sbin/ppp/ncpaddr.c 1.3 +1 -0 src/usr.sbin/ppp/netgraph.c 1.48 +0 -1 src/usr.sbin/ppp/pap.c 1.49 +9 -4 src/usr.sbin/ppp/physical.c 1.26 +2 -0 src/usr.sbin/ppp/physical.h 1.27 +1 -2 src/usr.sbin/ppp/prompt.c 1.26 +49 -43 src/usr.sbin/ppp/radius.c 1.89 +12 -13 src/usr.sbin/ppp/route.c 1.41 +0 -2 src/usr.sbin/ppp/server.c 1.17 +1 -3 src/usr.sbin/ppp/sig.c 1.34 +1 -2 src/usr.sbin/ppp/slcompress.c 1.67 +0 -1 src/usr.sbin/ppp/systems.c 1.17 +1 -0 src/usr.sbin/ppp/tcp.c 1.5 +1 -2 src/usr.sbin/ppp/tcpmss.c 1.43 +1 -2 src/usr.sbin/ppp/timer.c 1.29 +20 -1 src/usr.sbin/ppp/tty.c 1.27 +0 -1 src/usr.sbin/ppp/tun.c 1.18 +1 -0 src/usr.sbin/ppp/udp.c 1.39 +0 -1 src/usr.sbin/ppp/vjcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message