aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/log.c
Commit message (Expand)AuthorAgeFilesLines
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingBrian Somers2004-07-171-0/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-1/+1
* Add a ``log'' command for logging specific information.Brian Somers2001-11-031-0/+6
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-1/+2
* Call va_start/va_end for each call to vfprintfBrian Somers2001-06-181-2/+4
* Add ``all'' logging.Brian Somers2000-10-301-0/+18
* Various whitespace changes.Brian Somers2000-10-301-1/+2
* Add LogFILTER logging to log packets allowed by the dial filter andBrian Somers2000-08-281-0/+1
* Add ``set log dns'' to log DNS QUERY packets.Brian Somers2000-03-141-0/+1
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-1/+1
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-2/+2
* When logging warning messages, there are now three scenarios:Brian Somers1999-09-061-3/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't log_Printf(..., buf) in case buf contains %sBrian Somers1999-08-081-7/+7
* Make async/sync/physical/hdlc dumps prettier by showing printableBrian Somers1999-06-011-12/+23
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-1/+3
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-2/+2
* Correctly drop existing connections when reopening the diagnosticBrian Somers1999-03-071-4/+10
* Consolidate the two malloc()s that are done when allocatingBrian Somers1998-08-211-4/+4
* When entering ``term'' mode, don't output any messages untilBrian Somers1998-08-091-3/+6
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* PR: 7469Brian Somers1998-08-021-1/+3
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* o #define the name "tun" in defs.h against the future possibilityBrian Somers1998-05-281-3/+4
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-15/+82
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-46/+193
|\
| * o Mention the ``timer'' log in the man page.Brian Somers1998-05-011-2/+2
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-45/+45
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-2/+5
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-4/+5
| * o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-3/+1
| * o Remove LINK level logging.Brian Somers1998-04-241-2/+2
| * Pass all command arguments around with struct cmdargs ratherBrian Somers1998-04-141-3/+3
| * o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-2/+2
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-2/+2
| * Remove unused includes.Brian Somers1998-04-061-5/+1
| * Make ^Z, bg & fg work. We don't muck around withBrian Somers1998-04-051-3/+9
| * Correct `LogMaskLocal' when reducing the mask for aBrian Somers1998-04-031-10/+18
| * Deglobalise `struct prompt':Brian Somers1998-04-031-11/+144
| * Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-5/+8
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+245
* Add missing includeBrian Somers1998-03-131-1/+2
* Remove unused #includes.Brian Somers1998-01-211-2/+1
* Cosmetic (style):Brian Somers1997-12-241-2/+2
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Fix prototypes.Brian Somers1997-11-221-6/+6
* Flush the output stream when doing local logging.Brian Somers1997-11-111-1/+2
* Increase chat script sizes to 512Brian Somers1997-11-091-1/+2
* Introduce ID0 logging.Brian Somers1997-11-091-1/+2