| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a hack to handle RADIUS responses from peers that forget that | brian | 2002-06-23 | 1 | -4/+20 |
* | Don't expect NUL terminated data in all netgraph messages received. | brian | 2002-06-22 | 1 | -2/+8 |
* | Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the code | brian | 2002-06-17 | 5 | -29/+34 |
* | A better prinflike fix... | brian | 2002-06-15 | 1 | -2/+2 |
* | Remove whitespace at the end of lines. | brian | 2002-06-15 | 31 | -89/+89 |
* | Fix a printflike format error | brian | 2002-06-15 | 1 | -1/+1 |
* | Remove a forgotten diagnostic | brian | 2002-06-15 | 1 | -1/+0 |
* | If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as an | brian | 2002-06-12 | 2 | -1/+20 |
* | Bump the version number to reflect the recent RADIUS commits | brian | 2002-06-12 | 1 | -1/+1 |
* | Don't forget to process the Ident field on the front of | brian | 2002-06-12 | 2 | -16/+26 |
* | Understand the following Microsoft Vendor Specific RADIUS attributes: | brian | 2002-06-12 | 8 | -55/+329 |
* | Cast pid_t to long for printf()ing | brian | 2002-06-06 | 1 | -2/+2 |
* | Add a missing ``a''. | brian | 2002-06-03 | 1 | -1/+1 |
* | Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is | brian | 2002-06-02 | 1 | -0/+8 |
* | Coerce pid_t to long rather than int for better portability. | brian | 2002-05-27 | 4 | -17/+17 |
* | Increase the maximum FSM option length to 50 | brian | 2002-05-22 | 2 | -3/+3 |
* | Add some missing #includes that weren't required due to namespace polution | brian | 2002-05-22 | 3 | -2/+3 |
* | Mention our support of the authentication side of rfc2548 | brian | 2002-05-21 | 1 | -1/+1 |
* | Document RAD_MICROSOFT_MS_CHAP2_SUCCESS. | brian | 2002-05-18 | 1 | -0/+5 |
* | Put back <string.h> | brian | 2002-05-17 | 1 | -0/+1 |
* | Add some OpenBSD includes | brian | 2002-05-16 | 1 | -0/+4 |
* | Fix a mis-placed #else/#endif | brian | 2002-05-16 | 1 | -2/+1 |
* | Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's | brian | 2002-05-16 | 5 | -48/+114 |
* | Fix an include for NetBSD | brian | 2002-05-14 | 1 | -0/+3 |
* | 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 |