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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some extra protection against putting empty values into the ruleset.
jim-p
2011-05-27
1
-2
/
+2
*
Ticket #1534. Try to stop packages during reboot of system.
Ermal
2011-05-27
1
-0
/
+1
*
Increase timeout to 2 minutes. Ticket #1545.
Ermal
2011-05-27
1
-2
/
+2
*
Ticket #1545. Lock each dnsHost to be updated to prevent running two instance...
Ermal
2011-05-27
1
-1
/
+6
*
Silence the route changing since it fills the logs with not needed info.
Ermal
2011-05-27
1
-2
/
+1
*
Trigger reloading of packages through check_reload_status so it can serialize...
Ermal
2011-05-27
1
-1
/
+1
*
Fix #1277
Bill Marquette
2011-05-26
1
-4
/
+9
*
Free ipfw rule number after mac pass-through deletion.
Ermal
2011-05-26
1
-0
/
+1
*
Bring more consistent style to CP edit mac and ip passthrough pages.
Ermal
2011-05-26
2
-0
/
+6
*
Just use the long reference here instead of creating potential dangerous refe...
Ermal
2011-05-26
1
-6
/
+5
*
Remove decimals from cumulative users graph.
Warren Baker
2011-05-26
1
-2
/
+3
*
Add function header
Scott Ullrich
2011-05-25
1
-0
/
+8
*
Adding a new hook system for firewall nat edit and firewall rules edit page.
Scott Ullrich
2011-05-25
3
-0
/
+43
*
Rather make use of $global variable for RRD path.
Warren Baker
2011-05-26
1
-1
/
+2
*
* Add is_ipaddr_configured() so that people do not need to reinvent the wheel...
Scott Ullrich
2011-05-25
3
-2
/
+21
*
Remove out-dated RRD file as it will cause broken images to appear on RRD gra...
Warren Baker
2011-05-26
3
-2
/
+8
*
Disable csrf checks when posting from scripts.
Ermal
2011-05-25
1
-0
/
+2
*
Provide a voucher_expire function so that voucher can be expired through a POST.
Ermal
2011-05-25
2
-112
/
+249
*
Put some debug info during dyndns update under debug conditionals.
Ermal
2011-05-25
2
-8
/
+11
*
Actually add more error checking and do not schedule a scan if it is not poss...
Ermal
2011-05-25
1
-2
/
+4
*
Improve some code and check return value from _checkIP.
Ermal
2011-05-25
1
-12
/
+13
*
Don't overwrite the $target variable. Fixes #1415
jim-p
2011-05-25
1
-3
/
+2
*
Check that the returned ip is an ip_address and not blindly trust the returne...
Ermal
2011-05-25
1
-8
/
+15
*
Correct dhcpd statement for unknown-clients. Fixes #1555
jim-p
2011-05-25
1
-1
/
+1
*
Update some code to be more readble and more compliant to php5
Ermal
2011-05-25
2
-8
/
+5
*
Correct the interface alias generation. Wrong copy-pasto before.
Ermal
2011-05-24
1
-3
/
+3
*
Correct the interface alias generation.
Ermal
2011-05-24
1
-3
/
+3
*
Correct the interface alias generation.
Ermal
2011-05-24
1
-2
/
+9
*
Use remoteips here.
Ermal
2011-05-24
1
-1
/
+1
*
Resolves #1243. Properly handle pppoe new format of config so correct ruleset...
Ermal
2011-05-24
1
-26
/
+39
*
Fix automatic and manual outbound NAT for PPTP. Fixes #954
jim-p
2011-05-24
2
-14
/
+8
*
Fix syntax error/typo. Fixes #1372
jim-p
2011-05-24
1
-1
/
+1
*
Move the code to touch needs_package_sync into the shell script portion of th...
jim-p
2011-05-24
2
-6
/
+7
*
Fixes #1444. Implements the same fix that issue ermal made in #1522 to the co...
lgcosta
2011-05-23
3
-4
/
+4
*
Fixes #1386. Correct unlooping nested port aliases.
Ermal
2011-05-20
1
-5
/
+16
*
Fix config sync issue. Resolves #1547 Fixed-by: Ermal
jim-p
2011-05-20
1
-1
/
+1
*
Correct code to use correct refernces for proxy settings set in Advanced->mis...
Ermal
2011-05-20
1
-8
/
+8
*
Correct curl setting for setting a proxy username and password. Reported-by: ...
Ermal
2011-05-20
1
-1
/
+1
*
Fixes #1508. When an interface is configured as static and an up event comes ...
Ermal
2011-05-19
1
-0
/
+2
*
Fix clearing of PPTP/PPPoE/L2TP server raw logs. Fixes #1340
jim-p
2011-05-19
1
-15
/
+32
*
Correct password variable name for input validation test on PPTP users. Fixes...
jim-p
2011-05-19
1
-1
/
+1
*
Reject alias names that are too long. Fixes #1510
jim-p
2011-05-19
2
-3
/
+2
*
Fix array parsing of rc files. Resolves #1541
jim-p
2011-05-19
2
-2
/
+2
*
Fix conf.default version
jim-p
2011-05-19
1
-1
/
+1
*
Fixes #1514. Differentiate in the carp settings between layer7, limiter and q...
Ermal
2011-05-18
2
-6
/
+19
*
When uninstalling packages try to remove even any rc files created by packages.
Ermal
2011-05-18
1
-1
/
+8
*
Restore running custom scripts under /usr/local/etc/rc.d directory since it c...
Ermal
2011-05-18
2
-11
/
+57
*
Micro optimization.
Ermal
2011-05-18
1
-1
/
+1
*
Fixes #1522. Call interface reconfigure so we bring down the interface and th...
Ermal
2011-05-18
1
-1
/
+1
*
Ticket #1534, #1433. Remove custom sync code for vip, since it array_merge() ...
Ermal
2011-05-18
1
-14
/
+8
[next]