aboutsummaryrefslogtreecommitdiff
path: root/sbin/natd/natd.c
Commit message (Expand)AuthorAgeFilesLines
* Don't call warn() with no format string.Kris Kennaway2000-07-101-1/+1
* Added new option (-punch_fw) which allows to `punch holes'Ruslan Ermilov2000-06-271-2/+27
* Remove ``pptpalias'' since this is now done transparently by libalias(3).Ruslan Ermilov2000-06-201-33/+0
* Remove unused parameter.Ruslan Ermilov2000-06-161-6/+6
* Add new option (-target_addr) to control how to deal with incoming packetsRuslan Ermilov2000-05-181-0/+13
* New option: -redirect_proto.Ruslan Ermilov2000-05-031-0/+70
* Fixes a potential buffer overflow with the command line arguments.Josef Karthauser2000-04-301-7/+11
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).Ruslan Ermilov2000-04-271-16/+66
* Remove the config file line length restriction.Ruslan Ermilov2000-02-251-13/+10
* Now that kernel is capable of notifying user processes aboutRuslan Ermilov2000-01-251-8/+6
* ioctl -> sysctl for interface address changes.Ruslan Ermilov1999-10-131-74/+83
* Do not defer setting of the aliasing address fromRuslan Ermilov1999-09-281-19/+15
* Config file parser changes:Ruslan Ermilov1999-09-071-8/+10
* Allow signals to interrupt system calls.Ruslan Ermilov1999-09-021-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* When incrementing through a SIOCGIFCONF list, enforce a lower limit ofArchie Cobbs1999-06-051-1/+3
* Oops - missing parenthesisBrian Somers1999-05-131-2/+2
* /sbin/natd portrange documentation and bugfixBrian Somers1999-05-131-3/+3
* More egcs warning fixes:Warner Losh1999-04-251-5/+5
* Disable reads on our ICMP socket. We only use it for sending.Brian Somers1999-03-301-1/+8
* Add some const-cleanliness and avoid some warnings.Brian Somers1999-03-241-43/+43
* Allow port ranges when specifying -redirect_port.Brian Somers1999-03-241-32/+127
* Fix a diagnostic typoBrian Somers1999-03-111-4/+4
* Upgrade (almost) to natd 2.0b1Brian Somers1999-03-071-83/+184
* Make this work with the new alias library since, evidently, we'reJordan K. Hubbard1999-02-271-4/+6
* Typo/$Id$ police.Alexander Langer1997-12-271-1/+2
* natd 1_10 => 1_11Brian Somers1997-12-101-61/+65
* Reverse my previous change and use htons() on an intBrian Somers1997-12-061-1/+1
* Use htonl() rather than htons().Brian Somers1997-11-131-1/+1
* Use err(3). Change firewall to firewall_enable in man page according toPhilippe Charnier1997-10-021-141/+64
* Ingored incoming packets are now dropped whenBrian Somers1997-09-061-2/+14
* - Buffer space problem found by Sergio Lenzi <lenzi@bsi.com.br>Brian Somers1997-08-101-90/+128
* Bring natd into main source tree now that theBrian Somers1997-06-221-0/+1396