aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/systems.c
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple systems (config labels) on the commandBrian Somers1998-10-311-9/+28
* Warn if we encounter an unindented line that isn'tBrian Somers1998-10-171-2/+7
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-5/+5
* Give ``load'' optional context. It's now possible toBrian Somers1998-06-151-8/+9
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-129/+126
|\
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-36/+6
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-17/+16
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-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-39/+26
| * Remove unused includes.Brian Somers1998-04-061-9/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-18/+13
| * Make the server descriptor into a `sort' of struct descriptor.Brian Somers1998-02-091-1/+2
| * Parse configuration files a bit better.Brian Somers1998-02-041-53/+99
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-9/+16
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+366
* Remove unused #includes.Brian Somers1998-01-211-3/+1
* Cosmetic (style):Brian Somers1997-12-241-3/+3
* Cosmetic: Test for comment lines after the lenght has been established.Brian Somers1997-12-211-4/+2
* Allow leading whitespace before '#' when identifying comments.Brian Somers1997-12-211-1/+3
* char filename[200] => char filename[MAXPATHLEN]Brian Somers1997-12-171-2/+2
* o Log ******** instead of the actual password for "set authkey"Brian Somers1997-12-171-3/+3
* Use LogWARN for command usage messages and unrecognisedBrian Somers1997-12-151-2/+2
* Fix prototypes.Brian Somers1997-11-221-18/+18
* Allow blank lines in config entries (they aren't terminators).Brian Somers1997-11-141-2/+2
* Fix command logging (broken with the "allow" command).Brian Somers1997-11-131-3/+2
* Don't attempt to dial if "dial label" has specifiedBrian Somers1997-11-121-3/+4
* Pass a missing arg to LogPrintf().Brian Somers1997-11-121-2/+2
* Finish the security improvements:Brian Somers1997-11-111-13/+102
* Add the "!include" syntax.Brian Somers1997-11-091-4/+124
* Increase chat script sizes to 512Brian Somers1997-11-091-2/+2
* Null commit:Brian Somers1997-11-091-1/+1
* Introduce ID0 logging.Brian Somers1997-11-091-94/+7
* Introduce [local] to "set log [local] ...". This spitsBrian Somers1997-11-041-3/+10
* Cosmetic (no functional changes):Brian Somers1997-10-261-8/+20
* Install as group ``network''Brian Somers1997-09-041-2/+3
* Cosmetic: Make LogPrintf() calls consistent.Brian Somers1997-08-311-2/+2
* Make the code format more in line with style(9).Brian Somers1997-08-251-29/+19
* Add "set server" to control the server socket.Brian Somers1997-06-251-1/+7
* Overhaul ppp:Brian Somers1997-06-091-23/+17
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-261-1/+8
* Tidy up the code - bounds checking, returnBrian Somers1997-05-101-13/+33
* 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
* Avoid some buffer overrun problems.Paul Traina1996-12-151-5/+5
* 1) Add multi-phone dialing/redialing, several phones separated by ':'Andrey A. Chernov1996-03-081-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Remove FreeBSD-specific setre*() cheat, we have working thing nowAndrey A. Chernov1995-04-291-15/+1
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-261-4/+9
* PPP does not find config files (Wrong path name not a /etc/ppp)Atsushi Murai1995-02-021-3/+4