| Commit message (Expand) | Author | Age | Files | Lines |
* | Reimplement proxy-arp address stuff using sysctl(). | brian | 1998-01-19 | 5 | -93/+127 |
* | Allow "set vj" for changing the default number of slots | brian | 1998-01-18 | 5 | -32/+120 |
* | Remove the necessity of -ldes and -lalias etc from release/Makefile. | brian | 1998-01-17 | 1 | -3/+12 |
* | Free our input mbuf when the FCS is good (oops, memory leak). | brian | 1998-01-14 | 1 | -1/+2 |
* | Lose __libalias_version. | brian | 1998-01-14 | 1 | -10/+59 |
* | Lose <net/if_var.h> ! | brian | 1998-01-11 | 5 | -20/+5 |
* | Make things work when sizeof(long) != 32 (hopefully) | brian | 1998-01-11 | 10 | -86/+89 |
* | Remember any number of interface names. | brian | 1998-01-11 | 1 | -13/+28 |
* | Remove includes of if_var.h and in_var.h | brian | 1998-01-11 | 1 | -5/+1 |
* | Allow 6 byte interface names (for >tun99) | brian | 1998-01-11 | 1 | -2/+2 |
* | Pause according to the redial setting when dialing manually. | brian | 1998-01-10 | 1 | -1/+6 |
* | Implement Reset{Req,Ack} properly, as per rfc 1962. | brian | 1998-01-10 | 9 | -42/+84 |
* | Zap any addresses on the network side of the `tun' as soon | brian | 1998-01-08 | 3 | -3/+40 |
* | Correct the return value of ReportProtStatus() ("show proto"). | brian | 1998-01-06 | 1 | -2/+2 |
* | o Allow the use of HISADDR as the first arg to "add". | brian | 1998-01-05 | 6 | -120/+311 |
* | Make it clear that using "add ...." in ppp.conf when | brian | 1998-01-04 | 2 | -26/+112 |
* | Don't scribble on the stack if our input packet is | brian | 1998-01-04 | 1 | -1/+7 |
* | Initialize CcpInfo protocols to -1 (none, not OUI). | brian | 1998-01-04 | 2 | -13/+18 |
* | Allow "set device" to close the open modem if we're in | brian | 1997-12-30 | 3 | -35/+39 |
* | Typo in error message. | brian | 1997-12-30 | 1 | -2/+2 |
* | Use inet_aton() before gethostbyname() | brian | 1997-12-30 | 1 | -6/+8 |
* | Allow "add! dst mask gw" (note the ``!'') to do an | brian | 1997-12-30 | 5 | -32/+80 |
* | Don't complain that someone's changed the clock unless the time | brian | 1997-12-29 | 1 | -4/+5 |
* | Show how much time is left before timing out in the | brian | 1997-12-29 | 5 | -13/+31 |
* | Don't expect select() to adjust the passed time when it's | brian | 1997-12-28 | 3 | -53/+46 |
* | Initialize mbuf::pnext. | brian | 1997-12-28 | 2 | -3/+4 |
* | If a packet causes a dial, continue to test whether it's | brian | 1997-12-28 | 2 | -17/+7 |
* | Allow initial sequence numbers less than what we're expecting. | brian | 1997-12-28 | 1 | -6/+21 |
* | Write to the routing socket as uid 0. It's not good enough | brian | 1997-12-27 | 3 | -4/+17 |
* | Show who closes the diagnostic connection. | brian | 1997-12-27 | 6 | -17/+28 |
* | Allow (and document) execution of commands from within | brian | 1997-12-27 | 4 | -102/+281 |
* | Correct copyright. | brian | 1997-12-24 | 4 | -96/+12 |
* | Cosmetic (style): | brian | 1997-12-24 | 24 | -162/+165 |
* | Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes ! | brian | 1997-12-24 | 1 | -2/+2 |
* | strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1) | brian | 1997-12-23 | 6 | -16/+16 |
* | Don't forget to ntohs(sin.sin_port) (DUH!) | brian | 1997-12-22 | 1 | -3/+3 |
* | Charles Mott created these (and told me via email that | brian | 1997-12-21 | 4 | -8/+8 |
* | Add (BSD) copyright headers. | brian | 1997-12-21 | 27 | -59/+703 |
* | Cosmetic: Test for comment lines after the lenght has been established. | brian | 1997-12-21 | 1 | -4/+2 |
* | Allow multiple (comma seperated) devices on the "set device" line. | brian | 1997-12-21 | 6 | -51/+81 |
* | Mention that leading whitespace is ignored when identifying comments. | brian | 1997-12-21 | 2 | -4/+6 |
* | Zero struct sockaddr_??s before filling them in. | brian | 1997-12-21 | 1 | -1/+3 |
* | Allow leading whitespace before '#' when identifying comments. | brian | 1997-12-21 | 1 | -1/+3 |
* | Cosmetic: Remove blank lines, add .Pp where necessary. | brian | 1997-12-21 | 2 | -698/+92 |
* | Reset our "ifaddr" to zero if the "set ifaddr" fails in | brian | 1997-12-19 | 1 | -2/+4 |
* | If the peer asks for IP 0.0.0.0, choose an IP ourselves | brian | 1997-12-19 | 1 | -2/+3 |
* | Replace | brian | 1997-12-18 | 3 | -6/+9 |
* | Don't log the actual password when command-logging | brian | 1997-12-18 | 3 | -5/+42 |
* | Don't depend on a u_long being 32 bits. | brian | 1997-12-17 | 1 | -6/+9 |
* | char filename[200] => char filename[MAXPATHLEN] | brian | 1997-12-17 | 1 | -2/+2 |