summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
* Merge sync of headsjg2015-05-276-124/+254
|\
| * Bring back support for checking tables via "ipfw -n".melifaro2015-05-191-18/+80
| * Correctly print valtype for empty bitmask.melifaro2015-05-061-0/+1
| * Generalize object reference handling in ipfw rules.melifaro2015-04-263-76/+118
| * Fix use-after-free.melifaro2015-04-191-3/+2
| * Properly initialize scope zone id when next hop address storedae2015-03-131-5/+8
| * Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueae2015-03-132-9/+32
| * Retrieve counters from kernel if rule timstamping is requested.melifaro2015-02-051-2/+4
| * natd(8) will work with an unconfigured interface and effectively not dojhb2015-01-251-3/+3
| * mdoc: remove EOL whitespace.joel2014-12-291-4/+4
| * Convert sbin/ to LIBADDbapt2014-11-251-2/+1
| * Misc mdoc fixes:joel2014-11-231-2/+1
* | Merge from head@274682sjg2014-11-1910-1087/+4078
|\ \ | |/
| * Fix documentation issue.melifaro2014-10-241-2/+2
| * Fix displaying non-contiguous netmasks.melifaro2014-10-241-3/+4
| * * Zero rule buffer.melifaro2014-10-181-6/+7
| * * Fix table sets handling.melifaro2014-10-172-3/+4
| * Show error when deleting non-existing rule number.melifaro2014-10-131-2/+9
| * * Fix zeroing individual entries via ipfw(8).melifaro2014-10-131-1/+11
| * Partially fix build on !amd64melifaro2014-10-102-3/+3
| * * Fix use-after-free in table printing code.melifaro2014-10-091-5/+6
| * Sync to HEAD@r272609.melifaro2014-10-061-4/+25
| |\
| | * Improve "reserved keywords" hack:melifaro2014-10-061-4/+25
| | * Whitespace/style changes merged from projects/ipfw.melifaro2014-08-231-1/+1
| | * Merge buffer-printing changes from from projects/ipfw as preparationmelifaro2014-08-235-365/+532
| * | Fix tracked interface list retrieval.melifaro2014-10-051-1/+1
| * | Fix GCC wardnings.melifaro2014-10-042-4/+5
| * | Document new table values.melifaro2014-10-031-45/+47
| * | Make ipfw_nat module use IP_FW3 codes.melifaro2014-09-071-116/+241
| * | Change copyrights to the proper one.melifaro2014-09-051-7/+3
| * | Return setsockopt() directly.melifaro2014-09-051-4/+1
| * | Use per-function errno handling instead of global one.melifaro2014-09-052-50/+36
| * | Add support for multi-field values inside ipfw tables.melifaro2014-08-313-137/+390
| * | Make room for multi-type values in struct tentry.melifaro2014-08-151-4/+4
| * | Replace "cidr" table type with "addr" type.melifaro2014-08-142-18/+17
| * | * Document internal commands.melifaro2014-08-142-4/+27
| * | Sync to HEAD@r269943.melifaro2014-08-131-2/+1
| |\ \ | | |/
| * | Document table set-awareness in ipfw(8).melifaro2014-08-131-18/+38
| * | * Pass proper table set numbers from userland side.melifaro2014-08-131-6/+8
| * | Update op3 cmds.melifaro2014-08-131-34/+10
| * | * Do not crash on incorrect "flow" type inputs.melifaro2014-08-131-5/+16
| * | Document most of the changes that have happened.melifaro2014-08-131-55/+260
| * | Move one step further towards libipfw: convert show_static_rule() tomelifaro2014-08-123-202/+192
| * | * Update table_handler cmd listmelifaro2014-08-123-16/+57
| * | Change tablearg value to be 0 (try #2).melifaro2014-08-122-11/+23
| * | * Add the abilify to lock/unlock given table from changes.melifaro2014-08-112-5/+39
| * | * Add support for batched add/delete for ipfw tablesmelifaro2014-08-112-43/+184
| * | Kernel changes:melifaro2014-08-082-17/+27
| * | Partially revert previous commit:melifaro2014-08-081-8/+8
OpenPOWER on IntegriCloud