Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ | ayvis | 2014-03-18 | 1 | -8/+8 |
| | | | | files to UTF-8 | ||||
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵ | Renato Botelho | 2014-03-12 | 1 | -2/+3 |
| | | | | they are numeric integer, also, pass them through htmlspecialchars() before print | ||||
* | Many fixes on privileges, ticket #3216: | Renato Botelho | 2013-11-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | - 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 | ||||
* | Tidy up "interfaces_qinq_edit.php" XHTML | Colin Fleming | 2013-04-15 | 1 | -18/+17 |
| | | | | | | Add CDATA sections to SCRIPT tags Close INPUT tags Update HTML boolean operators | ||||
* | When QinQ members are changed, make sure interfaces are created/destroyed ↵ | Renato Botelho | 2013-01-22 | 1 | -11/+14 |
| | | | | (attempt 2) | ||||
* | Revert "When QinQ members are changed, make sure interfaces are ↵ | Renato Botelho | 2013-01-22 | 1 | -3/+1 |
| | | | | | | created/destroyed" This reverts commit a2bf1347c95bbb988bbd79d2cb091c28d9f075ed. | ||||
* | When QinQ members are changed, make sure interfaces are created/destroyed | Renato Botelho | 2013-01-22 | 1 | -1/+3 |
| | |||||
* | Update PHP shorthand tag | Colin Fleming | 2013-01-14 | 1 | -5/+5 |
| | | | | Standardise all PHP start tags from "<?" to "<?PHP" | ||||
* | Activate new shortcuts/status in the rest of the areas that are currently setup. | jim-p | 2012-08-10 | 1 | -0/+1 |
| | |||||
* | Correct saving of qinq specified members and also correctly destroy parent ↵ | Ermal | 2011-04-28 | 1 | -4/+3 |
| | | | | vlan when deleteing the interfaces. Also take care of attaching to netgraph now that we detach by default. | ||||
* | Don't run mb_convert_encoding on descr field, it's cdata protected in the ↵ | jim-p | 2011-01-06 | 1 | -2/+2 |
| | | | | config now and this just causes some characters to be lost on input. Ticket #1168 | ||||
* | Form image buttons are submit buttons and thus default buttons, causing ↵ | Erik Fonnesbeck | 2010-11-12 | 1 | -2/+2 |
| | | | | unwanted behavior with the enter key. Use links instead, where possible. | ||||
* | Fix XSS issues | Scott Ullrich | 2010-11-12 | 1 | -2/+2 |
| | |||||
* | Bring in XSS id fixes from m0n0wall | Scott Ullrich | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Sync interfaces_* with mainline/master | Renato Botelho | 2010-08-03 | 1 | -27/+27 |
| | |||||
* | Reset interface_* files | Renato Botelho | 2010-07-08 | 1 | -27/+27 |
| | |||||
* | Implement gettext() calls on interfaces_qinq_edit.php | Rafael Lucas | 2010-06-30 | 1 | -27/+27 |
| | |||||
* | Use propper name for interface groups. | Ermal Luçi | 2009-11-28 | 1 | -1/+1 |
| | |||||
* | Rework qinq a bit. Make it use a vlan(4) as the firt Q and a ng_vlan(4) for ↵ | Ermal Luçi | 2009-11-28 | 1 | -13/+11 |
| | | | | the second Q in QinQ. | ||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -1/+4 |
| | | | | include 2009 on files that I have asserted (C) on | ||||
* | Revert "Do not use tags for vlan interface names since there might be same ↵ | Ermal Luçi | 2009-06-08 | 1 | -11/+6 |
| | | | | | | vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@" This reverts commit 83bdca55920ca6ab3d848f0993d57a1f9b85098f. | ||||
* | Do not use tags for vlan interface names since there might be same vlan tags ↵ | Ermal Luçi | 2009-06-08 | 1 | -6/+11 |
| | | | | on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@ | ||||
* | Optimize adding new members to QinQ to evitate recreating the whole QinQ ↵ | Ermal Luçi | 2009-04-04 | 1 | -4/+8 |
| | | | | members. | ||||
* | Clarify that ranges can be specified and add a fix to not leave the upper ↵ | Ermal Luçi | 2009-03-29 | 1 | -1/+5 |
| | | | | limit of the range unused as a tag. | ||||
* | Fix copyrights. | Ermal Luçi | 2009-03-29 | 1 | -1/+0 |
| | |||||
* | Add GUI pages for QinQ missed in previous commit. | Ermal Luçi | 2009-03-29 | 1 | -0/+406 |