History log of /freebsd-10.3-release/contrib/ipfilter/ipsend/sock.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 255332 06-Sep-2013 cy

Update ipfilter 4.1.28 --> 5.1.2.

Approved by: glebius (mentor)
BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author)


# 180778 24-Jul-2008 darrenr

2020447 IPFilter's NAT can undo name server random port selection

Approved by: darrenr
MFC after: 1 week
Security: CERT VU#521769


# 180761 23-Jul-2008 des

For unfathomable reasons, ipfilter abuses kernel data structures for its
own purposes. To pull this off, it defines _KERNEL before including the
headers where these structures are defined. This leads to no end of
trouble when some of these headers, or other headers that they include,
change, as demonstrated by r180755.

The quick fix in this particular case is to define _WANT_FILE instead of
_KERNEL, conditional on __FreeBSD__. A better long-term fix is left as
an exercise to the reader.


# 172776 18-Oct-2007 darrenr

Pullup IPFilter 4.1.28 from the vendor branch into HEAD.

MFC after: 7 days


# 170268 04-Jun-2007 darrenr

Merge IPFilter 4.1.23 back to HEAD
See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13


# 161357 16-Aug-2006 guido

Resolve conflicts

MFC after: 1 weeks


# 153881 30-Dec-2005 guido

Resolve conflicts (and believe me...you don't want to know).


# 145519 25-Apr-2005 darrenr

* Someone imported a lot of files with the wrong CVS tag, so lots of files need
that fixed in them....
* Keep unnecessary files out of the non-vendor part of this CVS repository.


# 110920 15-Feb-2003 darrenr

bring changes in IPFilter to 3.4.31 on to the head


# 109153 13-Jan-2003 dillon

Bow to the whining masses and change a union back into void *. Retain
removal of unnecessary casts and throw in some minor cleanups to see if
anyone complains, just for the hell of it.


# 109123 12-Jan-2003 dillon

Change struct file f_data to un_data, a union of the correct struct
pointer types, and remove a huge number of casts from code using it.

Change struct xfile xf_data to xun_data (ABI is still compatible).

If we need to add a #define for f_data and xf_data we can, but I don't
think it will be necessary. There are no operational changes in this
commit.


# 92691 19-Mar-2002 darrenr

fix conflicts generated by import, completing import of ipf3.4.25


# 89338 14-Jan-2002 alfred

Backout inclusion of sys/queue.h


# 89331 14-Jan-2002 alfred

add queue.h, now needed for file.h


# 84768 10-Oct-2001 bde

Compensate for "Compensate for header dethreading" by backing it out.


# 80490 28-Jul-2001 darrenr

fix conflicts created by import


# 76170 01-May-2001 markm

Compensate for dethreaded headers.
(I have no religion about how this was done. Follow-up commits welcome)


# 72006 04-Feb-2001 darrenr

fix conflicts


# 70033 14-Dec-2000 alfred

Adapt to new struct kinfo_proc and unbreak world.
Apologies to: darrenr who is maintainer


# 57109 10-Feb-2000 peter

Not in this commit: Many spammed deltas have been removed to restore
back to the vendor branch.

Re-merge changes from the vendor branch.

Undo the local spammed changes that I could find. There are probably
more local fixes that were clobbered that I've missed.


# 34752 21-Mar-1998 peter

Some tweaks to get this to compile for the userland tools.


# 34740 21-Mar-1998 peter

This commit was generated by cvs2svn to compensate for changes in r34739,
which included commits to RCS files with non-trunk default branches.


# 34739 21-Mar-1998 peter

Import ipfilter 3.2.3


# 31183 16-Nov-1997 peter

Import ipfilter 3.2.1 (update from 3.1.8)


# 24583 03-Apr-1997 darrenr

Import IP Filter version 3.2alpha4 to bring in working LKM for 2.2


# 22514 09-Feb-1997 darrenr

Import IP Filter v3.1.7 into FreeBSD tree