summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Set buffer to empty string to prevent duplicated output in some cases.ae2016-03-091-0/+1
* Fix bug in filling and handling ipfw's O_DSCP opcode.ae2016-02-241-1/+1
* Implement `ipfw internal olist` command to list named objects.ae2015-11-032-0/+42
* Fix a ton of speelling errorseadler2015-10-211-5/+5
* Fix possible segmentation fault.ae2015-10-031-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.araujo2015-08-253-14/+4
* In ipfw2, avoid left-shifting negative integers, which is undefined.dim2015-08-121-4/+4
* sbin/ipfw fix typo: info -> intofeld2015-08-101-1/+1
* Fix ipfw range deletion.melifaro2015-08-031-3/+8
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-276-124/+254
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-1910-1087/+4078
| |\
| * \ Merge head from 7/28sjg2014-08-194-13/+28
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-284-16/+69
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-052-24/+24
| |\ \ \ \ \
| * \ \ \ \ \ sync from headsjg2013-04-124-122/+452
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Sync from headsjg2012-11-045-78/+148
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | 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
OpenPOWER on IntegriCloud