summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | While here escape the passed valuye to avoid problems with inputErmal2014-03-241-2/+2
* | Somehow these got changed to /usr/local/sbin/ipfw instead of /sbin/ipfwErmal2014-03-241-4/+4
* | Fix this for masterErmal2014-03-241-2/+2
* | Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538Renato Botelho2014-03-241-2/+2
|/
* Merge branch 'master-br' of https://github.com/ayvis/pfsense into ayvis-maste...Renato Botelho2014-03-171-1/+1
|\
| * xhtml Complianceayvis2014-03-141-1/+1
* | standardize URLsChris Buechler2014-03-141-1/+1
|/
* Properly compile the query to insert the values. Pointy-hat: myself. While he...Ermal2014-02-241-4/+4
* If set use the default bandwidth setting on the CP even for mac passthrough. ...Ermal2014-02-201-2/+10
* Use the default bw specification if configured even for allowed ip and hostname.Ermal2014-02-201-2/+10
* Revert "Replaced gethostbyname() with gethostbynamel() to get a list of all I...Renato Botelho2014-02-181-12/+10
* Merge pull request #904 from dv-user1/masterRenato Botelho2014-02-181-10/+12
|\
| * Replaced gethostbyname() with gethostbynamel() to get a list of all IPs assoc...Francois Blanchette2014-02-071-10/+12
* | Consider setting of noconcurrent login for passthrough expiry of users. Fixes...Ermal2014-02-171-19/+22
* | Use the 11th column for the radius context rather than overriding the interim...Ermal2014-02-171-17/+18
|/
* Do not allocate the same pipe to everyone rather give each person its own!Ermal2014-01-031-9/+9
* Use empty here for testing even if the setting is unsetErmal2014-01-031-1/+1
* Merge manually 4fd85b115e2550969ddeadd43a2bc6dafff21779 3f2ae9d58f5ea3d9de175...Ermal2013-12-241-35/+56
* Remove not relevant comment now. Also make the operation clear to avoid prior...Ermal2013-12-241-7/+2
* No need for a second rule forwarding httpErmal2013-11-251-1/+0
* Correct generation of lighty configuration with zoneid changing to lower that...Ermal2013-11-251-6/+17
OpenPOWER on IntegriCloud