summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Collapse)AuthorAgeFilesLines
* Move to varrun_path for consistencyErmal2013-01-031-4/+4
|
* Tell filterdns to reload the config rather than restart if its runningErmal2013-01-021-2/+6
|
* Merge pull request #293 from bcyrill/patch-11Chris Buechler2012-12-301-10/+22
|\ | | | | Add some unobtrusive IPv6 changes to CP
| * Determine subnet from address familybcyrill2012-12-281-4/+5
| |
| * Get IPv6 address for IPv6 clientsbcyrill2012-12-281-4/+11
| |
| * Add [] to IPv6 addressbcyrill2012-12-281-2/+6
| |
* | Merge pull request #294 from bcyrill/patch-12Chris Buechler2012-12-301-1/+1
|\ \ | | | | | | Fix: Invert if condition
| * | Fix: Invert if conditionbcyrill2012-12-281-1/+1
| |/
* | Merge pull request #298 from bcyrill/cp-sqliteChris Buechler2012-12-301-2/+2
|\ \ | | | | | | Various fixes to removal of pipes
| * | Fix: Remove entries from captiveportal DBbcyrill2012-12-291-1/+1
| | |
| * | Fix: Check for the existence of the rules filebcyrill2012-12-291-1/+1
| | |
* | | Fix: Disconnect CP clientbcyrill2012-12-291-7/+9
|/ /
* | Fix: SQlite in CPbcyrill2012-12-291-5/+13
|/
* Fix commentbcyrill2012-12-261-1/+1
|
* Restore needed codeErmal2012-12-191-1/+5
|
* Various fixes to removal of pipesErmal2012-12-191-8/+4
|
* Properly setup arrayErmal2012-12-191-2/+2
|
* Correct field name and add an index for ipErmal2012-12-181-2/+3
|
* Convert the CP db to sqlite rather than a text file. Some more optimizations ↵Ermal2012-12-181-77/+106
| | | | might be needed and probably vouchers db might need conversion as well.
* Move down a bit of codeErmal2012-12-171-5/+5
|
* Add square brackets around IPv6 addressesbcyrill2012-12-171-3/+7
|
* Do not flush tables on save of CP. This should allow the informations to be ↵Ermal2012-12-171-27/+15
| | | | retained during cp reconfigurations.
* Handle even hostname through filterdns entries correctly now that only 3/4 ↵Ermal2012-12-171-52/+36
| | | | table exists and they consider pipe argument. While here adapt addinga hostname without reloading CP
* There is no more table 7,8Ermal2012-12-171-2/+0
|
* Give a minimum bucket paramter of 16 since it does not need much. To avoid ↵Ermal2012-12-171-8/+8
| | | | those console warnings
* Merge pull request #284 from bcyrill/cp_certsErmal Luçi2012-12-171-2/+2
|\ | | | | Allow multiple cp zones with different ssl certs
| * Allow multiple cp zones with different ssl certsbcyrill2012-12-171-2/+2
| |
* | Separate ipfw rule no db from limiter ones. Since ipfw has per instance ↵Ermal2012-12-171-139/+140
|/ | | | feature while dummynet/limiters is a single instance.
* Merge pull request #281 from bcyrill/cp_tableChris Buechler2012-12-151-6/+6
|\ | | | | Fix action and table order in pfSense_ipfw_Tableaction calls
| * Fix action and table order in pfSense_ipfw_Tableaction callsbcyrill2012-12-151-6/+6
| |
* | Fix cp variablebcyrill2012-12-151-1/+1
|/
* Add missing cpzonebcyrill2012-12-151-1/+1
|
* Switch all the actions(pipe create/table modify/get mac address) during fast ↵Ermal2012-12-131-28/+22
| | | | path of CP to pfSense modules ones.
* Remove IPFW_FILTER flag since it gets not used anymoreErmal2012-12-131-19/+0
|
* Remove set 1 keywords from rules since sets are not used in CP since long time.Ermal2012-12-131-17/+16
|
* Remove useless rule and reorder the static rule numbersErmal2012-12-131-6/+4
|
* Correct rule number for httpsErmal2012-12-131-1/+1
|
* Fixes #2006 Forward to lighty only port 80 and 443 tcp rather than all tcp ↵Ermal2012-12-131-1/+6
| | | | traffic.
* Use the hex value since seems parsing of ipfw is broken for theseErmal2012-12-131-1/+1
|
* Remove remain from IFF_IPFW_FILTER flag not used anymoreErmal2012-12-131-1/+0
|
* Properly unlock before exit. Allow rarp to flow through ipfw of CP alos ↵Ermal2012-12-101-10/+7
| | | | allow ipv6 packets so CP can work on v6
* 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
OpenPOWER on IntegriCloud