summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
Commit message (Expand)AuthorAgeFilesLines
...
* fix vouchersChris Buechler2012-05-061-1/+1
* implement #2407: create config option for captive portal listening portDarren Embry2012-05-031-3/+6
* correct hostname variable, and use FQDNChris Buechler2012-05-011-1/+1
* possible fix for Bug #2311: Wrong redirection URL (from http -> https) missin...Darren Embry2012-03-291-1/+1
* Remove unused codeErmal2012-03-231-1/+0
* fix for: Captive Portal Login dies on empty inputDarren Embry2012-03-211-1/+1
* Should be preg_split instead of explodeErik Fonnesbeck2012-01-201-1/+1
* Correct the Called-Station-Id attribute setting to be the consistent on authe...Ermal2012-01-201-4/+28
* Correct the Called-Station-Id attribute setting to be the same on STOP/START ...Ermal2012-01-201-6/+32
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-1/+1
* - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portalRoberto Nunnari2011-11-291-2/+36
* Fixes #1874. Correctly error out when the user or the pass is not posted duri...Ermal2011-09-131-6/+9
* Add support for multiple radius server to be used during authenticationErmal2011-09-071-6/+24
* Add the multi instance CP to master branch. This allows to define CP with dif...Ermal2011-09-073-30/+33
* Plug a security risk on CP where a user can login by submitting a special req...Ermal2011-07-211-1/+1
* Fix redirurl collection so after login the user can be redirected correctlyErmal2011-07-211-4/+4
* Fixes #1618. Always convert the NAS_PORT value to int in php and pass the att...Ermal2011-07-151-3/+3
* Use the availble constant on php for this and also the right value that comes...Ermal2011-05-061-2/+2
* ipfw is not referenced here.Ermal2011-03-151-1/+0
* * Prevent concurrent logins on CP to not be recorded on the DB.Ermal2011-03-041-1/+1
* Move all functions from index.php for captiveportal.inclgcosta2011-02-221-406/+0
* Handle PORTAL_REDIRURL variableScott Ullrich2011-01-251-0/+6
* Ticket #836 Ticket #1194 and http://forum.pfsense.org/index.php/topic,32175.m...Ermal2011-01-181-3/+3
* Ticket #1013. Force NAS_PORT to be of type integer to avoid it being interpre...Ermal2011-01-102-4/+4
* Ticket #1128. Ooops pass the right parameter to unlock.Ermal2010-12-231-1/+1
* Nuke trailing carriage returnsScott Ullrich2010-12-223-3/+3
* Make the CP locking more granular and make use correctly of exclusive/shared ...Ermal2010-12-221-27/+9
* Ticket #868. Add Connection: close to the header to be proxy friendly. See ht...Ermal2010-10-181-0/+1
* Separate this control structure from the one before it, change the order, and...Erik Fonnesbeck2010-09-251-4/+9
* Add an option for allowing clients to pass through the captive portal a limit...Erik Fonnesbeck2010-09-241-1/+93
* Restore this code so the redirect after logging into the captive portal will ...Erik Fonnesbeck2010-09-241-0/+2
* Do not overwrite the redirurl parameter already taken care of.Ermal2010-09-151-6/+5
* Remove ORIGINAL_PORTAL_IP option. Never did get it working correctly.Scott Ullrich2010-08-241-6/+1
* Fixes #821. Force usage of configured redirurl when one has been configured.Ermal2010-08-111-27/+28
* clarify textChris Buechler2010-07-281-1/+1
* Pull in RADIUS reply messages for logout page.jim-p2010-07-151-0/+5
* Use the configured src ip attribute choosen for accounting too.Ermal2010-06-171-1/+5
* Show even VIP's in the list. This is copied from nat code and probably should...Ermal2010-06-171-6/+9
* Do not assume WAN as the default interface to get the ip from for the calling...Ermal2010-06-171-1/+1
* Provide a default error message on error pages if there is none provided by o...Ermal2010-06-011-7/+9
* Add forgotten newlines.Ermal2010-06-011-2/+2
* Do not overwrite previous rules.Ermal2010-06-011-1/+1
* Free ipfw ruleno so it can be reused. Propperly delete passthrough mac entrie...Ermal2010-06-011-0/+8
* Use correct array to iterate.Ermal2010-06-011-1/+1
* Use REQUEST to hanle both POST/GET.Ermal2010-05-281-1/+1
* Make the logout page configurable like the other pages. The only difference i...Ermal2010-05-281-31/+1
* Provide an error message to the call.Ermal2010-05-281-1/+1
* Some configurations want to be able to ask users about replacing their existi...Ermal2010-05-281-5/+24
* Add the username to the auto added mac passthrough entry. Add an option to se...Ermal2010-05-281-1/+14
* Do comparions as meant not assignment. Pointy-hat: MyselfErmal2010-05-281-1/+1
OpenPOWER on IntegriCloud