<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libalias/alias_db.c, branch release/4.9.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.9.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.9.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-10-27T07:57:33Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-10-27T07:57:33Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-10-27T07:57:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90928716548537e93f54266e33cb4a3353fd3932'/>
<id>urn:sha1:90928716548537e93f54266e33cb4a3353fd3932</id>
<content type='text'>
'RELENG_4_9_0_RELEASE'.

This commit was manufactured to restore the state of the 4.9-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: Made the PacketAliasSetAddress() function call optional,</title>
<updated>2003-06-27T09:15:16Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-06-27T09:15:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=165dc4e1a2b7f080251028100cf58ba440a83c7b'/>
<id>urn:sha1:165dc4e1a2b7f080251028100cf58ba440a83c7b</id>
<content type='text'>
added the new API function PacketAliasRedirectDynamic().
</content>
</entry>
<entry>
<title>MFC: Fix for PR 24048 (first FTP command was ignored).</title>
<updated>2003-06-27T09:06:34Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-06-27T09:06:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a0d0704bcd6c63e90dbaff286740a0922b3aeb98'/>
<id>urn:sha1:a0d0704bcd6c63e90dbaff286740a0922b3aeb98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Whitespace and other non-functional changes for diff reduction.</title>
<updated>2003-06-27T08:37:23Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-06-27T08:37:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=15a12b3a090afbc26652a0488ebe26ac5ad59c22'/>
<id>urn:sha1:15a12b3a090afbc26652a0488ebe26ac5ad59c22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring ipfw2 into the -stable tree. This will give more people a</title>
<updated>2002-07-24T03:21:24Z</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2002-07-24T03:21:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=489e451968935d9b0494271a82e41bef54210157'/>
<id>urn:sha1:489e451968935d9b0494271a82e41bef54210157</id>
<content type='text'>
chance to test it, and hopefully accelerate the transition from the
old to the new ipfw code.

NOTE: THIS COMMIT WILL NOT CHANGE THE FIREWALL YOU USE,
NOR A SINGLE BIT IN YOUR KERNEL AND BINARIES.
YOU WILL KEEP USING YOUR OLD "ipfw" UNLESS YOU:

  + add "options IPFW2" (undocumented) to your kernel config file;

  + compile and install sbin/ipfw and lib/libalias with
        make -DIPFW2

in other words, you must really want it.

On the other hand, i believe you do really want to use this new
code. In addition to being twice as fast in processing individual
rules, you can use more powerful match patterns such as

        ... ip from 1.2.3.0/24{50,6,27,158} to ...
        ... ip from { 1.2.3.4/26 or 5.6.7.8/22 } to ...
        ... ip from any 5-7,9-66,1020-3000,4000-5000 to ...

i.e. match sparse sets of IP addresses in constant time; use "or"
connectives between match patterns; have multiple port ranges; etc.
which I believe will dramatically reduce your ruleset size.

As an additional bonus, "keep-state" rules will now send keepalives
when the rule is about to expire, so you will not have your remote
login sessions die while you are idle.

The syntax is backward compatible with the old ipfw.
A manual page documenting the extensions has yet to be completed.
</content>
</entry>
<entry>
<title>MFC: cmott@scientech.com -&gt; cm@linktel.net</title>
<updated>2001-11-03T11:37:13Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-11-03T11:37:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8c020e51506b7cdce94b5777a210ff80b27e2bed'/>
<id>urn:sha1:8c020e51506b7cdce94b5777a210ff80b27e2bed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Adjust copyright</title>
<updated>2001-08-21T03:50:25Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-08-21T03:50:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bcfb9496c562e65f88b83b172bba81210af81c28'/>
<id>urn:sha1:bcfb9496c562e65f88b83b172bba81210af81c28</id>
<content type='text'>
Approved by:	jkh
</content>
</entry>
<entry>
<title>MFC: Make header files conform to style(9).</title>
<updated>2001-08-01T09:52:27Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-08-01T09:52:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0cc18361907a1abacef66dcde73ac3801913875e'/>
<id>urn:sha1:0cc18361907a1abacef66dcde73ac3801913875e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a BSD style copyright</title>
<updated>2001-06-04T14:59:06Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-06-04T14:59:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1fea8afd86ba6aecb2af07f781b4b364a626ba2'/>
<id>urn:sha1:e1fea8afd86ba6aecb2af07f781b4b364a626ba2</id>
<content type='text'>
Approved by: Charles Mott &lt;cmott@scientech.com&gt;
</content>
</entry>
<entry>
<title>MFC: the latest PPTP and misc fixes.</title>
<updated>2000-10-31T08:48:22Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-10-31T08:48:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87c6ae2554db08b5b28fbf03e67a35872ab2228f'/>
<id>urn:sha1:87c6ae2554db08b5b28fbf03e67a35872ab2228f</id>
<content type='text'>
</content>
</entry>
</feed>
