summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
AgeCommit message (Collapse)Author
1999-07-17Fix a typobrian
Submitted by: Rich Wood <rich@chugaboom.net>
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
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
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
expect-send-expect sequence, finish gracefully, don't core dump. This bug has been there for over a year - I could never reproduce it ! Straw provided by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-06-23Support `igmp' filters.brian
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
1999-06-22Disable TUNSLMODE when we first open the tun device (FreeBSD only).brian
Submitted by: Ian West <ian@niw.com.au>
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
``dynamic IP''.
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
with a backslash.
1999-06-10Never bring a link back up after receiving a terminating signal,brian
don't rely on already being in PHASE_DEAD.
1999-06-10Allow a remote IP and port range specification in thebrian
``alias port'' command.
1999-06-09Initialise `mp'.brian
1999-06-09Allow our endpoint discriminator to be enabled, disabled, acceptedbrian
and denied. This is necessary for some MP implementations that get confused if you accept their endpoint discriminator but reject their MRRU.
1999-06-09Use the correct pid when substituting PROCESSID.brian
Problem reported by: Amedeo Beck Peccoz <gea@gressoney.it>
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
recursion by doing something like ``down'' or ``quit all'' in ppp.linkdown.
1999-06-08Make the ``load'', ``dial'' and ``open'' commands a big clearer.brian
Requested by: Michael Heitmeier <MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com>
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-06-05Correct the way ppp transfers links on the server side in MPbrian
mode by padding out the ``struct device'' to the maximum device size. Bump the ppp version number to indicate the transfer format change. This should make MP over tty and udp devices functional again.
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-03Fix some MP sequence number comparison bogons that are tickled bybrian
having different speed links in a bundle. This would manifest itself by having the link occasionally hang, but revive when a new connection is made.... Make ``show mp'' a bit prettier.
1999-06-02Oops, quieten a compiler warning.brian
1999-06-02Mention physical and sync logging in the ``set log''brian
usage message.
1999-06-02o Alter the mbuf type as it's processed by different layers.brian
o Show more information about missing MP fragments in ``show mp''. o Do away with mbuf_Log(). It was showing mbuf stats twice on receipt of LCP/CCP/IPCP packets.... ???!!? o Pre-allocate a bit extra when creating LQR packets to avoid having to allocate another mbuf in mbuf_Prepend().
1999-06-02Introduce the ``keep-session'' option. Refer to the manbrian
page for details. This allows MP over non-tty devices where the original ppp process must not exit (such as sshd-spawned ppp sessions).
1999-06-01Increase the length of an individual device name to LINE_LEN.brian
Adjust the base physical device name correctly after a link transfer (allowing correct multilink callbacks).
1999-06-01Make async/sync/physical/hdlc dumps prettier by showing printablebrian
characters at the end of the line in hexdump style.
1999-06-01Mention that using MYADDR and HISADDR with ``set filter''brian
will result in the rules being updated any time MYADDR or HISADDR change.
1999-05-31Remember if MYADDR or HISADDR is used in a filter add tweak allbrian
filters any time either value changes.
1999-05-28Don't forget to free the mbufs that get processed bybrian
mp_Assemble(). Leak spotted by: louqi
1999-05-27Handle unterminated quoted strings without dup'ing the last characterbrian
with an out-by-one-memcpy.
1999-05-27Add some comments, optimise out a few strlen()s andbrian
remove a few extraneous assignments.
1999-05-27Call tty_Offline() from tty_Cooked() and tty_Free(), just inbrian
case ppp is abending and hasn't called physical_Offline() already.
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
up with the correct device type. Reassign the correct tcpdevice or execdevice after transfering a link in MP server mode.
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
is used instead; kwesterback@home.com
1999-05-18Move the tty locking stuff back out to physical.c sobrian
that we lock the device *before* we open it. We still open the device only once - and then ask all our handlers if they know how to handle it.
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