aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce [local] to "set log [local] ...". This spitsBrian Somers1997-11-041-19/+53
* Cosmetic (no functional changes):Brian Somers1997-10-261-3/+9
* Fix HDLC logging (actually LogDumpBp()). It was onlyBrian Somers1997-10-221-2/+27
* Make the code format more in line with style(9).Brian Somers1997-08-251-73/+77
* Expand the "set stopped" command so that it canBrian Somers1997-08-201-0/+2
* Overhaul ppp:Brian Somers1997-06-091-271/+102
* Remove initial startup printf's in -direct mode.Brian Somers1997-06-011-2/+3
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-261-4/+6
* Only compress tcp packets. Calculate size ofBrian Somers1997-05-071-2/+2
* Log each ppp line to separate /var/log/ppp.tunX.log instead mixing ofAndrey A. Chernov1997-05-041-8/+15
* Requested by: Harlan Stenn <Harlan.Stenn@pfcs.com>Brian Somers1997-03-131-1/+26
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringWarner Losh1997-01-101-7/+8
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsPoul-Henning Kamp1996-05-111-3/+3