summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the type of the last arg to execl()Brian Somers2001-07-091-1/+1
* Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.Brian Somers2001-07-091-0/+2
* Spell stateful properlyBrian Somers2001-07-061-2/+2
* Silence some gcc warningsBrian Somers2001-07-031-0/+4
* Do away with the ``err'' variable.Brian Somers2001-07-031-74/+117
* Silence some of the -Wnon-const-format warnings and add __printflike()Kris Kennaway2001-07-021-6/+6
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-181-15/+38
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-9/+68
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-17/+25
* When we change the interface MTU, run through the routing table and tweakBrian Somers2001-04-051-2/+2
* Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andBrian Somers2001-02-041-1/+1
* Only remove socket files with ``set server open''.Brian Somers2001-01-291-3/+5
* Allow ``set server closed'' to close the diagnostic socket.Brian Somers2001-01-261-5/+26
* Add ``enable/disable tcpmssfixup'', defaulting to enabled.Brian Somers2000-11-281-1/+3
* Add ``all'' logging.Brian Somers2000-10-301-1/+1
* Bump our version to reflect the recent MPPE additions (and ccp structBrian Somers2000-10-301-1/+1
* Add MPPE and MSChap v2 support (denied and disabled by default)Brian Somers2000-10-301-0/+40
* Spelling policeBrian Somers2000-09-061-2/+2
* Complain about invalid arguments passed to ``set ifaddr''Brian Somers2000-08-301-2/+14
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDBrian Somers2000-08-181-0/+2
* Warn that the ``alias'' command is depricated.Brian Somers2000-08-181-0/+10
* setproctitle() doesn't need to be called with root privs, so moveBrian Somers2000-08-161-7/+2
* Maintain input and output throughput averages and choose the highestBrian Somers2000-08-151-1/+1
* Calculate the average link throughput using a counter based on theBrian Somers2000-08-151-1/+1
* Support link identification from rfc1570Brian Somers2000-07-191-1/+32
* o Log the (payload/size) of all packet types, not just TCP packetsBrian Somers2000-07-071-2/+5
* Remove ``nat pptp'' as this is now done transparently by libalias.Brian Somers2000-06-201-1/+0
* Add ``set ifqueue'' to control the size of the outgoing packetBrian Somers2000-06-111-0/+8
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYBrian Somers2000-06-081-0/+8
* Allow authname to be changed at any phase, just emit a warningBrian Somers2000-03-311-4/+4
* Add the ``nat target'' command.Brian Somers2000-03-311-15/+16
* Understand environment variables in commandsBrian Somers2000-03-141-1/+13
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.Brian Somers2000-03-141-8/+58
* Introduce LOCALNAT and LOCALRAD defines so that the sources can stayBrian Somers2000-03-141-3/+4
* Add ``set log dns'' to log DNS QUERY packets.Brian Somers2000-03-141-2/+2
* Correct usages of getuid() and geteuid()Brian Somers1999-12-301-1/+1
* Don't allowt '#' as a comment when it's embedded in quotes:Brian Somers1999-12-271-1/+1
* Don't munge ``set dial|login|logout|hangup'' arguments beforeBrian Somers1999-12-221-1/+1
* Add missing linefeed.Brian Somers1999-12-201-1/+1
* Notice and warn about unterminated quoted strings in commands.Brian Somers1999-12-201-2/+5
* Change the way we transfer links (again). The previousBrian Somers1999-11-301-1/+1
* Change ``set cd'' so that its default value is device specific. TheBrian Somers1999-11-261-2/+2
* Rewrite the link descriptor transfer code in MP mode.Brian Somers1999-11-251-1/+1
* Fix ``set proctitle'' by using setproctitle().Brian Somers1999-11-171-4/+8
* Don't insist on 4 digit umasks in ``set server''.Brian Somers1999-11-131-12/+10
* Support PPPoEBrian Somers1999-11-061-1/+1
* Introduce ``set logout''; another chat script. This is in preparationBrian Somers1999-10-251-0/+8
* Support ``set cd off'' to tell ppp not to even look for carrier on theBrian Somers1999-09-261-6/+10
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3