| Age | Commit message (Expand) | Author |
| 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 |
| 2023-04-24 | ppp: Use valid prototypes for function declarations with no arguments. | John Baldwin |
| 2019-07-12 | Retire the -DRELEASE_CRUNCH define. | Warner Losh |
| 2017-11-27 | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2011-02-07 | Add "iface name" and "iface description" commands. | Brian Somers |
| 2004-11-29 | Send NAS-IP-Address as well as NAS-Identifier | Brian Somers |
| 2004-09-06 | Fix the build on 64-bit platforms. | Marcel Moolenaar |
| 2004-09-05 | Make ppp WARNS=5 clean | 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-05-27 | Coerce pid_t to long rather than int for better portability. | Brian Somers |
| 2002-05-07 | Understand the Session-Timeout RADIUS attribute | Brian Somers |
| 2002-05-04 | Tweak a data type from char * to u_char * | Brian Somers |
| 2002-04-15 | When it's necessary to kldload tun(4), don't forget to re-try to open | Brian Somers |
| 2002-03-30 | Add a sprinkling of mp_Down() calls to ensure that we don't think that | Brian Somers |
| 2002-03-30 | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | Brian Somers |
| 2001-11-03 | Add a ``log'' command for logging specific information. | Brian Somers |
| 2001-10-04 | Hopefully improve control message passing over Unix domain sockets. | David Malone |
| 2001-08-21 | o Enable IFF_MULTICAST when first opening the tun device (and keep the flag | 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-15 | Probe for the availability of AF_INET6 at startup. If it's not | Brian Somers |
| 2001-08-14 | o Add ipv6 support, abstracting most NCP addresses into opaque | Brian Somers |
| 2001-07-03 | Reduce the interface MTU by 2 when MPPE has been successfully negotiated. | Brian Somers |
| 2001-06-18 | Handle hardware-imposed MTU/MRU limitations. PPPoE will no longer | Brian Somers |
| 2001-04-05 | When we change the interface MTU, run through the routing table and tweak | Brian Somers |
| 2001-03-28 | Bring the PPPoE interface UP if required | Brian Somers |
| 2001-03-12 | Deal with ENOENT properly on non-devfs machines | Brian Somers |
| 2001-03-08 | MAXPATHLEN -> PATH_MAX | Brian Somers |
| 2001-02-04 | MPPE_MasterKeyValid is only there if HAVE_DES is defined. | Brian Somers |
| 2001-02-04 | Make the MPPE MasterKey Invalid messages a bit clearer (it now | Brian Somers |
| 2001-02-04 | Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP and | Brian Somers |
| 2001-02-02 | Try to kldload if_tun if we get ENOENT from opening /dev/tunN - | Brian Somers |
| 2001-01-29 | Only remove socket files with ``set server open''. | Brian Somers |
| 2001-01-26 | Allow ``set server closed'' to close the diagnostic socket. | Brian Somers |
| 2000-11-28 | Add ``enable/disable tcpmssfixup'', defaulting to enabled. | Brian Somers |
| 2000-08-28 | Support radius accounting, and add a packet count to throughput | Brian Somers |
| 2000-08-18 | Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUID | Brian Somers |
| 2000-08-16 | setproctitle() doesn't need to be called with root privs, so move | Brian Somers |
| 2000-08-15 | Maintain input and output throughput averages and choose the highest | Brian Somers |
| 2000-08-15 | Calculate the average link throughput using a counter based on the | Brian Somers |
| 2000-07-11 | Allow a ``timeout secs'' filter option to let specific packet types | Brian Somers |
| 2000-07-11 | Fix -auto breakage introduced with the last commit. | Brian Somers |
| 2000-07-07 | o Log the (payload/size) of all packet types, not just TCP packets | Brian Somers |
| 2000-06-23 | Fix a printf-style arg cast (again) | Brian Somers |
| 2000-06-18 | Fix a printf-style format error | Brian Somers |
| 2000-06-11 | Add ``set ifqueue'' to control the size of the outgoing packet | Brian Somers |
| 2000-05-31 | Use mp_CheckAutoloadTimer() rather than mp_StopAutoloadTimer() | Brian Somers |
| 2000-05-26 | When we do a ``dial'' or ``open'' from DATALINK_READY, go to | Brian Somers |