Date: Sat, 3 Nov 2001 13:45:35 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> 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 Message-ID: <200111032145.fA3LjZ893343@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111032145.fA3LjZ893343>
