summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/log.c
Commit message (Expand)AuthorAgeFilesLines
* Add "iface name" and "iface description" commands.brian2011-02-071-7/+18
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingbrian2004-07-171-0/+1
* Remove whitespace at the end of lines.brian2002-06-151-1/+1
* Add a ``log'' command for logging specific information.brian2001-11-031-0/+6
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-1/+2
* Call va_start/va_end for each call to vfprintfbrian2001-06-181-2/+4
* Add ``all'' logging.brian2000-10-301-0/+18
* Various whitespace changes.brian2000-10-301-1/+2
* Add LogFILTER logging to log packets allowed by the dial filter andbrian2000-08-281-0/+1
* Add ``set log dns'' to log DNS QUERY packets.brian2000-03-141-0/+1
* Add a bunch of `const's and fix a typo.brian1999-12-271-1/+1
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-2/+2
* When logging warning messages, there are now three scenarios:brian1999-09-061-3/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Don't log_Printf(..., buf) in case buf contains %sbrian1999-08-081-7/+7
* Make async/sync/physical/hdlc dumps prettier by showing printablebrian1999-06-011-12/+23
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-1/+3
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-2/+2
* Correctly drop existing connections when reopening the diagnosticbrian1999-03-071-4/+10
* Consolidate the two malloc()s that are done when allocatingbrian1998-08-211-4/+4
* When entering ``term'' mode, don't output any messages untilbrian1998-08-091-3/+6
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-1/+2
* PR: 7469brian1998-08-021-1/+3
* o De-staticise things that don't need to be static.brian1998-06-151-2/+2
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* o #define the name "tun" in defs.h against the future possibilitybrian1998-05-281-3/+4
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-15/+82
* MFMP: Make ppp multilink capable.brian1998-05-211-46/+193
* Add missing includebrian1998-03-131-1/+2
* Remove unused #includes.brian1998-01-211-2/+1
* Cosmetic (style):brian1997-12-241-2/+2
* Add (BSD) copyright headers.brian1997-12-211-2/+26
* Fix prototypes.brian1997-11-221-6/+6
* Flush the output stream when doing local logging.brian1997-11-111-1/+2
* Increase chat script sizes to 512brian1997-11-091-1/+2
* Introduce ID0 logging.brian1997-11-091-1/+2
* Introduce [local] to "set log [local] ...". This spitsbrian1997-11-041-19/+53
* Cosmetic (no functional changes):brian1997-10-261-3/+9
* Fix HDLC logging (actually LogDumpBp()). It was onlybrian1997-10-221-2/+27
* Make the code format more in line with style(9).brian1997-08-251-73/+77
* Expand the "set stopped" command so that it canbrian1997-08-201-0/+2
* Overhaul ppp:brian1997-06-091-271/+102
* Remove initial startup printf's in -direct mode.brian1997-06-011-2/+3
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-4/+6
* Only compress tcp packets. Calculate size ofbrian1997-05-071-2/+2
* Log each ppp line to separate /var/log/ppp.tunX.log instead mixing ofache1997-05-041-8/+15
* Requested by: Harlan Stenn <Harlan.Stenn@pfcs.com>brian1997-03-131-1/+26
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-101-7/+8
OpenPOWER on IntegriCloud