aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Update maximum number of tables available in ipfw to reflectAlexander V. Chernikov2012-06-091-2/+2
* mdoc: use Po and Pc macros instead of parens. Also avoid starting a lineJoel Dahl2012-05-121-2/+2
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-51/+51
* - Permit number of ipfw tables to be changed in runtime.Alexander V. Chernikov2012-03-252-10/+4
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-11/+0
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.Alexander V. Chernikov2012-03-122-80/+232
* remove some write-only variables.Luigi Rizzo2012-03-011-7/+2
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),Gavin Atkinson2012-02-281-1/+1
* Bump .Dd for r231076.Gleb Smirnoff2012-02-061-1/+1
* Make the 'tcpwin' option of ipfw(8) accept ranges and lists.Gleb Smirnoff2012-02-062-7/+18
* Spelling fixes for sbin/Ulrich Spörlein2012-01-072-5/+5
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-5/+5
* - Add fallthrough commentEitan Adler2011-12-241-0/+1
* Fix parsing of redirect_addr argument.Gleb Smirnoff2011-11-231-1/+2
* - fix duplicate "a a" in some commentsEitan Adler2011-11-131-1/+1
* Note that NAT instance argument can be tablearg.Gleb Smirnoff2011-11-101-2/+2
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-202-22/+90
* Fix a regression where a rule containing a source port option after aJohn Baldwin2011-08-171-0/+2
* Add new rule actions "call" and "return" to ipfw. They makeAndrey V. Elsukov2011-06-293-1/+106
* Improve error reporting. Use corresponding error message when file to beAndrey V. Elsukov2011-06-291-4/+11
* Actually, if code had followed style(9), there would be less stupid errorsGleb Smirnoff2011-06-241-15/+30
* One more braino from me.Gleb Smirnoff2011-06-221-3/+6
* Fix clang warnings.Ben Laurie2011-06-181-1/+2
* - Fix my braino in the 220835, when I used strtok(). It isn'tGleb Smirnoff2011-06-171-14/+32
* Implement "global" mode for ipfw nat. It is similar to natd(8)Andrey V. Elsukov2011-06-144-7/+45
* Check nat id a bit more strictly.Andrey V. Elsukov2011-06-141-6/+7
* Initialize co.use_set variable before parsing each new rule.Andrey V. Elsukov2011-06-061-0/+1
* Increase buffer size for the command line.Andrey V. Elsukov2011-06-061-2/+2
* Add tablearg support for ipfw setfib.Andrey V. Elsukov2011-05-302-11/+19
* mdoc:Sergey Kandaurov2011-05-171-2/+2
* Rewrite NAT configuration parser, so that memory allocation size isGleb Smirnoff2011-04-191-186/+189
* More whitespace fixes.Gleb Smirnoff2011-04-184-41/+41
* Whitespace fixes.Gleb Smirnoff2011-04-186-268/+266
* The first customer of the SO_USER_COOKIE option:Luigi Rizzo2010-11-123-0/+19
* mdoc: make pages render with mandocUlrich Spörlein2010-10-211-2/+1
* document logging through bpfLuigi Rizzo2010-10-131-13/+18
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-2/+0
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-1/+1
* expand_number(3) takes a uint64_t * now.Dag-Erling Smørgrav2010-08-191-1/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-2/+2
* Document that the "ngtee" action no longer accepts packet, andGleb Smirnoff2010-07-271-4/+2
* better printing of headers when listing flowsLuigi Rizzo2010-07-151-8/+18
* fix 64-bit buildLuigi Rizzo2010-04-191-2/+4
* Slightly different handling of printf/snprintf for unaligned uint64_t,Luigi Rizzo2010-04-193-36/+40
* fix a buffer overflow with large (100k+) number of input lines.Luigi Rizzo2010-04-121-2/+2
* Set net.inet6.ip6.fw.enable as well.Hajimu UMEMOTO2010-04-061-0/+2
* fix another bug in "ipfw set N ..."Luigi Rizzo2010-03-241-1/+1
* Tweak language to make one point potentially clearer for non-native spekersGavin Atkinson2010-03-201-2/+2
* accept lower case m as a synonym for Mega (bit/s or bytes/s).Luigi Rizzo2010-03-151-1/+1
* print correctly commands of the formLuigi Rizzo2010-03-151-8/+17