summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)AuthorAgeFilesLines
* Make this a bit more easier to readErmal2012-11-261-23/+25
* No need to duplicate all this code here. If vouchers are enabled just display...Ermal2012-11-261-134/+76
* The context creation and memmber interfaces are only used during rules creati...Ermal2012-11-231-7/+19
* Update copyrightErmal2012-11-231-1/+1
* Resolves #2529. Load the ipfw module before any commands are executed on CP. ...Ermal2012-11-221-10/+30
* Add unsetErmal2012-11-211-0/+6
* Enable io_fast on dummynet to avoid uncessesary loop arounds of packetsErmal2012-11-171-1/+3
* Implement a pruning for auto added mac passthrough and vouchers. This allows ...Ermal2012-11-141-1/+53
* Always create a pipe for any user on CP and if no limit present set it to 0(u...Ermal2012-11-071-105/+44
* Fix secondary auth source to reference the zone like everything else in this ...jim-p2012-08-151-8/+8
* Do some cleanup of code for zonesErmal2012-08-011-14/+9
* Fix Captive Portal SSLbcyrill2012-07-061-1/+1
* Make sure one_pass i selected when CP is activeErmal2012-07-041-0/+2
* Implement certificate chain in Captive Portalbcyrill2012-07-031-9/+5
* Use Certificate Manager in Captive Portal settingsbcyrill2012-07-021-7/+10
* Add missing globalWarren Baker2012-06-221-1/+1
* Revert "Make mac_format aware of multiple Captiveportal instances"Ermal2012-06-111-1/+1
* Merge pull request #137 from bcyrill/patch-4Scott Ullrich2012-06-101-5/+5
|\
| * Make mac_format aware of multiple Captiveportal instancesbcyrill2012-06-091-1/+1
| * Update Captiveportalbcyrill2012-06-091-4/+4
* | Added Captiveportal to service statusbcyrill2012-06-091-6/+15
|/
* Removed unused maxproc parameterbcyrill2012-06-091-7/+2
* Disable logging for now since it will spam every 60secs * #users * #zonesErmal2012-05-231-1/+1
* Specify correct attribute where to read the setting from.Ermal2012-05-231-1/+1
* If specified use the default settings for bw limitation rather than 0Ermal2012-05-231-2/+2
* Make file names match to make this work. Also use zone name in the file to no...Ermal2012-05-231-2/+2
* If extra bw attributes are supplied during reauthentication apply and log themErmal2012-05-221-1/+50
* Unlock if error occursErmal2012-05-221-1/+4
* missed a spot for #2407Darren Embry2012-05-031-1/+4
* implement #2407: create config option for captive portal listening portDarren Embry2012-05-031-7/+19
* Resolves #2052. Remove duplicate ruleErmal2012-02-081-2/+0
* Fixes #2082. Actually just correct the log to display the correct informationErmal2012-02-071-2/+5
* Fixes #2082. Correct checking of existing session to take into consideration ...Ermal2012-02-071-1/+1
* Ticket #2114. Remove define_syslog_variables since its deprecated and probabl...Ermal2012-01-201-1/+0
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-2/+2
* Take routing table into account when figuring out which IP address to use for...jim-p2011-12-221-0/+8
* Check that we have an array to avoid php warnings++Ermal2011-11-061-2/+2
* Check that we have an array to avoid php warningsErmal2011-11-061-1/+1
* Fixes #1976. Correct passthrough mac entries to not overwrite each other this...Ermal2011-11-021-4/+1
* Add support for multiple radius server to be used during authenticationErmal2011-09-071-29/+71
* Add the multi instance CP to master branch. This allows to define CP with dif...Ermal2011-09-071-251/+321
* Revert wrong fix of Bug #1711.Evgeny Yurchenko2011-07-221-2/+2
* Bug #1711. Acct-x-Octets are always 0 in Captive Portal -> Radius acct messages.Evgeny Yurchenko2011-07-211-2/+2
* Correctly restart the SSL lighty instance when running.Ermal2011-07-221-0/+1
* Remove 'maxproc' since its unused in the code and correctly use maxprocperip ...Ermal2011-07-221-2/+2
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-061-1/+1
|\
| * Correct pid filename so the instance of lighty for SSL is running.Ermal2011-06-301-1/+1
* | Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-06-201-12/+31
|\ \ | |/
| * PHP says that arrays cannot be used as keys, protect against this case as rep...Ermal2011-06-151-2/+6
| * Restore this back to allow both users and vouchers enabled at same time.Ermal2011-06-151-1/+1
OpenPOWER on IntegriCloud