summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+24
* Use an alternate method to find VIP targets that should be allowed for Captiv...jim-p2015-07-291-10/+7
* Ticket #4746 Correctly set global variables to be used by hostnames cod epathsErmal LUÇI2015-06-191-2/+2
* Code spacingPhil Davis2015-06-151-5/+5
* Code style bits and pieces from etcPhil Davis2015-05-311-23/+22
* Remove artifacts from latin1 to utf8 conversionsJose Luis Duran2015-05-161-1/+1
* 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-131-1/+1
* Fix indent and remove some unecessary ()Renato Botelho2015-02-261-4/+4
* Code style guide etc in a to ePhil Davis2015-02-261-225/+344
* Random text typosPhil Davis2015-02-111-1/+1
* Fixes #4150. Move to tables to accomodate unlimited number of interfaces.Ermal LUÇI2015-01-151-13/+13
* Ooops fix culriesErmal LUÇI2015-01-121-1/+1
* No need for this anymoreErmal LUÇI2015-01-121-10/+0
* Split the work into different jobs called through fcgicli. Helps Ticket #3932Ermal LUÇI2015-01-121-4/+26
* 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
OpenPOWER on IntegriCloud