summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/lcp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add ``ipcp'' as an optional argument to ``open'', and makebrian1998-06-251-1/+2
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* Some documentation corrections & typo fixes....brian1998-05-291-2/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-467/+522
* Merge from MP branch:brian1998-02-041-2/+2
* Remove unused #includes.brian1998-01-211-5/+3
* Allow an optional delay when specifying "set openmode active".brian1998-01-201-6/+10
* Lose <net/if_var.h> !brian1998-01-111-4/+1
* Make things work when sizeof(long) != 32 (hopefully)brian1998-01-111-28/+31
* Cosmetic (style):brian1997-12-241-5/+5
* 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
OpenPOWER on IntegriCloud