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