aboutsummaryrefslogtreecommitdiff
path: root/sbin/natd
Commit message (Expand)AuthorAgeFilesLines
* Create packages for atm, ccdconfig, devd, ipf, ipfw,Glen Barber2016-02-091-0/+1
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Fix two cases where "const" were washed off pointers with strchr(3)Poul-Henning Kamp2015-09-251-4/+6
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-9/+8
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-042-9/+7
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+21
* | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | mdoc: remove superfluous paragraph macros.Joel Dahl2014-06-231-1/+0
* | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-8/+8
| |/ |/|
* | remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
* | Add missing const keywords.Ed Schouten2012-10-191-1/+1
* | mdoc: fix a few badly nested blocks.Joel Dahl2012-06-091-7/+5
|/
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-041-2/+2
* Fix a typo.Sergey Matveychuk2011-07-011-1/+1
* Furthermore condition IP waiting behaviour also on -dynamic flag.Maxim Sobolev2011-04-181-4/+8
* Only wait for the IP to appear on the interface if natd is running in theMaxim Sobolev2011-04-181-5/+5
* If we can retrieve interface address sleep for one second and try again.Maxim Sobolev2011-04-171-9/+29
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+1
* Mute some (hidden) warnings about old-style function definitions.Ed Schouten2010-01-171-2/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Check rule numbers against maximum value to avoid rules cleanup dueRoman Kurakin2008-09-061-0/+24
* Add exit_delay parameter to control daemon exit delay after signal.Alexander Motin2008-06-223-4/+31
* Use strdup() instead of static buffer allocation to avoid 128 bytes limitAlexander Motin2008-06-221-6/+18
* Don't abend if we get ENOMEM from sysctl(3). The data returnedBrian Somers2008-06-061-1/+1
* Improve rev. 1.63. Document -instance and -globalport options.Ruslan Ermilov2008-02-041-1/+160
* Note that the punch_fw option does not work in securelevel 3 and Xref init.8.Tom Rhodes2008-01-211-1/+6
* o Markup and grammar fixes.Maxim Konovalov2007-12-141-5/+9
* Bump .Dd for r1.63; fix small nit from the same.Ceri Davies2007-12-101-2/+2
* Add a bit more detailed description about a configurationPoul-Henning Kamp2007-12-101-0/+20
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-1/+2
* WARNS=6 and gcc4 cleanup:Xin LI2005-05-021-15/+15
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-151-3/+3
* Remove unused variable.Tom Rhodes2005-01-081-1/+0
* Give natd multi-instance capabilities.Poul-Henning Kamp2004-07-043-176/+410
* Use strlcpy(3) instead of strcpy(3).Hiten Pandya2004-05-101-3/+3
* Replace ROUNDUP/ADVANCE with SA_SIZELuigi Rizzo2004-04-131-5/+1
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-232-0/+33
* - Clarify the port range syntax in -redirect_port.Ruslan Ermilov2003-08-131-14/+24
* Added an option to specify an alternate PID file.Ruslan Ermilov2003-08-132-3/+23
* If the -proxy_only option is used, the -alias_address/-interfaceRuslan Ermilov2003-06-132-4/+9
* Don't pretend natd(8) doesn't work with ppp(8) interfaces.Ruslan Ermilov2003-02-281-5/+11