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