| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Solve the ``first connection'' problem that occurs on | Brian Somers | 1998-10-22 | 1 | -2/+5 |
| * | Sync with OpenBSD ifdefs | Brian Somers | 1998-09-17 | 1 | -4/+8 |
| * | Don't forget to call PacketAliasInit(). | Brian Somers | 1998-08-09 | 1 | -1/+7 |
| * | o Support callback types NONE, E.164, AUTH and CBCP. | Brian Somers | 1998-08-07 | 1 | -1/+2 |
| * | On receipt of a sig 15, do a full bundle_Close() even if | Brian Somers | 1998-08-02 | 1 | -3/+2 |
| * | Remove redundant includes | Brian Somers | 1998-06-27 | 1 | -5/+1 |
| * | Don't dlopen()/dlsym() libalias, use it in the same way | Brian Somers | 1998-06-27 | 1 | -7/+10 |
| * | ``struct tunnel_header'' -> u_int32_t in OpenBSD. | Brian Somers | 1998-06-27 | 1 | -2/+1 |
| * | o If we come out of select() with only write descriptors that | Brian Somers | 1998-06-24 | 1 | -6/+28 |
| * | Change some log levels. ALERTs are only logged when | Brian Somers | 1998-06-16 | 1 | -3/+4 |
| * | Don't bring the modem offline or hangup when ``down lcp'' | Brian Somers | 1998-06-16 | 1 | -2/+2 |
| * | o De-staticise things that don't need to be static. | Brian Somers | 1998-06-15 | 1 | -2/+2 |
| * | Give ``load'' optional context. It's now possible to | Brian Somers | 1998-06-15 | 1 | -3/+3 |
| * | Make `close lcp' just close the LCP layer and not hangup. This is | Brian Somers | 1998-06-15 | 1 | -3/+3 |
| * | Put the correct pid in /var/run/tunX.pid | Brian Somers | 1998-06-06 | 1 | -1/+3 |
| * | o If there's a session leader left running for a descriptor | Brian Somers | 1998-05-29 | 1 | -5/+3 |
| * | o Make modes consistent throughout ppp. The same strings are used | Brian Somers | 1998-05-29 | 1 | -46/+36 |
| * | o #define the name "tun" in defs.h against the future possibility | Brian Somers | 1998-05-28 | 1 | -19/+2 |
| * | Don't assume stdout is a tty in interactive mode | Brian Somers | 1998-05-27 | 1 | -4/+4 |
| * | o Don't try to transfer tty device descriptors as there's no way of | Brian Somers | 1998-05-25 | 1 | -8/+8 |
| * | o Move our prompt descriptor list outside of the bundle. | Brian Somers | 1998-05-23 | 1 | -3/+10 |
| * | MFMP: Make ppp multilink capable. | Brian Somers | 1998-05-21 | 1 | -829/+273 |
| |\ |
|
| | * | o Call bundle_LinkClosed() when transferring a datalink so that | Brian Somers | 1998-05-15 | 1 | -6/+1 |
| | * | o Protect against expected NULL fdset pointers. | Brian Somers | 1998-05-10 | 1 | -5/+37 |
| | * | o When specifying the diagnostic port (`set server'), replace | Brian Somers | 1998-05-08 | 1 | -18/+1 |
| | * | o Rename datalinks as soon as the name has been received so that | Brian Somers | 1998-05-08 | 1 | -1/+4 |
| | * | o Make sure we don't dereference NULL when we've lost all our links. | Brian Somers | 1998-05-06 | 1 | -6/+4 |
| | * | o Don't enter phase TERMINATE in the LCP TLD, leave it exclusively | Brian Somers | 1998-05-06 | 1 | -90/+4 |
| | * | Cosmetic: Make our external function names consistent. | Brian Somers | 1998-05-01 | 1 | -53/+52 |
| | * | o Create a new ``timer'' log level. This lets us ``set | Brian Somers | 1998-04-30 | 1 | -7/+8 |
| | * | o Add the link name to modem diagnostics. | Brian Somers | 1998-04-28 | 1 | -1/+6 |
| | * | Make gcc-2.8.1 build ppp cleanly. | Brian Somers | 1998-04-25 | 1 | -2/+5 |
| | * | Negotiate MRRU, SHORTSEQ and ENDDISC. ENDDISC doesn't imply | Brian Somers | 1998-04-23 | 1 | -6/+9 |
| | * | o Move the accept/deny/disable/enable globals either to the | Brian Somers | 1998-04-16 | 1 | -3/+2 |
| | * | o Remove the `mode' global - it's now per physical device. | Brian Somers | 1998-04-10 | 1 | -76/+64 |
| | * | Remove MODE_ALIAS and add AliasEnabled() macro. | Brian Somers | 1998-04-07 | 1 | -16/+25 |
| | * | o Move alias function pointers into loadalias.c | Brian Somers | 1998-04-07 | 1 | -6/+5 |
| | * | Remove unused includes. | Brian Somers | 1998-04-06 | 1 | -15/+1 |
| | * | Make ^Z, bg & fg work. We don't muck around with | Brian Somers | 1998-04-05 | 1 | -36/+10 |
| | * | Deglobalise `struct prompt': | Brian Somers | 1998-04-03 | 1 | -50/+58 |
| | * | o Drop packets that fail the dial filter when we're in | Brian Somers | 1998-04-03 | 1 | -12/+25 |
| | * | Remove `set loopback' and `show loopback' and add | Brian Somers | 1998-04-03 | 1 | -2/+2 |
| | * | o Move struct lcp and struct ccp into struct link. | Brian Somers | 1998-04-03 | 1 | -11/+13 |
| | * | Tidy up the parent notification stuff for -background mode. | Brian Somers | 1998-03-25 | 1 | -22/+15 |
| | * | Handle sig 1, 2, 3 and 15 when we're the parent in background mode | Brian Somers | 1998-03-25 | 1 | -8/+18 |
| | * | Use bundle_Phase(), not bundle->phase. | Brian Somers | 1998-03-25 | 1 | -2/+2 |
| | * | Make struct bundle into a sort of `struct descriptor'. | Brian Somers | 1998-03-20 | 1 | -8/+8 |
| | * | Move VJ compression state and stats into struct ipcp. | Brian Somers | 1998-03-16 | 1 | -1/+2 |
| | * | Move `CleaningUp' into struct bundle. | Brian Somers | 1998-03-16 | 1 | -5/+4 |
| | * | Move filter sets into struct bundle. | Brian Somers | 1998-03-16 | 1 | -5/+5 |