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