summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-17/+75
* Allow our endpoint discriminator to be enabled, disabled, acceptedbrian1999-06-091-1/+4
* Fix some MP sequence number comparison bogons that are tickled bybrian1999-06-031-6/+8
* Oops, quieten a compiler warning.brian1999-06-021-1/+2
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-7/+24
* Don't forget to free the mbufs that get processed bybrian1999-05-281-1/+2
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-121-14/+3
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-13/+44
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Loosen our restrictions on setting enddisc, mrru,brian1998-10-241-4/+15
* Don't cast potentially unaligned addresses to pointers tobrian1998-09-041-13/+16
* Put the IP buffer queues into struct ipcp.brian1998-08-261-3/+3
* If we've got a full output buffer queue and cannot sendbrian1998-08-251-1/+7
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-1/+2
* The CCP layer now behaves as follows:brian1998-06-301-4/+5
* o If we come out of select() with only write descriptors thatbrian1998-06-241-2/+3
* Create & use fsm2initial(), a function to bring abrian1998-06-201-3/+2
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-3/+3
* o De-staticise things that don't need to be static.brian1998-06-151-2/+2
* Fix a rather nasty use of `static'. This caused a SEGVbrian1998-06-151-2/+2
* o Don't try to transfer tty device descriptors as there's no way ofbrian1998-05-251-5/+3
* o Move our prompt descriptor list outside of the bundle.brian1998-05-231-6/+7
* o Make sure we adjust our min seq and process any outstanding queuedbrian1998-05-231-6/+27
* o If all CCPs are disabled & denied, don't send a REQ - just enterbrian1998-05-231-1/+2
* MFMP: Make ppp multilink capable.brian1998-05-211-0/+992
OpenPOWER on IntegriCloud