summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_hostname_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #4746 Correctly set global variables to be used by hostnames cod epathsErmal LUÇI2015-06-191-2/+4
|
* Code style www services captive portalPhil Davis2015-05-241-58/+83
|
* 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
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* fixed a type in usort callbackFrancois Blanchette2014-04-141-1/+1
|
* Tidy up "services_captiveportal_hostname" XHTMLColin Fleming2014-04-031-10/+10
| | | | | | | | | Swap BODY with php statement Add SUMMARY to tables Close IMG and add ALT Deprecate ampersand Update HTML Boolean operators Close INPUT
* xhtml Complianceayvis2014-03-141-5/+5
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Properly create zones for the CP with the new command arguments and properly ↵Ermal2013-11-211-1/+2
| | | | invoke ipfw for applying rules and other configuration options.
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-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
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-281-1/+1
| | | | some rare cases.
* Properly configure allowed hostnamesErmal2013-02-131-2/+4
|
* Convert all captiveportal code to not use ipfw_set_context since its not ↵Ermal2013-01-231-1/+1
| | | | needed anymore. Also add code to validate cpzone on webgui pages before being used
* Handle even hostname through filterdns entries correctly now that only 3/4 ↵Ermal2012-12-171-2/+2
| | | | table exists and they consider pipe argument. While here adapt addinga hostname without reloading CP
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-071-7/+21
| | | | different properties on different interfaces.
* Clean up leftover code not needed for anything.Ermal2011-06-271-9/+3
|
* Do not call true here according to ErmalScott Ullrich2011-02-021-1/+1
|
* Reinit rules after editScott Ullrich2011-02-021-13/+2
|
* Misc fixupsScott Ullrich2011-01-251-13/+12
|
* Adding preliminary version of allowed hostnames. Allowed hostnames function ↵Scott Ullrich2011-01-251-0/+218
similar to allowed IP addresses and permit the captive portal to pass traffic out. An example usage of this is to allow access to a hotel web page freely and then require authentcation hotlinking from this point.
OpenPOWER on IntegriCloud