From owner-cvs-all Sat Nov 3 13:45:41 2001 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 7A64237B416; Sat, 3 Nov 2001 13:45:35 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA3LjZ893343; Sat, 3 Nov 2001 13:45:35 -0800 (PST) (envelope-from brian) Message-Id: <200111032145.fA3LjZ893343@freefall.freebsd.org> From: Brian Somers Date: Sat, 3 Nov 2001 13:45:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h chat.c command.c command.h defs.c defs.h iface.c lcp.c log.c log.h ppp.8.m4 systems.h 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 2001/11/03 13:45:35 PST Modified files: usr.sbin/ppp bundle.c bundle.h chat.c command.c command.h defs.c defs.h iface.c lcp.c log.c log.h ppp.8.m4 systems.h Log: Add a ``log'' command for logging specific information. Add an ``UPTIME'' variable to indicate the bundle uptime. It's now possible to put something like this in ppp.linkdown for a server setup: MYADDR: log Session closing: User USER, address HISADDR, up UPTIME Fixed some memory leakage with commands that expand words. Made some functions static. Fixed a diagnostic bug (iface add .... SIOCDIFADDR) Revision Changes Path 1.125 +11 -2 src/usr.sbin/ppp/bundle.c 1.47 +2 -1 src/usr.sbin/ppp/bundle.h 1.75 +3 -3 src/usr.sbin/ppp/chat.c 1.277 +51 -35 src/usr.sbin/ppp/command.c 1.23 +1 -0 src/usr.sbin/ppp/command.h 1.43 +18 -1 src/usr.sbin/ppp/defs.c 1.64 +1 -0 src/usr.sbin/ppp/defs.h 1.28 +2 -2 src/usr.sbin/ppp/iface.c 1.99 +1 -1 src/usr.sbin/ppp/lcp.c 1.51 +7 -1 src/usr.sbin/ppp/log.c 1.31 +3 -1 src/usr.sbin/ppp/log.h 1.283 +12 -3 src/usr.sbin/ppp/ppp.8.m4 1.17 +0 -2 src/usr.sbin/ppp/systems.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message