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