summaryrefslogtreecommitdiffstats
path: root/sbin/natd/natd.c
Commit message (Expand)AuthorAgeFilesLines
* If the -proxy_only option is used, the -alias_address/-interfaceru2003-06-131-2/+4
* Use a more standard error message. Add FBSDID.charnier2003-02-051-4/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Back out part of the revision 1.2 changes -- sendto(2) canru2002-01-151-73/+28
* Make -log_ipfw_denied active by default with -verbose.ru2001-11-271-1/+6
* Fixed (local) style bugs in previous revision.ru2001-11-271-5/+7
* Do not uselessly whine in syslog about packets denied by ipfw rules.phk2001-10-311-3/+16
* Revert the previous commit on objection from the maintainer. Ijoe2001-06-211-3/+2
* When reporting that a packet can't be written back, usually becausejoe2001-06-211-2/+3
* Don't call warn() with no format string.kris2000-07-101-1/+1
* Added new option (-punch_fw) which allows to `punch holes'ru2000-06-271-2/+27
* Remove ``pptpalias'' since this is now done transparently by libalias(3).ru2000-06-201-33/+0
* Remove unused parameter.ru2000-06-161-6/+6
* Add new option (-target_addr) to control how to deal with incoming packetsru2000-05-181-0/+13
* New option: -redirect_proto.ru2000-05-031-0/+70
* Fixes a potential buffer overflow with the command line arguments.joe2000-04-301-7/+11
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-271-16/+66
* Remove the config file line length restriction.ru2000-02-251-13/+10
* Now that kernel is capable of notifying user processes aboutru2000-01-251-8/+6
* ioctl -> sysctl for interface address changes.ru1999-10-131-74/+83
* Do not defer setting of the aliasing address fromru1999-09-281-19/+15
* Config file parser changes:ru1999-09-071-8/+10
* Allow signals to interrupt system calls.ru1999-09-021-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* When incrementing through a SIOCGIFCONF list, enforce a lower limit ofarchie1999-06-051-1/+3
* Oops - missing parenthesisbrian1999-05-131-2/+2
* /sbin/natd portrange documentation and bugfixbrian1999-05-131-3/+3
* More egcs warning fixes:imp1999-04-251-5/+5
* Disable reads on our ICMP socket. We only use it for sending.brian1999-03-301-1/+8
* Add some const-cleanliness and avoid some warnings.brian1999-03-241-43/+43
* Allow port ranges when specifying -redirect_port.brian1999-03-241-32/+127
* Fix a diagnostic typobrian1999-03-111-4/+4
* Upgrade (almost) to natd 2.0b1brian1999-03-071-83/+184
* Make this work with the new alias library since, evidently, we'rejkh1999-02-271-4/+6
* Typo/$Id$ police.alex1997-12-271-1/+2
* natd 1_10 => 1_11brian1997-12-101-61/+65
* Reverse my previous change and use htons() on an intbrian1997-12-061-1/+1
* 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
* Ingored incoming packets are now dropped whenbrian1997-09-061-2/+14
* - Buffer space problem found by Sergio Lenzi <lenzi@bsi.com.br>brian1997-08-101-90/+128
* Bring natd into main source tree now that thebrian1997-06-221-0/+1396
OpenPOWER on IntegriCloud