summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add extraneous braces to stiffle warnings from gcc-2.8brian1998-03-131-2/+3
* Remove unused #includes.brian1998-01-211-5/+3
* Lose <net/if_var.h> !brian1998-01-111-4/+1
* Don't scribble on the stack if our input packet isbrian1998-01-041-1/+7
* Show how much time is left before timing out in thebrian1997-12-291-2/+15
* If a packet causes a dial, continue to test whether it'sbrian1997-12-281-2/+2
* Cosmetic (style):brian1997-12-241-7/+8
* Fix prototypes.brian1997-11-221-12/+17
* Add throughput logging (disabled by default).brian1997-11-181-5/+5
* Abstract data read from and written to the tun device,brian1997-11-161-19/+33
* Understand networks in the filter rules. We don'tbrian1997-11-121-3/+5
* Log whether or not IP packets are bloked due tobrian1997-11-121-5/+7
* Cosmetic:brian1997-10-261-1/+3
* Cosmetic (no functional changes):brian1997-10-261-15/+30
* Cosmetic: Log a strerror(errno) when failing to write tobrian1997-10-041-4/+16
* Allow the transition from an idle timeout valuebrian1997-09-031-2/+3
* Make the code format more in line with style(9).brian1997-08-251-146/+132
* Put TCP/IP logs back on one line.brian1997-06-161-18/+46
* Overhaul ppp:brian1997-06-091-43/+43
* De-couple ppp from libalias. If libalias isn't there, thebrian1997-05-261-5/+6
* Fix the reconnect option, and add an explanation to vars.hbrian1997-05-241-2/+2
OpenPOWER on IntegriCloud