summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.c
Commit message (Expand)AuthorAgeFilesLines
* If the peer asks for IP 0.0.0.0, choose an IP ourselvesbrian1997-12-191-2/+3
* Allow random IP number allocation to peer.brian1997-12-131-9/+30
* Correct cftypes128 index.brian1997-12-061-2/+2
* Remove duplicate REJECTED macro.brian1997-12-041-24/+18
* Abstract the CCP layer a level.brian1997-12-031-14/+27
* Fix prototypes.brian1997-11-221-5/+7
* Add throughput logging (disabled by default).brian1997-11-181-58/+18
* Update the cftypes arrays according to rfc1700.brian1997-11-141-7/+28
* Finish the security improvements:brian1997-11-111-2/+2
* Don't pass global vars as args.brian1997-11-081-7/+7
* o Bump version to 1.3 to reflect major changesbrian1997-10-291-1/+2
* Cosmetic:brian1997-10-261-1/+2
* Cosmetic (no functional changes):brian1997-10-261-43/+51
* Ask for VJ slot id compression by default.brian1997-10-171-2/+2
* Support VJ maximum slot identifiers != 15.brian1997-10-071-1/+6
* Bring CCP and IPCP layers down properly when LCPbrian1997-09-031-9/+39
* Cosmetic: Make LogPrintf() calls consistent.brian1997-08-311-14/+11
* Make the code format more in line with style(9).brian1997-08-251-124/+112
* Expand the "set stopped" command so that it canbrian1997-08-201-28/+30
* Correct the forth arg to "set ifaddr". If specified,brian1997-08-191-7/+13
* Set up the alias address before executingbrian1997-07-291-3/+3
* Add "set server" to control the server socket.brian1997-06-251-2/+2
* Overhaul ppp:brian1997-06-091-63/+63
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-3/+3
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-241-2/+2
* Use the latest alias engine - now in libalias.brian1997-05-231-3/+3
* Mega update to sort out bad implementationsbrian1997-05-191-1/+2
* Cosmetique fixes:ache1997-05-101-2/+2
* Refuse to negotiate HISADDR of 0.0.0.0 (NAK it)brian1997-05-101-3/+3
* Tidy up the code - bounds checking, returnbrian1997-05-101-4/+8
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix many buffer overruns in the code. Specifically, disallow ExpandStringimp1997-01-101-6/+8
* The infamous IP aliasing code for ppp, modified to work as a runtime optionjkh1996-12-121-1/+4
* Add support for the Evil Microsoft ppp extentions. Yes, they did itjkh1996-10-061-2/+102
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsphk1996-05-111-17/+17
* Final cleanup for now. -Wall is now silent. A couple of bogons found.phk1996-01-111-3/+3
* Some implementation of PPP are required that starting a negotiaion byamurai1995-07-081-4/+19
* Don't convert 0.0.0.0 into 192.0.0.1. I can find no sane reason to do this.dg1995-07-041-3/+1
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* 1.Reducing cpu usage at off connection.amurai1995-03-111-2/+2
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-19/+17
* (no commit message)amurai1995-01-311-0/+459
OpenPOWER on IntegriCloud