Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | While I'm here, fix an IPv6 ICMP easy rule issue. | jim-p | 2013-03-20 | 1 | -0/+3 |
| | |||||
* | Track user/time a firewall rule was created and last updated, and show this ↵ | jim-p | 2013-03-20 | 1 | -0/+2 |
| | | | | information at the bottom of the page when viewing the firewall rule. Have various places in the system that create rules add a proper entry to indicate their origin. | ||||
* | no IPv6 check when an easy rule: pass is created | Thomas Rieschl | 2013-02-26 | 1 | -0/+4 |
| | | | | | | The easyrule_pass_rule_add() now checks for an IPv6 address and sets the netmask accordingly. This is the fix for bug: http://redmine.pfsense.org/issues/2843 | ||||
* | Fixup easyrule block for IPv6 | jim-p | 2012-10-05 | 1 | -9/+10 |
| | |||||
* | Fixup processing of IPv6 IPs for EasyRule. Fixes #2649 | jim-p | 2012-10-01 | 1 | -0/+7 |
| | |||||
* | Allow using subnets and special nets in the CLI version of easyrule | jim-p | 2012-01-13 | 1 | -13/+36 |
| | |||||
* | Fix merge conflict | jim-p | 2011-07-13 | 1 | -4/+0 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | jim-p | 2011-07-12 | 1 | -20/+24 |
|\ | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/services.inc etc/inc/xmlrpc_client.inc usr/local/www/fbegin.inc usr/local/www/services_dhcp.php | ||||
| * | Merge remote-tracking branch 'mainline/master' into inc | Vinicius Coque | 2011-03-29 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: etc/inc/voucher.inc | ||||
| * \ | Merge remote-tracking branch 'mainline/master' into inc | Vinicius Coque | 2011-03-25 | 1 | -3/+4 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/auth.inc etc/inc/config.lib.inc etc/inc/filter.inc etc/inc/pfsense-utils.inc etc/inc/pkg-utils.inc etc/inc/priv.defs.inc etc/inc/services.inc etc/inc/shaper.inc etc/inc/voucher.inc etc/inc/vpn.inc usr/local/www/fbegin.inc | ||||
| * \ \ | Merge branch 'master' into inc | Vinicius Coque | 2011-01-28 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/captiveportal.inc etc/inc/config.console.inc etc/inc/config.lib.inc etc/inc/easyrule.inc etc/inc/filter.inc etc/inc/ipsec.inc etc/inc/pkg-utils.inc etc/inc/shaper.inc etc/inc/system.inc etc/inc/voucher.inc | ||||
| * \ \ \ | Merge remote branch 'mainline/master' into inc | Renato Botelho | 2010-11-16 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/PEAR.inc etc/inc/filter.inc | ||||
| * \ \ \ \ | Merge remote branch 'mainline/master' into inc | Renato Botelho | 2010-10-13 | 1 | -0/+2 |
| |\ \ \ \ \ | |||||
| * | | | | | | Implement gettext() calls on easyrule.inc | Renato Botelho | 2010-08-16 | 1 | -23/+23 |
| | | | | | | | |||||
* | | | | | | | Merge remote branch 'upstream/master' | Seth Mos | 2011-04-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/filter.inc usr/local/www/themes/the_wall/rrdcolors.inc.php | ||||
| * | | | | | | In IPsec, s/mobileclients/client/, this was changed long ago in the config ↵ | jim-p | 2011-03-28 | 1 | -1/+1 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | but not everywhere followed. | ||||
* | | | | | | Merge remote branch 'upstream/master' | Seth Mos | 2011-03-15 | 1 | -2/+3 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Add {} around foreach contents. Fixes occasional duplication of the easyrule ↵ | jim-p | 2011-03-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | block alias. | ||||
| * | | | | | Add block rule to the top of the firewall rules. | jim-p | 2011-03-09 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | add a ipprotocol variable to the easy add rules | Seth Mos | 2011-02-14 | 1 | -6/+8 |
|/ / / / / | |||||
* | | | | | Also fix easyrule and auto->manual nat switch code. Ticket #1243 | jim-p | 2011-02-10 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Don't run mb_convert_encoding on descr field, it's cdata protected in the ↵ | jim-p | 2011-01-06 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | config now and this just causes some characters to be lost on input. Ticket #1168 | ||||
* | | | Remove trailing carriage return | Scott Ullrich | 2010-11-10 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Bail out here if a variable isn't an array like it should be. | jim-p | 2010-10-11 | 1 | -0/+2 |
|/ | |||||
* | Refactor the Easy Rule code a bit. Add a CLI version. | jim-p | 2010-03-14 | 1 | -4/+75 |
| | |||||
* | Fix EasyRule port check so it is only tested when the protocol is TCP or ↵ | jim-p | 2010-03-11 | 1 | -3/+3 |
| | | | | | | UDP. Resolves #412 While I'm here, make EasyRule put a description in when writing the config so it shows up properly in the config history. | ||||
* | Ticket #340. Remove bogus functions. Sort aliases the same way it is done on ↵ | Ermal Luçi | 2010-02-25 | 1 | -1/+3 |
| | | | | the aliases page. | ||||
* | Clean up some formatting while I'm here. | jim-p | 2010-02-15 | 1 | -8/+8 |
| | |||||
* | Fix Easy Rule for OpenVPN interfaces. Resolves #349 | jim-p | 2010-02-15 | 1 | -0/+3 |
| | |||||
* | Move two include files to /etc/inc instead of leaving them in the www dir. ↵ | jim-p | 2009-11-15 | 1 | -0/+254 |
Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface. |