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
*
* 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
*
Silence dnscache message into a debug check
Seth Mos
2009-07-13
1
-2
/
+4
*
Silence route delete, this will also match on local network connected
Seth Mos
2009-07-13
1
-1
/
+1
*
Oops, we do not need to reboot to set nmbflows
Scott Ullrich
2009-07-12
1
-10
/
+4
*
Grab # cpus correctly and correct the grep for flowtable_size
Scott Ullrich
2009-07-12
1
-4
/
+4
*
Size flowtables according to Kip's recommendations and write out loader.conf ...
Scott Ullrich
2009-07-12
1
-1
/
+13
*
Enable flowtable support
Scott Ullrich
2009-07-12
1
-7
/
+24
*
Trim results
Scott Ullrich
2009-07-12
1
-1
/
+1
*
Return
Scott Ullrich
2009-07-12
1
-0
/
+1
*
Adding missing ; and full path to cut
Scott Ullrich
2009-07-12
1
-1
/
+1
*
Add enable/disable option for flow table support
Scott Ullrich
2009-07-12
1
-2
/
+4
*
Allow auto firmware upgrade to work on NanoBSD
Scott Ullrich
2009-07-11
1
-3
/
+5
*
Allow auto firmware upgrade to work on NanoBSD
Scott Ullrich
2009-07-11
1
-1
/
+8
*
Adding get_freebsd_version(). Use get_freebsd_version() to check if we shoul...
Scott Ullrich
2009-07-11
2
-2
/
+8
*
Oops, pasted wrong sysctl
Scott Ullrich
2009-07-11
1
-2
/
+2
*
For now set the number of flows to the same as allowable states.
Scott Ullrich
2009-07-11
1
-1
/
+4
*
First try at an LED library to help control the LEDs on ALIX, WRAP, or anythi...
jim-p
2009-07-10
1
-0
/
+331
*
Send gateway notifications to GROWL
Scott Ullrich
2009-07-09
1
-5
/
+13
*
Send alerts/notices to Growl
Scott Ullrich
2009-07-09
1
-1
/
+1
*
Adding register_via_growl()
Scott Ullrich
2009-07-09
1
-2
/
+19
*
Adding sockets
Scott Ullrich
2009-07-09
1
-1
/
+1
*
Adding Notifications tab
Scott Ullrich
2009-07-09
1
-1
/
+1
*
Oops, store config in correct location
Scott Ullrich
2009-07-09
1
-3
/
+2
*
Adding System: Advanced: Notifications to priv list
Scott Ullrich
2009-07-09
1
-0
/
+6
*
Only invoke growl functions when an ip address is defined.
Scott Ullrich
2009-07-09
1
-3
/
+5
*
Set priority to 1 (HIGH)
Scott Ullrich
2009-07-09
1
-1
/
+2
*
Remove double global declaration
Ermal Luçi
2009-07-09
1
-1
/
+1
*
Adding notify_via_growl() function which assists in sending growl messages to...
Scott Ullrich
2009-07-09
1
-1
/
+20
*
Set the memory limit to 128M
Scott Ullrich
2009-07-09
1
-1
/
+6
*
Add forgotten global so file creation actually works.
Ermal Luçi
2009-07-09
1
-7
/
+6
*
Correct spacing for interfaces. Reload interfaces after assinging is changed ...
Ermal Luçi
2009-07-09
1
-1
/
+1
*
I really need to take more coffee. Fix another typo.
Ermal Luçi
2009-07-09
1
-1
/
+1
*
Fix typo
Ermal Luçi
2009-07-09
1
-1
/
+1
*
Add missed commit for package filter functions to work.
Ermal Luçi
2009-07-09
1
-0
/
+2
*
Include only .inc files. This fixes issues with packages that this function i...
Ermal Luçi
2009-07-09
1
-1
/
+1
*
Adding growl class which can be used to send growl alerts. Will add the GUI ...
Scott Ullrich
2009-07-09
1
-0
/
+92
[next]