summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Expand)Author
1999-08-02Use err[x]/warn[x] and improve error reportingbrian
1999-08-02Filter ospf and igmp separately.brian
1999-07-29Mention which rfc the DNS/NBNS IPCP extensions come from.brian
1999-07-28Don't return a garbage mbuf pointer after storing itbrian
1999-07-28Fix a load of typosbrian
1999-07-27o Overhaul filtering, adding facilities to jump over rules and tobrian
1999-07-27If we've negotiated CBCP and have also specified ``none'' as a possiblebrian
1999-07-27Be a bit more consistent with variable names.brian
1999-07-26Fix an off-by-one error and correct the man page WRT clearingbrian
1999-07-24When we fetch previously retrieved IP fragments from the aliasbrian
1999-07-17Fix a typobrian
1999-07-15Back out the mis-commit of my development ISDN modifications.brian
1999-07-15Don't declare `end' if we aren't compiling radius support.brian
1999-07-10Leap through one more hoop to avoid alignment problems.brian
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-06-26Don't bother read()ing if we ``expect'' nothing in our chat script.brian
1999-06-26If we run out of chat script immediately after a successfully executedbrian
1999-06-23Support `igmp' filters.brian
1999-06-22Disable TUNSLMODE when we first open the tun device (FreeBSD only).brian
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