summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-2/+5
* Don't forget to initialise dbuff when debugging.brian1998-11-101-5/+9
* Sync with OpenBSD ifdefsbrian1998-09-171-4/+8
* Put the IP buffer queues into struct ipcp.brian1998-08-261-14/+17
* If we've got a full output buffer queue and cannot sendbrian1998-08-251-1/+11
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-071-1/+3
* Check the ``alive'' filter for a packet *before* thebrian1998-07-111-2/+2
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-271-3/+5
* Remove redundant includesbrian1998-06-271-2/+1
* Don't dlopen()/dlsym() libalias, use it in the same waybrian1998-06-271-6/+6
* ``struct tunnel_header'' -> u_int32_t in OpenBSD.brian1998-06-271-2/+1
* Change some log levels. ALERTs are only logged whenbrian1998-06-161-3/+3
* o De-staticise things that don't need to be static.brian1998-06-151-2/+2
* Deal with PROTO_IGMP and PROTO_IPIP packets correctly.brian1998-06-141-2/+28
* MFMP: Make ppp multilink capable.brian1998-05-211-183/+161
* Quieten gcc-2.8.1brian1998-04-251-3/+5
OpenPOWER on IntegriCloud