summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r258708, r258711, r260247, r261117.melifaro2014-05-081-10/+35
* Merge r258677.melifaro2014-05-081-2/+13
* Fix ipfw(8) sets of ipv6 addresses handling.melifaro2013-05-181-14/+24
* Remove unused variable.melifaro2013-03-201-2/+1
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-201-0/+137
* Do not suddenly fail on some rulesets if -n (syntax check only) is specifiedmelifaro2013-03-041-4/+13
* Implement buffer size checking in ipfw(8) add cmd.melifaro2013-03-031-51/+103
* Fix ipfw table argument parsing/printing.melifaro2013-03-021-54/+92
* remove the last __unused instance in sbin/ipfw.luigi2012-07-301-1/+2
* Fix some compile errors at high WARNS, including oneluigi2012-07-301-2/+3
* - Permit number of ipfw tables to be changed in runtime.melifaro2012-03-251-9/+3
* - Add ipfw eXtended tables permitting radix to be used for any kind of keys.melifaro2012-03-121-71/+197
* Make the 'tcpwin' option of ipfw(8) accept ranges and lists.glebius2012-02-061-3/+12
* Spelling fixes for sbin/uqs2012-01-071-4/+4
* Add support for IPv6 to ipfw fwd:bz2011-08-201-20/+88
* Fix a regression where a rule containing a source port option after ajhb2011-08-171-0/+2
* Add new rule actions "call" and "return" to ipfw. They makeae2011-06-291-0/+16
* Fix clang warnings.benl2011-06-181-1/+2
* Implement "global" mode for ipfw nat. It is similar to natd(8)ae2011-06-141-5/+13
* Add tablearg support for ipfw setfib.ae2011-05-301-8/+13
* More whitespace fixes.glebius2011-04-181-10/+10
* Whitespace fixes.glebius2011-04-181-18/+17
* The first customer of the SO_USER_COOKIE option:luigi2010-11-121-0/+7
* fix 64-bit buildluigi2010-04-191-2/+4
* Slightly different handling of printf/snprintf for unaligned uint64_t,luigi2010-04-191-31/+35
* Set net.inet6.ip6.fw.enable as well.ume2010-04-061-0/+2
* fix another bug in "ipfw set N ..."luigi2010-03-241-1/+1
* print correctly commands of the formluigi2010-03-151-8/+17
* Implement "lookup dscp N" which does a lookup of the DSCP (top 6 bitsluigi2010-03-151-2/+3
* fix handling of setsluigi2010-03-041-5/+13
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-021-150/+161
* implement a new match option,luigi2009-12-151-0/+45
* restore setting of sin_len (was removed in 1.146 last february) asluigi2009-12-061-1/+3
* add a missing format in a printfluigi2009-06-081-1/+1
* Several ipfw options and actions use a 16-bit argument to indicateluigi2009-06-051-3/+3
* Implement an ipfw action to reassemble ip packets: reass.piso2009-04-011-0/+9
* Explain that we assume AF_INET and only use the addr and port fieldluigi2009-02-021-1/+4
* put the altq-related functions into a separate file.luigi2009-02-011-115/+5
* fix printing of uint64_t values, so we can use WARNS=2luigi2009-01-271-2/+12
* Put nat and ipv6 support in their own files.luigi2009-01-271-1317/+2
* Put dummynet-related code in a separate file.luigi2009-01-271-785/+11
* Start splitting the monster file in smaller blocks.luigi2009-01-271-588/+36
* put the usage() function inline, it was only 1 line and used once;luigi2009-01-271-19/+10
* put all options in a single struct, and document them.luigi2009-01-271-126/+146
* remove a couple of rarely used #define;luigi2009-01-271-13/+12
* wrap all malloc/calloc/realloc calls so they exit on failureluigi2009-01-261-23/+33
* Some implementations of getopt() expect that argv[0] is always theluigi2009-01-261-27/+42
* remove some useless #include,luigi2009-01-221-8/+2
* Fix a number of (innocuous) warnings, and remove a useless test.luigi2009-01-201-18/+18
* Honor the quiet (-q) option while adding a nat rule.piso2008-12-181-4/+6
OpenPOWER on IntegriCloud