summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)AuthorAgeFilesLines
...
* | Use symlink rather than forked commands. Also simplify a bit codeErmal2013-01-211-7/+2
* | Unser some vars to free spaceErmal2013-01-211-0/+2
* | Remove remenant of file based daysErmal2013-01-211-2/+0
* | Correct stoping of the db and sending radius stopsErmal2013-01-181-2/+3
* | Missing return statementbcyrill2013-01-161-0/+2
* | Merge pull request #329 from bcyrill/patch-8Ermal Luçi2013-01-151-67/+64
|\ \
| * | Update etc/inc/captiveportal.incbcyrill2013-01-151-68/+65
| |/
* | Add portal_hostname_from_client_ip functionbcyrill2013-01-151-44/+34
|/
* Remove to parameters from system_generate_lighty_config that are unused and d...Ermal2013-01-041-4/+2
* 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
OpenPOWER on IntegriCloud