<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libalias/alias.c, branch release/4.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2001-04-21T05:50:02Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2001-04-21T05:50:02Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2001-04-21T05:50:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1598515ece5ff1d40692c49b4a62801332aa8be1'/>
<id>urn:sha1:1598515ece5ff1d40692c49b4a62801332aa8be1</id>
<content type='text'>
'RELENG_4_3_0_RELEASE'.

This commit was manufactured to restore the state of the 4.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</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-test2/commit/?id=87c6ae2554db08b5b28fbf03e67a35872ab2228f'/>
<id>urn:sha1:87c6ae2554db08b5b28fbf03e67a35872ab2228f</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
