summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gif_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1745 from phil-davis/patch-6Renato Botelho2015-07-151-2/+2
|\
| * Interfaces GIF Edit fix do_input_validationPhil Davis2015-07-131-2/+2
| | | | | | Make the required fields be correct and match thier text names, which should each have their own gettext() cal so as to build a proper array at line 81. Basically it was all broken and the errors displayed when field/s were left empty were rubbish.
* | Cancel button after input errorPhil Davis2015-07-131-1/+6
|/ | | | | | | | | | | If there is an input error then the edit page is redrawn showing the input errors. The HTTP_REFERER becomes the current page, rather than the true original referer. Then if you click Cancel the current page is just redrawn. This change makes the code remember the original referer, so if the user enters some invalid data, presses Save, reads the input error messages then presses Cancel they are taken back out to the original page - the same as if Cancel was used before Save.
* 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-104/+133
|
* 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
|
* 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/+1
| | | | | | 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-8/+8
| | | | 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
* 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
|
* Correct spelling on editing gif interfaceWarren Baker2013-04-251-1/+1
|
* Tidy up "interfaces_gif_edit.php" XHTMLColin Fleming2013-04-161-18/+18
| | | | | Update HTML Boolean operators Close INPUT and BR tags
* Fix spelling.jim-p2013-03-091-1/+1
|
* Re-add lost parenthesisbcyrill2013-01-271-1/+1
|
* Put some more sanity checking for various interface configurationsErmal2013-01-241-2/+2
|
* Remove whitespacebcyrill2012-12-191-1/+1
|
* Add IP alias support to GIF interfacesbcyrill2012-12-191-5/+16
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* feature #2320: JS helper to toggle subnet mask for ipv4/v6 during inputDarren Embry2012-03-281-0/+1
| | | | http://redmine.pfsense.org/issues/2320
* prep work for feature #2320: tag fields for ipv4v6Darren Embry2012-03-281-2/+2
|
* Remove 32 bit subnetmask limitation for IPv6smos2012-01-151-6/+5
|
* Fix the gif edit page, it was checking the subnet bits, not the actual ↵Seth Mos2011-03-271-2/+3
| | | | subnet. The check needs to be refined to check actual subnets instead of just the address. but this will do for now.
* Merge remote branch 'upstream/master'Seth Mos2011-03-021-1/+1
|\
| * Fix page title text. Replace "Firewall" with "Interfaces" in title.gnhb2011-03-021-1/+1
| |
* | Minor english fixes from BillScott Ullrich2011-02-161-1/+1
| |
* | Merge remote branch 'upstream/master'Seth Mos2011-01-181-0/+4
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/system.inc
| * Reconfigure the assigned interface settings if we are modifying the clone ↵Ermal2010-12-211-0/+4
| | | | | | | | settings from interfaces->assign->TYPE.
* | Merge remote branch 'upstream/master'Seth Mos2010-12-201-0/+3
|\ \ | |/ | | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/vslb.inc usr/local/www/interfaces.php
| * Show carp on the list of interfaces to be used for creating gif/gre tunnels.Ermal2010-12-091-0/+3
| |
* | Merge remote branch 'upstream/master'Seth Mos2010-11-151-5/+5
|\ \ | |/ | | | | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/system.inc usr/local/www/interfaces.php usr/local/www/interfaces_gif_edit.php
| * Fix XSS issuesScott Ullrich2010-11-121-4/+4
| |
| * Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
| |
* | Enlarge the address fields so that ipv6 addresses fit properlySeth Mos2010-11-041-3/+3
| |
* | Allow for creation of a ipv6 tunnel for he.net by creating a gif interface. ↵Seth Mos2010-10-261-1/+1
|/ | | | | | This is the recommended procedure as advised by he.net This allows for using ipv6 local and remote addresses, you will need to add a ipv6 default gateway on the routing tab
* Checked gettext() implementation on interfaces_gif_edit.phpCarlos Eduardo Ramos2010-07-101-3/+3
|
* implements gettext() calls in interfaces_gif_edit.phpNeriberto C.Prado2010-07-071-23/+23
|
* 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-6/+6
|
* Dress GIF edit page up with a CSS header like other pages use.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/+207
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