aboutsummaryrefslogtreecommitdiff
path: root/sbin/natd
Commit message (Expand)AuthorAgeFilesLines
* MFC: Add Cisco Skinny Station Protocol translation support to libaliasJoe Marcus Clarke2003-11-012-0/+33
* MFC: The -P option.Ruslan Ermilov2003-10-292-3/+23
* MFC: 1.60: Better documentation of -redirect_port port range syntax.Ruslan Ermilov2003-09-221-14/+24
* MFC: If the natd(8) -proxy_only option is used, the -alias_address/-interfaceRuslan Ermilov2003-06-272-4/+9
* MFC: Non-functional changes for diff reduction.Ruslan Ermilov2003-06-274-16/+21
* MFC: Several mdoc(7) fixes which include:Tom Rhodes2003-02-231-3/+5
* s/freebsd/FreeBSD/ in an email address. This was already fixed in current.Tom Rhodes2003-02-231-1/+1
* MFC: Update my email address.Archie Cobbs2002-07-031-1/+1
* MFC: 1.39: sendto(2) can't return ENOBUFS for unreliable protocols.Ruslan Ermilov2002-02-011-73/+28
* MFC: new option, -log_ipfw_denied.Ruslan Ermilov2001-12-202-4/+31
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-8/+6
* MFC: styleDavid E. O'Brien2001-08-011-1/+1
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-051-2/+2
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-24/+59
* MFC: (rev 1.40) refer to rc.conf(5) on how to start natd(8) during boot.Ruslan Ermilov2000-07-171-0/+3
* MFC: (rev 1.33) Don't call warn() with no format string.Ruslan Ermilov2000-07-111-1/+1
* MFC: (rev 1.39) "Ease understanding" of how -punch_fw works.Ruslan Ermilov2000-06-291-9/+11
* Argh, MFC failed last time for this file.Ruslan Ermilov2000-06-271-115/+203
* MFC:Ruslan Ermilov2000-06-272-221/+363
* MFC:Ruslan Ermilov2000-06-161-11/+15
* MFC: Correct Charles Mott's email addressBrian Somers2000-04-022-7/+4
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-12/+23
* Suggest ppp -nat, not ppp -aliasBrian Somers2000-02-261-1/+1
* 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
* Minor grammar fix.Mike Pritchard1999-10-301-1/+1
* ioctl -> sysctl for interface address changes.Ruslan Ermilov1999-10-131-72/+81
* Fixed the description of how packets re-enter IP firewall filter.Ruslan Ermilov1999-10-061-3/+6
* Do not defer setting of the aliasing address fromRuslan Ermilov1999-09-281-19/+15
* `permanent_link' is obsolete; update examples.Ruslan Ermilov1999-09-131-9/+7
* Add Ari Suutari as a maintainer.Ruslan Ermilov1999-09-131-0/+3
* Config file parser changes:Ruslan Ermilov1999-09-072-9/+15
* Allow signals to interrupt system calls.Ruslan Ermilov1999-09-021-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Bad cross-reference of getservbyname(2) changed to getservbyname(3)Chris Costello1999-08-181-2/+2
* Become a maintainer.Ruslan Ermilov1999-07-281-0/+1
* Back out previous commit.Ruslan Ermilov1999-07-281-8/+1
* Mention that data going from one internal address to another willBrian Somers1999-06-211-4/+11
* 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-132-8/+20
* More egcs warning fixes:Warner Losh1999-04-251-5/+5
* Typo of `same_ports' directive.SADA Kenji1999-04-241-2/+2
* Add a comment that natd is made for use with NICs, not PPP links - I'mEivind Eklund1999-04-081-4/+4
* Disable reads on our ICMP socket. We only use it for sending.Brian Somers1999-03-301-1/+8
* Add `const's that I forgot to commit. Not bad - I brokeBrian Somers1999-03-261-3/+3
* 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