summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-224-9/+9
* Don't load the netgraph line discipline. When it's in use, TIOCMGETbrian2002-04-211-0/+7
* Add variable substitutions for SOCKNAME, IPOCTETSIN, IPOCTETSOUT, IPPACKETSIN,brian2002-04-172-32/+136
* Don't display an extraneous ``: '' with some packets in/packets out diagnosticsbrian2002-04-161-1/+1
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-1612-731/+746
* When it's necessary to kldload tun(4), don't forget to re-try to openbrian2002-04-153-8/+15
* Get tun P2P address from the local pool if RADIUS server returnedhosokawa2002-04-042-1/+5
* Fix a typobrian2002-03-311-1/+1
* Add a missing ``#ifndef NONETGRAPH''brian2002-03-311-0/+2
* Remove some extraneous whitespacebrian2002-03-311-1/+1
* Include arpa/inet.hbrian2002-03-311-0/+2
* Fix CLEANFILES.ru2002-03-301-0/+1
* Add a sprinkling of mp_Down() calls to ensure that we don't think thatbrian2002-03-301-1/+7
* Don't use the RTF_GATEWAY flag and pass the RTA_GATEWAY address when updatingbrian2002-03-301-1/+8
* Add a missing breakbrian2002-03-301-0/+1
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-3030-147/+1226
* Fix a typobrian2002-03-251-1/+1
* mdoc(7) police: .Va -> .Ev.ru2002-03-151-1/+1
* Use the return value from snprintf() to keep a track of the length ofbrian2002-03-131-16/+17
* Handle B460800 and B921600 being defined in <termios.h>brian2002-03-121-0/+6
* Don't drop the last character from ut_line in ID0logout().brian2002-03-051-7/+8
* Don't blow away ``set escape'' settings when we've completed thebrian2002-03-043-2/+9
* Document NGM_PPPOE_ACNAME handling.brian2002-02-201-0/+6
* Handle NGM_PPPOE_ACNAME messages.brian2002-02-201-0/+5
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+2
* Detect if a udp socket on STDIN_FILENO is connected by callingbrian2002-01-231-7/+16
OpenPOWER on IntegriCloud