summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-1693-94/+94
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0cvs2svn1999-02-161-58/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-02-061-0/+58
* MFC: Encode & Decode the PROTOCOMP fields correctly.Brian Somers1999-02-021-14/+41
* MFC: Don't allow root to specify non-existent labels onBrian Somers1999-02-022-23/+29
* MFC: Reimplement the previous fix (no response to PAP requests)Brian Somers1999-02-025-26/+20
* MFC: If we receive no answer from the server when sending PAPBrian Somers1999-02-015-13/+28
* MFC: new syslog(8) behaviorBill Fumerola1999-01-281-5/+1
* MFC: Don't SEGV when ``set proctitle'' is used in the defaultBrian Somers1999-01-251-4/+10
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-214-4435/+0
* Recurse when we've switched state via LoginDone(). If we'veBrian Somers1999-01-201-2/+2
* Change the maximum number of filters from 20 to 40.Brian Somers1999-01-193-8/+8
* Suggest that ``set proctitle'' is used in ppp.linkup whenBrian Somers1999-01-192-2/+18
* Send the peer-decided PSTN address with the CBCP Ack,Brian Somers1999-01-191-5/+18
* If we've configured CBCP *and* another not-so-importantBrian Somers1999-01-122-7/+11
* Correct some formatting errors (one is a groff bug)Brian Somers1999-01-112-54/+108
* Typo: /etc/ppp/ppp.conf.example -> ppp.conf.sampleSADA Kenji1999-01-102-4/+4
* Only call isatty() when we open our descriptor, and rememberBrian Somers1999-01-103-26/+17
* Don't use the next phone number after the ``|'' if theBrian Somers1999-01-081-1/+2
* Typo: The idle timer is ignored in -ddial and -dedicatedBrian Somers1999-01-062-4/+4
* Don't warn when ``add xxxx HISADDR'' fails because HISADDRBrian Somers1999-01-061-3/+4
* Don't return stack-based data. This may have causedBrian Somers1998-12-171-2/+2
* Fix a rather bad latency problem (uncovered by the recent timer commit).Brian Somers1998-12-151-2/+2
* Rather than interrupting 10 times per second then checkingBrian Somers1998-12-143-49/+46
* Allow a variable as the first arg to ``set proctitle''.Brian Somers1998-12-141-7/+13
* Mention the cosmetic necessity to ``iface clear'' in ppp.linkdown.Brian Somers1998-12-141-0/+3
* Boy, this was tricky to find:Brian Somers1998-12-101-1/+2
* When using ``set device !someprogram'', when ``someprogram''Brian Somers1998-12-103-5/+24
* Typo and formatting updates.Bill Fumerola1998-12-042-16/+22
* Don't forget to initialise dbuff when debugging.Brian Somers1998-11-101-5/+9
* Explain what the command line switches do and what theBrian Somers1998-11-082-14/+258
* Fix a few typosBrian Somers1998-11-082-6/+6
* Don't delete the primary interface address whenBrian Somers1998-11-053-11/+20
* If the CBCP callee offsers no callback, send our configuredBrian Somers1998-10-311-5/+7
* Allow multiple systems (config labels) on the commandBrian Somers1998-10-316-101/+116
* Don't call PacketAliasIn() when we turn around packets destinedBrian Somers1998-10-291-7/+1
* Remove some redundant (#if 0'd) code.Brian Somers1998-10-291-8/+1
* Untimeout the chat expect timer as soon as we get aBrian Somers1998-10-271-1/+2
* Add ``set proctitle'' for changing argv[0]. All substitutionsBrian Somers1998-10-275-6/+85
* Add ``PROCESSID'' as a constant expanded when runningBrian Somers1998-10-273-4/+11
* Stress that ``none'' must be specified on the `set callback'Brian Somers1998-10-272-10/+26
* Shuffle the iface-alias option so that's in alphabeticalBrian Somers1998-10-262-14/+14
* Add ``enable proxyall'' support. This adds proxy ARP entriesBrian Somers1998-10-268-61/+169
* Fix the interface alias code. Previously, I was expecting somethingBrian Somers1998-10-264-29/+113
* Don't send a DELAY value when sending CBCP_NONUMBrian Somers1998-10-251-4/+8
* Loosen our restrictions on setting enddisc, mrru,Brian Somers1998-10-244-30/+85
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-2214-417/+1082
* Specify BINOWN explicitly - we don't want to depend on bsd.own.mkBrian Somers1998-10-201-0/+1
* Warn about (but process anyway) CBCP messages with an incorrect id.Brian Somers1998-10-171-1/+11
* Adjust our CBCP RESP id so that it's the same as the REQ.Brian Somers1998-10-171-1/+2