summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic:brian1999-09-087-456/+7
* We don't need a queue for *CP data - these are IP-only queues.brian1999-09-071-1/+1
* Introduce a forth IP packet queue. Urgent packets withbrian1999-09-076-78/+188
* Make the ``Problem with IP header length'' error a bit more verbosebrian1999-09-062-2/+4
* $FreeBSD$ -> __DATE__brian1999-09-062-3/+1
* When logging warning messages, there are now three scenarios:brian1999-09-064-5/+24
* $Date$ -> $FreeBSD$peter1999-09-061-1/+1
* o Split the two IPCP queues into three - one for FSM databrian1999-09-0416-62/+251
* When sending radius authentication requests:brian1999-09-031-1/+46
* $Id$ -> $FreeBSD$peter1999-08-28112-113/+113
* I misunderstood the failure mode - revert BINMODE to 4554. I'm stilljkh1999-08-271-2/+2
* I don't know who decided that an install mode of 4544 was correct, butjkh1999-08-271-2/+2
* Rebuild the list of interface numbers to names if we're tryingbrian1999-08-261-3/+13
* Aligh mbufs to sizeof(long), not 4brian1999-08-261-2/+2
* Fix some mdoc(7) style inconsistencesbrian1999-08-252-16/+32
* Cosmetic: bring closer to RELENG_3brian1999-08-231-3/+3
* NOALIAS -> NONATbrian1999-08-221-4/+4
* Allow authkey to be changed independently of the current phase.brian1999-08-221-14/+5
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-1916-285/+358
* Mention ``alias enable no'', not ``alias enable off''.brian1999-08-182-4/+4
* Implement a minimum idle time value as an optional second argumentbrian1999-08-176-26/+79
* Set the close-on-exec flag for all unused descriptors whenbrian1999-08-174-35/+35
* If we receive an IPCP protocol reject, bring it down.brian1999-08-101-1/+8
* 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
OpenPOWER on IntegriCloud