Commit Graph

32 Commits

Author SHA1 Message Date
Phil Davis
ce77a9c4bd Fix lineup of copyright lines
and module names and other bits of formatting and typos in header
comment sections.
2015-01-01 15:11:15 +05:45
Renato Botelho
ed2d13436a Welcome 2015 2014-12-31 16:22:00 -02:00
Jim Thompson
dd447bde2b modify copyright statement to reflect reality 2014-11-10 22:49:50 -06:00
jim-p
5d14b13ec1 Add a more obvious note about the use of WAN interface on group rules. 2014-09-22 10:45:29 -04:00
Renato Botelho
6a0f34b86b Do not allow interface group name to be bigger than 15 chars, helps ticket #3208 2014-06-09 15:32:08 -03:00
Renato Botelho
36b9bb281e Unset iflist and iflist_disabled 2014-05-29 10:53:20 -03:00
Renato Botelho
6e73977bd7 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 2014-05-29 08:52:46 -03:00
ayvis
1d7ba68396 replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8 2014-03-18 16:09:05 -03:00
Renato Botelho
e41ec5848f Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print 2014-03-12 11:42:49 -03:00
Renato Botelho
7997ed4440 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
- Write an upgrade function to replace above privileges by the new name
- Remove unused privilege page-diagnostics-logs-wireless
- Remove duplicated privileges
- Fix limiter-info, pf-info and system-pftop that were using wrong name
- Add privs for edit pages (interfaces_groups, interfaces_lagg,
  interfaces_qinq and services-igmpproxy)
- Fix ID for acptiveportal allowedhostnames and editallowedhostnames
- Fix some wrong matches
2013-11-15 19:21:18 -02:00
Colin Fleming
329bb072c4 Tidy up "interfaces_group_edit.php" XHTML
Tidy up escaped forward slash in Javascript
2013-04-16 13:26:12 +01:00
Colin Fleming
5e3a7e82d0 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
2013-04-15 20:36:37 +01:00
jim-p
b32dd0a6b7 Activate new shortcuts/status in the rest of the areas that are currently setup. 2012-08-10 13:32:16 -04:00
jim-p
d865241edd 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 2011-01-06 13:52:52 -05:00
Ermal
1dbc0c4384 Use correct variable name. Also related to Ticket #847. 2010-12-01 11:22:55 +00:00
Erik Fonnesbeck
bddc88183a Form image buttons are submit buttons and thus default buttons, causing unwanted behavior with the enter key. Use links instead, where possible. 2010-11-12 22:44:11 -07:00
Scott Ullrich
dd5bf424c1 Fix XSS issues 2010-11-12 11:36:20 -05:00
Scott Ullrich
225a2f0b46 Bring in XSS id fixes from m0n0wall 2010-11-12 11:03:51 -05:00
Ermal
4d3c8697b1 Fixes #862. Check if we have filter rules or nat rules. 2010-08-31 17:20:20 +00:00
Erik Fonnesbeck
22d0d529c9 Update the interface group name in floating rules with multiple interfaces selected, too. Ticket #792 2010-08-06 17:17:58 -06:00
Ermal
62663b5408 Ticket #792. Correctly unset the group name and update the new one if a interface group is renamed. For filter and nat rules too. 2010-08-06 15:37:25 +00:00
Renato Botelho
4256d115c9 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
2010-08-03 11:06:39 -03:00
Ermal
4a71c0873c Fixes #745. Validate group name against existing interfaces. 2010-07-27 19:16:59 +00:00
Carlos Eduardo Ramos
6730eae102 Checked gettext() implementation on interfaces_groups_edit.php 2010-07-14 11:02:34 -03:00
Rafael Lucas
a9a7a131bc Implement gettext calls on interfaces_groups_edit.php 2010-07-06 13:37:16 -03:00
Chris Buechler
f2c3db14d5 fix text 2010-02-21 01:00:16 -05:00
Chris Buechler
7d3f957669 fix text 2010-02-21 00:56:04 -05:00
Scott Ullrich
7ac5a4cb18 Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 19:14:40 -04:00
Ermal Luçi
45316b1c16 Resotre check back seems like empty() does not like 0. 2009-04-26 15:19:22 +00:00
Ermal Luçi
c1d0033562 Comment check out seems something is not well with php. 2009-04-26 15:18:38 +00:00
Ermal Luçi
42753d259b Actually merge the part that does the real work with FreeBSD groups. 2009-03-17 00:01:53 +00:00
Ermal Luçi
0ec2fdf0ad * 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.
2009-03-16 23:48:59 +00:00