summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)AuthorAgeFilesLines
* Cherry-pick 98bf4991dc31f97fc7315a6b8aba433de9d39cea:Luiz Otavio O Souza2015-10-191-20/+14
* Only need to check 'vip' here.Chris Buechler2015-09-301-1/+1
* Can't use continue here as it continues the foreach, which skips theChris Buechler2015-09-301-6/+5
* This is handled above now.jim-p2015-07-301-1/+0
* More safety belts on CP DB openjim-p2015-07-301-0/+13
* Take more care when attempting to open the CP database. Don't assume it's val...jim-p2015-07-301-0/+10
* Reinitialize the captive portal database for a zone if it is corrupt/unreadab...jim-p2015-07-301-4/+19
* Use an alternate method to find VIP targets that should be allowed for Captiv...jim-p2015-07-291-9/+7
* Ticket #4746 Correctly set global variables to be used by hostnames cod epathsErmal LUÇI2015-06-191-2/+2
* Ticket #4652 actually return value as expected!Ermal LUÇI2015-05-011-2/+2
* Fixes #4652 put workaround for bogus timestamp until real data are cosnumed.Ermal LUÇI2015-05-011-1/+6
* Missin double equals in captiveportal.incPhil Davis2015-03-121-1/+1
* Random text typosPhil Davis2015-02-111-1/+1
* Do not leak firewall rules as well when (re)creating rulesErmal LUÇI2015-01-121-0/+3
* Fix spell typo spotted by phil-davisRenato Botelho2015-01-121-1/+1
* Use this generation now of committing pipes directly and only rules to put on...Ermal LUÇI2015-01-121-5/+1
* Revert "Ticket #3932 Use array_map to get more parallelism when there are man...Ermal LUÇI2015-01-121-3/+7
* Actually improve the previous resource leak commit since the function is ther...Ermal LUÇI2015-01-121-21/+1
* * Try to autodetect if the execution limit needs to be raised on big number o...Ermal LUÇI2015-01-121-0/+31
* Ticket #3932 Use array_map to get more parallelism when there are many entrie...Ermal LUÇI2015-01-121-7/+3
* Fix inherent issues with isset and empty values set as true by our parser. Th...Ermal LUÇI2015-01-121-12/+12
* Correctly call function for retrieving stats from ipfw. Fixes #4131Ermal LUÇI2014-12-241-2/+2
* Correct issue with not reloading CP properly on calling interface configure.Ermal LUÇI2014-12-221-0/+17
* Do not apply bw limits if the setting is not enabled in CP. Though still resp...Ermal LUÇI2014-12-221-4/+10
* Rather than set the g['booting'] on globals provide a function to test for th...Ermal LUÇI2014-11-261-4/+4
* Ticket #4007, properly pass the table number here to retrieve the status.Ermal LUÇI2014-11-201-2/+2
* Shorten up the MAC pass-through descr. It was redundant, and for those with h...Chris Buechler2014-11-181-1/+4
* Use the name entry now that there is a definition for itErmal2014-11-171-1/+1
* Subnet parameter is mandatory for pfSense_ipfw_Tableaction(), add where it's ...Renato Botelho2014-11-131-4/+6
* Pass zone id to pfSense_ipfw_getTablestats(), should fix #3990Renato Botelho2014-11-061-5/+5
* don't duplicate $message in CP log entriesChris Buechler2014-11-051-1/+1
* Fixes #3938. Do more error checking.Ermal2014-11-011-2/+4
* Ticket #3932 For more than 100 entries create pipes in line with the rules fi...Ermal2014-10-181-7/+21
* Convert almost all /sbin/sysctl calls to php functionsRenato Botelho2014-07-071-8/+10
* Bring the code of captiveportal up to speed with its module counterpart requi...Ermal2014-06-121-9/+9
* Update SCRIPT tags.Colin Fleming2014-05-191-2/+2
* Fix http and https port for cpzoneRenato Botelho2014-05-061-2/+2
* Use global cpzoneid variableRenato Botelho2014-05-061-2/+2
* Drop double $$ from variable nameRenato Botelho2014-05-061-4/+4
* Remove redundant setRenato Botelho2014-05-061-1/+0
* Migrate captive portal code to SQLite3 php moduleRenato Botelho2014-04-301-32/+21
* Correct the ridirection URL to unbreak ones passed through Radius attributes ...Ermal2014-04-281-1/+1
* Add nohttpsforwards option to captive portalderelict-pf2014-04-191-1/+3
* GC unused code and do not set this to 0 for now since it is not anymore relevantErmal2014-04-171-10/+1
* Correct typo on function name that has slipped unnoticed. Reported-by: https:...Ermal2014-04-071-1/+1
* Put the fix to be more generic to prevent any other leak possible in the long...Ermal2014-04-071-3/+6
* Update captiveportal.incdsiunicaen2014-04-071-0/+2
* Merge pull request #1031 from ayvis/master-br-patchRenato Botelho2014-03-251-22/+22
|\
| * replaced uppercase html tags with lowercaseayvis2014-03-191-22/+22
* | Fixes #3543, correct the typo in spellingErmal2014-03-241-1/+1
OpenPOWER on IntegriCloud