summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Fix "delete ...", it now only insists onbrian1997-06-134-23/+40
* Add ppp.linkdown file to compliment ppp.linkup.brian1997-06-134-23/+45
* Fix "show ?" alignment.brian1997-06-131-2/+2
* Document ppp over tcp (how to tunnel)brian1997-06-132-4/+212
* Sort out ppp over tcp:brian1997-06-114-32/+58
* Make the man page a little more detailed.brian1997-06-094-648/+1944
* Overhaul ppp:brian1997-06-0962-2149/+1739
* Remove mis-leading version info.brian1997-06-032-4/+2
* Back out last change (which in fact breaks rfc1661)brian1997-06-021-4/+5
* Go directly to ST_STOPPED when a TerminateReq isbrian1997-06-011-3/+3
* Reduce MAX_M[RT]U back to 2048. Even on a null-modembrian1997-06-012-8/+6
* Remove initial startup printf's in -direct mode.brian1997-06-014-16/+25
* Implement "set mtu" command to allow the client tobrian1997-06-015-14/+69
* Remove "set mtu ..." ability. Currently, this is anbrian1997-05-311-2/+2
* Correct the return of DialModem()brian1997-05-293-15/+12
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-2625-119/+259
* Include <alias.h>, not "alias.h"brian1997-05-252-4/+2
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-2411-28/+65
* Finish updating for the latest alias code.brian1997-05-234-0/+432
* Add SO_REUSEADDR socket opt in case the last telnetbrian1997-05-231-1/+2
* Use the latest alias engine - now in libalias.brian1997-05-2313-2626/+841
* Output exit status description of child in background mode.brian1997-05-191-3/+4
* Mega update to sort out bad implementationsbrian1997-05-1913-95/+125
* Make openmode active by default (for both client/server).brian1997-05-172-8/+5
* Build pid_filename without a double slash.brian1997-05-142-7/+11
* Don't attempt to ioctl(modem...) when modem isbrian1997-05-141-1/+9
* Correct the files section for tunX.pid and ttyXX.ifbrian1997-05-132-8/+16
* Correct sample file name.brian1997-05-122-4/+4
* Create ttyXX.if and tunX.pid irrespective ofbrian1997-05-111-23/+24
* Cosmetiqueache1997-05-111-3/+3
* Print out reject masks on "show lcp"ache1997-05-111-5/+9
* Use random() for GenerateMagic()ache1997-05-111-9/+9
* Cosmetique fixes:ache1997-05-102-4/+4
* Refuse to negotiate HISADDR of 0.0.0.0 (NAK it)brian1997-05-101-3/+3
* Add a ttyXX.if file in /var/run that points tobrian1997-05-106-24/+38
* Tidy up the code - bounds checking, returnbrian1997-05-1019-131/+221
* Don't reconnect (due to reconnect setting) afterbrian1997-05-091-1/+2
* Set setitimer() arg correctly.brian1997-05-091-1/+2
* Null commit to force version bump.jdp1997-05-091-1/+1
* Allow mixed case commands.brian1997-05-081-10/+10
* Reset lqrsendcnt.brian1997-05-071-1/+2
* Only compress tcp packets. Calculate size ofbrian1997-05-072-4/+5
* Allow up to 40 args in the chat script (was 20).brian1997-05-074-15/+20
* Make ppp exit on loss of carrier in -background mode.brian1997-05-051-2/+2
* Log each ppp line to separate /var/log/ppp.tunX.log instead mixing ofache1997-05-047-26/+35
* Add a reconnect capability directing ppp to re-establishbrian1997-04-219-22/+136
* Fix typo in previous commitache1997-04-191-2/+2
* Unceremoneously discard HDLC frames with less than two bytes in them.phk1997-04-191-1/+7
* Remove osreldate. I got the number wrong anyway :(brian1997-04-152-8/+2
* Make the next number redial ability configurable. Thebrian1997-04-147-55/+113
OpenPOWER on IntegriCloud