summaryrefslogtreecommitdiffstats
path: root/sbin/natd/natd.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Make this work with the new alias library since, evidently, we'rejkh1999-02-271-4/+6
| | | | | not providing the backwards-compatability routines in libalias anymore (which I think may have been a mistake).
* Typo/$Id$ police.alex1997-12-271-1/+2
|
* natd 1_10 => 1_11brian1997-12-101-61/+65
| | | | | | 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
|
* Use err(3). Change firewall to firewall_enable in man page according tocharnier1997-10-021-141/+64
| | | | /etc/rc.conf.
* Ingored incoming packets are now dropped whenbrian1997-09-061-2/+14
| | | | | deny_incoming option is set to yes. Submitted by: Ari Suutari <ari@suutari.iki.fi>
* - Buffer space problem found by Sergio Lenzi <lenzi@bsi.com.br>brian1997-08-101-90/+128
| | | | | | | | 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>
* Bring natd into main source tree now that thebrian1997-06-221-0/+1396
pppd/natd combination works ok. Submitted by: Ari Suutari <ari.suutari@ps.carel.fi>
OpenPOWER on IntegriCloud