aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
Commit message (Expand)AuthorAgeFilesLines
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-5/+5
* Add "iface name" and "iface description" commands.Brian Somers2011-02-071-0/+20
* Update to the "new" libalias API (and thus fix world breakage).Paolo Pisati2008-03-121-3/+5
* Add a new option for ppp.conf: rad_port_id. It allows toRoman Bogorodskiy2007-05-251-1/+27
* Remove __DATE__ so that compiling the same source produces the same binaryBrian Somers2006-09-061-2/+1
* Use the correct length when copying trailing data!!Brian Somers2005-02-081-1/+1
* Implement an ``enable/disable echo'' option, defaults to off.Brian Somers2004-12-131-16/+38
* Send NAS-IP-Address as well as NAS-IdentifierBrian Somers2004-11-291-13/+25
* Add a bunch of malloc() return checksBrian Somers2004-10-111-1/+1
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-95/+100
* Add configuration option "set pppoe [standard|3Com]" which allowsGleb Smirnoff2004-07-291-0/+16
* Support a ``set rad_alive N'' command to enable periodic RADIUS accountingBrian Somers2004-07-171-3/+30
* Fix ``set ifaddr''. The code was actually using an uninitialised variable,Brian Somers2004-07-151-1/+1
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-231-0/+2
* IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You mayHajimu UMEMOTO2003-06-201-0/+20
* Don't install wrong IPv6 route by add command.Hajimu UMEMOTO2003-03-261-1/+6
* Add a ``force-scripts'' option for using chat scripts with -direct andBrian Somers2003-03-261-2/+5
* Unbreak -DNOINET6Brian Somers2002-09-021-0/+2
* - made ppp compliant to RFC 2472 (based on a patch from anotherBrian Somers2002-08-291-0/+10
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-13/+13
* Bump the version number to reflect the recent RADIUS commitsBrian Somers2002-06-121-1/+1
* Coerce pid_t to long rather than int for better portability.Brian Somers2002-05-271-7/+7
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sBrian Somers2002-05-161-1/+1
* o Clean up some #includesBrian Somers2002-05-141-2/+1
* Make ``set mru'' require a context. In multi-link mode, there's noBrian Somers2002-05-041-1/+1
* Bump the version to mark the fixed FSM TLD orderingBrian Somers2002-05-011-1/+1
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-2/+2
* Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN,Brian Somers2002-04-171-28/+94
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-1/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-4/+4
* Expand the first argument of the ``log'' command if it's a variable.Brian Somers2001-11-221-1/+1
* Remove unused variablesBrian Somers2001-11-041-5/+2
* Add a ``log'' command for logging specific information.Brian Somers2001-11-031-35/+51
* Don't avoid setting a 0 second timer in datalink_StartDialTimer() byBrian Somers2001-10-231-1/+1
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-1/+5
* Better handling for the return of snprintf().Brian Somers2001-08-181-5/+8
* Back out the previous fix to deal with kernels that don't support IPv6,Brian Somers2001-08-181-20/+9
* Run correctly on a machine built without AF_INET6 supportBrian Somers2001-08-181-9/+20
* Build properly with -DNOIPV6Brian Somers2001-08-181-0/+2
* Remove an unused variableBrian Somers2001-08-161-1/+0
* Probe for the availability of AF_INET6 at startup. If it's notBrian Somers2001-08-151-1/+8
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-120/+197
* Add a ``nat punch_fw'' command for punching FTP and IRC DCC holes throughBrian Somers2001-08-021-0/+4
* Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference.Brian Somers2001-07-261-1/+1
* 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