<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/contrib/ipfilter, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2022-02-07T13:51:14Z</updated>
<entry>
<title>ipfilter: Move userland bits to sbin</title>
<updated>2022-02-07T13:51:14Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-15T21:45:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95daf09d07b222b3776eb3f65d4e14bc9cf8a883'/>
<id>urn:sha1:95daf09d07b222b3776eb3f65d4e14bc9cf8a883</id>
<content type='text'>
Through fixes and improvements our ipfilter sources have diverged
enough to warrant move from contrib into sbin/ipf. Now that I'm
planning on implementing MSS clamping as in iptables it makes more
sense to move ipfilter to sbin.

This is the second of three commits of the ipfilter move.

Suggested by glebius on two occaions.

Suggested by and discussed with:	glebius
Reviewed by:				glebius, kp (for #network)
Differential Revision:		https://reviews.freebsd.org/D33510

(cherry picked from commit 41edb306f05651fcaf6c74f9e3557f59f80292e1)
</content>
</entry>
<entry>
<title>ipfilter userland: Revert the ipmon part of a6fb9bbea731</title>
<updated>2021-12-27T09:20:41Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-27T09:10:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=324dbffbb48350096c747ef5742dcc0b83b34417'/>
<id>urn:sha1:324dbffbb48350096c747ef5742dcc0b83b34417</id>
<content type='text'>
a6fb9bbea731 caused incorrect formatting of ipmon log output.

Fixes:		a6fb9bbea7318e993dfe0f8a7f00821f79850b26

(cherry picked from commit d740faa30a4a2b300da0b2f2af4680a2cb260828)
</content>
</entry>
<entry>
<title>ipfilter: MSN RPC proxy is not complete</title>
<updated>2021-12-21T23:34:41Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-16T00:08:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee680288bc879fad0ef261430dc8518b0a9eccba'/>
<id>urn:sha1:ee680288bc879fad0ef261430dc8518b0a9eccba</id>
<content type='text'>
The MSN RPC proxy is incomplete and does not do any address
translation. Remove it.

(cherry picked from commit c610426c4deeaa80ad86d8177e7c0b7680104dc7)
</content>
</entry>
<entry>
<title>ipfilter: ipf_dstlist is a kernel source file</title>
<updated>2021-12-21T23:34:41Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-15T21:50:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c92983b03f0a29a70adcd9a1ca6f68ec7e1b2a2b'/>
<id>urn:sha1:c92983b03f0a29a70adcd9a1ca6f68ec7e1b2a2b</id>
<content type='text'>
Remove duplicate ipf_dstlist.* files. They live in sys/.

(cherry picked from commit 7aec934fffde73f7d22450b18e04436aa77b1148)
</content>
</entry>
<entry>
<title>ipfilter userland: Replace sprintf with range checking version (snprintf)</title>
<updated>2021-12-21T23:34:40Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-13T22:54:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60aa737df9d91f1ce1de0093cf5541911258e11e'/>
<id>urn:sha1:60aa737df9d91f1ce1de0093cf5541911258e11e</id>
<content type='text'>
(cherry picked from commit a6fb9bbea7318e993dfe0f8a7f00821f79850b26)
</content>
</entry>
<entry>
<title>ipfilter: radix_ipf is a kernel source file</title>
<updated>2021-12-21T23:34:40Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-13T21:35:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6802e5f783c3a58a25c212ee750f90f4e055aa33'/>
<id>urn:sha1:6802e5f783c3a58a25c212ee750f90f4e055aa33</id>
<content type='text'>
Remove duplicate radix_ipf.* files. They live in sys/.

(cherry picked from commit 9a563c5e484b077d8e689e9ab3f6f4797e47e576)
</content>
</entry>
<entry>
<title>ipfilter printfieldhdr: remove set-but-not-unused vars</title>
<updated>2021-12-14T01:14:28Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-11T04:51:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=277e5da4c511b41bf9845e4d1144a8fe2311dee4'/>
<id>urn:sha1:277e5da4c511b41bf9845e4d1144a8fe2311dee4</id>
<content type='text'>
(cherry picked from commit edcdd4f6445ad50c8f7c6e974d0216c5be9356d5)
</content>
</entry>
<entry>
<title>ipft_pc: remove set-but-not-unused vars</title>
<updated>2021-12-14T01:13:33Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-11T04:48:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1dc555984463e2e257a49c0f5577bb0e877c0e1'/>
<id>urn:sha1:d1dc555984463e2e257a49c0f5577bb0e877c0e1</id>
<content type='text'>
(cherry picked from commit 712b938661f98a66180832632550060c7ba387df)
</content>
</entry>
<entry>
<title>ipft_tx: remove set-but-not-unused vars</title>
<updated>2021-12-14T01:13:17Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-11T04:49:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e34975c5c60a05920f26043cace72a262e7c19be'/>
<id>urn:sha1:e34975c5c60a05920f26043cace72a262e7c19be</id>
<content type='text'>
(cherry picked from commit 9018f7fa45c0bc66cfdd4496e695218be3d37a33)
</content>
</entry>
<entry>
<title>ipfcomp: remove set-but-not-unused vars</title>
<updated>2021-12-14T01:12:50Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-12-11T04:56:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dad871e74436206bc3c9daaa088096e7770ae732'/>
<id>urn:sha1:dad871e74436206bc3c9daaa088096e7770ae732</id>
<content type='text'>
(cherry picked from commit fe5b077c9efcbcc9e92d0d7d877d1e16afc563ce)
</content>
</entry>
</feed>
