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
*
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
*
Restore accidentaly deleted code.
Ermal Luçi
2008-06-18
1
-0
/
+2
*
Interface list improvements.
Ermal Luçi
2008-06-18
1
-4
/
+4
*
Actually make the ipfw hook first one.
Ermal Luçi
2008-05-20
1
-2
/
+5
*
Kill the source node too after killing the states.
Ermal Luçi
2008-05-20
1
-0
/
+1
*
Leave ipfw hook active on outbound direction it may break accounting.
Ermal Luçi
2008-05-20
1
-1
/
+3
*
Make Captive Portal Multi-Wan safe/compatible.
Ermal Luçi
2008-05-19
1
-1
/
+9
*
Integrate patch sent to m0n0wall-dev by Peter Allgeyer:
Scott Ullrich
2008-04-27
1
-0
/
+25
*
Ensure lock file is cleared after restart.
Scott Ullrich
2008-03-03
1
-0
/
+2
*
Add product_copyright re-branding support
Scott Ullrich
2007-12-16
1
-4
/
+4
*
globals.inc is required so that we use the correct lock file!
Scott Ullrich
2007-12-16
1
-0
/
+1
*
Don't forget line breaks!
Scott Ullrich
2007-12-12
1
-2
/
+2
*
Correctly remove old clients correctly.
Scott Ullrich
2007-12-12
1
-12
/
+42
*
Allow pfsync and carp traffic on captive portal.
Scott Ullrich
2007-12-10
1
-1
/
+2
[next]