Projet

Général

Profil

Télécharger (11,1 ko) Statistiques
| Branche: | Tag: | Révision:

univnautes / usr / local / www / interfaces_groups_edit.php @ 36b9bb28

# Date Auteur Commentaire
36b9bb28 29 mai 2014 15:53 Renato Botelho

Unset iflist and iflist_disabled

6e73977b 29 mai 2014 13:52 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 18 mars 2014 20:09 ayvis

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

e41ec584 12 mars 2014 15:42 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 15 novembre 2013 22:21 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 16 avril 2013 14:26 Colin Fleming

Tidy up "interfaces_group_edit.php" XHTML

Tidy up escaped forward slash in Javascript

5e3a7e82 15 avril 2013 21:36 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 10 août 2012 19:32 jim-p

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

d865241e 06 janvier 2011 19:52 jim-p

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 01 décembre 2010 12:22 Ermal

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

bddc8818 13 novembre 2010 06:44 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 12 novembre 2010 17:36 Scott Ullrich

Fix XSS issues

225a2f0b 12 novembre 2010 17:03 Scott Ullrich

Bring in XSS id fixes from m0n0wall

4d3c8697 31 août 2010 19:20 Ermal

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

22d0d529 07 août 2010 01:17 Erik Fonnesbeck

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

62663b54 06 août 2010 17:37 Ermal

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 03 août 2010 16:06 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 27 juillet 2010 21:16 Ermal

Fixes #745. Validate group name against existing interfaces.

6730eae1 14 juillet 2010 16:02 Carlos Eduardo Ramos

Checked gettext() implementation on interfaces_groups_edit.php

a9a7a131 06 juillet 2010 18:37 Rafael Lucas

Implement gettext calls on interfaces_groups_edit.php

f2c3db14 21 février 2010 07:00 Chris Buechler

fix text

7d3f9576 21 février 2010 06:56 Chris Buechler

fix text

7ac5a4cb 15 septembre 2009 01:14 Scott Ullrich

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

45316b1c 26 avril 2009 17:19 Ermal Lu?i

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

c1d00335 26 avril 2009 17:18 Ermal Lu?i

Comment check out seems something is not well with php.

42753d25 17 mars 2009 01:01 Ermal Lu?i

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

0ec2fdf0 17 mars 2009 00:48 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.