summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Log the source of client connections to the diagnostic port.brian1997-12-171-8/+32
* Remove useless comparison.brian1997-12-171-3/+1
* If we've got a descriptor table that's bigger than anbrian1997-12-171-1/+12
* o Log ******** instead of the actual password for "set authkey"brian1997-12-174-43/+197
* Fix a potential overflow where, if the label passed on the commandbrian1997-12-172-5/+6
* Wrap long linesbrian1997-12-162-8/+10
* Correct return values from alias routines.brian1997-12-152-14/+18
* Use LogWARN for command usage messages and unrecognisedbrian1997-12-152-4/+4
* Do 2 passes when "delete all"ing. The first pass removesbrian1997-12-151-28/+54
* Allow random IP number allocation to peer.brian1997-12-1318-143/+504
* Deal with inflate() returning avail_in == avail_out == 0brian1997-12-081-2/+18
* Correct usage of `add' and `delete'.brian1997-12-081-2/+2
* Fix PAP, CHAP & LQR req (I broke the byte ordering whenbrian1997-12-073-16/+70
OpenPOWER on IntegriCloud