summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-092-14/+0
* Fix the type of the last arg to execl()brian2001-07-091-1/+1
* Staticise the OpenBSD SHA1_End() functionbrian2001-07-091-1/+1
* Stay (backwards-)compatible with OpenBSD's groffbrian2001-07-092-2/+6
* Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.brian2001-07-095-0/+117
* Don't try to dereference the -1th ccp algorithm array entry when webrian2001-07-071-1/+1
* When we miss one or more packets in stateful mode *and* need tobrian2001-07-071-7/+10
* Spell stateful properlybrian2001-07-064-11/+11
* mdoc(7) police: removed hard sentence breaks, sorted xrefs.ru2001-07-052-18/+34
* Make the last fix work properly on descriptors 1 and 2 (not just 0)brian2001-07-041-1/+1
* Handle any of descriptors 0, 1 or 2 being closed when we'rebrian2001-07-041-1/+18
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.brian2001-07-038-7/+67
* Don't accept chap80lm by default - it doesn't work.brian2001-07-031-1/+1
* Silence some gcc warningsbrian2001-07-031-0/+4
* Do away with the ``err'' variable.brian2001-07-031-74/+117
* Silence some of the -Wnon-const-format warnings and add __printflike()kris2001-07-022-6/+11
* Avoid using too many args for ``set m[tr]u''brian2001-06-202-4/+16
* Call va_start/va_end for each call to vfprintfbrian2001-06-181-2/+4
* Add support for stateful MPPE (microsoft encryption) providingbrian2001-06-1811-188/+669
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-1821-80/+246
* Correct the arg count after parsing a line with an unescaped # that isn'tbrian2001-06-151-3/+2
* Convert IIJ copyrights to BSD copyrights.brian2001-06-1340-687/+972
* Correct cross-references:sobomax2001-06-052-4/+4
* Renamed to README.natbrian2001-06-041-352/+0
* Add BSD style copyrights (with permission from Charles Mott where appropriate)brian2001-06-047-95/+254
* Fix an alignment errorbrian2001-05-301-5/+10
* Don't say ``Enter pause (-1) for redialing when we're using a random interval.brian2001-05-221-6/+3
* If we don't receive a TY_IPADDR option as part of a configure request, NAKbrian2001-05-221-62/+80
* Bring the interface IFF_UP from ipcp_InterfaceUp() (called from IPCP'sbrian2001-05-111-0/+7
* Handle situations where we've already got a P2P interface addressbrian2001-05-021-1/+6
* Fix some quotes and mention that it's usually necessary to trainbrian2001-04-262-2/+44
* Handle IP over IP (IPPROTO_IPV4) properly.brian2001-04-245-12/+32
* kldload ng_pppoe as necessarybrian2001-04-101-0/+5
* It's possible to kldload netgraph (as well as the other ng_* bits),brian2001-04-051-2/+2
* When we change the interface MTU, run through the routing table and tweakbrian2001-04-057-143/+272
* Be a bit more persistent when the NET_RT_IFLIST sysctl returns ENOMEMbrian2001-04-031-18/+27
* Don't say ``PPP enabled'' if we're given the -quiet switchbrian2001-04-031-2/+4
* Don't assume challenges and responses don't contain embedded '\0's.brian2001-04-014-15/+12
* -DRELEASE_CRUNCH moved into crunchgen(1) config files forru2001-03-311-6/+0
* Bring the PPPoE interface UP if requiredbrian2001-03-284-13/+28
* Add some comments to two examples and extend a ``set ifaddr''.brian2001-03-282-6/+6
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* If we're adding an interface address that is already one of the interface'sbrian2001-03-251-33/+52
* Quote PPP_CONFDIR in CFLAGSbrian2001-03-231-1/+1
* Change _PATH_PPP to PPP_CONFDIR and allow it to be overridden at compile timebrian2001-03-234-5/+11
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Allow LQR periods of 1 second and FSM retry periods of 1 second. This allows usroger2001-03-191-2/+2
* Deal with ENOENT properly on non-devfs machinesbrian2001-03-121-4/+3
* MAXHOSTNAME includes space for a NULbrian2001-03-094-10/+10
* Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD.brian2001-03-092-4/+20
OpenPOWER on IntegriCloud