summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ip.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* Build with -DNOINET6...brian2004-09-061-1/+6
* Fix the build on 64-bit platforms.marcel2004-09-061-3/+4
* Make ppp WARNS=5 cleanbrian2004-09-051-11/+13
* Make getprotobynumber() calls in FilterCheck conditional on the logdds2004-05-131-13/+43
* Passing a u_char to ntohs() is guaranteed to give the wrong answer !brian2003-03-261-2/+2
* Remove whitespace at the end of lines.brian2002-06-151-8/+8
* o Clean up some #includesbrian2002-05-141-2/+0
* Back out the previous fix to deal with kernels that don't support IPv6,brian2001-08-181-2/+1
* Run correctly on a machine built without AF_INET6 supportbrian2001-08-181-1/+2
* Fix a couple of forgotten commentsbrian2001-08-161-3/+3
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-290/+310
* Add support for stateful MPPE (microsoft encryption) providingbrian2001-06-181-0/+8
* Convert IIJ copyrights to BSD copyrights.brian2001-06-131-20/+25
* Fix an alignment errorbrian2001-05-301-5/+10
* Handle IP over IP (IPPROTO_IPV4) properly.brian2001-04-241-6/+17
* MAXHOSTNAME includes space for a NULbrian2001-03-091-6/+6
* MAXPATHLEN -> PATH_MAXbrian2001-03-081-2/+2
* Fix some log_Printf() castingbrian2001-01-291-6/+4
* Understand IPPROTO_ESP and IPPROTO_AH packetsbrian2000-09-141-0/+34
* Add LogFILTER logging to log packets allowed by the dial filter andbrian2000-08-281-12/+61
* Allow a ``timeout secs'' filter option to let specific packet typesbrian2000-07-111-180/+215
* o Log the (payload/size) of all packet types, not just TCP packetsbrian2000-07-071-8/+60
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYbrian2000-06-081-2/+2
* Log information about packets being dropped (probably due tobrian2000-03-291-5/+9
* When ppp can't identify the relevant name, don't use "???", usebrian2000-03-141-4/+2
* Add ``set log dns'' to log DNS QUERY packets.brian2000-03-141-10/+137
* Handle the availability of TUNSIFHEAD. If it's there, use it.brian2000-01-231-5/+9
* Add a bunch of `const's and fix a typo.brian1999-12-271-1/+3
* Cosmetic: Make struct mbuf more like kernel mbufs.brian1999-12-201-20/+21
* Support GRE packetsbrian1999-09-301-0/+22
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* Correct the return from FilterCheck for fragmentsbrian1999-09-161-1/+1
* Introduce a forth IP packet queue. Urgent packets withbrian1999-09-071-4/+18
* o Split the two IPCP queues into three - one for FSM databrian1999-09-041-19/+15
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-3/+1
* #ifdef IPPROTO_OSPFIGP before expecting it to be defined.brian1999-08-021-1/+5
* Filter ospf and igmp separately.brian1999-08-021-1/+18
* o Overhaul filtering, adding facilities to jump over rules and tobrian1999-07-271-131/+182
* Support `igmp' filters.brian1999-06-231-2/+6
* o Alter the mbuf type as it's processed by different layers.brian1999-06-021-2/+3
* Remember if MYADDR or HISADDR is used in a filter add tweak allbrian1999-05-311-6/+6
* Ensure that we're not going to overflow our ``struct tun''brian1999-05-141-3/+10
* Deal with the fact that as we now mbuf_Read the fsmbrian1999-05-091-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-128/+48
* Make ports 80 & 81 ``interactive''.brian1999-05-011-2/+2
* Add support for NetBSDbrian1999-04-261-5/+5
* Ensure that the thing we're casting to struct ipbrian1999-03-291-2/+2
OpenPOWER on IntegriCloud