<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/natd, branch release/5.3.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>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Give natd multi-instance capabilities.</title>
<updated>2004-07-04T12:53:54+00:00</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2004-07-04T12:53:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=22c624779b5330d6a42ec4b7e3215de77a76c4ec'/>
<id>22c624779b5330d6a42ec4b7e3215de77a76c4ec</id>
<content type='text'>
This makes it possible to do load-sharing on two xDSL lines etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to do load-sharing on two xDSL lines etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use strlcpy(3) instead of strcpy(3).</title>
<updated>2004-05-10T22:33:12+00:00</updated>
<author>
<name>Hiten Pandya</name>
<email>hmp@FreeBSD.org</email>
</author>
<published>2004-05-10T22:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e53f7998dade881763c671ae33a3f8d81ac5ad72'/>
<id>e53f7998dade881763c671ae33a3f8d81ac5ad72</id>
<content type='text'>
PR:          	46761

Philipp Mergenthaler &lt;philipp.mergenthaler@stud.uni-karlsruhe.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:          	46761

Philipp Mergenthaler &lt;philipp.mergenthaler@stud.uni-karlsruhe.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace ROUNDUP/ADVANCE with SA_SIZE</title>
<updated>2004-04-13T11:24:43+00:00</updated>
<author>
<name>Luigi Rizzo</name>
<email>luigi@FreeBSD.org</email>
</author>
<published>2004-04-13T11:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0b46c08590e519063c54bb61d9019ea9f0d86691'/>
<id>0b46c08590e519063c54bb61d9019ea9f0d86691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style.Makefile(5):</title>
<updated>2004-02-23T20:25:27+00:00</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2004-02-23T20:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=604d24db9579f5b317cae3fae63ab75ef5efca7f'/>
<id>604d24db9579f5b317cae3fae63ab75ef5efca7f</id>
<content type='text'>
	Use WARNS?= instead of WARNS=.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Use WARNS?= instead of WARNS=.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Cisco Skinny Station protocol support to libalias, natd, and ppp.</title>
<updated>2003-09-23T07:41:55+00:00</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2003-09-23T07:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b07fbc17e9994ab739ffd14ae1d9df38c22fdfea'/>
<id>b07fbc17e9994ab739ffd14ae1d9df38c22fdfea</id>
<content type='text'>
Skinny is the protocol used by Cisco IP phones to talk to Cisco Call
Managers.  With this code, one can use a Cisco IP phone behind a FreeBSD
NAT gateway.

Currently, having the Call Manager behind the NAT gateway is not supported.
More information on enabling Skinny support in libalias, natd, and ppp
can be found in those applications' manpages.

PR:		55843
Reviewed by:	ru
Approved by:	ru
MFC after:	30 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skinny is the protocol used by Cisco IP phones to talk to Cisco Call
Managers.  With this code, one can use a Cisco IP phone behind a FreeBSD
NAT gateway.

Currently, having the Call Manager behind the NAT gateway is not supported.
More information on enabling Skinny support in libalias, natd, and ppp
can be found in those applications' manpages.

PR:		55843
Reviewed by:	ru
Approved by:	ru
MFC after:	30 days
</pre>
</div>
</content>
</entry>
<entry>
<title>- Clarify the port range syntax in -redirect_port.</title>
<updated>2003-08-13T15:13:33+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-08-13T15:13:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5105f9919f29e78384985b2e2449044245d8c595'/>
<id>5105f9919f29e78384985b2e2449044245d8c595</id>
<content type='text'>
PR:	docs/46286

- "IP number" -&gt; "IP address", for consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:	docs/46286

- "IP number" -&gt; "IP address", for consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added an option to specify an alternate PID file.</title>
<updated>2003-08-13T13:16:19+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-08-13T13:16:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b79840a6dbe814ac990272625f4a170f2971f266'/>
<id>b79840a6dbe814ac990272625f4a170f2971f266</id>
<content type='text'>
PR:		bin/37159
Submitted by:	"Aleksandr A. Babaylov" &lt;.@babolo.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/37159
Submitted by:	"Aleksandr A. Babaylov" &lt;.@babolo.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>If the -proxy_only option is used, the -alias_address/-interface</title>
<updated>2003-06-13T22:15:42+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-06-13T22:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3d23e8b897c0b5ea1fcec78c097523a19fe36ccb'/>
<id>3d23e8b897c0b5ea1fcec78c097523a19fe36ccb</id>
<content type='text'>
options are not required.

Suggested by:	Vaclav Petricek
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
options are not required.

Suggested by:	Vaclav Petricek
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't pretend natd(8) doesn't work with ppp(8) interfaces.</title>
<updated>2003-02-28T15:41:45+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-02-28T15:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=01ba618f4a329f47b71ac6db961beab89f6da538'/>
<id>01ba618f4a329f47b71ac6db961beab89f6da538</id>
<content type='text'>
While there's probably a better way to achieve the same,
nothing precludes us from using natd(8) on tun(4) links.

Noticed by:	bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While there's probably a better way to achieve the same,
nothing precludes us from using natd(8) on tun(4) links.

Noticed by:	bde
</pre>
</div>
</content>
</entry>
</feed>
