summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/command.c
AgeCommit message (Expand)Author
2024-12-06ppp: Enable support for EIM NATDamjan Jovanovic
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2018-08-17Add the possibility to mark packets urgent based on their length.Nick Hibma
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-15Use NULL instead of 0 for pointers.Marcelo Araujo
2015-01-28Fix multiple instances of the following clang 3.6.0 warning in ppp:Dimitry Andric
2013-04-17- Correct mispellings of the word occurrenceGabor Kovesdan
2011-12-30Spelling fixes for usr.sbin/Ulrich Spörlein
2011-02-07Add "iface name" and "iface description" commands.Brian Somers
2008-03-12Update to the "new" libalias API (and thus fix world breakage).Paolo Pisati
2007-05-25Add a new option for ppp.conf: rad_port_id. It allows toRoman Bogorodskiy
2006-09-06Remove __DATE__ so that compiling the same source produces the same binaryBrian Somers
2005-02-08Use the correct length when copying trailing data!!Brian Somers
2004-12-13Implement an ``enable/disable echo'' option, defaults to off.Brian Somers
2004-11-29Send NAS-IP-Address as well as NAS-IdentifierBrian Somers
2004-10-11Add a bunch of malloc() return checksBrian Somers
2004-09-05Make ppp WARNS=5 cleanBrian Somers
2004-07-29Add configuration option "set pppoe [standard|3Com]" which allowsGleb Smirnoff
2004-07-17Support a ``set rad_alive N'' command to enable periodic RADIUS accountingBrian Somers
2004-07-15Fix ``set ifaddr''. The code was actually using an uninitialised variable,Brian Somers
2003-09-23Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke
2003-06-20IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You mayHajimu UMEMOTO
2003-03-26Don't install wrong IPv6 route by add command.Hajimu UMEMOTO
2003-03-26Add a ``force-scripts'' option for using chat scripts with -direct andBrian Somers
2002-09-02Unbreak -DNOINET6Brian Somers
2002-08-29- made ppp compliant to RFC 2472 (based on a patch from anotherBrian Somers
2002-08-27Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers
2002-06-15Remove whitespace at the end of lines.Brian Somers
2002-06-12Bump the version number to reflect the recent RADIUS commitsBrian Somers
2002-05-27Coerce pid_t to long rather than int for better portability.Brian Somers
2002-05-16Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sBrian Somers
2002-05-14o Clean up some #includesBrian Somers
2002-05-04Make ``set mru'' require a context. In multi-link mode, there's noBrian Somers
2002-05-01Bump the version to mark the fixed FSM TLD orderingBrian Somers
2002-04-22Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav
2002-04-17Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN,Brian Somers
2002-04-16Make the way FSM options are processed easier to read by using structuresBrian Somers
2002-03-30Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers
2001-11-22Expand the first argument of the ``log'' command if it's a variable.Brian Somers
2001-11-04Remove unused variablesBrian Somers
2001-11-03Add a ``log'' command for logging specific information.Brian Somers
2001-10-23Don't avoid setting a 0 second timer in datalink_StartDialTimer() byBrian Somers
2001-08-20Handle snprintf() returning < 0 (not just -1)Brian Somers
2001-08-18Better handling for the return of snprintf().Brian Somers
2001-08-18Back out the previous fix to deal with kernels that don't support IPv6,Brian Somers
2001-08-18Run correctly on a machine built without AF_INET6 supportBrian Somers
2001-08-18Build properly with -DNOIPV6Brian Somers
2001-08-16Remove an unused variableBrian Somers
2001-08-15Probe for the availability of AF_INET6 at startup. If it's notBrian Somers