summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Remove a debug code and restore an accidentally deleted codemaxim2008-10-141-1/+8
* o Do nothing in show_nat() for a test mode (-n). This preventsmaxim2008-10-141-8/+4
* Fix the build.rik2008-09-271-1/+1
* Add keyword all in addtion to the table number for the 'list' and therik2008-09-271-8/+29
* Unbreak the build.keramida2008-09-221-1/+1
* Add the check of the table number.rik2008-09-211-0/+17
* Move table list to a separate function.rik2008-09-211-35/+44
* Free allocated memory.rik2008-09-201-0/+1
* Remove some unused variables.rik2008-09-201-4/+3
* Style(9) the show_nat() function.rik2008-09-201-1/+2
* Do not do the useless job for an empty table.rik2008-09-201-0/+5
* Use IPFW_DEFAULT_RULE instead of hardcoded value since now it isrik2008-09-061-8/+9
* Change two variables to size_t to improve portability.julian2008-05-101-1/+2
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+37
* Dummynet has a limit of 100 slots queue size (or 1MB, if you givedwmalone2008-02-271-5/+18
* Add table/tablearg support to ipfw's nat.piso2008-02-241-9/+5
* -Fix display of nat range.piso2008-02-211-6/+5
* Fix display of multiple nat rules.piso2008-02-181-4/+4
* Instead of using a heuristic to decide whether to displayjulian2008-02-181-6/+9
* Hide ipfw internal data structures behind IPFW_INTERNAL rather thanrwatson2008-01-251-0/+2
* o Fix ipfw(8) command line parser bug: "ipfw nat 1 config if" ...maxim2008-01-201-0/+2
* Calculate p.fs.lookup_step correctly. This should prevent zeroing ofoleg2007-12-171-3/+3
* o Fix indentation. No functional changes.maxim2007-10-271-10/+10
OpenPOWER on IntegriCloud