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
*
reload Unbound here, fixes some instances of PD-assigned v6 IPs missing from ...
Chris Buechler
2014-12-02
1
-0
/
+3
*
If get_interface_ip(v6) is passed an IP, return the IP.
Chris Buechler
2014-12-02
2
-6
/
+19
*
Use clog -f /var/log/filter.log to view firewall log entries, so they are dis...
jim-p
2014-12-02
1
-1
/
+1
*
wait 10 minutes before retrying on soft failures to avoid us getting DoSed
Chris Buechler
2014-12-02
1
-1
/
+1
*
don't include cert.pem in the obsoletedfiles list.
Chris Buechler
2014-12-02
1
-1
/
+0
*
Preserve exit code lost from s/exit/return/
Ermal LUÇI
2014-12-02
2
-3
/
+3
*
Cleanup whitespace.
Ermal LUÇI
2014-12-02
1
-3
/
+1
*
Remove exit from as much as possible backend code
Ermal LUÇI
2014-12-02
2
-9
/
+9
*
Remove exit from as much as possible backend code
Ermal LUÇI
2014-12-02
3
-11
/
+13
*
Remove exit and also properly close open files
Ermal LUÇI
2014-12-02
2
-5
/
+8
*
Lock rc.linkup based on interface to avoid races in between up/down events wh...
Ermal LUÇI
2014-12-02
1
-1
/
+4
*
Avoid calling exit in backend now that fpm is used for php since its a pesimi...
Ermal LUÇI
2014-12-02
1
-6
/
+7
*
Comment out copy paste of v4 code. No need to delete arp entries on v6.
Ermal LUÇI
2014-12-02
1
-1
/
+1
*
Comment out copy paste of v4 code. No need to delete arp entries on v6.
Ermal LUÇI
2014-12-02
1
-1
/
+1
*
also take into account the "all" option in Unbound Network Interfaces when
Chris Buechler
2014-12-01
1
-2
/
+2
*
Revert "/etc/ssl/cert.pem was obsoleted by mistake, remove it"
Renato Botelho
2014-12-01
1
-0
/
+1
*
/etc/ssl/cert.pem was obsoleted by mistake, remove it
Renato Botelho
2014-12-01
1
-1
/
+0
*
Unlink temporary xml file to avoid filling up space with junk files
Ermal LUÇI
2014-12-01
1
-0
/
+4
*
Only set i_dont_care_about_security_and_use_aggressive_mode_psk=yes where the...
Chris Buechler
2014-11-29
1
-4
/
+10
*
Correctly delete xml file after restore and conversion to rrd
Phil Davis
2014-11-29
1
-1
/
+1
*
Fix bracketing of if statement in unbound
Phil Davis
2014-11-29
1
-2
/
+2
*
fix syntax on prefix6 for DHCPv6 PD
Chris Buechler
2014-11-28
1
-1
/
+1
*
Add input validation on vpn_ipsec_settings.php. Fixes #4052.
Chris Buechler
2014-11-28
1
-1
/
+1
*
Skip v6 WANs in Unbound access-control. Ticket #4023
Chris Buechler
2014-11-28
1
-1
/
+3
*
fix v6 access-control in Unbound, Ticket #4023
Chris Buechler
2014-11-28
1
-1
/
+2
*
Ticket #4009 Force serial console whenever the installer told us so.
Ermal LUÇI
2014-11-28
1
-0
/
+3
*
check if Unbound is enabled in addition to dnsmasq for v6 DNS assignment. Fix...
Chris Buechler
2014-11-28
1
-3
/
+3
*
Fix input validation for DNS resolver when localhost is enabled in resolv.con...
Chris Buechler
2014-11-28
1
-7
/
+12
*
Merge pull request #1354 from phil-davis/patch-2
Ermal
2014-11-28
1
-5
/
+9
|
\
|
*
Process RRD backup compression in var
Phil Davis
2014-11-28
1
-5
/
+9
*
|
Correct some logic and remove temporary files
Ermal LUÇI
2014-11-28
1
-1
/
+2
*
|
Make restore one by one to help https://forum.pfsense.org/index.php?topic=846...
Ermal LUÇI
2014-11-28
1
-8
/
+12
|
/
*
Process the rrd files one by one to fix https://forum.pfsense.org/index.php?t...
Ermal LUÇI
2014-11-28
1
-2
/
+8
*
Correct typo on variable. Should help https://forum.pfsense.org/index.php?top...
Ermal LUÇI
2014-11-28
1
-1
/
+1
*
Add a parameter on platform_booting to help detect if it's on GUI on console ...
Renato Botelho
2014-11-28
3
-6
/
+7
*
Fix sapi name check to detect if it's on console, ticket #4049
Renato Botelho
2014-11-28
1
-4
/
+4
*
Remove the . here they just confuse things as in Ticket #4049. Also check tha...
Ermal LUÇI
2014-11-28
1
-9
/
+1
*
Remove these booting settings since are useless
Ermal LUÇI
2014-11-28
1
-3
/
+0
*
Remove these booting settings since are useless
Ermal LUÇI
2014-11-28
2
-6
/
+0
*
Bring back the old way of waiting for 3 times of 10seconds on bootup for a pp...
Ermal LUÇI
2014-11-28
1
-6
/
+4
*
Use function for determining if its ppp type
Ermal LUÇI
2014-11-28
1
-7
/
+1
*
Cleanup some code and use function for easier management
Ermal LUÇI
2014-11-28
1
-25
/
+3
*
Merge pull request #1352 from phil-davis/patch-8
Renato Botelho
2014-11-28
1
-1
/
+1
|
\
|
*
Fixup misleading comment
Phil Davis
2014-11-28
1
-1
/
+1
*
|
Merge pull request #1351 from phil-davis/patch-7
Renato Botelho
2014-11-28
1
-1
/
+1
|
\
\
|
*
|
Fix module name in top comment
Phil Davis
2014-11-28
1
-1
/
+1
|
|
/
*
|
Add option to disable auto-added access-control entries for users who want to...
Chris Buechler
2014-11-27
1
-38
/
+40
|
/
*
Fixes #4040 for pppoe use static route with -iface option to help when more t...
Ermal LUÇI
2014-11-27
2
-4
/
+35
*
Use the pfsense module functions rather than execing. Fixes also possible att...
Ermal LUÇI
2014-11-27
2
-5
/
+5
*
use correct variable here
Chris Buechler
2014-11-27
1
-1
/
+1
[next]