<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libalias/alias.c, branch release/4.1.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-09-14T17:32:39Z</updated>
<entry>
<title>MFC: latest fixes from -current.</title>
<updated>2000-09-14T17:32:39Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-09-14T17:32:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f8ac4c0f4220ea9f1a5ac52a9ec76cb62d4ad319'/>
<id>urn:sha1:f8ac4c0f4220ea9f1a5ac52a9ec76cb62d4ad319</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2000-08-18T20:00:01Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2000-08-18T20:00:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=261260f6aa0991b26961cc638844d3ff1f862326'/>
<id>urn:sha1:261260f6aa0991b26961cc638844d3ff1f862326</id>
<content type='text'>
- Add address translation support for RTSP/RTP used by RealPlayer and
  Quicktime streaming media applications.
- Add a BUGS section to the man page.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2000-06-27T16:29:31Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2000-06-27T16:29:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9a3a008e7256e8062efabbc2fa1e98b86ff2c2aa'/>
<id>urn:sha1:9a3a008e7256e8062efabbc2fa1e98b86ff2c2aa</id>
<content type='text'>
- Added support for FTP EPRT (RFC 2428) command.
- Added support for passive mode FTP servers behind NAT.
- Added security checks for FTP aliasing.
- Load Sharing using IP Network Address Translation (RFC 2391).
- Real PPTP support.
</content>
</entry>
<entry>
<title>- Optimization to the previous (rev 1.15) commit.</title>
<updated>1999-09-10T15:27:34Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-09-10T15:27:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=92da29a00df7e198966bfffd678b356e8317ddbd'/>
<id>urn:sha1:92da29a00df7e198966bfffd678b356e8317ddbd</id>
<content type='text'>
Requested by:	eivind
Discussed with:	eivind
Reviewed by:	brian, eivind
</content>
</entry>
<entry>
<title>Handle TCP reset sequence properly.</title>
<updated>1999-09-09T13:42:51Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-09-09T13:42:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29d958bb8a7d29fac97f5d3d95d3474333c5fa1e'/>
<id>urn:sha1:29d958bb8a7d29fac97f5d3d95d3474333c5fa1e</id>
<content type='text'>
In the words of originator:
:If an incoming connection is initiated through natd and deny_incoming is
:not set, then a new alias_link structure is created to handle the link.
:If there is nothing listening for the incoming connection, then the kernel
:responds with a RST for the connection. However, this is not processed
:correctly in libalias/alias.c:TcpMonitor{In,Out} and
:libalias/alias_db.c:SetState{In,Out} as it thinks a connection
:has been established and therefore applies a timeout of 86400 seconds
:to the link.
:
:If many of these half-connections are initiated (during, for example, a
:port scan of the host), then many thousands of unnecessary links are
:created and the resident size of natd balloons to 20MB or more.

PR:		13639
Reviewed by:	brian
</content>
</entry>
<entry>
<title>Add $FreeBSD$ and spell Eklund properly.</title>
<updated>1999-08-29T23:17:04Z</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1999-08-29T23:17:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a5a388c7ab93c4e89cc091d7a47a1ba58697261f'/>
<id>urn:sha1:a5a388c7ab93c4e89cc091d7a47a1ba58697261f</id>
<content type='text'>
Approved by:	brian (well, he approved adding $Id$)
</content>
</entry>
<entry>
<title>Aallow ppp to work with Nortel Networks Extranet Switch</title>
<updated>1999-08-22T23:32:01Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-08-22T23:32:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7765ab64760835ce827a469c2f799054f43bc88f'/>
<id>urn:sha1:7765ab64760835ce827a469c2f799054f43bc88f</id>
<content type='text'>
product and Windows NT tunneling.

Submitted by: Chain Lee &lt;chain@nortelnetworks.com&gt;
</content>
</entry>
<entry>
<title>Don't get caught in an infinite recursion when PKT_ALIAS_REVERSE</title>
<updated>1999-06-22T11:20:03Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-06-22T11:20:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0622eafc89d86e8dd20dda2d88940fb75e3f8cfd'/>
<id>urn:sha1:0622eafc89d86e8dd20dda2d88940fb75e3f8cfd</id>
<content type='text'>
is set.
Document PKT_ALIAS_REVERSE.

Pointed out by:	Jonathan Hanna &lt;jh@cr1003333-a.crdva1.bc.home.com&gt;
PR:		12304
</content>
</entry>
<entry>
<title>Remove duplicate line.</title>
<updated>1999-03-23T23:01:15Z</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1999-03-23T23:01:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26bb9565635d2e907003f50992d8322dce1ccd34'/>
<id>urn:sha1:26bb9565635d2e907003f50992d8322dce1ccd34</id>
<content type='text'>
Reviewed by:	eivind
</content>
</entry>
<entry>
<title>Version 3.0: January 1, 1999</title>
<updated>1999-02-27T02:16:01Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-02-27T02:16:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d96f4efd258d006626436837be5c6add536afdd'/>
<id>urn:sha1:7d96f4efd258d006626436837be5c6add536afdd</id>
<content type='text'>
    - Transparent proxying support added.
    - PPTP redirecting support added based on patches
      contributed by Dru Nelson &lt;dnelson@redwoodsoft.com&gt;.

Submitted by: Charles Mott &lt;cmott@srv.net&gt;
</content>
</entry>
</feed>
