aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/lcp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* If the peer REJects our MRU request and that request is for a valueBrian Somers2006-09-061-0/+3
* Integrate some OpenBSD alignment fixes. This hopefully also fixes PR 38058...Brian Somers2005-01-101-7/+7
* Implement an ``enable/disable echo'' option, defaults to off.Brian Somers2004-12-131-0/+3
* Fix the build on 64-bit platforms.Marcel Moolenaar2004-09-061-6/+10
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-16/+19
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-1/+1
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* Allow the peer to modify the LQR intervalBrian Somers2002-05-011-0/+1
* Make the way FSM options are processed easier to read by using structuresBrian Somers2002-04-161-347/+325
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-9/+9
* Add a ``log'' command for logging specific information.Brian Somers2001-11-031-1/+1
* Fix AUTH callback negotiations.Brian Somers2001-10-181-2/+2
* When the peer fails to specify an MRU and a 1500 byte MRU is notBrian Somers2001-10-181-4/+7
* sigpause() -> sigsuspend()Brian Somers2001-09-131-1/+4
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+5
* If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we'reBrian Somers2001-07-301-1/+1
* Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference.Brian Somers2001-07-261-11/+15
* Ignore (with a warning message) mtu/mru configurations that are greaterBrian Somers2001-07-171-21/+37
* Don't accept chap80lm by default - it doesn't work.Brian Somers2001-07-031-1/+1
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-17/+62
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-17/+24
* Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.Brian Somers2000-11-291-1/+1
* Accept MSCHAPv2 by default.Brian Somers2000-11-191-1/+1
* Various whitespace changes.Brian Somers2000-10-301-1/+2
* Add MPPE and MSChap v2 support (denied and disabled by default)Brian Somers2000-10-301-5/+32
* Support link identification from rfc1570Brian Somers2000-07-191-1/+39
* Don't assign an MTU based on the peers first-link MRU in MP mode.Brian Somers2000-06-241-5/+4
* When ppp can't identify the relevant name, don't use "???", useBrian Somers2000-03-141-33/+38
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-2/+2
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Silence a warning about uninitialized variables.Brian Somers1999-08-081-2/+2
* Initialise `mp'.Brian Somers1999-06-091-1/+2
* Allow our endpoint discriminator to be enabled, disabled, acceptedBrian Somers1999-06-091-4/+7
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-4/+7
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-7/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-5/+7
* Revert the ACCMAP changes where we OR the peers accmapBrian Somers1999-04-111-35/+5
* If we adjust our required ACCMAP due to a more restrictiveBrian Somers1999-03-291-2/+18
* When negotiating ACCMAPs, sync our ACCMAP with theBrian Somers1999-03-011-5/+17
* Allow control over the number of ConfigREQ & TermREQ attemptsBrian Somers1999-02-261-15/+35
* Fully support both NT and LANMan CHAP type 0x80 as bothBrian Somers1999-02-181-39/+96
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5
* If we've configured CBCP *and* another not-so-importantBrian Somers1999-01-121-2/+2
* Warn that the specific chap protocol isn't supported whenBrian Somers1998-10-171-8/+19
* Initialise lcp::his_mru to the ``set mtu'' value if it's lessBrian Somers1998-09-091-2/+4