<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/ipfilter/ipsd/ipsd.c, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2019-01-06T21:24:44Z</updated>
<entry>
<title>Remove ipsd (IP Scan Detetor). It is unused and to my knowledge has</title>
<updated>2019-01-06T21:24:44Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2019-01-06T21:24:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=480717af292750c3ed70dfb0c15e615b310f0098'/>
<id>urn:sha1:480717af292750c3ed70dfb0c15e615b310f0098</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>calloc() and realloc() modernization.</title>
<updated>2017-03-16T04:40:07Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2017-03-16T04:40:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3820c3aa3f7094bf2a52e3df57a182fcf2790f7d'/>
<id>urn:sha1:3820c3aa3f7094bf2a52e3df57a182fcf2790f7d</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Update ipfilter 4.1.28 --&gt; 5.1.2.</title>
<updated>2013-09-06T23:11:19Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2013-09-06T23:11:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bfc88dcbf7097a9815b9ff57a6f9e56e5cbc45dd'/>
<id>urn:sha1:bfc88dcbf7097a9815b9ff57a6f9e56e5cbc45dd</id>
<content type='text'>
Approved by:		glebius (mentor)
BSD Licensed by:	Darren Reed &lt;darrenr@reed.wattle.id.au&gt; (author)
</content>
</entry>
<entry>
<title>As per the developers handbook (5.3.1 step 1), prepare the vendor trees for</title>
<updated>2013-07-19T05:41:57Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2013-07-19T05:41:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f27f47054d2675045dce8688b408aa9340a118f7'/>
<id>urn:sha1:f27f47054d2675045dce8688b408aa9340a118f7</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Resolve conflicts (and believe me...you don't want to know).</title>
<updated>2005-12-30T11:52:26Z</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>2005-12-30T11:52:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25508d6cfbafa0e186ef2b9a5b8fc683b1aef865'/>
<id>urn:sha1:25508d6cfbafa0e186ef2b9a5b8fc683b1aef865</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import IP Filter 4.1.10</title>
<updated>2005-12-30T11:34:54Z</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>2005-12-30T11:34:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e246b3be6fb350a2d317fb6a37b61764c7d3a70e'/>
<id>urn:sha1:e246b3be6fb350a2d317fb6a37b61764c7d3a70e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Someone imported a lot of files with the wrong CVS tag, so lots of files need</title>
<updated>2005-04-25T18:20:15Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2005-04-25T18:20:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=750e88322f4f0f9b7a00bf69941ca2a6ae9ad9d0'/>
<id>urn:sha1:750e88322f4f0f9b7a00bf69941ca2a6ae9ad9d0</id>
<content type='text'>
  that fixed in them....
* Keep unnecessary files out of the non-vendor part of this CVS repository.
</content>
</entry>
<entry>
<title>import ipfilter 4.1.8 into the vendor branch</title>
<updated>2005-04-25T17:31:50Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2005-04-25T17:31:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=144279dcb8a3b2717370088ac878f23066aee9e9'/>
<id>urn:sha1:144279dcb8a3b2717370088ac878f23066aee9e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import IPFilter version 3.4.20</title>
<updated>2001-07-28T11:59:33Z</updated>
<author>
<name>Darren Reed</name>
<email>darrenr@FreeBSD.org</email>
</author>
<published>2001-07-28T11:59:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dba82da1c8912a1a3a6328593dc75b9f15f19fcf'/>
<id>urn:sha1:dba82da1c8912a1a3a6328593dc75b9f15f19fcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import of ipfilter 3.3.3  in anticipation of its revival.</title>
<updated>1999-11-08T20:51:23Z</updated>
<author>
<name>Guido van Rooij</name>
<email>guido@FreeBSD.org</email>
</author>
<published>1999-11-08T20:51:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9bff7ba93205e0745fa8a309db3789ba1562f24'/>
<id>urn:sha1:c9bff7ba93205e0745fa8a309db3789ba1562f24</id>
<content type='text'>
More to come in the next days.
</content>
</entry>
</feed>
