aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1006/+1350
|\
| * o Add `set autoload'. You can now set the minimum and maximumBrian Somers1998-05-211-21/+42
| * o Indicate which commands require context and which have optionalBrian Somers1998-05-191-81/+93
| * Don't log the password in ``set server''.Brian Somers1998-05-161-2/+7
| * Add the `rename' command for renaming links.Brian Somers1998-05-161-2/+18
| * o Add the `set mode' command for change a links current mode. ItBrian Somers1998-05-151-12/+36
| * o Activate link-level CCPs in multilink mode, by bringing themBrian Somers1998-05-151-8/+34
| * Allow /nn specifications in the `add' command.Brian Somers1998-05-101-5/+18