aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ip.c
Commit message (Expand)AuthorAgeFilesLines
* Build with -DNOINET6...Brian Somers2004-09-061-1/+6
* Fix the build on 64-bit platforms.Marcel Moolenaar2004-09-061-3/+4
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-11/+13
* Make getprotobynumber() calls in FilterCheck conditional on the logDiomidis Spinellis2004-05-131-13/+43
* Passing a u_char to ntohs() is guaranteed to give the wrong answer !Brian Somers2003-03-261-2/+2
* Remove whitespace at the end of lines.Brian Somers2002-06-151-8/+8
* o Clean up some #includesBrian Somers2002-05-141-2/+0
* Back out the previous fix to deal with kernels that don't support IPv6,Brian Somers2001-08-181-2/+1
* Run correctly on a machine built without AF_INET6 supportBrian Somers2001-08-181-1/+2
* Fix a couple of forgotten commentsBrian Somers2001-08-161-3/+3
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-290/+310
* Add support for stateful MPPE (microsoft encryption) providingBrian Somers2001-06-181-0/+8
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-20/+25
* Fix an alignment errorBrian Somers2001-05-301-5/+10
* Handle IP over IP (IPPROTO_IPV4) properly.Brian Somers2001-04-241-6/+17
* MAXHOSTNAME includes space for a NULBrian Somers2001-03-091-6/+6
* MAXPATHLEN -> PATH_MAXBrian Somers2001-03-081-2/+2
* Fix some log_Printf() castingBrian Somers2001-01-291-6/+4
* Understand IPPROTO_ESP and IPPROTO_AH packetsBrian Somers2000-09-141-0/+34
* Add LogFILTER logging to log packets allowed by the dial filter andBrian Somers2000-08-281-12/+61
* Allow a ``timeout secs'' filter option to let specific packet typesBrian Somers2000-07-111-180/+215
* o Log the (payload/size) of all packet types, not just TCP packetsBrian Somers2000-07-071-8/+60
* Allow ``set urgent none'' to disable all urgent ports and IPTOS_LOWDELAYBrian Somers2000-06-081-2/+2
* Log information about packets being dropped (probably due toBrian Somers2000-03-291-5/+9
* When ppp can't identify the relevant name, don't use "???", useBrian Somers2000-03-141-4/+2
* Add ``set log dns'' to log DNS QUERY packets.Brian Somers2000-03-141-10/+137
* Handle the availability of TUNSIFHEAD. If it's there, use it.Brian Somers2000-01-231-5/+9
* Add a bunch of `const's and fix a typo.Brian Somers1999-12-271-1/+3
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-20/+21
* Support GRE packetsBrian Somers1999-09-301-0/+22
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* Correct the return from FilterCheck for fragmentsBrian Somers1999-09-161-1/+1
* Introduce a forth IP packet queue. Urgent packets withBrian Somers1999-09-071-4/+18
* o Split the two IPCP queues into three - one for FSM dataBrian Somers1999-09-041-19/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-3/+1
* #ifdef IPPROTO_OSPFIGP before expecting it to be defined.Brian Somers1999-08-021-1/+5
* Filter ospf and igmp separately.Brian Somers1999-08-021-1/+18
* o Overhaul filtering, adding facilities to jump over rules and toBrian Somers1999-07-271-131/+182
* Support `igmp' filters.Brian Somers1999-06-231-2/+6
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-2/+3
* Remember if MYADDR or HISADDR is used in a filter add tweak allBrian Somers1999-05-311-6/+6
* Ensure that we're not going to overflow our ``struct tun''Brian Somers1999-05-141-3/+10
* Deal with the fact that as we now mbuf_Read the fsmBrian Somers1999-05-091-2/+2
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-128/+48
* Make ports 80 & 81 ``interactive''.Brian Somers1999-05-011-2/+2
* Add support for NetBSDBrian Somers1999-04-261-5/+5
* Ensure that the thing we're casting to struct ipBrian Somers1999-03-291-2/+2
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-2/+5