aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mp.c
Commit message (Expand)AuthorAgeFilesLines
* Loosen our restrictions on setting enddisc, mrru,Brian Somers1998-10-241-4/+15
* Don't cast potentially unaligned addresses to pointers toBrian Somers1998-09-041-13/+16
* Put the IP buffer queues into struct ipcp.Brian Somers1998-08-261-3/+3
* If we've got a full output buffer queue and cannot sendBrian Somers1998-08-251-1/+7
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* The CCP layer now behaves as follows:Brian Somers1998-06-301-4/+5
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-241-2/+3
* Create & use fsm2initial(), a function to bring aBrian Somers1998-06-201-3/+2
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-3/+3
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* Fix a rather nasty use of `static'. This caused a SEGVBrian Somers1998-06-151-2/+2
* o Don't try to transfer tty device descriptors as there's no way ofBrian Somers1998-05-251-5/+3
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-6/+7
* o Make sure we adjust our min seq and process any outstanding queuedBrian Somers1998-05-231-6/+27
* o If all CCPs are disabled & denied, don't send a REQ - just enterBrian Somers1998-05-231-1/+2
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-1/+1
* o Call bundle_LinkClosed() when transferring a datalink so thatBrian Somers1998-05-151-2/+5
* o Activate link-level CCPs in multilink mode, by bringing themBrian Somers1998-05-151-2/+5
* o Protect against expected NULL fdset pointers.Brian Somers1998-05-101-1/+2
* o Rename datalinks as soon as the name has been received so thatBrian Somers1998-05-081-5/+9
* o Behave correctly when short sequence numbers are denied.Brian Somers1998-05-061-5/+14
* o Make sure we don't dereference NULL when we've lost all our links.Brian Somers1998-05-061-2/+4
* Allow a 1000 fragment sliding window when placing a new fragmentBrian Somers1998-05-041-3/+10
* o Increment expected MP fragment numbers correctly,Brian Somers1998-05-041-15/+14
* o Display current link throughput in `show links' (assumingBrian Somers1998-05-031-40/+72
* o Transfer file descriptors using {send,recv}msg & SCM_RIGHTS,Brian Somers1998-05-021-31/+26
* Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-51/+51
* o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-45/+72
* o Add the link name to modem diagnostics.Brian Somers1998-04-281-28/+193
* Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-2/+3
* Show our link name when we fail to mp_Up().Brian Somers1998-04-251-5/+6
* Choose the correct IP number in ``set enddisc {ip,mac}''.Brian Somers1998-04-241-8/+8
* o Defer setting up pap/chap based IP numbers & labels until afterBrian Somers1998-04-241-17/+43
* o Remove LINK level logging.Brian Somers1998-04-241-6/+13
* Create #defines for all endpoint discriptor classes,Brian Somers1998-04-231-18/+46
* o Initialise MP correctly depending on if we're theBrian Somers1998-04-231-14/+49
* Get the alignment right in ``show mp''.Brian Somers1998-04-231-3/+3
* o Add ipcp_SetLink() for attaching IPCP to the correct link, andBrian Somers1998-04-231-21/+30
* Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't implyBrian Somers1998-04-231-14/+202
* Do away with the static struct timeoutArg. Move theBrian Somers1998-04-201-2/+1
* Cosmetic: Clean up warnings.Brian Somers1998-04-181-3/+2
* o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-4/+1
* Pass all command arguments around with struct cmdargs ratherBrian Somers1998-04-141-3/+3
* Remove unused includes.Brian Somers1998-04-061-3/+1
* o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-0/+457