summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)AuthorAgeFilesLines
* Resolves #2052. Remove duplicate ruleErmal2012-02-081-2/+0
* Fixes #2082. Actually just correct the log to display the correct informationErmal2012-02-071-2/+5
* Fixes #2082. Correct checking of existing session to take into consideration ...Ermal2012-02-071-1/+1
* Ticket #2114. Remove define_syslog_variables since its deprecated and probabl...Ermal2012-01-201-1/+0
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-2/+2
* Take routing table into account when figuring out which IP address to use for...jim-p2011-12-221-0/+8
* Check that we have an array to avoid php warnings++Ermal2011-11-061-2/+2
* Check that we have an array to avoid php warningsErmal2011-11-061-1/+1
* Fixes #1976. Correct passthrough mac entries to not overwrite each other this...Ermal2011-11-021-4/+1
* Add support for multiple radius server to be used during authenticationErmal2011-09-071-29/+71
* Add the multi instance CP to master branch. This allows to define CP with dif...Ermal2011-09-071-251/+321
* Revert wrong fix of Bug #1711.Evgeny Yurchenko2011-07-221-2/+2
* Bug #1711. Acct-x-Octets are always 0 in Captive Portal -> Radius acct messages.Evgeny Yurchenko2011-07-211-2/+2
* Correctly restart the SSL lighty instance when running.Ermal2011-07-221-0/+1
* Remove 'maxproc' since its unused in the code and correctly use maxprocperip ...Ermal2011-07-221-2/+2
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-061-1/+1
|\
| * Correct pid filename so the instance of lighty for SSL is running.Ermal2011-06-301-1/+1
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-201-12/+31
|\ \ | |/
| * PHP says that arrays cannot be used as keys, protect against this case as rep...Ermal2011-06-151-2/+6
| * Restore this back to allow both users and vouchers enabled at same time.Ermal2011-06-151-1/+1
| * Do not call time() uselessly every time for each entry. Instead just snapshot...Ermal2011-06-131-7/+16
| * Do not test for availbility of voucher session_timeout in the database it is ...Ermal2011-06-131-1/+1
| * Fixes #1327. Trigger synching of vouchers to config through check_reload_stat...Ermal2011-06-101-0/+6
| * Allow a second optional argument to captiveportal_read_db to be able to index...Ermal2011-06-071-2/+2
| * Correct variable name so voucher disconnect on synchronized vouchers works pr...Ermal2011-06-071-1/+1
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-071-30/+26
|\ \ | |/
| * Correct possible lock leak.Ermal2011-06-061-5/+2
| * Fix whitespace.Ermal2011-06-061-19/+19
| * Just use the long reference here instead of creating potential dangerous refe...Ermal2011-05-261-6/+5
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-05-231-2/+2
|\ \ | |/
| * If the bandwidth value is coming from radius scale it up to the requested Kbi...Ermal2011-04-211-2/+2
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-291-78/+4
|\ \ | |/
| * Make sure that there is a value before using it as a redirection.Ermal2011-03-251-1/+1
| * Make the two default page codes similar in regarding to redirurl in hope that...Ermal2011-03-251-1/+1
| * Display the correct error page if vouchers are active or if normal CP is acti...Ermal2011-03-251-76/+2
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-2/+13
|\ \ | |/
| * Try to not stomp rule to each other. Reported-by: http://forum.pfsense.org/in...Ermal2011-03-241-1/+1
| * Correct wrong comment.Ermal2011-03-241-1/+1
| * Fix voucher disconnect sync issueScott Ullrich2011-03-231-0/+11
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-03-251-99/+512
|\ \ | |/
| * Make sure we have an ip to kill sessions from.Ermal2011-03-151-10/+11
| * Make sure we do not write stale data during prunning periods.Ermal2011-03-121-6/+10
| * Use foreach here to be sure we do not reference unexisting results.Ermal2011-03-081-42/+41
| * Oops more make code correct.Ermal2011-03-041-2/+2
| * Oops make code correct.Ermal2011-03-041-1/+1
| * * Prevent concurrent logins on CP to not be recorded on the DB.Ermal2011-03-041-90/+83
| * missing $Scott Ullrich2011-02-251-1/+1
| * missing $Scott Ullrich2011-02-251-1/+1
| * misc whitespace cleanupsScott Ullrich2011-02-251-3/+1
| * Move all functions from index.php for captiveportal.inclgcosta2011-02-221-1/+412
OpenPOWER on IntegriCloud