summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/lcp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PAP, CHAP & LQR req (I broke the byte ordering whenbrian1997-12-071-12/+51
* Abstract the CCP layer a level.brian1997-12-031-75/+153
* Fix prototypes.brian1997-11-221-10/+12
* Add throughput logging (disabled by default).brian1997-11-181-2/+1
* Abstract data read from and written to the tun device,brian1997-11-161-2/+9
* Update the cftypes arrays according to rfc1700.brian1997-11-141-16/+41
* Fix typo that causes CHAP RESPONSEs to *always*brian1997-11-111-2/+2
* Don't pass global vars as args.brian1997-11-081-13/+13
* o Bump version to 1.3 to reflect major changesbrian1997-10-291-11/+7
* Cosmetic:brian1997-10-261-1/+2
* Cosmetic (no functional changes):brian1997-10-261-81/+43
* Initialise LCP, IPCP and CCP as soon as LCP is down.brian1997-10-151-1/+4
* Change things around a bit when bringing down the layers.brian1997-10-051-3/+12
* If "set mtu" is used, *and* the mtu is less than thebrian1997-09-291-4/+7
* Don't depend on time.h including sys/types.hbrian1997-09-271-1/+2
* Allow Microsoft CHAP authentication.brian1997-09-251-3/+15
* Undo botched commit (local changes got in)brian1997-09-231-4/+3
* Don't allow accept/deny when it's not appropriate.brian1997-09-221-3/+4
* Don't pause for one second before starting LCPbrian1997-09-221-4/+12
* Sleep for a second before sending the first LCPbrian1997-09-211-1/+3
* Bring CCP and IPCP layers down properly when LCPbrian1997-09-031-2/+2
* Allow the transition from an idle timeout valuebrian1997-09-031-4/+4
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-2/+2
* Make the code format more in line with style(9).brian1997-08-251-105/+105
* Expand the "set stopped" command so that it canbrian1997-08-201-2/+3
* Remove extraneous prototypes.brian1997-08-011-3/+1
* Remove srandomdev fallback codeache1997-06-141-3/+2
* Overhaul ppp:brian1997-06-091-61/+56
* Remove initial startup printf's in -direct mode.brian1997-06-011-7/+11
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-1/+2
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-241-2/+2
* Mega update to sort out bad implementationsbrian1997-05-191-11/+4
* Cosmetiqueache1997-05-111-3/+3
* Print out reject masks on "show lcp"ache1997-05-111-5/+9
* Use random() for GenerateMagic()ache1997-05-111-9/+9
* Tidy up the code - bounds checking, returnbrian1997-05-101-4/+4
* Make ppp exit on loss of carrier in -background mode.brian1997-05-051-2/+2
* Closes pr 2711brian1997-03-131-1/+10
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 1. Room to calculate MD5 for CHAP negotiation is shorter thanjkh1996-10-121-1/+8
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-30/+30
* Some patches to ppp which improve stability. I have been running adfr1996-01-301-2/+2
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-111-6/+10
* 1. All fragments (except the first one) of a fragmented packet wereamurai1995-09-171-1/+2
* >Number: 591amurai1995-07-081-3/+5
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* 1.Reducing cpu usage at off connection.amurai1995-03-111-1/+3
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-44/+54
* (no commit message)amurai1995-01-311-0/+656
OpenPOWER on IntegriCloud