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
...
*
Unbreak pkg-utils.inc. Extra space made it rather unhappy. Reported on IRC an...
jim-p
2009-05-30
1
-1
/
+1
*
Correct swapped values
Seth Mos
2009-05-30
1
-4
/
+4
*
Present a new package option filter_rules_needed which has a function name to...
Ermal Luçi
2009-05-29
1
-1
/
+41
*
Move all address handling of rules to the filter_generate_address. Remove che...
Ermal Luçi
2009-05-29
1
-30
/
+15
*
Fix still the address extraction.
Ermal Luçi
2009-05-29
1
-1
/
+1
*
Ooops, clear-on-reload is preenting dnsmasq from starting.
Scott Ullrich
2009-05-28
1
-1
/
+1
*
Adding --clear-on-reload:
Scott Ullrich
2009-05-28
1
-1
/
+1
*
Use --all-servers:
Scott Ullrich
2009-05-28
1
-8
/
+7
*
Fix the issue reported on http://forum.pfsense.org/index.php/topic,16559.0.ht...
Ermal Luçi
2009-05-28
1
-1
/
+6
*
Hide error.
Scott Ullrich
2009-05-28
1
-0
/
+2
*
Ensure 127.0.0.2 points out 127.0.0.1.
Scott Ullrich
2009-05-28
1
-0
/
+1
*
Fix the function that checks if a link is to be included or excluded.
Seth Mos
2009-05-28
1
-20
/
+18
*
Merge backup_vip_function to the synchronize code where its only used.
Ermal Luçi
2009-05-22
1
-23
/
+0
*
Do not spam the logs. Reported by http://forum.pfsense.org/index.php/topic,16...
Ermal Luçi
2009-05-22
1
-1
/
+1
*
Move Sync of config from filter.inc filter_reload to write_config and all the...
Ermal Luçi
2009-05-22
3
-181
/
+11
*
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
3
-48
/
+91
*
Rely on our own error handling
Scott Ullrich
2009-05-16
1
-14
/
+21
*
Move firmware update text format to globals.inc
Scott Ullrich
2009-05-14
1
-0
/
+1
*
Fix typo and check.
Ermal Luçi
2009-05-14
1
-1
/
+1
*
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
*
Fix the issue that the filter reload status stops at 'Syncing CARP data to {$...
Ermal Luçi
2009-05-13
1
-0
/
+7
*
Fix fallout of tables from the refactoring of address generation. This is a b...
Ermal Luçi
2009-05-12
1
-27
/
+7
*
Fix PPTP+RADIUS. See ticket #1926.
jim-p
2009-05-12
1
-4
/
+13
*
Fix alias table generation. (There is probably a better way to do this... Ide...
jim-p
2009-05-12
1
-2
/
+2
*
Merge after_filter_configure_run commands with the system:afterfilterchangesh...
Ermal Luçi
2009-05-12
1
-12
/
+13
*
Use the php copy function instead of forking just for copying a file.
Ermal Luçi
2009-05-12
1
-1
/
+1
*
Some more locking fixes.
Ermal Luçi
2009-05-11
1
-0
/
+3
*
Match the logic with other functions.
Ermal Luçi
2009-05-11
1
-5
/
+5
*
Fix logic.
Ermal Luçi
2009-05-09
1
-2
/
+2
*
Correct logic.
Ermal Luçi
2009-05-09
1
-6
/
+6
*
More var name fixes.
Ermal Luçi
2009-05-08
1
-1
/
+1
*
Make it work.
Ermal Luçi
2009-05-08
1
-4
/
+4
*
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
*
* Create two new functions lock($subsystem)/unlock() to have more reliable lo...
Ermal Luçi
2009-05-08
5
-160
/
+134
*
Propperly fix openvpn parameter parsing.
Ermal Luçi
2009-05-07
1
-2
/
+2
*
Fix correction of openvpn parameters.
Ermal Luçi
2009-05-07
1
-2
/
+2
*
Spit verbose messages on schedules only if in debug mode.
Ermal Luçi
2009-05-07
1
-4
/
+12
*
Remove from filter load the captive portal module loading and move it to the ...
Ermal Luçi
2009-05-07
2
-14
/
+7
*
Comment out supposed diff code that is not being used.
Ermal Luçi
2009-05-07
1
-1
/
+4
*
Move validation of dyndns username to the only place it uses it, the GUI page...
Ermal Luçi
2009-05-07
1
-11
/
+0
*
Remove another unused function.
Ermal Luçi
2009-05-05
1
-20
/
+0
*
Use exec_command instead of custom rolled function. Fix some logic here and t...
Ermal Luçi
2009-05-05
1
-7
/
+11
*
Move exec_command function to util.inc.
Ermal Luçi
2009-05-05
2
-16
/
+16
*
Rename filter_translate_type_to_real_interface to interface_translate_type_to...
Ermal Luçi
2009-05-05
3
-17
/
+17
[prev]
[next]