aboutsummaryrefslogtreecommitdiff
path: root/sbin/natd
Commit message (Collapse)AuthorAgeFilesLines
* Fix inconsistent port numbering in man page.Joseph Koshy1998-07-151-2/+2
| | | | | | | | PR: 7250 Submitted-by: Norihiro Kumagai <kuma@jp.freebsd.org> Notes: svn path=/head/; revision=37650
* Add $Id$.Joseph Koshy1998-07-141-0/+1
| | | | | | | PR: 7249 Notes: svn path=/head/; revision=37633
* Make things clearer.Brian Somers1998-07-041-7/+49
| | | | | | | Submitted (some time ago) by: Ted Mittelstaedt <tedm@portsoft.com> Notes: svn path=/head/; revision=37374
* Suggest port 8668 rather than 6668 for natd.Brian Somers1998-07-041-1/+1
| | | | | | | 6668 is IRC. Notes: svn path=/head/; revision=37368
* Fix incorrect flag specBrian Somers1998-04-181-1/+1
| | | | | | | | PR: 6339 (part of) Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us> Notes: svn path=/head/; revision=35266
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-5/+10
| | | | Notes: svn path=/head/; revision=34809
* Make it clear that aliasing is done on the public interface, notBrian Somers1998-01-291-2/+21
| | | | | | | the private one. Notes: svn path=/head/; revision=32856
* Added copyright (taken from natd.c).Alexander Langer1997-12-301-1/+9
| | | | | | | Approved by: Ari Suutari <ari@suutari.iki.fi> Notes: svn path=/head/; revision=32107
* Typo/$Id$ police.Alexander Langer1997-12-272-1/+6
| | | | Notes: svn path=/head/; revision=32026
* natd 1_10 => 1_11Brian Somers1997-12-102-61/+70
| | | | | | | | | Cosmetic style changes Use u_short for port values. Submitted by: Ari Suutari <ari@suutari.iki.fi> Notes: svn path=/head/; revision=31660
* Reverse my previous change and use htons() on an intBrian Somers1997-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 Notes: svn path=/head/; revision=31576
* Use htonl() rather than htons().Brian Somers1997-11-131-1/+1
| | | | Notes: svn path=/head/; revision=31148
* Add -redirect_port and -redirect_address to theBrian Somers1997-10-181-0/+2
| | | | | | | synopsis. Notes: svn path=/head/; revision=30554
* Use err(3). Change firewall to firewall_enable in man page according toPhilippe Charnier1997-10-022-147/+70
| | | | | | | /etc/rc.conf. Notes: svn path=/head/; revision=30059
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-291-1/+1
| | | | Notes: svn path=/head/; revision=29988
* Typo.Philippe Charnier1997-09-181-1/+1
| | | | Notes: svn path=/head/; revision=29562
* Ingored incoming packets are now dropped whenBrian Somers1997-09-062-2/+20
| | | | | | | | deny_incoming option is set to yes. Submitted by: Ari Suutari <ari@suutari.iki.fi> Notes: svn path=/head/; revision=29163
* Fix my e-mail address. Old work addres is no good.Eivind Eklund1997-08-311-1/+1
| | | | Notes: svn path=/head/; revision=28956
* - Buffer space problem found by Sergio Lenzi <lenzi@bsi.com.br>Brian Somers1997-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> Notes: svn path=/head/; revision=28045
* Suggest using /etc/services entry rather than aBrian Somers1997-06-241-4/+5
| | | | | | | number in the "ipfw add divert" example. Notes: svn path=/head/; revision=26891
* sysconfig -> rc.confJordan K. Hubbard1997-06-221-3/+3
| | | | Notes: svn path=/head/; revision=26810
* Bring natd into main source tree now that theBrian Somers1997-06-227-0/+1969
pppd/natd combination works ok. Submitted by: Ari Suutari <ari.suutari@ps.carel.fi> Notes: svn path=/cvs2svn/branches/ARI/; revision=26781