summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/lcp.c
Commit message (Expand)AuthorAgeFilesLines
* If the peer REJects our MRU request and that request is for a valuebrian2006-09-061-0/+3
* Integrate some OpenBSD alignment fixes. This hopefully also fixes PR 38058...brian2005-01-101-7/+7
* Implement an ``enable/disable echo'' option, defaults to off.brian2004-12-131-0/+3
* Fix the build on 64-bit platforms.marcel2004-09-061-6/+10
* Make ppp WARNS=5 cleanbrian2004-09-051-16/+19
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_brian2002-08-271-0/+1
* Remove whitespace at the end of lines.brian2002-06-151-1/+1
* o Clean up some #includesbrian2002-05-141-1/+0
* Allow the peer to modify the LQR intervalbrian2002-05-011-0/+1
* Make the way FSM options are processed easier to read by using structuresbrian2002-04-161-347/+325
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's linebrian2002-03-301-9/+9
* Add a ``log'' command for logging specific information.brian2001-11-031-1/+1
* Fix AUTH callback negotiations.brian2001-10-181-2/+2
* When the peer fails to specify an MRU and a 1500 byte MRU is notbrian2001-10-181-4/+7
* sigpause() -> sigsuspend()brian2001-09-131-1/+4
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+5
* If the peer REJects our MRU REQ, stop REQing it -- *EVEN* if we'rebrian2001-07-301-1/+1
* Handle peer REQ/NAKs of >1500 byte MRUs when we have no preference.brian2001-07-261-11/+15
* Ignore (with a warning message) mtu/mru configurations that are greaterbrian2001-07-171-21/+37
* Don't accept chap80lm by default - it doesn't work.brian2001-07-031-1/+1
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-181-17/+62
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-17/+24
* Call MSCHAP CHAP80 in ``show lcp'' so that it's consistent with CHAP81.brian2000-11-291-1/+1
* Accept MSCHAPv2 by default.brian2000-11-191-1/+1
* Various whitespace changes.brian2000-10-301-1/+2
* Add MPPE and MSChap v2 support (denied and disabled by default)brian2000-10-301-5/+32
* Support link identification from rfc1570brian2000-07-191-1/+39
* Don't assign an MTU based on the peers first-link MRU in MP mode.brian2000-06-241-5/+4
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-141-33/+38
* Add a bunch of `const's and fix a typo.brian1999-12-271-2/+2
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Silence a warning about uninitialized variables.brian1999-08-081-2/+2
* Initialise `mp'.brian1999-06-091-1/+2
* Allow our endpoint discriminator to be enabled, disabled, acceptedbrian1999-06-091-4/+7
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-4/+7
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-7/+3
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-5/+7
* Revert the ACCMAP changes where we OR the peers accmapbrian1999-04-111-35/+5
* If we adjust our required ACCMAP due to a more restrictivebrian1999-03-291-2/+18
* When negotiating ACCMAPs, sync our ACCMAP with thebrian1999-03-011-5/+17
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-15/+35
* Fully support both NT and LANMan CHAP type 0x80 as bothbrian1999-02-181-39/+96
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* If we've configured CBCP *and* another not-so-importantbrian1999-01-121-2/+2
* Warn that the specific chap protocol isn't supported whenbrian1998-10-171-8/+19
* Initialise lcp::his_mru to the ``set mtu'' value if it's lessbrian1998-09-091-2/+4
* Don't cast potentially unaligned addresses to pointers tobrian1998-09-041-22/+23
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-8/+179
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-26/+27
OpenPOWER on IntegriCloud