summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
...
* If we run out of chat script immediately after a successfully executedbrian1999-06-261-2/+6
* Support `igmp' filters.brian1999-06-236-13/+35
* Disable TUNSLMODE when we first open the tun device.brian1999-06-221-2/+10
* Don't use the ``next'' redial timer if we have no phone number at all.brian1999-06-181-1/+3
* Come up with something useful when someone searches forbrian1999-06-142-4/+6
* Show the correct error if we fail to open a device.brian1999-06-111-7/+17
* Describe why a ``magic'' enddisc is not always a good idea.brian1999-06-112-4/+22
* Allow reserved substitution strings to be escaped by preceeding thembrian1999-06-101-5/+7
* Never bring a link back up after receiving a terminating signal,brian1999-06-101-2/+2
* Allow a remote IP and port range specification in thebrian1999-06-104-96/+178
* Initialise `mp'.brian1999-06-091-1/+2
* Allow our endpoint discriminator to be enabled, disabled, acceptedbrian1999-06-096-20/+56
* Use the correct pid when substituting PROCESSID.brian1999-06-095-18/+22
* Don't use static variables if we don't have to.brian1999-06-082-8/+11
* Don't drop the last character from lines in ppp.secret unless it's '\n'.brian1999-06-081-3/+5
* Don't IPCP TLD if we're already doing it. This preventsbrian1999-06-081-19/+23
* Make the ``load'', ``dial'' and ``open'' commands a big clearer.brian1999-06-082-52/+100
* Correct the way ppp transfers links on the server side in MPbrian1999-06-0511-35/+137
* Fix some MP sequence number comparison bogons that are tickled bybrian1999-06-031-6/+8
* Oops, quieten a compiler warning.brian1999-06-021-1/+2
* Mention physical and sync logging in the ``set log''brian1999-06-021-3/+3
* o Alter the mbuf type as it's processed by different layers.brian1999-06-0224-127/+241
* Introduce the ``keep-session'' option. Refer to the manbrian1999-06-026-18/+99
* Increase the length of an individual device name to LINE_LEN.brian1999-06-014-11/+15
* Make async/sync/physical/hdlc dumps prettier by showing printablebrian1999-06-011-12/+23
* Mention that using MYADDR and HISADDR with ``set filter''brian1999-06-012-2/+34
* Remember if MYADDR or HISADDR is used in a filter add tweak allbrian1999-05-318-43/+110
* Don't forget to free the mbufs that get processed bybrian1999-05-281-1/+2
* Handle unterminated quoted strings without dup'ing the last characterbrian1999-05-271-3/+3
* Add some comments, optimise out a few strlen()s andbrian1999-05-271-16/+23
* Call tty_Offline() from tty_Cooked() and tty_Free(), just inbrian1999-05-271-1/+4
* Move the code for tweaking interface flags into one function.brian1999-05-273-64/+62
* Correct the ``ignoring sync/async'' warnings so that they showbrian1999-05-246-34/+30
* Don't warn about ``!'' lines being unindented commands in ppp.conf.brian1999-05-241-5/+7
* Move the tty locking stuff back out to physical.c sobrian1999-05-182-152/+156
* Mention ``show layers''brian1999-05-162-2/+6
* Initialise ttydevice::Timerbrian1999-05-161-1/+2
* Be more non-crypto friendly at make release time.phk1999-05-151-2/+2
* Add ``show layers'' to see the protocol layering for a link.brian1999-05-153-4/+24
* Handle LCP echo reqs properly again (broken with thebrian1999-05-142-25/+24
* Ensure that we're not going to overflow our ``struct tun''brian1999-05-141-3/+10
* Initialise the struct device part of struct ttydevice.brian1999-05-132-73/+73
* Fix a bum pointer dereference and make some variablebrian1999-05-131-46/+39
* Ignore repeated signals sent to the parent in backgroundbrian1999-05-131-1/+2
* Adjust our first timer delta according to the returnbrian1999-05-121-5/+12
* Oops - hook the sync push diagnostics correctly.brian1999-05-121-3/+3
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asbrian1999-05-1227-307/+832
* Revert to the previous behaviour of only doing a utmpbrian1999-05-091-2/+2
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-0915-96/+98
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-0877-2275/+3369
OpenPOWER on IntegriCloud