Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `ipfw internal olist` command to list named objects. | Andrey V. Elsukov | 2015-11-03 | 2 | -0/+42 |
* | Fix a ton of speelling errors | Eitan Adler | 2015-10-21 | 1 | -5/+5 |
* | Fix possible segmentation fault. | Andrey V. Elsukov | 2015-10-03 | 1 | -1/+1 |
* | Code cleanup unused-but-set-variable spotted by gcc. | Marcelo Araujo | 2015-08-25 | 3 | -14/+4 |
* | In ipfw2, avoid left-shifting negative integers, which is undefined. | Dimitry Andric | 2015-08-12 | 1 | -4/+4 |
* | sbin/ipfw fix typo: info -> into | Mark Felder | 2015-08-10 | 1 | -1/+1 |
* | Fix ipfw range deletion. | Alexander V. Chernikov | 2015-08-03 | 1 | -3/+8 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+21 |
|\ | |||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 6 | -124/+254 |
| |\ | |/ |/| | |||||
| * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 10 | -1087/+4078 |
| |\ | |||||
| * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 4 | -13/+28 |
| |\ \ | |||||
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge head | Simon J. Gerraty | 2014-04-28 | 4 | -16/+69 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge from head | Simon J. Gerraty | 2013-09-05 | 2 | -24/+24 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 4 | -122/+452 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | | | | | Sync from head | Simon J. Gerraty | 2012-11-04 | 5 | -78/+148 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+22 |
* | | | | | | | | | Bring back support for checking tables via "ipfw -n". | Alexander V. Chernikov | 2015-05-19 | 1 | -18/+80 |
* | | | | | | | | | Correctly print valtype for empty bitmask. | Alexander V. Chernikov | 2015-05-06 | 1 | -0/+1 |
* | | | | | | | | | Generalize object reference handling in ipfw rules. | Alexander V. Chernikov | 2015-04-26 | 3 | -76/+118 |
* | | | | | | | | | Fix use-after-free. | Alexander V. Chernikov | 2015-04-19 | 1 | -3/+2 |
* | | | | | | | | | Properly initialize scope zone id when next hop address stored | Andrey V. Elsukov | 2015-03-13 | 1 | -5/+8 |
* | | | | | | | | | Fix `ipfw fwd tablearg'. Use dedicated field nh4 in struct table_value | Andrey V. Elsukov | 2015-03-13 | 2 | -9/+32 |
* | | | | | | | | | Retrieve counters from kernel if rule timstamping is requested. | Alexander V. Chernikov | 2015-02-05 | 1 | -2/+4 |
* | | | | | | | | | natd(8) will work with an unconfigured interface and effectively not do | John Baldwin | 2015-01-25 | 1 | -3/+3 |
* | | | | | | | | | mdoc: remove EOL whitespace. | Joel Dahl | 2014-12-29 | 1 | -4/+4 |
* | | | | | | | | | Convert sbin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
* | | | | | | | | | Misc mdoc fixes: | Joel Dahl | 2014-11-23 | 1 | -2/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Fix documentation issue. | Alexander V. Chernikov | 2014-10-24 | 1 | -2/+2 |
* | | | | | | | | Fix displaying non-contiguous netmasks. | Alexander V. Chernikov | 2014-10-24 | 1 | -3/+4 |
* | | | | | | | | * Zero rule buffer. | Alexander V. Chernikov | 2014-10-18 | 1 | -6/+7 |
* | | | | | | | | * Fix table sets handling. | Alexander V. Chernikov | 2014-10-17 | 2 | -3/+4 |
* | | | | | | | | Show error when deleting non-existing rule number. | Alexander V. Chernikov | 2014-10-13 | 1 | -2/+9 |
* | | | | | | | | * Fix zeroing individual entries via ipfw(8). | Alexander V. Chernikov | 2014-10-13 | 1 | -1/+11 |
* | | | | | | | | Partially fix build on !amd64 | Alexander V. Chernikov | 2014-10-10 | 2 | -3/+3 |
* | | | | | | | | * Fix use-after-free in table printing code. | Alexander V. Chernikov | 2014-10-09 | 1 | -5/+6 |
* | | | | | | | | Sync to HEAD@r272609. | Alexander V. Chernikov | 2014-10-06 | 1 | -4/+25 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Improve "reserved keywords" hack: | Alexander V. Chernikov | 2014-10-06 | 1 | -4/+25 |
| * | | | | | | | | Whitespace/style changes merged from projects/ipfw. | Alexander V. Chernikov | 2014-08-23 | 1 | -1/+1 |
| * | | | | | | | | Merge buffer-printing changes from from projects/ipfw as preparation | Alexander V. Chernikov | 2014-08-23 | 5 | -365/+532 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Fix tracked interface list retrieval. | Alexander V. Chernikov | 2014-10-05 | 1 | -1/+1 |
* | | | | | | | | Fix GCC wardnings. | Alexander V. Chernikov | 2014-10-04 | 2 | -4/+5 |
* | | | | | | | | Document new table values. | Alexander V. Chernikov | 2014-10-03 | 1 | -45/+47 |
* | | | | | | | | Make ipfw_nat module use IP_FW3 codes. | Alexander V. Chernikov | 2014-09-07 | 1 | -116/+241 |
* | | | | | | | | Change copyrights to the proper one. | Alexander V. Chernikov | 2014-09-05 | 1 | -7/+3 |