summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 redi...Renato Botelho2013-09-121-10/+9
* 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 t...Renato Botelho2013-09-121-1/+34
* 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 execute...Renato Botelho2013-09-121-9/+7
* 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 of...Ermal2013-08-021-2/+2
* 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
* 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-021-3/+5
* Correct variable used to delete symlinks and files delete from CP filemanager...Ermal2013-07-021-12/+3
* Add used binaryErmal2013-06-171-1/+1
* 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
* | check for optional reversing of statisticsMichael Newton2013-02-011-5/+18
|/
* Configure pipe directly in php until ipfw binary is fixed to correctly config...Ermal2013-01-271-2/+2
* Configure pipe directly in php until ipfw binary is fixed to correctly config...Ermal2013-01-271-2/+2
* Fix ipfw config generation for allowed IPsbcyrill2013-01-271-2/+2
* Merge pull request #320 from bcyrill/patch2Ermal Luçi2013-01-251-7/+7
|\
| * Allow empty RADIUS keysbcyrill2013-01-101-7/+7
* | Fix concurrent username loginsbcyrill2013-01-251-1/+1
* | Merge #237 manually whitout the GUI option for specifying interim interval. I...Ermal2013-01-241-13/+23
* | Convert all captiveportal code to not use ipfw_set_context since its not need...Ermal2013-01-231-23/+8
OpenPOWER on IntegriCloud