summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Correctly drop existing connections when reopening the diagnosticbrian1999-03-074-14/+20
* Read from fd[0] and write to fd[1] where `fd' is thebrian1999-03-071-12/+12
* Use socketpair() instead of pipe()... pipe() doesn't returnbrian1999-03-071-2/+2
* Reopen descriptor 0 as /dev/tty when in interactive modebrian1999-03-072-7/+7
* Extend the ``set redial'' command to allow incrementalbrian1999-03-046-112/+287
* Correct some ntohl/htonl bogons in the netmask handling.brian1999-03-036-35/+74
* When negotiating ACCMAPs, sync our ACCMAP with thebrian1999-03-011-5/+17
* Comment why we do a TLF when we get a ``Down'' event in statebrian1999-03-011-3/+6
* Bring up auto links despite there being no data queued ifbrian1999-03-011-5/+5
* Allow control over the number of ConfigREQ & TermREQ attemptsbrian1999-02-2617-154/+332
* Parse IP addresses more securely - specifically, don't allowbrian1999-02-254-33/+51
* When our dial timeout is ``random'', display its valuebrian1999-02-254-19/+26
* Don't immediately bring auto links back up in multilinkbrian1999-02-251-3/+3
* Handle empty PAP & CHAP packets (containing only an FSM header).brian1999-02-203-7/+14
* Be a little more verbose about dodgy looking authenticationbrian1999-02-191-4/+9
* Build correctly when -DNOCRYPT is used.brian1999-02-182-19/+81
* Don't expect a chap response if we haven't negotiatedbrian1999-02-181-2/+3
* Fully support both NT and LANMan CHAP type 0x80 as bothbrian1999-02-1812-173/+444
* Nuke any remaining auth timers when datalinks come back downbrian1999-02-171-9/+17
* Wait by default for one second after the login scriptbrian1999-02-167-38/+141
* 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
OpenPOWER on IntegriCloud