summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove unimplemented optionErmal2013-02-201-13/+0
|
* Remove interfaces that have been unselected from CP config properlyErmal2013-02-131-1/+11
|
* add input validation for NAS-IdentifierMichael Newton2013-02-121-2/+5
|
* properly separate accounting options from general RADIUS optionsMichael Newton2013-02-111-53/+45
| | | | cleanup whitespace
* allow entry of custom NAS IDMichael Newton2013-02-111-4/+10
|
* Implement privilege for allowing login through CPRenato Botelho2013-02-071-5/+16
| | | | | | | - The feature is optional, on by default for new zones, off for current ones when upgrading It should fix #1010
* Indent and whitespaces changesRenato Botelho2013-02-071-20/+20
|
* checkbox to allow reversing of RADIUS accounting byte countsMichael Newton2013-02-011-2/+11
|
* Convert all captiveportal code to not use ipfw_set_context since its not ↵Ermal2013-01-231-3/+3
| | | | needed anymore. Also add code to validate cpzone on webgui pages before being used
* Remove IPFW_FILTER flag since it gets not used anymoreErmal2012-12-131-16/+0
|
* Separate backend keywords from GUI language display in captive portalPhil Davis2012-09-241-5/+5
| | | When the GUI language was set to Portuguese, keywords like "default" and "unformatted" would be translated into Portuguese and written to config.xml - causing problems downstream in starting Captive Portal. Now the displayed values are in the GUI language but the underlying keywords stay in "computer-speak" in config.xml - forum http://forum.pfsense.org/index.php/topic,51988.msg281131.html#msg281131
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-3/+1
|
* Update masterbcyrill2012-07-061-1/+1
|
* Fix Captive Portal SSLbcyrill2012-07-061-1/+4
|
* Implement certificate chain in Captive Portalbcyrill2012-07-031-55/+21
|
* Use Certificate Manager in Captive Portal settingsbcyrill2012-07-021-46/+75
|
* fix a couple booboosDarren Embry2012-06-141-6/+6
| | | | | - fbegin.inc needs to be included after <body> - s/require/require_once/ fixes 'cannot redeclare function' error
* Update masterbcyrill2012-06-091-9/+9
|
* Rather than doig a string search do a proper matching of selected ↵Ermal2012-05-301-3/+4
| | | | interfaces. Fixes #2378
* Clarify comment. Fixes #2270Ermal2012-05-301-1/+1
|
* implement #2407: create config option for captive portal listening portDarren Embry2012-05-031-3/+6
|
* fix saving of hard timeoutChris Buechler2012-05-011-1/+0
|
* fix for bug #2322: Fix CP secondary RADIUS auth source GUIDarren Embry2012-03-291-4/+13
| | | | http://redmine.pfsense.org/issues/2322
* Correct field nameErmal2012-02-071-1/+1
|
* - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portalRoberto Nunnari2011-11-291-2/+35
| | | | - Corrected bug in javascript funtion enable_change(enable_change)
* fix Bug 1946Cyrill Bannwart2011-10-101-10/+10
|
* Fix multi instance cp items. Fixes #1946Scott Ullrich2011-10-101-2/+2
|
* Fix multi instance cp items. Fixes #1946Scott Ullrich2011-10-101-12/+14
|
* Correct checkErmal2011-09-071-1/+1
|
* Add support for multiple radius server to be used during authenticationErmal2011-09-071-7/+83
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-071-121/+199
| | | | different properties on different interfaces.
* Remove 'maxproc' since its unused in the code and correctly use maxprocperip ↵Ermal2011-07-221-8/+1
| | | | to allow the GUI setting to be actually usable. Reported-by: http://forum.pfsense.org/index.php/topic,39155.0.html
* Fix select detection code for the RADIUS NAS IP. Fixes #1648jim-p2011-07-061-2/+2
|
* Allow Accounting Updates to become configurable when Accounting is selected.Warren Baker2011-06-141-4/+4
|
* Correct whitespace.Ermal2011-06-061-2/+1
|
* Clarify auth option to include VouchersScott Ullrich2011-05-271-1/+1
|
* Make sure all CP form elements are disabled/enabled with the master checkbox.jim-p2011-05-171-0/+2
|
* fix textChris Buechler2011-03-201-1/+1
|
* Resolves #1264. Read even the httpsname option from config so it displays ↵Ermal2011-02-081-0/+1
| | | | correctly.
* fix textChris Buechler2011-02-071-1/+1
|
* move pre-auth url before after auth url for consistency.Scott Ullrich2011-01-251-7/+7
|
* Set form field type, make URL boxes same sizeScott Ullrich2011-01-251-1/+1
|
* move option near the otherScott Ullrich2011-01-251-7/+7
|
* Increase textbox size. Clarify the original Redirection URL purpouseScott Ullrich2011-01-251-2/+2
|
* Adding CP pre-authentication redirect URL boxScott Ullrich2011-01-251-1/+9
|
* Misc fixupsScott Ullrich2011-01-251-1/+1
|
* Prevent drop down menu creationScott Ullrich2011-01-251-1/+1
|
* Adding tab for allowed hostnamesScott Ullrich2011-01-251-0/+1
|
* Run filter configure after doing a save on CP.Ermal2010-12-281-0/+2
|
* Rename to pass-through credits and improve descriptions.Erik Fonnesbeck2010-09-251-9/+10
|
OpenPOWER on IntegriCloud