summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at the end of lines.brian2002-06-151-13/+13
* Bump the version number to reflect the recent RADIUS commitsbrian2002-06-121-1/+1
* Coerce pid_t to long rather than int for better portability.brian2002-05-271-7/+7
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sbrian2002-05-161-1/+1
* o Clean up some #includesbrian2002-05-141-2/+1
* Make ``set mru'' require a context. In multi-link mode, there's nobrian2002-05-041-1/+1
* Bump the version to mark the fixed FSM TLD orderingbrian2002-05-011-1/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-2/+2
* Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN,brian2002-04-171-28/+94
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-161-1/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-4/+4
* Expand the first argument of the ``log'' command if it's a variable.brian2001-11-221-1/+1
* Remove unused variablesbrian2001-11-041-5/+2
* Add a ``log'' command for logging specific information.brian2001-11-031-35/+51
* Don't avoid setting a 0 second timer in datalink_StartDialTimer() bybrian2001-10-231-1/+1
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-1/+5
* Better handling for the return of snprintf().brian2001-08-181-5/+8
* Back out the previous fix to deal with kernels that don't support IPv6,brian2001-08-181-20/+9
* Run correctly on a machine built without AF_INET6 supportbrian2001-08-181-9/+20
* Build properly with -DNOIPV6brian2001-08-181-0/+2
* Remove an unused variablebrian2001-08-161-1/+0
* Probe for the availability of AF_INET6 at startup. If it's notbrian2001-08-151-1/+8
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-120/+197
* Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes throughbrian2001-08-021-0/+4
* 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
OpenPOWER on IntegriCloud