summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.c
Commit message (Expand)AuthorAgeFilesLines
* Correct some ntohl/htonl bogons in the netmask handling.brian1999-03-031-11/+23
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-261-11/+27
* Decouple pap & chap output routines from the correspondingbrian1999-02-061-4/+1
* Encode & Decode the PROTOCOMP fields correctly.brian1999-02-021-14/+41
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-16/+41
* Add ``enable proxyall'' support. This adds proxy ARP entriesbrian1998-10-261-5/+47
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-144/+127
* Sync with OpenBSD ifdefsbrian1998-09-171-4/+8
* Don't cast potentially unaligned addresses to pointers tobrian1998-09-041-14/+16
* Put the IP buffer queues into struct ipcp.brian1998-08-261-3/+4
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-2/+2
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-11/+8
* More u_long -> u_int32_tbrian1998-06-271-3/+3
* Remove redundant includesbrian1998-06-271-2/+1
* Don't dlopen()/dlsym() libalias, use it in the same waybrian1998-06-271-3/+6
* Add ``ipcp'' as an optional argument to ``open'', and makebrian1998-06-251-7/+13
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-4/+4
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* Give ``load'' optional context. It's now possible tobrian1998-06-151-10/+10
* o Maintain a link-type mask for open datalinks as well asbrian1998-06-121-2/+2
* o Make modes consistent throughout ppp. The same strings are usedbrian1998-05-291-4/+4
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-2/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-380/+786
* Remove unused #includes.brian1998-01-211-5/+2
* Allow an optional delay when specifying "set openmode active".brian1998-01-201-4/+5
* Allow "set vj" for changing the default number of slotsbrian1998-01-181-6/+48
* o Allow the use of HISADDR as the first arg to "add".brian1998-01-051-1/+38
* Show who closes the diagnostic connection.brian1997-12-271-2/+5
* Cosmetic (style):brian1997-12-241-15/+15
* Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !brian1997-12-241-2/+2
* 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
OpenPOWER on IntegriCloud