aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-253-14/+4
* In ipfw2, avoid left-shifting negative integers, which is undefined.Dimitry Andric2015-08-121-4/+4
* sbin/ipfw fix typo: info -> intoMark Felder2015-08-101-1/+1
* Fix ipfw range deletion.Alexander V. Chernikov2015-08-031-3/+8
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-276-124/+254
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-1910-1087/+4078
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-194-13/+28
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-284-16/+69
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-052-24/+24
| |\ \ \ \ \
| * \ \ \ \ \ sync from headSimon J. Gerraty2013-04-124-122/+452
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | Sync from headSimon J. Gerraty2012-11-045-78/+148
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | | | | | Bring back support for checking tables via "ipfw -n".Alexander V. Chernikov2015-05-191-18/+80
* | | | | | | | | Correctly print valtype for empty bitmask.Alexander V. Chernikov2015-05-061-0/+1
* | | | | | | | | Generalize object reference handling in ipfw rules.Alexander V. Chernikov2015-04-263-76/+118
* | | | | | | | | Fix use-after-free.Alexander V. Chernikov2015-04-191-3/+2
* | | | | | | | | Properly initialize scope zone id when next hop address storedAndrey V. Elsukov2015-03-131-5/+8
* | | | | | | | | Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_valueAndrey V. Elsukov2015-03-132-9/+32
* | | | | | | | | Retrieve counters from kernel if rule timstamping is requested.Alexander V. Chernikov2015-02-051-2/+4
* | | | | | | | | natd(8) will work with an unconfigured interface and effectively not doJohn Baldwin2015-01-251-3/+3
* | | | | | | | | mdoc: remove EOL whitespace.Joel Dahl2014-12-291-4/+4
* | | | | | | | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
* | | | | | | | | Misc mdoc fixes:Joel Dahl2014-11-231-2/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix documentation issue.Alexander V. Chernikov2014-10-241-2/+2
* | | | | | | | Fix displaying non-contiguous netmasks.Alexander V. Chernikov2014-10-241-3/+4
* | | | | | | | * Zero rule buffer.Alexander V. Chernikov2014-10-181-6/+7
* | | | | | | | * Fix table sets handling.Alexander V. Chernikov2014-10-172-3/+4
* | | | | | | | Show error when deleting non-existing rule number.Alexander V. Chernikov2014-10-131-2/+9
* | | | | | | | * Fix zeroing individual entries via ipfw(8).Alexander V. Chernikov2014-10-131-1/+11
* | | | | | | | Partially fix build on !amd64Alexander V. Chernikov2014-10-102-3/+3
* | | | | | | | * Fix use-after-free in table printing code.Alexander V. Chernikov2014-10-091-5/+6
* | | | | | | | Sync to HEAD@r272609.Alexander V. Chernikov2014-10-061-4/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve "reserved keywords" hack:Alexander V. Chernikov2014-10-061-4/+25
| * | | | | | | | Whitespace/style changes merged from projects/ipfw.Alexander V. Chernikov2014-08-231-1/+1
| * | | | | | | | Merge buffer-printing changes from from projects/ipfw as preparationAlexander V. Chernikov2014-08-235-365/+532
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Fix tracked interface list retrieval.Alexander V. Chernikov2014-10-051-1/+1
* | | | | | | | Fix GCC wardnings.Alexander V. Chernikov2014-10-042-4/+5
* | | | | | | | Document new table values.Alexander V. Chernikov2014-10-031-45/+47
* | | | | | | | Make ipfw_nat module use IP_FW3 codes.Alexander V. Chernikov2014-09-071-116/+241
* | | | | | | | Change copyrights to the proper one.Alexander V. Chernikov2014-09-051-7/+3
* | | | | | | | Return setsockopt() directly.Alexander V. Chernikov2014-09-051-4/+1
* | | | | | | | Use per-function errno handling instead of global one.Alexander V. Chernikov2014-09-052-50/+36
* | | | | | | | Add support for multi-field values inside ipfw tables.Alexander V. Chernikov2014-08-313-137/+390