summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
1999-03-31Oops - remove register keywordbrian
1999-03-31Another alignment bogon.brian
1999-03-30Point at cs.slcs_u.csu_ip instead of the just-copied ``cp''brian
1999-03-30Maintain a `necessary' marker to indicate that we *probably*brian
1999-03-29If we adjust our required ACCMAP due to a more restrictivebrian
1999-03-29Ensure that the thing we're casting to struct ipbrian
1999-03-25Allow port ranges in ``alias port''.brian
1999-03-25Undo possible damage done by the new TUNSIFMODE ioctlbrian
1999-03-24Remove duplicate line; FreeBSDbrian
1999-03-24Add a ``const'' and remove some inconsistent prototype args.brian
1999-03-19Do away with some literal text that is never switchedbrian
1999-03-19Replace hardcoded quoting with Sq or Dq.brian
1999-03-19Don't forget to fully initialise the configured valuesbrian
1999-03-18Use ``Sx'' when xref'ing sections.brian
1999-03-18Remove all remaining [ and ] characters (and do things properly).brian
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