summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
1999-06-22Fix the unused REVERSE stuff in the packet aliasing code.brian
1999-06-18Don't use the ``next'' redial timer if we have no phone number at all.brian
1999-06-14Come up with something useful when someone searches forbrian
1999-06-11Show the correct error if we fail to open a device.brian
1999-06-11Describe why a ``magic'' enddisc is not always a good idea.brian
1999-06-10Allow reserved substitution strings to be escaped by preceeding thembrian
1999-06-10Never bring a link back up after receiving a terminating signal,brian
1999-06-10Allow a remote IP and port range specification in thebrian
1999-06-09Initialise `mp'.brian
1999-06-09Allow our endpoint discriminator to be enabled, disabled, acceptedbrian
1999-06-09Use the correct pid when substituting PROCESSID.brian
1999-06-08Don't use static variables if we don't have to.brian
1999-06-08Don't drop the last character from lines in ppp.secret unless it's '\n'.brian
1999-06-08Don't IPCP TLD if we're already doing it. This preventsbrian
1999-06-08Make the ``load'', ``dial'' and ``open'' commands a big clearer.brian
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-06-05Correct the way ppp transfers links on the server side in MPbrian
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-03Fix some MP sequence number comparison bogons that are tickled bybrian
1999-06-02Oops, quieten a compiler warning.brian
1999-06-02Mention physical and sync logging in the ``set log''brian
1999-06-02o Alter the mbuf type as it's processed by different layers.brian
1999-06-02Introduce the ``keep-session'' option. Refer to the manbrian
1999-06-01Increase the length of an individual device name to LINE_LEN.brian
1999-06-01Make async/sync/physical/hdlc dumps prettier by showing printablebrian
1999-06-01Mention that using MYADDR and HISADDR with ``set filter''brian
1999-05-31Remember if MYADDR or HISADDR is used in a filter add tweak allbrian
1999-05-28Don't forget to free the mbufs that get processed bybrian
1999-05-27Handle unterminated quoted strings without dup'ing the last characterbrian
1999-05-27Add some comments, optimise out a few strlen()s andbrian
1999-05-27Call tty_Offline() from tty_Cooked() and tty_Free(), just inbrian
1999-05-27Move the code for tweaking interface flags into one function.brian
1999-05-24Correct the ``ignoring sync/async'' warnings so that they showbrian
1999-05-24Don't warn about ``!'' lines being unindented commands in ppp.conf.brian
1999-05-23.Nm macros should have an argument in SYNOPSIS sectionAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-18Move the tty locking stuff back out to physical.c sobrian
1999-05-16Mention ``show layers''brian
1999-05-16Initialise ttydevice::Timerbrian
1999-05-15Add ``show layers'' to see the protocol layering for a link.brian
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