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