| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle PPPoPTY correctly. | brian | 1999-12-13 | 1 | -2/+2 |
* | Be careful not to re-initialise `struct stat' while it still has | brian | 1999-12-03 | 3 | -26/+42 |
* | Change the way we transfer links (again). The previous | brian | 1999-11-30 | 3 | -43/+88 |
* | depricated -> deprecated + mention the -alias flag status in README.changes | brian | 1999-11-29 | 2 | -4/+7 |
* | Don't try to do a DIALOUT in -direct mode or if there's no phone | brian | 1999-11-28 | 1 | -5/+12 |
* | Make -foreground a proper option (allowing ``allow mode foreground'', | brian | 1999-11-28 | 6 | -11/+16 |
* | Allow extended pap success messages by believing in the PAP headers | brian | 1999-11-26 | 1 | -4/+27 |
* | Change ``set cd'' so that its default value is device specific. The | brian | 1999-11-26 | 15 | -76/+173 |
* | Rewrite the link descriptor transfer code in MP mode. | brian | 1999-11-25 | 12 | -134/+205 |
* | Don't setuid() 'till we've called ID0setproctitle() | brian | 1999-11-23 | 1 | -1/+1 |
* | Call MkSockNode() as uid 0 | brian | 1999-11-21 | 3 | -1/+22 |
* | Don't compile NETGRAPH out of ppp for the release crunch | brian | 1999-11-20 | 1 | -3/+3 |
* | Update the time delta of the first item in TimerList before | brian | 1999-11-19 | 1 | -1/+8 |
* | Fix ``set proctitle'' by using setproctitle(). | brian | 1999-11-17 | 6 | -20/+34 |
* | Remove some extraneous ifdefs, and don't try to put the socket in | brian | 1999-11-16 | 1 | -21/+1 |
* | Use modfind() to check if a kld is already loaded. | brian | 1999-11-16 | 4 | -24/+14 |
* | Don't insist on 4 digit umasks in ``set server''. | brian | 1999-11-13 | 3 | -20/+12 |
* | Make the meaning of the provider part of the PPPoE device spec clearer. | brian | 1999-11-13 | 2 | -8/+6 |
* | Oops, netgraph.o -> ether.o for the RELEASE build. | brian | 1999-11-11 | 1 | -2/+2 |
* | If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier, | brian | 1999-11-09 | 1 | -1/+1 |
* | Don't recurse into datalink_UpdateSet() after | brian | 1999-11-09 | 2 | -4/+6 |
* | Correct the ``-unix X'' parsing (last time I only corrected | brian | 1999-11-09 | 1 | -1/+2 |
* | Be a bit smarter when identifying a netgraph node | brian | 1999-11-09 | 1 | -55/+9 |
* | Don't treat -unit as a mode flag when counting mode flags. | brian | 1999-11-09 | 1 | -0/+1 |
* | Add an empty netgraph.o when building a release to keep the | brian | 1999-11-09 | 1 | -2/+2 |
* | Don't zero-pad netgraph node ids | brian | 1999-11-07 | 1 | -4/+4 |
* | Support PPPoE | brian | 1999-11-06 | 22 | -133/+1087 |
* | Introduce ``set logout''; another chat script. This is in preparation | brian | 1999-10-25 | 7 | -32/+73 |
* | Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead. | brian | 1999-10-25 | 3 | -42/+8 |
* | Manually create a correct(*) entry in wtmp when logging out a PPPoTCP or | brian | 1999-10-21 | 2 | -4/+45 |
* | If we're running ppp -direct over a tcp or udp connection, | brian | 1999-10-21 | 1 | -1/+10 |
* | Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want to | brian | 1999-10-21 | 1 | -2/+4 |
* | Add the -unit command line switch for specifying the tun device. | brian | 1999-10-19 | 6 | -48/+120 |
* | Correct a few diagnostics | brian | 1999-10-16 | 1 | -3/+3 |
* | Don't ntohl() the signature before printing it... it's already | brian | 1999-10-16 | 1 | -1/+1 |
* | When more than one timer is expired at once, allow for the possibility | brian | 1999-10-15 | 1 | -10/+22 |
* | When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWN | brian | 1999-10-15 | 1 | -1/+1 |
* | Redefine CRTS_IFLOW and CCTS_OFLOW on the mac. | brian | 1999-10-15 | 1 | -0/+7 |
* | When uncompressing VJ-compressed frames, fix the ip_sum directly | brian | 1999-10-13 | 1 | -17/+13 |
* | Revert the 1.44 -> 1.45 change. It doesn't work as expected. | brian | 1999-10-08 | 1 | -1/+1 |
* | Don't go from datalink state opening directly to lcp, go via | brian | 1999-10-07 | 1 | -5/+11 |
* | Mention the received/expected magic for dodgy ECHO LQRs. | brian | 1999-10-06 | 1 | -2/+3 |
* | Bring links down gently when their throughput isn't enough for | brian | 1999-10-05 | 2 | -2/+2 |
* | Support GRE packets | brian | 1999-09-30 | 3 | -1/+49 |
* | Support ``set cd off'' to tell ppp not to even look for carrier on the | brian | 1999-09-26 | 6 | -27/+57 |
* | Typo | brian | 1999-09-24 | 2 | -2/+2 |
* | Allow ``make -DNOKLDLOAD'' | brian | 1999-09-22 | 1 | -0/+4 |
* | Do a kldload() if we get ENXIO trying to open /dev/tun0 | brian | 1999-09-22 | 3 | -1/+50 |
* | Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines. | brian | 1999-09-21 | 20 | -60/+0 |
* | Fix the ``lt'' comparison in ``set filter'' | brian | 1999-09-21 | 1 | -1/+1 |