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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate RRD graph settings to a separate entry.
Erik Fonnesbeck
2010-08-10
1
-2
/
+7
*
Do not forget status_rrd_graph.php. Spotted-by: Effone
Ermal
2010-08-10
1
-6
/
+1
*
Fixes #774. Add some pages to match under proper category.
Ermal
2010-08-10
1
-1
/
+4
*
remove duplicated entry.
Ermal
2010-08-10
1
-6
/
+0
*
Fixes #684. Test file existence before trying to kill the process. Also corre...
Ermal
2010-08-10
1
-3
/
+5
*
Ticket #8. Use proper IP to pfctl -b and run the command after the rules have...
Ermal
2010-08-10
2
-8
/
+8
*
Increase upload file size to 1 megabyte
Scott Ullrich
2010-08-10
1
-1
/
+1
*
Use correct type so a proper config is generated. Reported by:http://forum.pf...
Ermal
2010-08-10
1
-3
/
+3
*
Resolves #815. Do not add protection rules if lan interface has no ip.
Ermal
2010-08-10
1
-5
/
+7
*
Show disabled interfaces as well
Scott Ullrich
2010-08-09
2
-7
/
+10
*
Adding config.console.inc
Scott Ullrich
2010-08-09
1
-0
/
+535
*
Include config.console.inc
Scott Ullrich
2010-08-09
1
-1
/
+2
*
Move all console related configuration items to config.console.inc. This wil...
Scott Ullrich
2010-08-09
4
-497
/
+9
*
don't include 255.255.255.255 here
Chris Buechler
2010-08-09
1
-3
/
+9
*
Add the ability to set a periodic RRD and DHCP leases backup from Diagnostics...
jim-p
2010-08-09
1
-0
/
+42
*
Get the real flags set on the interface to make code below work properly! Tic...
Ermal
2010-08-09
1
-1
/
+1
*
correctly use sticky and round-robin. Ticket #337
Chris Buechler
2010-08-07
1
-3
/
+3
*
don't static port 5060 by default, it breaks things much more often than it h...
Chris Buechler
2010-08-06
1
-2
/
+0
*
Do not call die while parsing package xml files. Instead return an empty arra...
Ermal
2010-08-06
1
-2
/
+2
*
Remove useless code which might even abort package deletion process.
Ermal
2010-08-06
1
-15
/
+1
*
Use global to not cause breakage if path changes.
Ermal
2010-08-06
1
-1
/
+1
*
Remove useless sysctl since it is not useful. Ticket #729.
Ermal
2010-08-06
1
-1
/
+0
*
Avoid duplicate service tags when reinstalling packages
Renato Botelho
2010-08-06
1
-0
/
+4
*
Fix execute permissions
jim-p
2010-08-06
2
-0
/
+0
*
Restore DHCP leases on boot if they have been backed up.
jim-p
2010-08-06
1
-0
/
+15
*
Backup DHCP leases on NanoBSD too
jim-p
2010-08-06
3
-0
/
+8
*
Move the RRD backup code to a script.
jim-p
2010-08-06
3
-8
/
+8
*
Make sure that the RRD path exists before apinger is started. Should really f...
jim-p
2010-08-06
1
-0
/
+3
*
chown the RRD path on every call, not just when initially creating the RRD di...
jim-p
2010-08-06
1
-1
/
+6
*
Properly clear the qlimit or tbrconfig settings when a value is deleted from GUI
Ermal
2010-08-05
1
-0
/
+4
*
Revert "Add self to the automatic nat rules generation so it easies balancing...
Scott Ullrich
2010-08-05
1
-2
/
+2
*
Add self to the automatic nat rules generation so it easies balancing the hos...
Ermal
2010-08-05
1
-2
/
+2
*
Only delete arp entries for a given interface, otherwise we can clobber the s...
jim-p
2010-08-05
1
-2
/
+2
*
When creating /var/db/rrd, make sure it's writable by wheel, and owned by nob...
jim-p
2010-08-05
1
-2
/
+3
*
Add backend code for antenna settings. Ticket #13
Erik Fonnesbeck
2010-08-05
1
-5
/
+43
*
Allow specifying other branches when using the existing repository URL in git...
Erik Fonnesbeck
2010-08-05
1
-0
/
+12
*
Some minor fixes for gitsync. Don't create these unused directories, and mak...
Erik Fonnesbeck
2010-08-04
1
-3
/
+4
*
Fix text, and default to 1400
Chris Buechler
2010-08-04
1
-1
/
+1
*
Add sysctl functions that support getting/setting multiple values in a single...
Erik Fonnesbeck
2010-08-04
1
-0
/
+61
*
Don't install reflection rules for port forwards with a destination address o...
Erik Fonnesbeck
2010-08-04
1
-1
/
+1
*
Don't split the date/time when forming a line's timestamp, use both. Otherwis...
jim-p
2010-08-04
1
-4
/
+1
*
Resolves #599. Split mtu and mss fields in interfaces page so it is possible ...
Ermal
2010-08-04
1
-2
/
+4
*
Disable TSO and LRO in upgraded configs.
jim-p
2010-08-04
1
-0
/
+7
*
Refine the setting/checking of these variables a little.
jim-p
2010-08-04
1
-3
/
+3
*
Fix this test.
jim-p
2010-08-04
1
-1
/
+1
*
Resolves #716. Correctly unset values of m1 and d on HFSC and appropriate spe...
Ermal
2010-08-03
1
-1
/
+18
*
Resolves #787. Present an option to enable a scrub rule for <vpns> target to ...
Ermal
2010-08-03
1
-0
/
+8
*
Resolves #791. add a missing = in the get request.
Ermal
2010-08-03
1
-1
/
+1
*
Add reference instead of copying also remove bogus comment and code that reli...
Ermal
2010-08-03
1
-10
/
+1
*
Use get_real_interface here and compare to that to make it more generic inste...
Erik Fonnesbeck
2010-08-02
1
-1
/
+1
[next]