summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)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
|\
| * 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 conditionbcyrill2012-12-281-1/+1
| |/
* | Merge pull request #298 from bcyrill/cp-sqliteChris Buechler2012-12-301-2/+2
|\ \
| * | 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
* 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 r...Ermal2012-12-171-27/+15
* Handle even hostname through filterdns entries correctly now that only 3/4 ta...Ermal2012-12-171-52/+36
* 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 th...Ermal2012-12-171-8/+8
* Merge pull request #284 from bcyrill/cp_certsErmal Luçi2012-12-171-2/+2
|\
| * 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 featu...Ermal2012-12-171-139/+140
|/
* Merge pull request #281 from bcyrill/cp_tableChris Buechler2012-12-151-6/+6
|\
| * 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
* 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 tr...Ermal2012-12-131-1/+6
* 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 allow...Ermal2012-12-101-10/+7
* 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
OpenPOWER on IntegriCloud