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