aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-2/+2
* MFC: Allow ``set authkey'' irrespective of the current phase.Brian Somers1999-08-231-14/+5
* MFC: Abstract the physical device layer (``show modem'' is now ``showBrian Somers1999-08-231-118/+174
* MFC: NetBSD changesBrian Somers1999-05-021-5/+5
* o Support ranges in ``alias port''.Brian Somers1999-04-201-4/+4
* MFC:Brian Somers1999-03-241-85/+174
* MFC: Parse IP addresses more securely - specifically, don't allowBrian Somers1999-02-251-22/+7
* Allow a variable as the first arg to ``set proctitle''.Brian Somers1998-12-141-7/+13
* Don't delete the primary interface address whenBrian Somers1998-11-051-3/+4
* Allow multiple systems (config labels) on the commandBrian Somers1998-10-311-22/+25
* Add ``set proctitle'' for changing argv[0]. All substitutionsBrian Somers1998-10-271-2/+46
* Add ``PROCESSID'' as a constant expanded when runningBrian Somers1998-10-271-2/+5
* Shuffle the iface-alias option so that's in alphabeticalBrian Somers1998-10-261-5/+5
* Add ``enable proxyall'' support. This adds proxy ARP entriesBrian Somers1998-10-261-7/+25
* Fix the interface alias code. Previously, I was expecting somethingBrian Somers1998-10-261-13/+19
* Loosen our restrictions on setting enddisc, mrru,Brian Somers1998-10-241-24/+54
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-97/+199
* Move help displays left one column to avoid problems withBrian Somers1998-10-171-3/+5
* Sync with OpenBSD ifdefsBrian Somers1998-09-171-5/+9
* Add the following word substitutions when running a shellBrian Somers1998-08-291-3/+15
* Allow the use of HISADDR, MYADDR and INTERFACE as wordsBrian Somers1998-08-291-15/+78
* Mention ``cbcp'' in ``set log ?''Brian Somers1998-08-291-4/+4
* Fix some OpenBSD/alpha warningsBrian Somers1998-08-261-3/+4
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-4/+4
* If we've got a full output buffer queue and cannot sendBrian Somers1998-08-251-2/+12
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-2/+59
* Always dial immediately on ``open'', ``dial'' and ``call''.Brian Somers1998-07-311-15/+6
* Allow an optional ``!'' in the open, dial & call commands.Brian Somers1998-07-291-8/+17
* Silence ``Network unreachable'' warnings when usingBrian Somers1998-07-281-4/+4
* Correct enable/disable handling (broken when ironing outBrian Somers1998-07-121-3/+3
* Don't require context when there's only one linkBrian Somers1998-07-041-6/+8
* Version 2.0-beta becomes 2.0 :-)Brian Somers1998-07-041-3/+3
* o Fix remaining sizeof problems for 64 bit machines.Brian Somers1998-06-271-92/+104
* Remove redundant includesBrian Somers1998-06-271-4/+2
* Don't dlopen()/dlsym() libalias, use it in the same wayBrian Somers1998-06-271-11/+9
* Add ``ipcp'' as an optional argument to ``open'', and makeBrian Somers1998-06-251-24/+42
* Create & use fsm2initial(), a function to bring aBrian Somers1998-06-201-4/+3
* o Allow ``set mrru'' or ``set mrru 0'' to disableBrian Somers1998-06-161-3/+3
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-3/+3
* Don't bring the modem offline or hangup when ``down lcp''Brian Somers1998-06-161-14/+20
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-12/+10
* Give ``load'' optional context. It's now possible toBrian Somers1998-06-151-7/+7
* Make `close lcp' just close the LCP layer and not hangup. This isBrian Somers1998-06-151-21/+24
* Add the ``clear'' function.Brian Somers1998-06-121-2/+47
* o Maintain a link-type mask for open datalinks as well asBrian Somers1998-06-121-5/+5
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.Brian Somers1998-06-101-3/+3
* Correct ``set server'' usage and add mention that ``set ns'' changedBrian Somers1998-06-081-3/+3
* Make ``set ? log'' more verbose.Brian Somers1998-06-061-4/+5
* o Make modes consistent throughout ppp. The same strings are usedBrian Somers1998-05-291-5/+6