aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-2/+5
* Sync with OpenBSD ifdefsBrian Somers1998-09-171-4/+8
* Don't forget to call PacketAliasInit().Brian Somers1998-08-091-1/+7
* o Support callback types NONE, E.164, AUTH and CBCP.Brian Somers1998-08-071-1/+2
* On receipt of a sig 15, do a full bundle_Close() even ifBrian Somers1998-08-021-3/+2
* Remove redundant includesBrian Somers1998-06-271-5/+1
* Don't dlopen()/dlsym() libalias, use it in the same wayBrian Somers1998-06-271-7/+10
* ``struct tunnel_header'' -> u_int32_t in OpenBSD.Brian Somers1998-06-271-2/+1
* o If we come out of select() with only write descriptors thatBrian Somers1998-06-241-6/+28
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-3/+4
* Don't bring the modem offline or hangup when ``down lcp''Brian Somers1998-06-161-2/+2
* o De-staticise things that don't need to be static.Brian Somers1998-06-151-2/+2
* Give ``load'' optional context. It's now possible toBrian Somers1998-06-151-3/+3
* Make `close lcp' just close the LCP layer and not hangup. This isBrian Somers1998-06-151-3/+3
* Put the correct pid in /var/run/tunX.pidBrian Somers1998-06-061-1/+3
* o If there's a session leader left running for a descriptorBrian Somers1998-05-291-5/+3
* o Make modes consistent throughout ppp. The same strings are usedBrian Somers1998-05-291-46/+36
* o #define the name "tun" in defs.h against the future possibilityBrian Somers1998-05-281-19/+2
* Don't assume stdout is a tty in interactive modeBrian Somers1998-05-271-4/+4
* o Don't try to transfer tty device descriptors as there's no way ofBrian Somers1998-05-251-8/+8
* o Move our prompt descriptor list outside of the bundle.Brian Somers1998-05-231-3/+10
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-829/+273
|\
| * o Call bundle_LinkClosed() when transferring a datalink so thatBrian Somers1998-05-151-6/+1
| * o Protect against expected NULL fdset pointers.Brian Somers1998-05-101-5/+37
| * o When specifying the diagnostic port (`set server'), replaceBrian Somers1998-05-081-18/+1
| * o Rename datalinks as soon as the name has been received so thatBrian Somers1998-05-081-1/+4
| * o Make sure we don't dereference NULL when we've lost all our links.Brian Somers1998-05-061-6/+4
| * o Don't enter phase TERMINATE in the LCP TLD, leave it exclusivelyBrian Somers1998-05-061-90/+4
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-53/+52
| * o Create a new ``timer'' log level. This lets us ``setBrian Somers1998-04-301-7/+8
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+6
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-2/+5
| * Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't implyBrian Somers1998-04-231-6/+9
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-3/+2
| * o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-76/+64
| * Remove MODE_ALIAS and add AliasEnabled() macro.Brian Somers1998-04-071-16/+25
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-6/+5
| * Remove unused includes.Brian Somers1998-04-061-15/+1
| * Make ^Z, bg & fg work. We don't muck around withBrian Somers1998-04-051-36/+10
| * Deglobalise `struct prompt':Brian Somers1998-04-031-50/+58
| * o Drop packets that fail the dial filter when we're inBrian Somers1998-04-031-12/+25
| * Remove `set loopback' and `show loopback' and addBrian Somers1998-04-031-2/+2
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-11/+13
| * Tidy up the parent notification stuff for -background mode.Brian Somers1998-03-251-22/+15
| * Handle sig 1, 2, 3 and 15 when we're the parent in background modeBrian Somers1998-03-251-8/+18
| * Use bundle_Phase(), not bundle->phase.Brian Somers1998-03-251-2/+2
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-8/+8
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+2
| * Move `CleaningUp' into struct bundle.Brian Somers1998-03-161-5/+4
| * Move filter sets into struct bundle.Brian Somers1998-03-161-5/+5