Project

General

Profile

Download (11.5 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
1e0b1727 02/26/2015 05:42 AM Phil Davis

Code style guide etc in a to e

ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

d3d23754 11/07/2014 04:03 AM Chris Buechler

fix text, PPPoE Server, not VPN

4410f699 01/06/2014 05:09 PM Jim Pingle

This might also say "icmpv6" here and lead to a bad rule.

4475997e 08/21/2013 07:20 PM Jim Pingle

Fixup check for existing easyrule block rule to account for the ipproto and when the ipproto is blank.

daffbc34 03/20/2013 05:26 PM Jim Pingle

While I'm here, fix an IPv6 ICMP easy rule issue.

ba1d9714 03/20/2013 05:26 PM Jim Pingle

Track user/time a firewall rule was created and last updated, and show this 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.

aea83400 02/26/2013 03:34 PM Thomas Rieschl

no IPv6 check when an easy rule: pass is created

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

64eda26c 10/05/2012 05:44 PM Jim Pingle

Fixup easyrule block for IPv6

b4147482 10/01/2012 02:59 PM Jim Pingle

Fixup processing of IPv6 IPs for EasyRule. Fixes #2649

0c305760 01/13/2012 07:27 PM Jim Pingle

Allow using subnets and special nets in the CLI version of easyrule

cdfdb1a7 07/13/2011 12:31 PM Jim Pingle

Fix merge conflict

8b6313a4 07/12/2011 11:57 PM Jim Pingle

Merge remote-tracking branch 'upstream/master'

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

86966fba 04/12/2011 08:39 AM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/filter.inc
usr/local/www/themes/the_wall/rrdcolors.inc.php

bca0472d 03/29/2011 04:36 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/voucher.inc

c6dfd289 03/28/2011 04:17 PM Jim Pingle

In IPsec, s/mobileclients/client/, this was changed long ago in the config but not everywhere followed.

54bdff75 03/25/2011 11:49 AM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

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...

1ae43bfa 03/15/2011 08:59 AM Seth Mos

Merge remote branch 'upstream/master'

28a581b8 03/09/2011 07:49 PM Jim Pingle

Add {} around foreach contents. Fixes occasional duplication of the easyrule block alias.

a0140246 03/09/2011 07:49 PM Jim Pingle

Add block rule to the top of the firewall rules.

bd40781a 02/14/2011 09:27 PM Seth Mos

add a ipprotocol variable to the easy add rules

8c5df705 02/10/2011 04:16 PM Jim Pingle

Also fix easyrule and auto->manual nat switch code. Ticket #1243

9d3d8d00 01/28/2011 07:32 PM Vinicius Coque

Merge branch 'master' into inc

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...

d865241e 01/06/2011 06:52 PM Jim Pingle

Don't run mb_convert_encoding on descr field, it's cdata protected in the config now and this just causes some characters to be lost on input. Ticket #1168

39a8090a 11/16/2010 11:31 AM Renato Botelho

Merge remote branch 'mainline/master' into inc

Conflicts:
etc/inc/PEAR.inc
etc/inc/filter.inc

9734b054 11/10/2010 05:00 PM Scott Ullrich

Remove trailing carriage return

8eec6fc0 10/13/2010 11:39 AM Renato Botelho

Merge remote branch 'mainline/master' into inc

f3704cb2 10/11/2010 07:16 PM Jim Pingle

Bail out here if a variable isn't an array like it should be.

5bd033a0 08/16/2010 01:21 PM Renato Botelho

Implement gettext() calls on easyrule.inc

865ff9b4 03/14/2010 09:16 PM Jim Pingle

Refactor the Easy Rule code a bit. Add a CLI version.

998f77a8 03/11/2010 06:03 PM Jim Pingle

Fix EasyRule port check so it is only tested when the protocol is TCP or 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.

9bb8d542 02/25/2010 10:59 PM Ermal Luçi

Ticket #340. Remove bogus functions. Sort aliases the same way it is done on the aliases page.

dadad8b3 02/15/2010 09:20 PM Jim Pingle

Clean up some formatting while I'm here.

066afaf1 02/15/2010 09:18 PM Jim Pingle

Fix Easy Rule for OpenVPN interfaces. Resolves #349

e390b503 11/15/2009 04:22 PM Jim Pingle

Move two include files to /etc/inc instead of leaving them in the www dir. Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface.