summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize mbuf::pnext.brian1997-12-282-3/+4
* If a packet causes a dial, continue to test whether it'sbrian1997-12-282-17/+7
* Allow initial sequence numbers less than what we're expecting.brian1997-12-281-6/+21
* Write to the routing socket as uid 0. It's not good enoughbrian1997-12-273-4/+17
* Show who closes the diagnostic connection.brian1997-12-276-17/+28
* Allow (and document) execution of commands from withinbrian1997-12-274-102/+281
* Correct copyright.brian1997-12-244-96/+12
* Cosmetic (style):brian1997-12-2424-162/+165
* Use sizeof cftypes128 for NCFTYPES128 macro, not sizeof cftypes !brian1997-12-241-2/+2
* strncpy(x,y,sizeof(x)) --> strncpy(x,y,sizeof(x)-1)brian1997-12-236-16/+16
* Don't forget to ntohs(sin.sin_port) (DUH!)brian1997-12-221-3/+3
* Charles Mott created these (and told me via email thatbrian1997-12-214-8/+8
* Add (BSD) copyright headers.brian1997-12-2127-59/+703
* Cosmetic: Test for comment lines after the lenght has been established.brian1997-12-211-4/+2
* Allow multiple (comma seperated) devices on the "set device" line.brian1997-12-216-51/+81
* Mention that leading whitespace is ignored when identifying comments.brian1997-12-212-4/+6
* Zero struct sockaddr_??s before filling them in.brian1997-12-211-1/+3
* Allow leading whitespace before '#' when identifying comments.brian1997-12-211-1/+3
* Cosmetic: Remove blank lines, add .Pp where necessary.brian1997-12-212-698/+92
* Reset our "ifaddr" to zero if the "set ifaddr" fails inbrian1997-12-191-2/+4
* If the peer asks for IP 0.0.0.0, choose an IP ourselvesbrian1997-12-191-2/+3
* Replacebrian1997-12-183-6/+9
* Don't log the actual password when command-loggingbrian1997-12-183-5/+42
* Don't depend on a u_long being 32 bits.brian1997-12-171-6/+9
* char filename[200] => char filename[MAXPATHLEN]brian1997-12-171-2/+2
OpenPOWER on IntegriCloud