summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
1999-03-17Remove all hardcoded [...] syntax.brian
1999-03-16Mention changes to the default authentication behaviour.brian
1999-03-16Detect pred1 packets where the length != the packet lengthbrian
1999-03-11cleanupAaron Campbell
1999-03-11Tone down the log levels (Log{ERROR,WARN} -> LogCCP)brian
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-09Remove all PacketAlias diagnostics to stdout/stderr withbrian
1999-03-09If /etc/ppp/ppp.conf doesn't exist, mention that thebrian
1999-03-08Don't destroy the old server socket another ``set server''brian
1999-03-08Add proxying & transparent proxying support (``alias proxy'').brian
1999-03-07Don't forget to call modem_Found() when connectingbrian
1999-03-07Correctly drop existing connections when reopening the diagnosticbrian
1999-03-07Read from fd[0] and write to fd[1] where `fd' is thebrian
1999-03-07Use socketpair() instead of pipe()... pipe() doesn't returnbrian
1999-03-07Reopen descriptor 0 as /dev/tty when in interactive modebrian
1999-03-04Extend the ``set redial'' command to allow incrementalbrian
1999-03-03Correct some ntohl/htonl bogons in the netmask handling.brian
1999-03-01When negotiating ACCMAPs, sync our ACCMAP with thebrian
1999-03-01Comment why we do a TLF when we get a ``Down'' event in statebrian
1999-03-01Bring up auto links despite there being no data queued ifbrian
1999-02-26Allow control over the number of ConfigREQ & TermREQ attemptsbrian
1999-02-25Parse IP addresses more securely - specifically, don't allowbrian
1999-02-25When our dial timeout is ``random'', display its valuebrian
1999-02-25Don't immediately bring auto links back up in multilinkbrian
1999-02-20Handle empty PAP & CHAP packets (containing only an FSM header).brian
1999-02-19Be a little more verbose about dodgy looking authenticationbrian
1999-02-18Build correctly when -DNOCRYPT is used.brian
1999-02-18Don't expect a chap response if we haven't negotiatedbrian
1999-02-18Fully support both NT and LANMan CHAP type 0x80 as bothbrian
1999-02-17Nuke any remaining auth timers when datalinks come back downbrian
1999-02-16Wait by default for one second after the login scriptbrian
1999-02-14Describe manual dialing in greater detail.brian
1999-02-12When executing a command as part of a dial/login/hangupbrian
1999-02-11When resending chap challenges, resend the same challengebrian
1999-02-07Correct server-side chap authentication comparisonbrian
1999-02-07Remove forgotten diagnosticsbrian
1999-02-06Support RADIUSbrian
1999-02-04Change the timer routines so that they interrupt when the nextbrian
1999-02-02Don't allow root to specify non-existent labels onbrian
1999-02-02Reimplement the previous fix (no response to PAP requests)brian
1999-02-01If we receive no answer from the server when sending PAPbrian
1999-01-31Mention the error when we fail to connect().brian
1999-01-25Don't SEGV when ``set proctitle'' is used in the defaultbrian
1999-01-20Recurse when we've switched state via LoginDone(). If we'vebrian
1999-01-19Change the maximum number of filters from 20 to 40.brian
1999-01-19Suggest that ``set proctitle'' is used in ppp.linkup whenbrian
1999-01-19Send the peer-decided PSTN address with the CBCP Ack,brian
1999-01-13If we've configured CBCP *and* another not-so-importantbrian
1999-01-11Correct some formatting errors (one is a groff bug)brian
1999-01-10Only call isatty() when we open our descriptor, and rememberbrian