summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only allow one arg to `delete' - the mask & gateway aren't necessary.brian1997-12-074-126/+170
* Correct cftypes128 index.brian1997-12-061-2/+2
* Understand ``sockaddr_dl''s where sdl_nlen != 0brian1997-12-041-24/+25
* Remove duplicate REJECTED macro.brian1997-12-041-24/+18
* Initialize ccpstate when CCP comes down.brian1997-12-041-32/+19
* Parenthesise the REJECTED macro.brian1997-12-041-2/+2
* Identify rejected protocol types according to rfc1700.brian1997-12-041-4/+130
* Fix the CCP Type field value for DEFLATE.brian1997-12-038-48/+203
* Abstract the CCP layer a level.brian1997-12-0324-286/+1209
* Display connect time as 0 if we've never beenbrian1997-11-261-3/+3
* Fix the help command (broken when I re-prototypedbrian1997-11-231-20/+33
* Up the version number to 1.5.brian1997-11-221-3/+3
* Understand how to derive the names of interfacesbrian1997-11-221-34/+28
* Fix prototypes.brian1997-11-2262-752/+823
* Allow zero args to "cvs log".brian1997-11-181-2/+2
* Fix interactive mode so that it doesn't require a passwd (again!).brian1997-11-181-1/+4
* Add throughput logging (disabled by default).brian1997-11-1812-234/+329
* Remove the outq error in "show modem".brian1997-11-181-2/+2
* DropClient() when read() returns 0 (as it did before).brian1997-11-181-2/+2
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-184-35/+30
* Don't SetLabel() 'till we've done the SelectSystem(). Thisbrian1997-11-171-13/+17
* Add id strings to tun.[ch].brian1997-11-176-18/+43
* Abstract data read from and written to the tun device,brian1997-11-168-55/+130
* Interpret AF_LINK sockaddrs correctly in show/delete route.brian1997-11-151-175/+230
* uucplock is in section 3 not section 8 !brian1997-11-142-8/+6
OpenPOWER on IntegriCloud