summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)AuthorAgeFilesLines
* Do not apply bw limits if the setting is not enabled in CP. Though still resp...RELENG_2_1Ermal LUÇI2014-12-221-4/+10
* Merge the forgotten Ticket #3062 patch for CP pipeno leaking issue which lead...Ermal2014-05-031-1/+6
* Correct the ridirection URL to unbreak ones passed through Radius attributes ...Ermal2014-04-281-1/+1
* Correct typo on function name that has slipped unnoticed. Reported-by: https:...Ermal2014-04-071-1/+1
* Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538Renato Botelho2014-03-241-2/+2
* 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
* Use the default bw specification if configured even for allowed ip and hostname.Ermal2014-02-201-2/+10
* If set use the default bandwidth setting on the CP even for mac passthrough. ...Ermal2014-02-201-2/+11
* 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
* Should to go master, not RELENG_2_1. Revert "Merge pull request #882 from der...Chris Buechler2014-01-091-3/+1
* Merge pull request #882 from derelict-pf/cp-nohttpsforwardsChris Buechler2014-01-091-1/+3
|\
| * Add checkbox and logic to disable forwarding HTTPS/SSL (Port 443)derelict-pf2013-12-201-1/+3
* | 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
* | Use intval even hereErmal2013-12-241-1/+1
* | Use intval here to not trust php and also use empty which gives more protectionsErmal2013-12-241-3/+3
* | unset these values to not confuse phpErmal2013-12-241-0/+1
* | Properly initialize thisErmal2013-12-241-0/+1
* | Switch to a while loop to make things clear and readble. Also properly set zo...Ermal2013-12-241-35/+54
* | Remove not relevant comment now. Also make the operation clear to avoid prior...Ermal2013-12-241-7/+2
|/
* Prevent a possible division by zero. it fixes #3212Renato Botelho2013-10-181-2/+3
* Correct bandwidth assignment so the configuration is not reverted courtesy of...Ermal2013-08-021-2/+2
* Resolves #3121. Fix the command so it does perform correctlyErmal2013-08-011-1/+1
* Enable filtering on ipfw sysctl not dependent on ipfw module otherwise issue ...Ermal2013-07-151-2/+2
* 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
* Use empty to cover all needed cases as suggested on #3062. Suggested from pul...Ermal2013-07-101-1/+2
* modified radius function to release the pinenofalbertopl2013-07-031-3/+5
* Correct variable used to delete symlinks and files delete from CP filemanager...Ermal2013-07-021-12/+3
* Prevent errors from flowing up to the clients workspace and preventing functi...Ermal2013-05-101-20/+20
* Give the rules their own number and swap table numbers to correct statistics ...Ermal2013-03-051-2/+4
* Make sure some value is present here during bootErmal2013-03-051-1/+2
* Consider CP allowed IPs for both directions. It will help ticket #2780Renato Botelho2013-02-271-0/+2
* Make sure captiveportal section of config is an array, reported on ticket #2838Renato Botelho2013-02-251-4/+6
* Revert "Merge pull request #417 from miken32/cp-database-fix"Renato Botelho2013-02-171-106/+106
* Merge pull request #417 from miken32/cp-database-fixrbgarga2013-02-151-106/+106
|\
| * self-explanatory now, no comments neededMichael Newton2013-02-141-41/+41
| * while we're here, send named termination causesMichael Newton2013-02-141-11/+11
| * use associative array for captive portal to prevent confusion, messiness, and...Michael Newton2013-02-141-96/+96
* | only send Accounting-On at boot; can't tell if CP's being newly enabled or notMichael Newton2013-02-141-4/+4
* | add support for RADIUS NAS accounting, fixes redmine feature request 2143Michael Newton2013-02-141-0/+52
|/
* During bootup do not try to resolve hostnames filterdns will handle thoseErmal2013-02-131-3/+8
* remove unsed getNasID functionMichael Newton2013-02-111-14/+0
* Test that timeout value is bigger than 0Ermal2013-02-111-1/+1
* Cleanup some codeErmal2013-02-111-10/+6
* Unlink pid file before starting a new processErmal2013-02-051-1/+4
* Merge pull request #371 from bcyrill/patch-18rbgarga2013-02-041-1/+3
|\
| * Kill filterdns when not being usedbcyrill2013-02-021-1/+3
OpenPOWER on IntegriCloud