summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Collapse)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 ↵Ermal2012-11-261-134/+76
| | | | display even the voucher input box along side the user/pass ones.
* The context creation and memmber interfaces are only used during rules ↵Ermal2012-11-231-7/+19
| | | | creation so make that contained only in init_rules and rule creation functions
* Update copyrightErmal2012-11-231-1/+1
|
* Resolves #2529. Load the ipfw module before any commands are executed on CP. ↵Ermal2012-11-221-10/+30
| | | | Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4)
* 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
| | | | to prune the added entries logged-in through vouchers
* Always create a pipe for any user on CP and if no limit present set it to ↵Ermal2012-11-071-105/+44
| | | | 0(unlimited). If any limit comes from the sources of reauthentication this limit will be applied without any other consequences
* Fix secondary auth source to reference the zone like everything else in this ↵jim-p2012-08-151-8/+8
| | | | section does, which is where the gui stores the value.
* 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
| | | | This reverts commit 54df925b9ea447bdd10f88a886e2ef11d44c3059.
* Merge pull request #137 from bcyrill/patch-4Scott Ullrich2012-06-101-5/+5
|\ | | | | Fix Captiveportal zone
| * 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 ↵Ermal2012-05-231-2/+2
| | | | not mix things
* 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
| | | | when possible/needed the mac address
* Ticket #2114. Remove define_syslog_variables since its deprecated and ↵Ermal2012-01-201-1/+0
| | | | probably not needed
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-2/+2
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Take routing table into account when figuring out which IP address to use ↵jim-p2011-12-221-0/+8
| | | | for talking to CP clients.
* 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 ↵Ermal2011-11-021-4/+1
| | | | this is different from allowed ips that used tables.
* 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 ↵Ermal2011-09-071-251/+321
| | | | different properties on different interfaces.
* 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
| | | | to allow the GUI setting to be actually usable. Reported-by: http://forum.pfsense.org/index.php/topic,39155.0.html
* Merge remote-tracking branch 'mainline/master' into incVinicius Coque2011-07-061-1/+1
|\ | | | | | | | | Conflicts: etc/inc/priv.defs.inc
| * 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 ↵Ermal2011-06-151-2/+6
| | | | | | | | reported that some keys are arrays!
| * Restore this back to allow both users and vouchers enabled at same time.Ermal2011-06-151-1/+1
| |
OpenPOWER on IntegriCloud