summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
1999-05-14Handle LCP echo reqs properly again (broken with thebrian
1999-05-14Ensure that we're not going to overflow our ``struct tun''brian
1999-05-13Initialise the struct device part of struct ttydevice.brian
1999-05-13Fix a bum pointer dereference and make some variablebrian
1999-05-13Ignore repeated signals sent to the parent in backgroundbrian
1999-05-12Adjust our first timer delta according to the returnbrian
1999-05-12Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian
1999-05-09Revert to the previous behaviour of only doing a utmpbrian
1999-05-09Deal with the fact that as we now mbuf_Read the fsmbrian
1999-05-08o Redesign the layering mechanism and make the aliasing code part ofbrian
1999-05-02Handle receiving more than one acceptable CCP REQbrian
1999-05-02Mention ``show mp''.brian
1999-05-01Make ports 80 & 81 ``interactive''.brian
1999-04-27Change ``set device'' so that it parses its arguments as onebrian
1999-04-26Add support for NetBSDbrian
1999-04-26#include <errno.h>, not <sys/errno.h>brian
1999-04-26Add support for NetBSD (history() from libedit is different).brian
1999-04-21seperate -> separate, people really need to learn how to spell this wordAaron Campbell
1999-04-21int -> size_tbrian
1999-04-21Split the recorded chap challenge into two - one for thebrian
1999-04-21If ioctl TIOCMGET fails, continue. The device may bebrian
1999-04-19Escape stuff in the peers accmap as well as our own when asyncbrian
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-31Avoid a few warnings on the alphabrian
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