aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Document ppp over tcp (how to tunnel)Brian Somers1997-06-132-4/+212
* Sort out ppp over tcp:Brian Somers1997-06-114-32/+58
* Make the man page a little more detailed.Brian Somers1997-06-094-648/+1944
* Overhaul ppp:Brian Somers1997-06-0962-2149/+1739
* Remove mis-leading version info.Brian Somers1997-06-032-4/+2
* Back out last change (which in fact breaks rfc1661)Brian Somers1997-06-021-4/+5
* Go directly to ST_STOPPED when a TerminateReq isBrian Somers1997-06-011-3/+3
* Reduce MAX_M[RT]U back to 2048. Even on a null-modemBrian Somers1997-06-012-8/+6
* Remove initial startup printf's in -direct mode.Brian Somers1997-06-014-16/+25
* Implement "set mtu" command to allow the client toBrian Somers1997-06-015-14/+69
* Remove "set mtu ..." ability. Currently, this is anBrian Somers1997-05-311-2/+2
* Correct the return of DialModem()Brian Somers1997-05-293-15/+12
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-2625-119/+259
* Include <alias.h>, not "alias.h"Brian Somers1997-05-252-4/+2
* Fix the reconnect option, and add an explanation to vars.hBrian Somers1997-05-2411-28/+65
* Finish updating for the latest alias code.Brian Somers1997-05-234-0/+432
* Add SO_REUSEADDR socket opt in case the last telnetBrian Somers1997-05-231-1/+2
* Use the latest alias engine - now in libalias.Brian Somers1997-05-2313-2626/+841
* Output exit status description of child in background mode.Brian Somers1997-05-191-3/+4
* Mega update to sort out bad implementationsBrian Somers1997-05-1913-95/+125
* Make openmode active by default (for both client/server).Brian Somers1997-05-172-8/+5
* Build pid_filename without a double slash.Brian Somers1997-05-142-7/+11
* Don't attempt to ioctl(modem...) when modem isBrian Somers1997-05-141-1/+9
* Correct the files section for tunX.pid and ttyXX.ifBrian Somers1997-05-132-8/+16
* Correct sample file name.Brian Somers1997-05-122-4/+4
* Create ttyXX.if and tunX.pid irrespective ofBrian Somers1997-05-111-23/+24
* CosmetiqueAndrey A. Chernov1997-05-111-3/+3
* Print out reject masks on "show lcp"Andrey A. Chernov1997-05-111-5/+9
* Use random() for GenerateMagic()Andrey A. Chernov1997-05-111-9/+9
* Cosmetique fixes:Andrey A. Chernov1997-05-102-4/+4
* Refuse to negotiate HISADDR of 0.0.0.0 (NAK it)Brian Somers1997-05-101-3/+3
* Add a ttyXX.if file in /var/run that points toBrian Somers1997-05-106-24/+38
* Tidy up the code - bounds checking, returnBrian Somers1997-05-1019-131/+221
* Don't reconnect (due to reconnect setting) afterBrian Somers1997-05-091-1/+2
* Set setitimer() arg correctly.Brian Somers1997-05-091-1/+2
* Null commit to force version bump.John Polstra1997-05-091-1/+1
* Allow mixed case commands.Brian Somers1997-05-081-10/+10
* Reset lqrsendcnt.Brian Somers1997-05-071-1/+2
* Only compress tcp packets. Calculate size ofBrian Somers1997-05-072-4/+5
* Allow up to 40 args in the chat script (was 20).Brian Somers1997-05-074-15/+20
* Make ppp exit on loss of carrier in -background mode.Brian Somers1997-05-051-2/+2
* Log each ppp line to separate /var/log/ppp.tunX.log instead mixing ofAndrey A. Chernov1997-05-047-26/+35
* Add a reconnect capability directing ppp to re-establishBrian Somers1997-04-219-22/+136
* Fix typo in previous commitAndrey A. Chernov1997-04-191-2/+2
* Unceremoneously discard HDLC frames with less than two bytes in them.Poul-Henning Kamp1997-04-191-1/+7
* Remove osreldate. I got the number wrong anyway :(Brian Somers1997-04-152-8/+2
* Make the next number redial ability configurable. TheBrian Somers1997-04-147-55/+113
* Make -background option attempt each phone number at mostBrian Somers1997-04-134-13/+27
* Only wait for the redial timeout when the last phone number in theBrian Somers1997-04-123-55/+400
* Ignore SIGPIPE or any user can quit ppp just telnetting to itAndrey A. Chernov1997-04-092-10/+18