Age | Commit message (Expand) | Author |
1998-03-16 | Cosmetic: .Dq -> .It | brian |
1998-03-13 | Correct #ifdef for __FreeBSD__ < 3 | brian |
1998-03-13 | Add missing include | brian |
1998-03-13 | Add extraneous braces to stiffle warnings from gcc-2.8 | brian |
1998-03-13 | Don't send LQRs when the peer has LCP REJ'd them. Send | brian |
1998-03-12 | o Fix a few comment typos. | brian |
1998-03-08 | Please gcc 2.8 | brian |
1998-03-06 | Use the correct device name in -direct mode. | brian |
1998-02-19 | Allow 8 character login names. | brian |
1998-02-18 | LogWARN rather than LogERROR when we can't create | brian |
1998-02-18 | Don't leak memory when the peer sends PROTO_COMPD packets | brian |
1998-02-11 | Move handle_signals() to before the FD_SETs. handle_signals() | brian |
1998-02-04 | Correct magic number format string | brian |
1998-01-29 | Talk about ongoing development. | brian |
1998-01-29 | Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCH | brian |
1998-01-29 | Cosmetic: | brian |
1998-01-24 | Fix error message. | brian |
1998-01-23 | Stop bogus warnings. | brian |
1998-01-23 | Re-implement the proxy arp sockaddr_dl search routine (again). | brian |
1998-01-23 | Don't allow manual dialing unless in auto or interactive mode. | brian |
1998-01-21 | Use the sockaddr_dl with the link#, not the ethernet address | brian |
1998-01-21 | Remove unused #includes. | brian |
1998-01-20 | Allow an optional delay when specifying "set openmode active". | brian |
1998-01-19 | dlopen(..., RTLD_NOW) rather than RTLD_LAZY. | brian |
1998-01-19 | sys/types.h -> sys/param.h | brian |
1998-01-19 | Reimplement proxy-arp address stuff using sysctl(). | brian |
1998-01-18 | Allow "set vj" for changing the default number of slots | brian |
1998-01-14 | Free our input mbuf when the FCS is good (oops, memory leak). | brian |
1998-01-14 | Lose __libalias_version. | brian |
1998-01-11 | Lose <net/if_var.h> (was a FreeBSD brokenness) ! | brian |
1998-01-11 | Make things work when sizeof(long) != 32 (hopefully) | brian |
1998-01-11 | Remember any number of interface names. | brian |
1998-01-11 | Remove includes of if_var.h and in_var.h | brian |
1998-01-11 | Allow 6 byte interface names (for >tun99) | brian |
1998-01-10 | Pause according to the redial setting when dialing manually. | brian |
1998-01-10 | Implement Reset{Req,Ack} properly, as per rfc 1962. | brian |
1998-01-08 | Zap any addresses on the network side of the `tun' as soon | brian |
1998-01-06 | Correct the return value of ReportProtStatus() ("show proto"). | brian |
1998-01-05 | o Allow the use of HISADDR as the first arg to "add". | brian |
1998-01-04 | Make it clear that using "add ...." in ppp.conf when | brian |
1998-01-04 | Don't scribble on the stack if our input packet is | brian |
1998-01-04 | Initialize CcpInfo protocols to -1 (none, not OUI). | brian |
1997-12-30 | Allow "set device" to close the open modem if we're in | brian |
1997-12-30 | Typo in error message. | brian |
1997-12-30 | Use inet_aton() before gethostbyname() | brian |
1997-12-30 | Allow "add! dst mask gw" (note the ``!'') to do an | brian |
1997-12-29 | Don't complain that someone's changed the clock unless the time | brian |
1997-12-29 | Show how much time is left before timing out in the | brian |
1997-12-28 | Don't expect select() to adjust the passed time when it's | brian |
1997-12-28 | Initialize mbuf::pnext. | brian |