summaryrefslogtreecommitdiffstats
path: root/usr.sbin/natd
Commit message (Collapse)AuthorAgeFilesLines
* Fix inconsistent port numbering in man page.jkoshy1998-07-151-2/+2
| | | | | PR: 7250 Submitted-by: Norihiro Kumagai <kuma@jp.freebsd.org>
* Add $Id$.jkoshy1998-07-141-0/+1
| | | | PR: 7249
* Make things clearer.brian1998-07-041-7/+49
| | | | Submitted (some time ago) by: Ted Mittelstaedt <tedm@portsoft.com>
* Suggest port 8668 rather than 6668 for natd.brian1998-07-041-1/+1
| | | | 6668 is IRC.
* Fix incorrect flag specbrian1998-04-181-1/+1
| | | | | PR: 6339 (part of) Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-5/+10
|
* Make it clear that aliasing is done on the public interface, notbrian1998-01-291-2/+21
| | | | the private one.
* Added copyright (taken from natd.c).alex1997-12-301-1/+9
| | | | Approved by: Ari Suutari <ari@suutari.iki.fi>
* Typo/$Id$ police.alex1997-12-272-1/+6
|
* natd 1_10 => 1_11brian1997-12-102-61/+70
| | | | | | Cosmetic style changes Use u_short for port values. Submitted by: Ari Suutari <ari@suutari.iki.fi>
* Reverse my previous change and use htons() on an intbrian1997-12-061-1/+1
| | | | | | | | | | | | | instead of htonl() ! This results in the int a,b,c,d changing to b,a,c,d, but as it's subsequently coerced to a u_short, the ultimate answer is correct. If this isn't fixed properly soon (by the author) I'll have a look at it again. Noted by: eivind & ari@suutari.iki.fi
* Use htonl() rather than htons().brian1997-11-131-1/+1
|
* Add -redirect_port and -redirect_address to thebrian1997-10-181-0/+2
| | | | synopsis.
* Use err(3). Change firewall to firewall_enable in man page according tocharnier1997-10-022-147/+70
| | | | /etc/rc.conf.
* Sort cross refereces in section SEE ALSO.wosch1997-09-291-1/+1
|
* Typo.charnier1997-09-181-1/+1
|
* Ingored incoming packets are now dropped whenbrian1997-09-062-2/+20
| | | | | deny_incoming option is set to yes. Submitted by: Ari Suutari <ari@suutari.iki.fi>
* Fix my e-mail address. Old work addres is no good.eivind1997-08-311-1/+1
|
* - Buffer space problem found by Sergio Lenzi <lenzi@bsi.com.br>brian1997-08-105-92/+297
| | | | | | | | fixed. Natd now waits with select(2) for buffer space to become available if write fails. - Packet aliasing library upgraded to 2.2. Submitted by: Ari Suutari <suutari@iki.fi>
* Suggest using /etc/services entry rather than abrian1997-06-241-4/+5
| | | | number in the "ipfw add divert" example.
* sysconfig -> rc.confjkh1997-06-221-3/+3
|
* What twit commited this ? Duh !brian1997-06-221-30/+0
|
* Bring natd into main source tree now that thebrian1997-06-228-0/+1999
pppd/natd combination works ok. Submitted by: Ari Suutari <ari.suutari@ps.carel.fi>
OpenPOWER on IntegriCloud