summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Display the correct state when the new checkbox has been checked.Erik Fonnesbeck2010-09-251-1/+1
|
* Add an option for allowing clients to pass through the captive portal a ↵Erik Fonnesbeck2010-09-241-0/+36
| | | | limited number of times before requiring login.
* Fix description for upload of logout page.Erik Fonnesbeck2010-09-241-2/+1
|
* Correct text to read when a logout event occursScott Ullrich2010-08-241-1/+1
|
* Fix some printfs and some text.Erik Fonnesbeck2010-08-121-7/+7
|
* Just fix some space and tab problemsRenato Botelho2010-08-121-1/+1
|
* Merge remote branch 'mainline/master'Renato Botelho2010-08-121-5/+8
|\ | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_smart.php usr/local/www/firewall_rules_edit.php usr/local/www/interfaces.php usr/local/www/load_balancer_pool_edit.php usr/local/www/pkg_mgr_settings.php
| * Protect against PHP errors if the interface list is emptyjim-p2010-08-121-5/+8
| |
* | gettext fixesRenato Botelho2010-08-121-46/+57
|/
* Corrections gettext implementation on services_captiveportal.phpCarlos Eduardo Ramos2010-07-211-3/+3
|
* Implement gettext() calls on services_captiveportal.phpCarlos Eduardo Ramos2010-07-141-151/+152
|
* Use proper name for index.Ermal2010-06-171-1/+1
|
* Show even VIP's in the list. This is copied from nat code and probably ↵Ermal2010-06-171-0/+15
| | | | should be generalized.
* Do not assume WAN as the default interface to get the ip from for the ↵Ermal2010-06-171-0/+23
| | | | calling station id. Instead add a select box(list) to choose the interface(ip) to send to radius.
* Remove auth logs tab, since it is handled by the log link above.jim-p2010-06-021-1/+0
|
* Add status/log links to Captive Portal pagesjim-p2010-06-021-0/+3
|
* Revert "add a status tab to the CP screens as well", this is just a tad too longChris Buechler2010-05-281-1/+0
| | | | This reverts commit 881eb09217613337da4dd5376a038446a0e18b1c.
* add a status tab to the CP screens as wellChris Buechler2010-05-281-0/+1
|
OpenPOWER on IntegriCloud