aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/ipsd
Commit message (Collapse)AuthorAgeFilesLines
* Remove ipsd (IP Scan Detetor). It is unused and to my knowledge hasCy Schubert2019-01-0611-1768/+0
| | | | | | | | | | | never been used on any platform that ipfilter has been on. However it looks like it could be a useful utility, therefore there are plans to make it a port one day. It lacks a man page as well. MFC after: 1 month Notes: svn path=/head/; revision=342815
* calloc() and realloc() modernization.Cy Schubert2017-03-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This commit replaces calloc calls, which called calloc() as if it were malloc() by allocating a multiple of objects as a sizeof multiplied by the number of objects. The patch rectifies this by calling calloc() as it was meant to be called. This commit also replaces realloc() with reallocarray() in a similar fashion as above. Instead of calculating the memory to reallocated (changed) by multiplying sizeof by the number of objects, the sizeof and number are passed as separate arguments to reallocarray(), letting reallocarray() do the multiplication instead. Like the calloc() adjustment above, this is approach is cleaner and more elegant than than the previous code. This has been tested on my production firewall and a laptop (also running ipfilter). Submitted by: pfg MFC after: 6 weeks Notes: svn path=/head/; revision=315368
* Update ipfilter 4.1.28 --> 5.1.2.Cy Schubert2013-09-068-50/+50
|\ | | | | | | | | | | | | | | Approved by: glebius (mentor) BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author) Notes: svn path=/head/; revision=255332
| * As per the developers handbook (5.3.1 step 1), prepare the vendor trees forCy Schubert2013-07-1913-1951/+0
| | | | | | | | | | | | | | | | | | | | | | import of new ipfilter vendor sources by flattening them. To keep the tags consistent with dist, the tags are also flattened. Approved by: glebius (Mentor) Notes: svn path=/vendor/ipfilter/dist/; revision=253467
| * Import IP Filter 4.1.13Guido van Rooij2006-08-161-1/+15
| | | | | | | | Notes: svn path=/vendor/ipfilter/dist/; revision=161351
| * Import IP Filter 4.1.10Guido van Rooij2005-12-309-20/+2
| | | | | | | | Notes: svn path=/vendor/ipfilter/dist/; revision=153877
* | Resolve conflictsGuido van Rooij2006-08-161-1/+15
| | | | | | | | | | | | | | MFC after: 1 weeks Notes: svn path=/head/; revision=161357
* | Resolve conflicts (and believe me...you don't want to know).Guido van Rooij2005-12-302-2/+2
| | | | | | | | Notes: svn path=/head/; revision=153881
* | * Someone imported a lot of files with the wrong CVS tag, so lots of files needDarren Reed2005-04-259-9/+9
| | | | | | | | | | | | | | | | that fixed in them.... * Keep unnecessary files out of the non-vendor part of this CVS repository. Notes: svn path=/head/; revision=145519
* | This commit was generated by cvs2svn to compensate for changes in r145510,Darren Reed2005-04-2510-21/+22
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=145511
| * import ipfilter 4.1.8 into the vendor branchDarren Reed2005-04-2510-21/+22
| | | | | | | | Notes: svn path=/vendor/ipfilter/dist/; revision=145510
* | This commit was generated by cvs2svn to compensate for changes in r80486,Darren Reed2001-07-288-26/+10
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=80487
| * Import IPFilter version 3.4.20Darren Reed2001-07-288-26/+10
| | | | | | | | Notes: svn path=/vendor/ipfilter/dist/; revision=80486
* | Remove files not in the v3_3_8 import.Peter Wemm2000-02-102-201/+0
|/ | | | Notes: svn path=/head/; revision=57110
* Import of ipfilter 3.3.3 in anticipation of its revival.Guido van Rooij1999-11-0810-11/+212
| | | | | | | More to come in the next days. Notes: svn path=/vendor/ipfilter/dist/; revision=53024
* Import trimmed version of ipfilter 3.2.7.Peter Wemm1998-06-201-1/+1
| | | | | | | Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/ Notes: svn path=/vendor/ipfilter/dist/; revision=37074
* Import ipfilter 3.2.1 (update from 3.1.8)Peter Wemm1997-11-169-38/+44
| | | | Notes: svn path=/vendor/ipfilter/dist/; revision=31183
* Import IP Filter version 3.2alpha4 to bring in working LKM for 2.2vendor/ipfilter/3.2a4Darren Reed1997-04-031-0/+0
| | | | | Notes: svn path=/vendor/ipfilter/dist/; revision=24583 svn path=/vendor/ipfilter/3.2a4/; revision=24585; tag=vendor/ipfilter/3.2a4
* Import IP Filter v3.1.7 into FreeBSD treevendor/ipfilter/3.1.7Darren Reed1997-02-0911-0/+1763
Notes: svn path=/vendor/ipfilter/dist/; revision=22514 svn path=/vendor/ipfilter/3.1.7/; revision=22516; tag=vendor/ipfilter/3.1.7