<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/natd/natd.h, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove $FreeBSD$: two-line .h pattern</title>
<updated>2023-08-16T17:54:16+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b3e7694832e81d7a904a10f525f8797b753bf0d3'/>
<id>b3e7694832e81d7a904a10f525f8797b753bf0d3</id>
<content type='text'>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
</pre>
</div>
</content>
</entry>
<entry>
<title>Add exit_delay parameter to control daemon exit delay after signal.</title>
<updated>2008-06-22T22:14:02+00:00</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2008-06-22T22:14:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=72cbe4adf3ff8cd984d4edb39cde3bb468bb7299'/>
<id>72cbe4adf3ff8cd984d4edb39cde3bb468bb7299</id>
<content type='text'>
PR:		bin/58696
Submitted by:	sp@alkor.ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/58696
Submitted by:	sp@alkor.ru
</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>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `const's that I forgot to commit.  Not bad - I broke</title>
<updated>1999-03-26T07:13:12+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-03-26T07:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7bafbf7bf459ca96f943abc020b0226b94dd39df'/>
<id>7bafbf7bf459ca96f943abc020b0226b94dd39df</id>
<content type='text'>
the -stable and -current builds in the space of 1 day !

Pointed out by: jdp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the -stable and -current builds in the space of 1 day !

Pointed out by: jdp
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade (almost) to natd 2.0b1</title>
<updated>1999-03-07T18:23:56+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-03-07T18:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=59a7c613740f5a3fa326a7941f2cffd700066376'/>
<id>59a7c613740f5a3fa326a7941f2cffd700066376</id>
<content type='text'>
  - Transparent proxy support.
  - PERMANENT_LINK IS NOW OBSOLETE, use redirect_port instead.
  - Drop support for early FreeBSD 2.2 versions
  - If separate input &amp; output sockets are being used
    use them to find out packet direction instead of
    normal mechanism. This can be handy in complex environments
    with multiple interfaces.
  - PPTP redirect support by Dru Nelson &lt;dnelson@redwoodsoft.com&gt; added.
  - Logging enhancements from Martin Machacek &lt;mm@i.cz&gt; added.

Obtained from: Ari Suutari &lt;ari@suutari.iki.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Transparent proxy support.
  - PERMANENT_LINK IS NOW OBSOLETE, use redirect_port instead.
  - Drop support for early FreeBSD 2.2 versions
  - If separate input &amp; output sockets are being used
    use them to find out packet direction instead of
    normal mechanism. This can be handy in complex environments
    with multiple interfaces.
  - PPTP redirect support by Dru Nelson &lt;dnelson@redwoodsoft.com&gt; added.
  - Logging enhancements from Martin Machacek &lt;mm@i.cz&gt; added.

Obtained from: Ari Suutari &lt;ari@suutari.iki.fi&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring natd into main source tree now that the</title>
<updated>1997-06-22T04:19:08+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-06-22T04:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=24084f9bfc80f32d7390568d742988293cc6547b'/>
<id>24084f9bfc80f32d7390568d742988293cc6547b</id>
<content type='text'>
pppd/natd combination works ok.

Submitted by:	Ari Suutari &lt;ari.suutari@ps.carel.fi&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pppd/natd combination works ok.

Submitted by:	Ari Suutari &lt;ari.suutari@ps.carel.fi&gt;
</pre>
</div>
</content>
</entry>
</feed>
