summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
...
* Back out the last patch. I'm too tired to apply patches.brian1999-08-091-6/+2
* Remove CLOCAL when we're not in -dedicated mode.brian1999-08-091-3/+7
* Change printf formats %q[du] -> %ll[du]brian1999-08-093-13/+13
* Insist that ppp.conf and it's parent directories aren't `other'brian1999-08-091-2/+5
* Silence a warning about uninitialized variables.brian1999-08-081-2/+2
* Don't includei 4b support on the alphabrian1999-08-081-2/+2
* Don't log_Printf(..., buf) in case buf contains %sbrian1999-08-081-7/+7
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-0623-175/+683
* If the clock is put back, ensure that we don't end up dividing bybrian1999-08-061-1/+10
* o Obsolete the undocumented ``set weight'' command.brian1999-08-0515-352/+514
* Reorganise ppp's usage to avoid some mandoc limitations.brian1999-08-032-248/+200
* Mention that ospf is a possible filter protocol.brian1999-08-023-7/+9
* #ifdef IPPROTO_OSPFIGP before expecting it to be defined.brian1999-08-023-3/+13
* Filter ospf and igmp separately.brian1999-08-023-8/+50
* Mention which rfc the DNS/NBNS IPCP extensions come from.brian1999-07-292-4/+4
* Don't return a garbage mbuf pointer after storing itbrian1999-07-282-4/+4
* Fix a load of typosbrian1999-07-283-24/+24
* o Overhaul filtering, adding facilities to jump over rules and tobrian1999-07-277-297/+431
* If we've negotiated CBCP and have also specified ``none'' as a possiblebrian1999-07-273-9/+45
* Be a bit more consistent with variable names.brian1999-07-272-10/+10
* Fix an off-by-one error and correct the man page WRT clearingbrian1999-07-263-6/+14
* When we fetch previously retrieved IP fragments from the aliasbrian1999-07-242-8/+10
* Fix a typobrian1999-07-172-4/+4
* Don't declare `end' if we aren't compiling radius support.brian1999-07-151-2/+4
* Oops - add a missing cast.brian1999-07-101-2/+2
* Leap through one more hoop to avoid alignment problems.brian1999-07-101-2/+2
* Don't bother read()ing if we ``expect'' nothing in our chat script.brian1999-06-261-2/+2
* 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
OpenPOWER on IntegriCloud