<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libalias/alias_db.c, branch release/4.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-03-20T08:47:53+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a '&amp;&amp;' that should have been a '&amp;'.</title>
<updated>1999-12-10T20:04:53+00:00</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-12-10T20:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9405f0edb2eea6b2dcbd041d4a7d3b93c58de53'/>
<id>a9405f0edb2eea6b2dcbd041d4a7d3b93c58de53</id>
<content type='text'>
Submitted by:	Erik Salander &lt;erik@whistle.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Erik Salander &lt;erik@whistle.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly handle the case when either the aliasing or source address of</title>
<updated>1999-09-27T08:40:36+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-09-27T08:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=838d9af2c83d08c71de8fe1d58cd73001a12ac23'/>
<id>838d9af2c83d08c71de8fe1d58cd73001a12ac23</id>
<content type='text'>
the link are equal to the default aliasing address.  Do not zero them!

This will fix the problem with non-working links added with the source
and/or aliasing address equal to the default aliasing address, but the
default aliasing address is set later, after the link has been set up,
like both natd(8) and ppp(8) do (for objective reasons).

Reviewed by:	Brian Somers &lt;brian@FreeBSD.org&gt;,
		Eivind Eklund &lt;eivind@FreeBSD.org&gt;,
		Charles Mott &lt;cmott@srv.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the link are equal to the default aliasing address.  Do not zero them!

This will fix the problem with non-working links added with the source
and/or aliasing address equal to the default aliasing address, but the
default aliasing address is set later, after the link has been set up,
like both natd(8) and ppp(8) do (for objective reasons).

Reviewed by:	Brian Somers &lt;brian@FreeBSD.org&gt;,
		Eivind Eklund &lt;eivind@FreeBSD.org&gt;,
		Charles Mott &lt;cmott@srv.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ReLink() partial links in FindLinkOut() in the same manner as we do it</title>
<updated>1999-09-22T13:22:26+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-09-22T13:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bd3ed4542de039f6e64818a9b907ec9c23036c3a'/>
<id>bd3ed4542de039f6e64818a9b907ec9c23036c3a</id>
<content type='text'>
in FindLinkIn().  This will make TcpMonitorIn()/TcpMonitorOut() happy.

Reviewed by:	eivind
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in FindLinkIn().  This will make TcpMonitorIn()/TcpMonitorOut() happy.

Reviewed by:	eivind
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore previous version of FindLinkIn().</title>
<updated>1999-09-21T14:44:32+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-09-21T14:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f3baa77e5e54502ea2ffb9cdf975465f745466e9'/>
<id>f3baa77e5e54502ea2ffb9cdf975465f745466e9</id>
<content type='text'>
Instead, natd(8) should be fixed to call PacketAliasSetAddress()
as part of initialization, as required by libalias(3).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead, natd(8) should be fixed to call PacketAliasSetAddress()
as part of initialization, as required by libalias(3).
</pre>
</div>
</content>
</entry>
<entry>
<title>- Make partially specified permanent links (without `dst_addr' and/or</title>
<updated>1999-09-21T08:40:20+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>1999-09-21T08:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=02136bf8b088e94a06b177f87542169148a3d95b'/>
<id>02136bf8b088e94a06b177f87542169148a3d95b</id>
<content type='text'>
  `dst_port') work for outgoing packets.

- Make permanent links whose `alias_addr' matches the primary aliasing
  address `aliasAddress' work for incoming packets.

- Typo fixes.

Reviewed by:	brian, eivind
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  `dst_port') work for outgoing packets.

- Make permanent links whose `alias_addr' matches the primary aliasing
  address `aliasAddress' work for incoming packets.

- Typo fixes.

Reviewed by:	brian, eivind
</pre>
</div>
</content>
</entry>
<entry>
<title>sys/errno.h -&gt; errno.h</title>
<updated>1999-09-21T01:26:49+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-09-21T01:26:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=32277d8b6dc0131903ec04ebc2e77265f014700e'/>
<id>32277d8b6dc0131903ec04ebc2e77265f014700e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add $FreeBSD$ and spell Eklund properly.</title>
<updated>1999-08-29T23:17:04+00:00</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1999-08-29T23:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a5a388c7ab93c4e89cc091d7a47a1ba58697261f'/>
<id>a5a388c7ab93c4e89cc091d7a47a1ba58697261f</id>
<content type='text'>
Approved by:	brian (well, he approved adding $Id$)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	brian (well, he approved adding $Id$)
</pre>
</div>
</content>
</entry>
<entry>
<title>Make incoming packets work as keepalives, too.  This should fix problems</title>
<updated>1999-05-20T20:20:24+00:00</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1999-05-20T20:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5164f52665b34f58214dc4bda2a55f1d9de28ddd'/>
<id>5164f52665b34f58214dc4bda2a55f1d9de28ddd</id>
<content type='text'>
for some games.

Notified of problem by:	tim@turbinegames.com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for some games.

Notified of problem by:	tim@turbinegames.com
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all diagnostics to stdout/stderr with #ifdef DEBUG</title>
<updated>1999-03-09T23:44:00+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-03-09T23:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4c32f5d2174d3e542cd6ffe5f32897850a3e358c'/>
<id>4c32f5d2174d3e542cd6ffe5f32897850a3e358c</id>
<content type='text'>
Statify functions in alias_nbt.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Statify functions in alias_nbt.c
</pre>
</div>
</content>
</entry>
</feed>
