aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Don't include a NUL at the end of our CHAP SUCCESS packet.Brian Somers2001-07-311-1/+1
* Remove an irritating diagnostic emitted to LogPHASE when aBrian Somers2001-07-313-11/+11
* When we receive a CHAP81 challenge response, we always expect the lastBrian Somers2001-07-311-0/+5
* If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we'reBrian Somers2001-07-301-1/+1
* Change permissions back to 4554/554Brian Somers2001-07-281-2/+2
* If the peer sends a REQ without the IPADDR option, only reject itBrian Somers2001-07-282-6/+16
* Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference.Brian Somers2001-07-262-12/+16
* Change permissions from [4]554 to [4]551Brian Somers2001-07-251-2/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+4
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* Bring the PPPoE Ethernet interface up *BEFORE* we send the node aBrian Somers2001-07-181-10/+6
* Ignore (with a warning message) mtu/mru configurations that are greaterBrian Somers2001-07-171-21/+37
* TCPMSS adjusts all TCP SYN packets, not just outgoing ones.Brian Somers2001-07-162-2/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-152-6/+6
* Perform MSS fixups on incoming packets as well as outgoing.Brian Somers2001-07-131-32/+43
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-14/+0
* Fix the type of the last arg to execl()Brian Somers2001-07-091-1/+1
* Staticise the OpenBSD SHA1_End() functionBrian Somers2001-07-091-1/+1
* Stay (backwards-)compatible with OpenBSD's groffBrian Somers2001-07-092-2/+6
* Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.Brian Somers2001-07-095-0/+117
* Don't try to dereference the -1th ccp algorithm array entry when weBrian Somers2001-07-071-1/+1
* When we miss one or more packets in stateful mode *and* need toBrian Somers2001-07-071-7/+10
* Spell stateful properlyBrian Somers2001-07-064-11/+11
* mdoc(7) police: removed hard sentence breaks, sorted xrefs.Ruslan Ermilov2001-07-052-18/+34
* Make the last fix work properly on descriptors 1 and 2 (not just 0)Brian Somers2001-07-041-1/+1
* Handle any of descriptors 0, 1 or 2 being closed when we'reBrian Somers2001-07-041-1/+18
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.Brian Somers2001-07-038-7/+67
* Don't accept chap80lm by default - it doesn't work.Brian Somers2001-07-031-1/+1
* Silence some gcc warningsBrian Somers2001-07-031-0/+4
* Do away with the ``err'' variable.Brian Somers2001-07-031-74/+117
* Silence some of the -Wnon-const-format warnings and add __printflike()Kris Kennaway2001-07-022-6/+11
* Avoid using too many args for ``set m[tr]u''Brian Somers2001-06-202-4/+16
* Call va_start/va_end for each call to vfprintfBrian Somers2001-06-181-2/+4
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-1811-188/+669
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-1821-80/+246
* Correct the arg count after parsing a line with an unescaped # that isn'tBrian Somers2001-06-151-3/+2
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-1340-687/+972
* Correct cross-references:Maxim Sobolev2001-06-052-4/+4
* Renamed to README.natBrian Somers2001-06-041-352/+0
* Add BSD style copyrights (with permission from Charles Mott where appropriate)Brian Somers2001-06-047-95/+254
* Fix an alignment errorBrian Somers2001-05-301-5/+10
* Don't say ``Enter pause (-1) for redialing when we're using a random interval.Brian Somers2001-05-221-6/+3
* If we don't receive a TY_IPADDR option as part of a configure request, NAKBrian Somers2001-05-221-62/+80
* Bring the interface IFF_UP from ipcp_InterfaceUp() (called from IPCP'sBrian Somers2001-05-111-0/+7
* Handle situations where we've already got a P2P interface addressBrian Somers2001-05-021-1/+6
* Fix some quotes and mention that it's usually necessary to trainBrian Somers2001-04-262-2/+44
* Handle IP over IP (IPPROTO_IPV4) properly.Brian Somers2001-04-245-12/+32
* kldload ng_pppoe as necessaryBrian Somers2001-04-101-0/+5
* It's possible to kldload netgraph (as well as the other ng_* bits),Brian Somers2001-04-051-2/+2
* When we change the interface MTU, run through the routing table and tweakBrian Somers2001-04-057-143/+272