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