summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of `const's and fix a typo.brian1999-12-271-3/+3
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-2/+2
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* Introduce a forth IP packet queue. Urgent packets withbrian1999-09-071-43/+68
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-1/+112
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-191-4/+4
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-2/+2
* Don't use static variables if we don't have to.brian1999-06-081-3/+2
* Don't IPCP TLD if we're already doing it. This preventsbrian1999-06-081-19/+23
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-3/+5
* Remember if MYADDR or HISADDR is used in a filter add tweak allbrian1999-05-311-3/+6
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-19/+12
* Add support for NetBSDbrian1999-04-261-4/+4
* #include <errno.h>, not <sys/errno.h>brian1999-04-261-2/+2
* 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
OpenPOWER on IntegriCloud