summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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"
* | 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 ↵Renato Botelho2014-03-171-1/+1
|\ | | | | | | ayvis-master-br
| * xhtml Complianceayvis2014-03-141-1/+1
| | | | | | replaced <br>, <br/> and </br> with <br />
* | standardize URLsChris Buechler2014-03-141-1/+1
|/
* Properly compile the query to insert the values. Pointy-hat: myself. While ↵Ermal2014-02-241-4/+4
| | | | here respect the redirurl when passed to portal_allow and use proper function to do redirection.
* If set use the default bandwidth setting on the CP even for mac passthrough. ↵Ermal2014-02-201-2/+10
| | | | Reported-by: https://forum.pfsense.org/index.php/topic,72761.0.html
* 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 ↵Renato Botelho2014-02-181-12/+10
| | | | | | | | IPs associated with the dns name and add them to the allowed list" This change is not needed, filterdns will handle it. This reverts commit d460371416d4e2cfef976d5a7616f63f6faa203f.
* Merge pull request #904 from dv-user1/masterRenato Botelho2014-02-181-10/+12
|\ | | | | Replaced gethostbyname() with gethostbynamel() to get a list of all IPs ...
| * Replaced gethostbyname() with gethostbynamel() to get a list of all IPs ↵Francois Blanchette2014-02-071-10/+12
| | | | | | | | associated with the dns name and add them to the allowed list
* | Consider setting of noconcurrent login for passthrough expiry of users. ↵Ermal2014-02-171-19/+22
| | | | | | | | Fixes #3340
* | Use the 11th column for the radius context rather than overriding the ↵Ermal2014-02-171-17/+18
|/ | | | interim interval field with it. Fixes #3447
* 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 ↵Ermal2013-12-241-35/+56
| | | | 3f2ae9d58f5ea3d9de175e8daa9c8902b3f23440 and e049c5e74f009430e22e446f149a552d00846d7a
* Remove not relevant comment now. Also make the operation clear to avoid ↵Ermal2013-12-241-7/+2
| | | | priority issues.
* No need for a second rule forwarding httpErmal2013-11-251-1/+0
|
* Correct generation of lighty configuration with zoneid changing to lower ↵Ermal2013-11-251-6/+17
| | | | that 4000 value
* Catch up with mac needed for all operations in the table nowdays.Ermal2013-11-231-9/+9
|
* Properly create zones for the CP with the new command arguments and properly ↵Ermal2013-11-211-19/+20
| | | | invoke ipfw for applying rules and other configuration options.
* Prevent a possible division by zero. it fixes #3212Renato Botelho2013-10-181-2/+3
|
* Remove unecessary blockedmacs db and read it directly from configRenato Botelho2013-09-141-33/+11
|
* Do not add a ipfw rule to block mac since auth can take care of block or ↵Renato Botelho2013-09-121-10/+9
| | | | redirect it
* Make sure db doesn't exist when start to configure macsRenato Botelho2013-09-121-0/+7
|
* When block a MAC address, add it to a DB to make it possible to redirect it ↵Renato Botelho2013-09-121-1/+34
| | | | to a URL
* Add action to auto created passtru mac ruleRenato Botelho2013-09-121-0/+1
|
* Remove unused variable $macdbRenato Botelho2013-09-121-7/+2
|
* Make captiveportal_passthrumac_delete_entry() return rules instead of ↵Renato Botelho2013-09-121-9/+7
| | | | execute them as other similar functions do
* Add action to auto created passtru mac ruleRenato Botelho2013-09-121-0/+1
|
* Add actions (block or pass) to Captive Portal passtrumacRenato Botelho2013-09-121-11/+44
|
* Correct bandwidth assignment so the configuration is not reverted courtesy ↵Ermal2013-08-021-2/+2
| | | | of ipfw(4) swapped arguments. Reported-by: http://forum.pfsense.org/index.php/topic,65069.0.html
* Resolves #3121. Fix the command so it does perform correctlyErmal2013-08-011-1/+1
|
* Add Zone to the messages logged on syslog from CP to easy troubleshootingErmal2013-08-011-3/+6
|
* Enable filtering on ipfw sysctl not dependent on ipfw module otherwise issue ↵Ermal2013-07-151-2/+2
| | | | reported here http://forum.pfsense.org/index.php/topic,64412.0.html happens
* Fix copy/pasto introduced in previous commit.Ermal Luçi2013-07-111-2/+2
|
* Implement proper releasing of pipes allocated based on CPzone. Keep track of ↵Ermal2013-07-101-5/+25
| | | | which zone a pipe is and release those pipes during disabling/deleting of zone. Ticket #3062, Pull request #698
* Use empty to cover all needed cases as suggested on #3062. Suggested from ↵Ermal2013-07-101-1/+2
| | | | pull request #698
* modified radius function to release the pinenofalbertopl2013-07-021-3/+5
| | | modified radius function to release the pinene if the client is not authenticated properly, and modified function captiveportal_get_next_dn_ruleno to initially takes the value 2000 for the first pipeno.
OpenPOWER on IntegriCloud