summaryrefslogtreecommitdiffstats
path: root/etc/inc/easyrule.inc
Commit message (Collapse)AuthorAgeFilesLines
* fix text, PPPoE Server, not VPNChris Buechler2014-11-061-1/+1
|
* This might also say "icmpv6" here and lead to a bad rule.jim-p2014-01-061-1/+1
|
* Fixup check for existing easyrule block rule to account for the ipproto and ↵jim-p2013-08-211-2/+3
| | | | when the ipproto is blank.
* While I'm here, fix an IPv6 ICMP easy rule issue.jim-p2013-03-201-0/+3
|
* Track user/time a firewall rule was created and last updated, and show this ↵jim-p2013-03-201-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 createdThomas Rieschl2013-02-261-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 IPv6jim-p2012-10-051-9/+10
|
* Fixup processing of IPv6 IPs for EasyRule. Fixes #2649jim-p2012-10-011-0/+7
|
* Allow using subnets and special nets in the CLI version of easyrulejim-p2012-01-131-13/+36
|
* Fix merge conflictjim-p2011-07-131-4/+0
|
* Merge remote-tracking branch 'upstream/master'jim-p2011-07-121-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 incVinicius Coque2011-03-291-1/+1
| |\ | | | | | | | | | | | | Conflicts: etc/inc/voucher.inc
| * \ Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-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 incVinicius Coque2011-01-281-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 incRenato Botelho2010-11-161-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/inc/PEAR.inc etc/inc/filter.inc
| * \ \ \ \ Merge remote branch 'mainline/master' into incRenato Botelho2010-10-131-0/+2
| |\ \ \ \ \
| * | | | | | Implement gettext() calls on easyrule.incRenato Botelho2010-08-161-23/+23
| | | | | | |
* | | | | | | Merge remote branch 'upstream/master'Seth Mos2011-04-121-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-p2011-03-281-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | but not everywhere followed.
* | | | | | Merge remote branch 'upstream/master'Seth Mos2011-03-151-2/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add {} around foreach contents. Fixes occasional duplication of the easyrule ↵jim-p2011-03-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | block alias.
| * | | | | Add block rule to the top of the firewall rules.jim-p2011-03-091-1/+1
| | | | | |
* | | | | | add a ipprotocol variable to the easy add rulesSeth Mos2011-02-141-6/+8
|/ / / / /
* | | | | Also fix easyrule and auto->manual nat switch code. Ticket #1243jim-p2011-02-101-1/+1
| |_|_|/ |/| | |
* | | | Don't run mb_convert_encoding on descr field, it's cdata protected in the ↵jim-p2011-01-061-1/+1
| |_|/ |/| | | | | | | | config now and this just causes some characters to be lost on input. Ticket #1168
* | | Remove trailing carriage returnScott Ullrich2010-11-101-1/+2
| |/ |/|
* | Bail out here if a variable isn't an array like it should be.jim-p2010-10-111-0/+2
|/
* Refactor the Easy Rule code a bit. Add a CLI version.jim-p2010-03-141-4/+75
|
* Fix EasyRule port check so it is only tested when the protocol is TCP or ↵jim-p2010-03-111-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çi2010-02-251-1/+3
| | | | the aliases page.
* Clean up some formatting while I'm here.jim-p2010-02-151-8/+8
|
* Fix Easy Rule for OpenVPN interfaces. Resolves #349jim-p2010-02-151-0/+3
|
* Move two include files to /etc/inc instead of leaving them in the www dir. ↵jim-p2009-11-151-0/+254
Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface.
OpenPOWER on IntegriCloud