summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Do a case insensitive comparison when comparing the ms-chap responsebrian2002-07-301-1/+1
* Remove unused calls to inet_addr()brian2002-07-182-2/+0
* Back out the previous revisionbrian2002-07-041-12/+3
* If we've given a domain name prefix as the authentication name, stripbrian2002-07-031-3/+12
* Don't trust the MPPE key lengths passed back from the RADIUS server.brian2002-07-021-2/+4
* Remove some misleading/wrong diagnosticsbrian2002-07-021-5/+1
* Show the port number (tty slot, pppoe session id etc) underbrian2002-06-301-5/+14
* When a netgraph message is read, look for another before returning.brian2002-06-291-63/+66
* Don't use SignalBundle if it's not setbrian2002-06-281-3/+6
* Complain about (and fix) misformatted RADIUS attributes rather than silentlybrian2002-06-281-2/+6
* When a RADIUS server is being used, don't use MPPE unless the RADIUSbrian2002-06-281-6/+19
* Add a hack to handle RADIUS responses from peers that forget thatbrian2002-06-231-4/+20
* Don't expect NUL terminated data in all netgraph messages received.brian2002-06-221-2/+8
* Compensate for dodgy Win98/WinME MSCHAPv2 responses later in the codebrian2002-06-175-29/+34
* A better prinflike fix...brian2002-06-151-2/+2
* Remove whitespace at the end of lines.brian2002-06-1531-89/+89
* Fix a printflike format errorbrian2002-06-151-1/+1
* Remove a forgotten diagnosticbrian2002-06-151-1/+0
* If a RAD_FILTER_ID is supplied by the RADIUS server, treat it as anbrian2002-06-122-1/+20
* Bump the version number to reflect the recent RADIUS commitsbrian2002-06-121-1/+1
* Don't forget to process the Ident field on the front ofbrian2002-06-122-16/+26
* Understand the following Microsoft Vendor Specific RADIUS attributes:brian2002-06-128-55/+329
* Cast pid_t to long for printf()ingbrian2002-06-061-2/+2
* Add a missing ``a''.brian2002-06-031-1/+1
* Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER isbrian2002-06-021-0/+8
* Coerce pid_t to long rather than int for better portability.brian2002-05-274-17/+17
* Increase the maximum FSM option length to 50brian2002-05-222-3/+3
* Add some missing #includes that weren't required due to namespace polutionbrian2002-05-223-2/+3
* Mention our support of the authentication side of rfc2548brian2002-05-211-1/+1
* Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.brian2002-05-181-0/+5
* Put back <string.h>brian2002-05-171-0/+1
* Add some OpenBSD includesbrian2002-05-161-0/+4
* Fix a mis-placed #else/#endifbrian2002-05-161-2/+1
* Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it'sbrian2002-05-165-48/+114
* Fix an include for NetBSDbrian2002-05-141-0/+3
* Avoid a rather bizarre warning from gcc 3.1:brian2002-05-141-1/+1
* o Clean up some #includesbrian2002-05-1442-133/+163
* Calculate the number of open links properly when deciding on whether tobrian2002-05-141-11/+10
* Fix a syntax errorbrian2002-05-131-0/+1
* We don't need to include arpa/inet.h here. In fact, only FreeBSD needsbrian2002-05-111-2/+1
* #include netinet/in.h when !__FreeBSD__ to silence some warnings frombrian2002-05-111-0/+3
* NetBSD keeps des.h in /usr/include/openssl these daysbrian2002-05-111-0/+4
* Add support for MS-CHAP authentication via a RADIUS server.brian2002-05-106-42/+200
* Don't corrupt MP fragments when they're put back on the front of ourbrian2002-05-071-5/+6
* Understand the Session-Timeout RADIUS attributebrian2002-05-075-4/+109
* Tweak a data type from char * to u_char *brian2002-05-041-2/+2
* Make ``set mru'' require a context. In multi-link mode, there's nobrian2002-05-041-1/+1
* Bump the version to mark the fixed FSM TLD orderingbrian2002-05-011-1/+1
* If we receive a config request while Open, call TLD *before* decodingbrian2002-05-011-3/+7
* Allow the peer to modify the LQR intervalbrian2002-05-011-0/+1
OpenPOWER on IntegriCloud