aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
...
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-3/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-37/+43
* Add support for NetBSDBrian Somers1999-04-261-5/+5
* Allow port ranges in ``alias port''.Brian Somers1999-03-251-4/+4
* Don't forget to fully initialise the configured valuesBrian Somers1999-03-191-4/+4
* Support PPTP via libalias (``alias pptp addr'').Brian Somers1999-03-071-2/+4
* Support proxying & transparent proxying curtesy of libalias(3).Brian Somers1999-03-071-2/+4
* Extend the ``set redial'' command to allow incrementalBrian Somers1999-03-041-3/+3
* Correct some ntohl/htonl bogons in the netmask handling.Brian Somers1999-03-031-3/+3
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-47/+71
* Parse IP addresses more securely - specifically, don't allowBrian Somers1999-02-251-22/+7
* Fully support both NT and LANMan CHAP type 0x80 as bothBrian Somers1999-02-181-17/+37
* Wait by default for one second after the login scriptBrian Somers1999-02-161-3/+19
* When resending chap challenges, resend the same challengeBrian Somers1999-02-111-7/+7
* Version 2.0 > 2.1 to reflection RADIUS additions.Brian Somers1999-01-281-3/+3
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-14/+39
* 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-23/+41
* 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