summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
Commit message (Expand)AuthorAgeFilesLines
* Try to prevent empty interfaces.Ermal Luçi2009-12-071-2/+4
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-211-2/+0
* Properly correct ipfw rule.Ermal Luçi2009-11-151-2/+2
* Revert "Correct ipfw rule."Ermal Luçi2009-11-151-2/+2
* Correct ipfw rule.Ermal Luçi2009-11-151-2/+2
* Not sure why this was changed like this. As is, you couldn't disconnect the f...Chris Buechler2009-11-151-4/+2
* always return the IP address hosting the page, rather than forcing to the hos...Chris Buechler2009-11-141-0/+10
* actually allow DNS to forwarder. CP is still broken, but this is closer at l...Chris Buechler2009-11-141-1/+3
* Allow udp only from/to our local dns server. If wanted pass through can be ad...Ermal Luçi2009-11-111-2/+2
* - Should fix captive portal on carps Issue #116Ermal Luçi2009-11-101-3/+20
* Forward all udp request to port 53(DNS) to our local server. This allows peop...Ermal Luçi2009-09-231-1/+1
* Only unload ipfw.ko if it is loaded. DohScott Ullrich2009-09-211-1/+2
* set 2/3 are no more used with ipfw.Ermal Luçi2009-09-201-2/+0
* Move the allowed ips to set 1 as well.Ermal Luçi2009-09-201-4/+4
* Forward everything to the CP portal page since some people might have proxies...Ermal Luçi2009-09-201-1/+1
* Remove the anti lockout rule on captive portal ruleset this opens a can of wo...Ermal Luçi2009-09-201-10/+0
* Teach captiveportal code to use the mac in tables functionality. Change the d...Ermal Luçi2009-09-201-8/+4
* It seems upon captive portal startup the captiveportal.db file is not written...Scott Ullrich2009-09-171-0/+3
* Return NULL when captive portal is not enabledScott Ullrich2009-09-171-1/+1
* Do not process IPFW rules if captive portal is disabled.Scott Ullrich2009-09-171-1/+2
* Fix multiple radius server handling.Ermal Luçi2009-09-141-18/+8
* Before configuring CP make sure that all interfaces are not set for filtering...Ermal Luçi2009-09-131-1/+4
* Flush all tables when restarting/saving a CP configuration.Ermal Luçi2009-09-131-1/+2
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-121-4/+9
* Spelling and comment formatting changes, no code changes.stompro2009-09-081-8/+10
* Correct typo. Reported-by: stompro(forums:http://forum.pfsense.org/index.php/...Ermal Luçi2009-09-051-1/+1
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into re...Scott Ullrich2009-08-241-4/+4
|\
| * Added a missing argument in the lighty configuration for captive portal.Nigel Graham2009-05-261-2/+2
| * Added support for certificate chains to manager so that lighty can deliver th...Nigel Graham2009-05-241-2/+2
* | Add my copyright.Ermal Luçi2009-08-141-0/+1
* | Forgotten increase of the limit.Ermal Luçi2009-08-141-1/+1
* | * Convert captive portal rules to use tables. This reduces the number of rule...Ermal Luçi2009-08-141-96/+88
* | Use ipfw tables for allowed ips. This reduces the number of rules needed for ...Ermal Luçi2009-08-131-53/+41
* | Fix some logic on enabling or disabling ipfw filtering on interfaces.Ermal Luçi2009-08-121-2/+5
* | Readd rule since it makes the policy easier to read.Ermal Luçi2009-08-121-0/+1
* | Reduce some unneeded overhead in CP generated ipfw rules.Ermal Luçi2009-08-111-30/+4
* | Circumvent weirdness of php when unsetting an array members during a loop.Ermal Luçi2009-07-311-2/+6
* | Add ';' which should make the error page link work again.Ermal Luçi2009-07-311-1/+1
* | Fix a probably php undetermined behaviour of code in php.Ermal Luçi2009-07-301-1/+4
* | * Garbage collect a variable used for lockfile in the CP before but is unusef...Ermal Luçi2009-06-301-2/+0
* | Fix various issues reported on http://forum.pfsense.org/index.php/topic,8672....Ermal Luçi2009-06-301-0/+1
* | Port voucher login ability on CaptivePortal from M0n0Wall.Charlie2009-06-131-1/+10
|/
* Fix ipfw rule syntax.Ermal Luçi2009-05-221-1/+1
* Fix the rule to actually match on multiple interfaces.Ermal Luçi2009-05-221-2/+4
* Make the CP interface check code more buller proof.Ermal Luçi2009-05-211-4/+6
* Make CP multi-interface capable.Ermal Luçi2009-05-211-44/+88
* Use file() function which suits the need better.Ermal Luçi2009-05-141-2/+3
* * Use file_get_contents its better and process the contents of the file after...Ermal Luçi2009-05-131-13/+19
* Correct logic.Ermal Luçi2009-05-091-6/+6
* Reduce includes.Ermal Luçi2009-05-081-1/+1
OpenPOWER on IntegriCloud