summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gre_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-3/+3
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style interfaces miscellaneous filesPhil Davis2015-05-131-111/+127
|
* Ticket #3997, teach code to track carp through uniqids(). Missing carp GUI ↵Ermal LUÇI2015-01-151-7/+1
| | | | changes and upgrade code
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* fix text and descriptions in GRE edit pageChris Buechler2014-10-101-7/+7
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+4
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Encode interface/VIP descriptions before displaying them on the GRE and GIF ↵jim-p2014-08-061-1/+4
| | | | | | pages also; While here, the GRE page was missing IP aliases from its list of bind IPs, add it in.
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-9/+9
| | | | files to UTF-8
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-3/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Limit CIDR choices for IPv4 on GRE interface, fixes #3277Renato Botelho2013-10-211-2/+3
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* fix text - s/occured/occurred/Chris Buechler2013-08-011-1/+1
|
* fix descriptionChris Buechler2013-07-081-1/+1
|
* Tidy up "interfaces_gre_edit.php" XHMTLColin Fleming2013-04-161-20/+20
| | | | | Update HTML Boolean operators Close BR and INPUT tags
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Remove 32 bit subnetmask limitation for IPv6smos2012-01-151-7/+6
|
* Fix page title text. Replace "Firewall" with "Interfaces" in title.gnhb2011-03-021-1/+1
|
* Reconfigure the assigned interface settings if we are modifying the clone ↵Ermal2010-12-211-0/+4
| | | | settings from interfaces->assign->TYPE.
* Show carp on the list of interfaces to be used for creating gif/gre tunnels.Ermal2010-12-091-0/+3
|
* Fix XSS issuesScott Ullrich2010-11-121-4/+4
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* fix input validation for GREChris Buechler2010-11-081-2/+2
|
* Sync interfaces_* with mainline/masterRenato Botelho2010-08-031-26/+26
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-031-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: usr/local/www/interfaces.php usr/local/www/interfaces_assign.php usr/local/www/interfaces_bridge_edit.php usr/local/www/interfaces_gif_edit.php usr/local/www/interfaces_gre.php usr/local/www/interfaces_groups.php usr/local/www/interfaces_groups_edit.php usr/local/www/interfaces_lagg.php usr/local/www/interfaces_lagg_edit.php usr/local/www/interfaces_ppps.php usr/local/www/interfaces_ppps_edit.php usr/local/www/interfaces_qinq.php usr/local/www/interfaces_vlan.php usr/local/www/interfaces_vlan_edit.php usr/local/www/interfaces_wireless.php usr/local/www/interfaces_wireless_edit.php
| * Checked gettext() implementation on interfaces_gre_edit.phpCarlos Eduardo Ramos2010-07-141-1/+2
| |
* | Reset interface_* filesRenato Botelho2010-07-081-26/+26
|/
* Implement gettext calls on interfaces_gre_edit.phpRafael Lucas2010-07-061-26/+26
|
* fix textChris Buechler2010-04-191-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* clean up textChris Buechler2009-04-071-16/+14
|
* Dress GRE edit page up with a CSS header like other pages have.Scott Ullrich2008-08-301-0/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Implement frontend for GRE/GIF tunnels.Ermal Luçi2008-07-231-0/+220
GIF tunnels migh conflict with IPsec settings but I will resolve later by either renaming the ipsec interfaces to ipsec or renanming this tunnels to something else.
OpenPOWER on IntegriCloud