index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
inc
/
captiveportal.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forward all udp request to port 53(DNS) to our local server. This allows peop...
Ermal Luçi
2009-09-23
1
-1
/
+1
*
Only unload ipfw.ko if it is loaded. Doh
Scott Ullrich
2009-09-21
1
-1
/
+2
*
set 2/3 are no more used with ipfw.
Ermal Luçi
2009-09-20
1
-2
/
+0
*
Move the allowed ips to set 1 as well.
Ermal Luçi
2009-09-20
1
-4
/
+4
*
Forward everything to the CP portal page since some people might have proxies...
Ermal Luçi
2009-09-20
1
-1
/
+1
*
Remove the anti lockout rule on captive portal ruleset this opens a can of wo...
Ermal Luçi
2009-09-20
1
-10
/
+0
*
Teach captiveportal code to use the mac in tables functionality. Change the d...
Ermal Luçi
2009-09-20
1
-8
/
+4
*
It seems upon captive portal startup the captiveportal.db file is not written...
Scott Ullrich
2009-09-17
1
-0
/
+3
*
Return NULL when captive portal is not enabled
Scott Ullrich
2009-09-17
1
-1
/
+1
*
Do not process IPFW rules if captive portal is disabled.
Scott Ullrich
2009-09-17
1
-1
/
+2
*
Fix multiple radius server handling.
Ermal Luçi
2009-09-14
1
-18
/
+8
*
Before configuring CP make sure that all interfaces are not set for filtering...
Ermal Luçi
2009-09-13
1
-1
/
+4
*
Flush all tables when restarting/saving a CP configuration.
Ermal Luçi
2009-09-13
1
-1
/
+2
*
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
Scott Ullrich
2009-09-12
1
-4
/
+9
*
Spelling and comment formatting changes, no code changes.
stompro
2009-09-08
1
-8
/
+10
*
Correct typo. Reported-by: stompro(forums:http://forum.pfsense.org/index.php/...
Ermal Luçi
2009-09-05
1
-1
/
+1
*
Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into re...
Scott Ullrich
2009-08-24
1
-4
/
+4
|
\
|
*
Added a missing argument in the lighty configuration for captive portal.
Nigel Graham
2009-05-26
1
-2
/
+2
|
*
Added support for certificate chains to manager so that lighty can deliver th...
Nigel Graham
2009-05-24
1
-2
/
+2
*
|
Add my copyright.
Ermal Luçi
2009-08-14
1
-0
/
+1
*
|
Forgotten increase of the limit.
Ermal Luçi
2009-08-14
1
-1
/
+1
*
|
* Convert captive portal rules to use tables. This reduces the number of rule...
Ermal Luçi
2009-08-14
1
-96
/
+88
*
|
Use ipfw tables for allowed ips. This reduces the number of rules needed for ...
Ermal Luçi
2009-08-13
1
-53
/
+41
*
|
Fix some logic on enabling or disabling ipfw filtering on interfaces.
Ermal Luçi
2009-08-12
1
-2
/
+5
*
|
Readd rule since it makes the policy easier to read.
Ermal Luçi
2009-08-12
1
-0
/
+1
*
|
Reduce some unneeded overhead in CP generated ipfw rules.
Ermal Luçi
2009-08-11
1
-30
/
+4
*
|
Circumvent weirdness of php when unsetting an array members during a loop.
Ermal Luçi
2009-07-31
1
-2
/
+6
*
|
Add ';' which should make the error page link work again.
Ermal Luçi
2009-07-31
1
-1
/
+1
*
|
Fix a probably php undetermined behaviour of code in php.
Ermal Luçi
2009-07-30
1
-1
/
+4
*
|
* Garbage collect a variable used for lockfile in the CP before but is unusef...
Ermal Luçi
2009-06-30
1
-2
/
+0
*
|
Fix various issues reported on http://forum.pfsense.org/index.php/topic,8672....
Ermal Luçi
2009-06-30
1
-0
/
+1
*
|
Port voucher login ability on CaptivePortal from M0n0Wall.
Charlie
2009-06-13
1
-1
/
+10
|
/
*
Fix ipfw rule syntax.
Ermal Luçi
2009-05-22
1
-1
/
+1
*
Fix the rule to actually match on multiple interfaces.
Ermal Luçi
2009-05-22
1
-2
/
+4
*
Make the CP interface check code more buller proof.
Ermal Luçi
2009-05-21
1
-4
/
+6
*
Make CP multi-interface capable.
Ermal Luçi
2009-05-21
1
-44
/
+88
*
Use file() function which suits the need better.
Ermal Luçi
2009-05-14
1
-2
/
+3
*
* Use file_get_contents its better and process the contents of the file after...
Ermal Luçi
2009-05-13
1
-13
/
+19
*
Correct logic.
Ermal Luçi
2009-05-09
1
-6
/
+6
*
Reduce includes.
Ermal Luçi
2009-05-08
1
-1
/
+1
*
Convert CP to use the new lock/unlock functions.
Ermal Luçi
2009-05-08
1
-68
/
+34
*
Fix a lock leaking on CP.
Ermal Luçi
2009-05-08
1
-3
/
+2
*
Remove from filter load the captive portal module loading and move it to the ...
Ermal Luçi
2009-05-07
1
-3
/
+6
*
Remove duplications.
Ermal Luçi
2009-05-01
1
-12
/
+2
*
Schedules are handled by pf(4) now.
Ermal Luçi
2009-05-01
1
-15
/
+1
*
* Hide interfaces internals to other code and use the propper interfaces.
Ermal Luçi
2009-03-30
1
-9
/
+5
*
Shaper has no more enable disable functionality.
Ermal Luçi
2008-12-07
1
-16
/
+11
*
Refactor ipfw loading.
Ermal Luçi
2008-11-11
1
-14
/
+1
*
* Rename get_current_wan_address to get_interface_ip
Ermal Luçi
2008-10-23
1
-2
/
+2
*
Remove duplicate function portal_mac_fixed()
Scott Ullrich
2008-08-12
1
-18
/
+18
[next]