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
*
Proper fix was put on f658bac
Ermal LUÇI
2014-12-04
1
-1
/
+2
*
change the ordering of dhcpd_configure and unbound_configure here, claims on ...
Chris Buechler
2014-12-04
1
-3
/
+3
*
Merge pull request #1360 from jean-m-cyr/master
Chris Buechler
2014-12-03
1
-5
/
+7
|
\
|
*
Link local interfaces don't have subnet.. don't create access-control statement
Jean Cyr
2014-12-03
1
-5
/
+7
*
|
Can't skip this if booting, ends up breaking config. Ticket #4071
Chris Buechler
2014-12-03
1
-2
/
+1
|
/
*
fix IPv6 static routes, is_ipaddrv6 returns true for strings including a
Chris Buechler
2014-12-03
1
-3
/
+2
*
Change our default resolv-retry back to OpenVPN's default. Changing this
Chris Buechler
2014-12-03
1
-1
/
+1
*
Merge pull request #1357 from DasTestament/patch-1
Chris Buechler
2014-12-02
1
-1
/
+1
|
\
|
*
Update filter.inc
Dmitriy K.
2014-12-01
1
-1
/
+1
*
|
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
*
|
Preserve exit code lost from s/exit/return/
Ermal LUÇI
2014-12-02
1
-1
/
+1
*
|
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
*
|
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
|
/
*
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
*
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
*
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
1
-2
/
+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
*
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
*
Make the parsing of setkey -d(SAs) more reliable. Fixes #4043
Ermal LUÇI
2014-11-27
1
-18
/
+19
*
Correct logic of skipping for gif/gre/bridge on top of _vips. Even though thi...
Ermal LUÇI
2014-11-27
1
-3
/
+3
*
Put the safety belts for rrds on its proper location. No need to create /tmp ...
Ermal LUÇI
2014-11-27
2
-7
/
+13
*
Fix Unbound host_entries.conf warnings on console during boot
Phil Davis
2014-11-27
1
-7
/
+20
*
Setup rrd dir before calling create_gateway_quality_rrd
Phil Davis
2014-11-27
1
-7
/
+7
*
Use the undocumented -q options of devd to reduce spamming on logs. pfSense s...
Ermal LUÇI
2014-11-27
1
-1
/
+3
*
Do not run this during bootup
Ermal LUÇI
2014-11-27
1
-1
/
+2
*
Optimize
Ermal LUÇI
2014-11-27
1
-4
/
+1
*
Do not run this code during upgrade and if ost is booting up
Ermal LUÇI
2014-11-27
1
-4
/
+8
[next]