Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ | ayvis | 2014-03-18 | 1 | -9/+9 |
| | | | | files to UTF-8 | ||||
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵ | Renato Botelho | 2014-03-12 | 1 | -3/+3 |
| | | | | they are numeric integer, also, pass them through htmlspecialchars() before print | ||||
* | Limit CIDR choices for IPv4 on GRE interface, fixes #3277 | Renato Botelho | 2013-10-21 | 1 | -2/+3 |
| | |||||
* | Remove call-time pass by reference for do_input_validation, helps ticket #2565 | Renato Botelho | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | fix text - s/occured/occurred/ | Chris Buechler | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | fix description | Chris Buechler | 2013-07-08 | 1 | -1/+1 |
| | |||||
* | Tidy up "interfaces_gre_edit.php" XHMTL | Colin Fleming | 2013-04-16 | 1 | -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-p | 2012-08-10 | 1 | -0/+1 |
| | |||||
* | Remove 32 bit subnetmask limitation for IPv6 | smos | 2012-01-15 | 1 | -7/+6 |
| | |||||
* | Fix page title text. Replace "Firewall" with "Interfaces" in title. | gnhb | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Reconfigure the assigned interface settings if we are modifying the clone ↵ | Ermal | 2010-12-21 | 1 | -0/+4 |
| | | | | settings from interfaces->assign->TYPE. | ||||
* | Show carp on the list of interfaces to be used for creating gif/gre tunnels. | Ermal | 2010-12-09 | 1 | -0/+3 |
| | |||||
* | Fix XSS issues | Scott Ullrich | 2010-11-12 | 1 | -4/+4 |
| | |||||
* | Bring in XSS id fixes from m0n0wall | Scott Ullrich | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | fix input validation for GRE | Chris Buechler | 2010-11-08 | 1 | -2/+2 |
| | |||||
* | Sync interfaces_* with mainline/master | Renato Botelho | 2010-08-03 | 1 | -26/+26 |
| | |||||
* | Merge remote branch 'mainline/master' | Renato Botelho | 2010-08-03 | 1 | -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.php | Carlos Eduardo Ramos | 2010-07-14 | 1 | -1/+2 |
| | | |||||
* | | Reset interface_* files | Renato Botelho | 2010-07-08 | 1 | -26/+26 |
|/ | |||||
* | Implement gettext calls on interfaces_gre_edit.php | Rafael Lucas | 2010-07-06 | 1 | -26/+26 |
| | |||||
* | fix text | Chris Buechler | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+3 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | clean up text | Chris Buechler | 2009-04-07 | 1 | -16/+14 |
| | |||||
* | Dress GRE edit page up with a CSS header like other pages have. | Scott Ullrich | 2008-08-30 | 1 | -0/+3 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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çi | 2008-07-23 | 1 | -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. |