summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* 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
| | | | | | String replacement: s/Ermal L.../Ermal Luçi/g
* 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
| | | Looking at where this is nested inside various if statements, I do not think this error did too much harm - only to the $mac['descr'] - in this particular code flow $username is not used for important stuff after this point.
* 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
| | | | that I noticed.
* 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 ↵Ermal LUÇI2015-01-121-5/+1
| | | | on ruleset to avoid memory pressure and the timelimit will than be enforced by the caller
* Revert "Ticket #3932 Use array_map to get more parallelism when there are ↵Ermal LUÇI2015-01-121-3/+7
| | | | | | many entries. This makes it not reach the execution timeout with large entries." This reverts commit 7077addc5a5058fab4b4dc7678270c1000d342c9.
* Actually improve the previous resource leak commit since the function is ↵Ermal LUÇI2015-01-121-21/+1
| | | | there but it was not being used during init_rules process.
* * Try to autodetect if the execution limit needs to be raised on big number ↵Ermal LUÇI2015-01-121-0/+31
| | | | | | | | | of passthrough entries. Set the time limit to 0 and restore it back to default value when this is detected. * Do not leak pipes when reloading ruleset for CP since this will consume available descriptors. This has been noted before but considered fixed, this is the real fix actually for dnpipes.
* Ticket #3932 Use array_map to get more parallelism when there are many ↵Ermal LUÇI2015-01-121-7/+3
| | | | entries. This makes it not reach the execution timeout with large entries.
* Fix inherent issues with isset and empty values set as true by our parser. ↵Ermal LUÇI2015-01-121-12/+12
| | | | This made the piep configuration to be wrong at least for passthrough entries. Ticket #3932
* 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 ↵Ermal LUÇI2014-12-221-4/+10
| | | | respect radius attributes for now with this setting. Resolves #4127
* Rather than set the g['booting'] on globals provide a function to test for ↵Ermal LUÇI2014-11-261-4/+4
| | | | that doing the right checks
* 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 ↵Chris Buechler2014-11-181-1/+4
| | | | huge numbers of auto-added MAC passthrough entries, it adds up to a significant amount of config space (adding to delays when launching CP). helps Ticket #3932
* 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
| | | | missing
* 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 ↵Ermal2014-10-181-7/+21
| | | | file to speedup the process
* 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 ↵Ermal2014-06-121-9/+9
| | | | requirments
* Update SCRIPT tags.Colin Fleming2014-05-191-2/+2
| | | | Add CDATA sections to SCRIPT tags in various files
* 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
| | | | and repsect user choices. Reported-by: Antoine Guillemot
* 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: ↵Ermal2014-04-071-1/+1
| | | | https://forum.pfsense.org/index.php?topic=74688.0
* Put the fix to be more generic to prevent any other leak possible in the ↵Ermal2014-04-071-3/+6
| | | | long run. Fixes #3062
* Update captiveportal.incdsiunicaen2014-04-071-0/+2
| | | | | | Release unused pipeno when client is already authenticated. Bug #3062
* Merge pull request #1031 from ayvis/master-br-patchRenato Botelho2014-03-251-22/+22
|\ | | | | replaced uppercase html tags with lowercase
| * replaced uppercase html tags with lowercaseayvis2014-03-191-22/+22
| | | | | | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
OpenPOWER on IntegriCloud