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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NAT reflection for UDP. Was using the incorrect socket type, when udp was...
jim-p
2009-08-15
1
-3
/
+6
*
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
*
Micro speedup improvements on the parser.
Ermal Luçi
2009-08-13
1
-11
/
+9
*
Check even if the file exists or not. Only checking filesize its not enough f...
Ermal Luçi
2009-08-13
1
-2
/
+2
*
Change the parser to xmlreader instead of the current parser. This brings spe...
Ermal Luçi
2009-08-12
1
-96
/
+38
*
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
*
Actually do the test right.
Ermal Luçi
2009-08-12
1
-1
/
+1
*
Catch up with the new System->Misc option added for schedules.
Ermal Luçi
2009-08-12
1
-1
/
+2
*
Just return without the complete rule otherwise some misconfiguration may hap...
Ermal Luçi
2009-08-12
1
-1
/
+1
*
Reduce some unneeded overhead in CP generated ipfw rules.
Ermal Luçi
2009-08-11
1
-30
/
+4
*
Remove unneeded double quoutes from expression.
Ermal Luçi
2009-08-11
1
-1
/
+1
*
Mark some other function with COMPAT comment to easily find them when needed.
Ermal Luçi
2009-08-11
1
-4
/
+3
*
Add a compat function after renaming tdr_install_cron to filter_tdr_install_c...
Ermal Luçi
2009-08-11
1
-0
/
+6
*
Unlock a little faster otherwise a deadlock will occur.
Ermal Luçi
2009-08-11
1
-2
/
+2
*
Use the global variable for referencing tmp path and do not use hardcoded value.
Ermal Luçi
2009-08-11
1
-14
/
+18
*
Allow logging everything to syslog (allows syslog of snort, amongst other thi...
Chris Buechler
2009-08-09
1
-0
/
+6
*
Allow tcpdump by default on enc. There is no measurable performance impact, a...
Chris Buechler
2009-08-08
1
-2
/
+2
*
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
*
Tell syslogd to not compress information to the following line is repeated N ...
Ermal Luçi
2009-07-29
1
-3
/
+3
*
Add better checks to the lighty port setting to prevent some issues with php5...
Ermal Luçi
2009-07-28
1
-1
/
+1
*
It is printf and not print. Thanks-To: merlin from forums for spotting it.
Ermal Luçi
2009-07-28
1
-1
/
+1
*
Fix routes on the same interface and the return value of guess_interface_from...
Ermal Luçi
2009-07-27
2
-2
/
+2
*
Turn off fastcgi for installations with less than 65 megabytes of ram
Scott Ullrich
2009-07-26
1
-1
/
+5
*
PHP 5 array change handling. Better check before blindly taking the reference.
Ermal Luçi
2009-07-26
1
-0
/
+4
*
Make the propper check about arrays that php5 requires.
Ermal Luçi
2009-07-24
1
-0
/
+4
*
Eliminate the usage of global variables on the aliases. Remove some debugging...
Ermal Luçi
2009-07-24
1
-7
/
+10
*
Remove one global definition, unused. Fix style and use is_alias instead of d...
Ermal Luçi
2009-07-24
1
-5
/
+3
*
* If editing an alias do not display itself on the autocompletion list
Ermal Luçi
2009-07-23
1
-7
/
+13
*
Merge alias_expand_value and filter_generate_aliases this makes the more sen...
Ermal Luçi
2009-07-23
2
-33
/
+18
*
* Cleanup the mess that is reflection. Basically refactor the reflection code...
Ermal Luçi
2009-07-23
2
-188
/
+138
*
Create a function to generate aliases and nested aliases. This will translate...
Ermal Luçi
2009-07-22
1
-36
/
+30
*
needs to be a global now
Scott Ullrich
2009-07-15
1
-0
/
+1
*
needs to be a global now
Scott Ullrich
2009-07-15
1
-0
/
+1
*
Do not allow muting of serial + full install
Scott Ullrich
2009-07-15
1
-0
/
+2
*
Do not allow muting of a serial console. The kernel gets very cranky and di...
Scott Ullrich
2009-07-15
1
-4
/
+11
*
Be smarter at it and reduce some overhead.
Ermal Luçi
2009-07-15
1
-19
/
+6
*
Correct file names.
Ermal Luçi
2009-07-15
1
-2
/
+2
*
Remove files before recreating them. Add filter rules early content to the fi...
Ermal Luçi
2009-07-15
1
-1
/
+12
*
Do not send a HUP to racoon as that causes issue with initial
Seth Mos
2009-07-14
1
-3
/
+0
*
Switch over the dns list from arguments to dnswatch to a file which holds the...
Seth Mos
2009-07-14
1
-4
/
+3
*
Correct sysctl location
Scott Ullrich
2009-07-13
1
-4
/
+4
*
Normalize the LEDs before alerting, in case the others are in the middle of s...
jim-p
2009-07-13
1
-0
/
+1
*
Switch notice LED alert to LED 1, and make it a little more eye-catching. Als...
jim-p
2009-07-13
1
-6
/
+5
*
Make the dnswatch_list array unique before processing it
Seth Mos
2009-07-13
1
-0
/
+1
[next]