| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a rather bizarre warning from gcc 3.1: | brian | 2002-05-14 | 1 | -1/+1 |
* | o Clean up some #includes | brian | 2002-05-14 | 42 | -133/+163 |
* | Calculate the number of open links properly when deciding on whether to | brian | 2002-05-14 | 1 | -11/+10 |
* | Fix a syntax error | brian | 2002-05-13 | 1 | -0/+1 |
* | We don't need to include arpa/inet.h here. In fact, only FreeBSD needs | brian | 2002-05-11 | 1 | -2/+1 |
* | #include netinet/in.h when !__FreeBSD__ to silence some warnings from | brian | 2002-05-11 | 1 | -0/+3 |
* | NetBSD keeps des.h in /usr/include/openssl these days | brian | 2002-05-11 | 1 | -0/+4 |
* | Add support for MS-CHAP authentication via a RADIUS server. | brian | 2002-05-10 | 6 | -42/+200 |
* | Don't corrupt MP fragments when they're put back on the front of our | brian | 2002-05-07 | 1 | -5/+6 |
* | Understand the Session-Timeout RADIUS attribute | brian | 2002-05-07 | 5 | -4/+109 |
* | Tweak a data type from char * to u_char * | brian | 2002-05-04 | 1 | -2/+2 |
* | Make ``set mru'' require a context. In multi-link mode, there's no | brian | 2002-05-04 | 1 | -1/+1 |
* | Bump the version to mark the fixed FSM TLD ordering | brian | 2002-05-01 | 1 | -1/+1 |
* | If we receive a config request while Open, call TLD *before* decoding | brian | 2002-05-01 | 1 | -3/+7 |
* | Allow the peer to modify the LQR interval | brian | 2002-05-01 | 1 | -0/+1 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 4 | -9/+9 |
* | Don't load the netgraph line discipline. When it's in use, TIOCMGET | brian | 2002-04-21 | 1 | -0/+7 |
* | Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN, | brian | 2002-04-17 | 2 | -32/+136 |
* | Don't display an extraneous ``: '' with some packets in/packets out diagnostics | brian | 2002-04-16 | 1 | -1/+1 |
* | Make the way FSM options are processed easier to read by using structures | brian | 2002-04-16 | 12 | -731/+746 |
* | When it's necessary to kldload tun(4), don't forget to re-try to open | brian | 2002-04-15 | 3 | -8/+15 |
* | Get tun P2P address from the local pool if RADIUS server returned | hosokawa | 2002-04-04 | 2 | -1/+5 |
* | Fix a typo | brian | 2002-03-31 | 1 | -1/+1 |
* | Add a missing ``#ifndef NONETGRAPH'' | brian | 2002-03-31 | 1 | -0/+2 |
* | Remove some extraneous whitespace | brian | 2002-03-31 | 1 | -1/+1 |
* | Include arpa/inet.h | brian | 2002-03-31 | 1 | -0/+2 |
* | Fix CLEANFILES. | ru | 2002-03-30 | 1 | -0/+1 |
* | Add a sprinkling of mp_Down() calls to ensure that we don't think that | brian | 2002-03-30 | 1 | -1/+7 |
* | Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updating | brian | 2002-03-30 | 1 | -1/+8 |
* | Add a missing break | brian | 2002-03-30 | 1 | -0/+1 |
* | Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's line | brian | 2002-03-30 | 30 | -147/+1226 |
* | Fix a typo | brian | 2002-03-25 | 1 | -1/+1 |
* | mdoc(7) police: .Va -> .Ev. | ru | 2002-03-15 | 1 | -1/+1 |
* | Use the return value from snprintf() to keep a track of the length of | brian | 2002-03-13 | 1 | -16/+17 |
* | Handle B460800 and B921600 being defined in <termios.h> | brian | 2002-03-12 | 1 | -0/+6 |
* | Don't drop the last character from ut_line in ID0logout(). | brian | 2002-03-05 | 1 | -7/+8 |
* | Don't blow away ``set escape'' settings when we've completed the | brian | 2002-03-04 | 3 | -2/+9 |
* | Document NGM_PPPOE_ACNAME handling. | brian | 2002-02-20 | 1 | -0/+6 |
* | Handle NGM_PPPOE_ACNAME messages. | brian | 2002-02-20 | 1 | -0/+5 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -0/+2 |
* | Detect if a udp socket on STDIN_FILENO is connected by calling | brian | 2002-01-23 | 1 | -7/+16 |
* | Cross reference the NETWORK ADDRESS TRANSLATION section when describing | brian | 2002-01-23 | 1 | -1/+5 |
* | socket()s first argument should be a protocol family rather than an | brian | 2002-01-16 | 11 | -15/+15 |
* | socket's first argument is an address family, not a protocol family. | brian | 2002-01-16 | 7 | -10/+10 |
* | When authenticating a name containing a ``\'', attempt to autenticate | brian | 2002-01-08 | 1 | -9/+50 |
* | Consider PROTO_IPV6 as compressible by CCP. | brian | 2001-12-09 | 1 | -1/+1 |
* | Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR. | brian | 2001-11-30 | 1 | -25/+39 |
* | Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages | brian | 2001-11-30 | 1 | -6/+0 |
* | Add some DEBUG logging to tell us when interface addresses are being | brian | 2001-11-30 | 1 | -0/+14 |
* | Remove the hack that ensures that rt_Update() works on FreeBSD. Now | brian | 2001-11-23 | 1 | -23/+5 |