summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Cross reference the NETWORK ADDRESS TRANSLATION section when describingbrian2002-01-231-1/+5
* socket()s first argument should be a protocol family rather than anbrian2002-01-1611-15/+15
* socket's first argument is an address family, not a protocol family.brian2002-01-167-10/+10
* When authenticating a name containing a ``\'', attempt to autenticatebrian2002-01-081-9/+50
* Consider PROTO_IPV6 as compressible by CCP.brian2001-12-091-1/+1
* Pay attention to failures to SIOCAIFADDR and SIOCDIFFADDR.brian2001-11-301-25/+39
* Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messagesbrian2001-11-301-6/+0
* Add some DEBUG logging to tell us when interface addresses are beingbrian2001-11-301-0/+14
* Remove the hack that ensures that rt_Update() works on FreeBSD. Nowbrian2001-11-231-23/+5
* When writing messages to the routing socket, round sockaddr sizesbrian2001-11-231-12/+19
OpenPOWER on IntegriCloud