Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect flag spec | brian | 1998-04-18 | 1 | -1/+1 |
| | | | | | PR: 6339 (part of) Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us> | ||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -5/+10 |
| | |||||
* | Make it clear that aliasing is done on the public interface, not | brian | 1998-01-29 | 1 | -2/+21 |
| | | | | the private one. | ||||
* | Added copyright (taken from natd.c). | alex | 1997-12-30 | 1 | -1/+9 |
| | | | | Approved by: Ari Suutari <ari@suutari.iki.fi> | ||||
* | Typo/$Id$ police. | alex | 1997-12-27 | 2 | -1/+6 |
| | |||||
* | natd 1_10 => 1_11 | brian | 1997-12-10 | 2 | -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 int | brian | 1997-12-06 | 1 | -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(). | brian | 1997-11-13 | 1 | -1/+1 |
| | |||||
* | Add -redirect_port and -redirect_address to the | brian | 1997-10-18 | 1 | -0/+2 |
| | | | | synopsis. | ||||
* | Use err(3). Change firewall to firewall_enable in man page according to | charnier | 1997-10-02 | 2 | -147/+70 |
| | | | | /etc/rc.conf. | ||||
* | Sort cross refereces in section SEE ALSO. | wosch | 1997-09-29 | 1 | -1/+1 |
| | |||||
* | Typo. | charnier | 1997-09-18 | 1 | -1/+1 |
| | |||||
* | Ingored incoming packets are now dropped when | brian | 1997-09-06 | 2 | -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. | eivind | 1997-08-31 | 1 | -1/+1 |
| | |||||
* | - Buffer space problem found by Sergio Lenzi <lenzi@bsi.com.br> | brian | 1997-08-10 | 5 | -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 a | brian | 1997-06-24 | 1 | -4/+5 |
| | | | | number in the "ipfw add divert" example. | ||||
* | sysconfig -> rc.conf | jkh | 1997-06-22 | 1 | -3/+3 |
| | |||||
* | Bring natd into main source tree now that the | brian | 1997-06-22 | 7 | -0/+1969 |
pppd/natd combination works ok. Submitted by: Ari Suutari <ari.suutari@ps.carel.fi> |