aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* Send NAS-IP-Address as well as NAS-IdentifierBrian Somers2004-11-291-7/+14
* Fix the build on 64-bit platforms.Marcel Moolenaar2004-09-061-6/+6
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-18/+21
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-5/+5
* Coerce pid_t to long rather than int for better portability.Brian Somers2002-05-271-4/+4
* Understand the Session-Timeout RADIUS attributeBrian Somers2002-05-071-2/+71
* Tweak a data type from char * to u_char *Brian Somers2002-05-041-2/+2
* When it's necessary to kldload tun(4), don't forget to re-try to openBrian Somers2002-04-151-3/+4
* Add a sprinkling of mp_Down() calls to ensure that we don't think thatBrian Somers2002-03-301-1/+7
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-17/+13
* Add a ``log'' command for logging specific information.Brian Somers2001-11-031-1/+10
* Hopefully improve control message passing over Unix domain sockets.David Malone2001-10-041-5/+5
* o Enable IFF_MULTICAST when first opening the tun device (and keep the flagBrian Somers2001-08-211-9/+2
* Back out the previous fix to deal with kernels that don't support IPv6,Brian Somers2001-08-181-1/+1
* Run correctly on a machine built without AF_INET6 supportBrian Somers2001-08-181-1/+1
* Probe for the availability of AF_INET6 at startup. If it's notBrian Somers2001-08-151-2/+5
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-103/+88
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.Brian Somers2001-07-031-5/+21
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-14/+7
* When we change the interface MTU, run through the routing table and tweakBrian Somers2001-04-051-122/+4
* Bring the PPPoE interface UP if requiredBrian Somers2001-03-281-2/+2
* Deal with ENOENT properly on non-devfs machinesBrian Somers2001-03-121-4/+3
* MAXPATHLEN -> PATH_MAXBrian Somers2001-03-081-2/+2
* MPPE_MasterKeyValid is only there if HAVE_DES is defined.Brian Somers2001-02-041-0/+2
* Make the MPPE MasterKey Invalid messages a bit clearer (it nowBrian Somers2001-02-041-1/+3
* Untangle some cunfusion between the CLOSE_STAYDOWN, CLOSE_LCP andBrian Somers2001-02-041-1/+1
* Try to kldload if_tun if we get ENOENT from opening /dev/tunN -Brian Somers2001-02-021-1/+1
* Only remove socket files with ``set server open''.Brian Somers2001-01-291-5/+6
* Allow ``set server closed'' to close the diagnostic socket.Brian Somers2001-01-261-18/+30
* Add ``enable/disable tcpmssfixup'', defaulting to enabled.Brian Somers2000-11-281-12/+16
* Support radius accounting, and add a packet count to throughputBrian Somers2000-08-281-0/+1
* Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDBrian Somers2000-08-181-0/+5
* setproctitle() doesn't need to be called with root privs, so moveBrian Somers2000-08-161-2/+1
* Maintain input and output throughput averages and choose the highestBrian Somers2000-08-151-6/+9
* Calculate the average link throughput using a counter based on theBrian Somers2000-08-151-4/+4
* Allow a ``timeout secs'' filter option to let specific packet typesBrian Somers2000-07-111-14/+23
* Fix -auto breakage introduced with the last commit.Brian Somers2000-07-111-1/+1
* o Log the (payload/size) of all packet types, not just TCP packetsBrian Somers2000-07-071-11/+14
* Fix a printf-style arg cast (again)Brian Somers2000-06-231-1/+2
* Fix a printf-style format errorBrian Somers2000-06-181-1/+1
* Add ``set ifqueue'' to control the size of the outgoing packetBrian Somers2000-06-111-2/+7
* Use mp_CheckAutoloadTimer() rather than mp_StopAutoloadTimer()Brian Somers2000-05-311-2/+2
* When we do a ``dial'' or ``open'' from DATALINK_READY, go toBrian Somers2000-05-261-5/+4
* When running ppp -background, show comfort messages showingBrian Somers2000-04-071-10/+18
* I didn't get this right the last time....Brian Somers2000-04-061-13/+20
* Correct the parent notification diagnostic emitted from the childBrian Somers2000-03-221-1/+2
* If a links LCP FSM has reached TLF and it's the last link,Brian Somers2000-03-221-12/+5
* Add the ``resolv'' command for telling ppp how to deal with resolv.conf.Brian Somers2000-03-141-4/+13
* Fix some printf-style argument bugsBrian Somers2000-03-141-7/+9