Project

General

Profile

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

# Date Author Comment
19013d43 03/07/2015 04:28 PM Thane Gill

Initial commit for Interface > Interface Groups bootstrap convert

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.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

dd447bde 11/11/2014 04:49 AM Jim Thompson

modify copyright statement to reflect reality

5d14b13e 09/22/2014 02:45 PM Jim Pingle

Add a more obvious note about the use of WAN interface on group rules.

6a0f34b8 06/09/2014 06:32 PM Renato Botelho

Do not allow interface group name to be bigger than 15 chars, helps ticket #3208

36b9bb28 05/29/2014 01:53 PM Renato Botelho

Unset iflist and iflist_disabled

6e73977b 05/29/2014 11:52 AM Renato Botelho

Show disabled interface when it was already part of interface group, it avoids to show a random interface instead and let user to add it by mistake. It should fix #3680

1d7ba683 03/18/2014 07:09 PM ayvis

replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

7997ed44 11/15/2013 09:21 PM Renato Botelho

Many fixes on privileges, ticket #3216:

- Rename some privileges:
page-diag-system-activity => page-diagnostics-system-activity
page-interfacess-groups => page-interfaces-groups
page-interfacess-lagg => page-interfaces-lagg
page-interfacess-qinq => page-interfaces-qinq...

329bb072 04/16/2013 12:26 PM Colin Fleming

Tidy up "interfaces_group_edit.php" XHTML

Tidy up escaped forward slash in Javascript

5e3a7e82 04/15/2013 07:36 PM Colin Fleming

Tidy up "interfaces_groups_edit.php" XHTML

Add CDATA sections to SCRIPT tags
Close INPUT and IMG tags
Add missing quotes for VALUE attribute
Update HTML boolean operators

b32dd0a6 08/10/2012 05:32 PM Jim Pingle

Activate new shortcuts/status in the rest of the areas that are currently setup.

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

1dbc0c43 12/01/2010 11:22 AM Ermal LUÇI

Use correct variable name. Also related to Ticket #847.

bddc8818 11/13/2010 05:44 AM Erik Fonnesbeck

Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible.

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

225a2f0b 11/12/2010 04:03 PM Scott Ullrich

Bring in XSS id fixes from m0n0wall

4d3c8697 08/31/2010 05:20 PM Ermal LUÇI

Fixes #862. Check if we have filter rules or nat rules.

22d0d529 08/06/2010 11:17 PM Erik Fonnesbeck

Update the interface group name in floating rules with multiple interfaces selected, too. Ticket #792

62663b54 08/06/2010 03:37 PM Ermal LUÇI

Ticket #792. Correctly unset the group name and update the new one if a interface group is renamed. For filter and nat rules too.

4256d115 08/03/2010 02:06 PM Renato Botelho

Merge remote branch 'mainline/master' into 3_interfaces

Conflicts:
usr/local/www/diag_nanobsd.php
usr/local/www/diag_packet_capture.php
usr/local/www/interfaces.php

4a71c087 07/27/2010 07:16 PM Ermal LUÇI

Fixes #745. Validate group name against existing interfaces.

6730eae1 07/14/2010 02:02 PM Carlos Eduardo Ramos

Checked gettext() implementation on interfaces_groups_edit.php

a9a7a131 07/06/2010 04:37 PM Rafael Lucas

Implement gettext calls on interfaces_groups_edit.php

f2c3db14 02/21/2010 06:00 AM Chris Buechler

fix text

7d3f9576 02/21/2010 05:56 AM Chris Buechler

fix text

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

45316b1c 04/26/2009 03:19 PM Ermal Luçi

Resotre check back seems like empty() does not like 0.

c1d00335 04/26/2009 03:18 PM Ermal Luçi

Comment check out seems something is not well with php.

42753d25 03/17/2009 12:01 AM Ermal Luçi

Actually merge the part that does the real work with FreeBSD groups.

0ec2fdf0 03/16/2009 11:48 PM Ermal Luçi
  • Introduce interface groups. For now they are availble only on Firewall:Rules section maybe it would be usable to have tham on nat too.
  • Some fixes and cleanup.