summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic: .Dq -> .Itbrian1998-03-162-4/+4
* Correct #ifdef for __FreeBSD__ < 3brian1998-03-131-2/+3
* Add missing includebrian1998-03-131-1/+2
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-139-34/+45
* MFMP: Don't send LQRs when the peer has LCP REJ'd them. Sendbrian1998-03-131-2/+2
* o Fix a few comment typos.brian1998-03-125-49/+71
* Explicitly call `caused' an `int'.brian1998-03-081-2/+2
* Use the correct device name in -direct mode.brian1998-03-061-16/+12
* MFMP: Allow 8 character login names.brian1998-02-195-27/+57
* MFMP: LogWARN rather than LogERROR when we can't createbrian1998-02-181-5/+5
* Don't leak memory when the peer sends PROTO_COMPD packetsbrian1998-02-181-2/+2
* Move handle_signals() to before the FD_SETs. handle_signals()brian1998-02-101-3/+6
* Merge from MP branch:brian1998-02-041-2/+2
* Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCHbrian1998-01-293-5/+19
* Talk a bit about ongoing development.brian1998-01-291-0/+22
* Cosmetic:brian1998-01-274-35/+22
* Fix error message.brian1998-01-241-10/+5
* Stop bogus warnings.brian1998-01-231-1/+2
* Re-implement the proxy arp sockaddr_dl search routine (again).brian1998-01-231-65/+80
* Don't allow manual dialing unless in auto or interactive mode.brian1998-01-231-1/+7
* Use the sockaddr_dl with the link#, not the ethernet addressbrian1998-01-211-2/+2
* Remove unused #includes.brian1998-01-2135-138/+69
* Allow an optional delay when specifying "set openmode active".brian1998-01-2013-62/+110
* dlopen(..., RTLD_NOW) rather than RTLD_LAZY.brian1998-01-191-3/+7
* sys/types.h -> sys/param.hbrian1998-01-191-2/+2
* Reimplement proxy-arp address stuff using sysctl().brian1998-01-195-93/+127
* Allow "set vj" for changing the default number of slotsbrian1998-01-185-32/+120
* Remove the necessity of -ldes and -lalias etc from release/Makefile.brian1998-01-171-3/+12
* Free our input mbuf when the FCS is good (oops, memory leak).brian1998-01-141-1/+2
* Lose __libalias_version.brian1998-01-141-10/+59
* Lose <net/if_var.h> !brian1998-01-115-20/+5
* Make things work when sizeof(long) != 32 (hopefully)brian1998-01-1110-86/+89
* Remember any number of interface names.brian1998-01-111-13/+28
* Remove includes of if_var.h and in_var.hbrian1998-01-111-5/+1
* Allow 6 byte interface names (for >tun99)brian1998-01-111-2/+2
* Pause according to the redial setting when dialing manually.brian1998-01-101-1/+6
* Implement Reset{Req,Ack} properly, as per rfc 1962.brian1998-01-109-42/+84
* Zap any addresses on the network side of the `tun' as soonbrian1998-01-083-3/+40
* Correct the return value of ReportProtStatus() ("show proto").brian1998-01-061-2/+2
* o Allow the use of HISADDR as the first arg to "add".brian1998-01-056-120/+311
* Make it clear that using "add ...." in ppp.conf whenbrian1998-01-042-26/+112
* Don't scribble on the stack if our input packet isbrian1998-01-041-1/+7
* Initialize CcpInfo protocols to -1 (none, not OUI).brian1998-01-042-13/+18
* Allow "set device" to close the open modem if we're inbrian1997-12-303-35/+39
* Typo in error message.brian1997-12-301-2/+2
* Use inet_aton() before gethostbyname()brian1997-12-301-6/+8
* Allow "add! dst mask gw" (note the ``!'') to do anbrian1997-12-305-32/+80
* Don't complain that someone's changed the clock unless the timebrian1997-12-291-4/+5
* Show how much time is left before timing out in thebrian1997-12-295-13/+31
* Don't expect select() to adjust the passed time when it'sbrian1997-12-283-53/+46
OpenPOWER on IntegriCloud