summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Describe manual dialing in greater detail.brian1999-02-142-108/+268
* When executing a command as part of a dial/login/hangupbrian1999-02-123-8/+21
* /etc/ppp/ppp.*.sample -> /usr/share/examples/ppp/ppp.*.samplebrian1999-02-113-17/+17
* When resending chap challenges, resend the same challengebrian1999-02-1110-62/+404
* Correct server-side chap authentication comparisonbrian1999-02-071-2/+2
* Remove forgotten diagnosticsbrian1999-02-071-3/+1
* Decouple pap & chap output routines from the correspondingbrian1999-02-0619-506/+788
* Encode & Decode the PROTOCOMP fields correctly.brian1999-02-021-14/+41
* Don't allow root to specify non-existent labels onbrian1999-02-022-23/+29
* Reimplement the previous fix (no response to PAP requests)brian1999-02-025-26/+20
* If we receive no answer from the server when sending PAPbrian1999-02-015-13/+28
* o Send a CHAP challenge of 16 random digits when RADIUS isbrian1999-01-292-40/+44
* Reflect syslog(8)'s acceptance of either tabs or spaces.billf1999-01-282-10/+2
* MAINTAINER=brian@FreeBSD.orgbrian1999-01-281-1/+3
* Version 2.0 > 2.1 to reflection RADIUS additions.brian1999-01-281-3/+3
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-2838-193/+982
* Don't SEGV when ``set proctitle'' is used in the defaultbrian1999-01-251-4/+10
* Recurse when we've switched state via LoginDone(). If we'vebrian1999-01-201-2/+2
* Change the maximum number of filters from 20 to 40.brian1999-01-193-8/+8
* Suggest that ``set proctitle'' is used in ppp.linkup whenbrian1999-01-192-2/+18
* Send the peer-decided PSTN address with the CBCP Ack,brian1999-01-191-5/+18
* If we've configured CBCP *and* another not-so-importantbrian1999-01-122-7/+11
* Correct some formatting errors (one is a groff bug)brian1999-01-112-54/+108
* Typo: /etc/ppp/ppp.conf.example -> ppp.conf.samplesada1999-01-102-4/+4
* Only call isatty() when we open our descriptor, and rememberbrian1999-01-103-26/+17
* Don't use the next phone number after the ``|'' if thebrian1999-01-081-1/+2
* Typo: The idle timer is ignored in -ddial and -dedicatedbrian1999-01-062-4/+4
* Don't warn when ``add xxxx HISADDR'' fails because HISADDRbrian1999-01-061-3/+4
* Don't return stack-based data. This may have causedbrian1998-12-171-2/+2
* Fix a rather bad latency problem (uncovered by the recent timer commit).brian1998-12-151-2/+2
* Rather than interrupting 10 times per second then checkingbrian1998-12-143-49/+46
* Allow a variable as the first arg to ``set proctitle''.brian1998-12-141-7/+13
* Mention the cosmetic necessity to ``iface clear'' in ppp.linkdown.brian1998-12-141-0/+3
* Boy, this was tricky to find:brian1998-12-101-1/+2
* When using ``set device !someprogram'', when ``someprogram''brian1998-12-103-5/+24
* Typo and formatting updates.billf1998-12-042-16/+22
* Don't forget to initialise dbuff when debugging.brian1998-11-101-5/+9
* Explain what the command line switches do and what thebrian1998-11-082-14/+258
* Fix a few typosbrian1998-11-082-6/+6
* Don't delete the primary interface address whenbrian1998-11-053-11/+20
* If the CBCP callee offsers no callback, send our configuredbrian1998-10-311-5/+7
* Allow multiple systems (config labels) on the commandbrian1998-10-316-101/+116
* Don't call PacketAliasIn() when we turn around packets destinedbrian1998-10-291-7/+1
* Remove some redundant (#if 0'd) code.brian1998-10-291-8/+1
* Untimeout the chat expect timer as soon as we get abrian1998-10-271-1/+2
* Add ``set proctitle'' for changing argv[0]. All substitutionsbrian1998-10-275-6/+85
* Add ``PROCESSID'' as a constant expanded when runningbrian1998-10-273-4/+11
* Stress that ``none'' must be specified on the `set callback'brian1998-10-272-10/+26
* Shuffle the iface-alias option so that's in alphabeticalbrian1998-10-262-14/+14
* Add ``enable proxyall'' support. This adds proxy ARP entriesbrian1998-10-268-61/+169
OpenPOWER on IntegriCloud