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
*
Fix typo in function name
Renato Botelho
2015-01-22
1
-1
/
+1
*
Strict comparison not necessary here, and makes this fail to work as
Chris Buechler
2015-01-21
1
-1
/
+1
*
Ticket #4254 do not put duplicate interface names
Ermal LUÇI
2015-01-21
1
-1
/
+1
*
Ticket #4254 Actually use proper variables allover to have correct route added
Ermal LUÇI
2015-01-21
1
-11
/
+11
*
Ticket #4254 Actually use proper interface to check if gateway exists
Ermal LUÇI
2015-01-21
1
-1
/
+5
*
Ticket #4254 Use proper variable
Ermal LUÇI
2015-01-21
1
-4
/
+4
*
Ticket #4254 actually use the info on the protocol of the vpn sepcification t...
Ermal LUÇI
2015-01-21
1
-2
/
+2
*
Ticket #4254 Handle even hosts specified throguh dns name
Ermal LUÇI
2015-01-21
1
-2
/
+7
*
Ticket #4524 Bring back static routes on ipsec to make sure charon does not s...
Ermal LUÇI
2015-01-21
1
-2
/
+45
*
Be compliant with gatway groups specified on ipsec. Ticket #4254
Ermal LUÇI
2015-01-21
1
-5
/
+8
*
Ticket #4254 Actually fix this on 2.2 branch since vips are not handled by ge...
Ermal LUÇI
2015-01-21
1
-1
/
+6
*
When radvd is configured on a CARP interface, enable it when it is MASTER and...
Renato Botelho
2015-01-21
1
-0
/
+2
*
Ticket #4254 specify the list of interfaces to be used by charon. This is a w...
Ermal LUÇI
2015-01-21
1
-0
/
+9
*
Use the parent NIC rather than the VIP. Fixes part of Ticket #4252
Chris Buechler
2015-01-21
1
-2
/
+16
*
The reset button check should happen on all platforms, not only NanoBSD
jim-p
2015-01-20
1
-2
/
+0
*
Add reset button support for APU and FW7541
Renato Botelho
2015-01-19
1
-1
/
+8
*
add detection for 7541, APU
Chris Buechler
2015-01-16
1
-0
/
+12
*
Set $arch accordingly to release
Renato Botelho
2015-01-16
1
-1
/
+1
*
change update URLs for release
Chris Buechler
2015-01-16
1
-2
/
+2
*
Validate if both IP address and subnet are valid and the same version. Fixes ...
Renato Botelho
2015-01-16
1
-2
/
+3
*
Just do an update since it will handle itself properly.
Ermal LUÇI
2015-01-15
1
-1
/
+0
*
Revert "Move to specifically specifying the ID type apart when an ip address ...
Ermal LUÇI
2015-01-15
2
-35
/
+31
*
Revert "Fix typos introduced by chaning to explicit id specification when nec...
Ermal LUÇI
2015-01-15
1
-5
/
+5
*
Add RSA keys even for eap-mschapv2
Ermal LUÇI
2015-01-15
1
-1
/
+2
*
Add EAP-MSChapv2 implementation for Windows ipsec support as reported here ht...
Ermal LUÇI
2015-01-15
2
-1
/
+17
*
Oops add missing curly
Ermal LUÇI
2015-01-14
1
-1
/
+1
*
Also take care of ph1 mobile settings for eap-tls
Ermal LUÇI
2015-01-14
1
-3
/
+10
*
Correctly handle number of cores and power of 2. Merged from the package alre...
Warren Baker
2015-01-14
1
-13
/
+9
*
Add some saftey belts here to be safe
Ermal LUÇI
2015-01-13
1
-2
/
+4
*
Heh bump the config version
Ermal LUÇI
2015-01-13
1
-1
/
+1
*
To avoid issues with clashing SAIDs go back to specifying the reqid in strong...
Ermal LUÇI
2015-01-13
3
-0
/
+40
*
Unbound is compiled with libevent so setting this to always be 4096.
Warren Baker
2015-01-12
1
-9
/
+2
*
Allow for overhead and up maximum limit from 8 to 32, also only set it if its...
Warren Baker
2015-01-12
1
-7
/
+7
*
Do not leak firewall rules as well when (re)creating rules
Ermal LUÇI
2015-01-12
1
-0
/
+3
*
Fix spell typo spotted by phil-davis
Renato Botelho
2015-01-12
1
-1
/
+1
*
Fix typos introduced by chaning to explicit id specification when necessary. ...
Ermal LUÇI
2015-01-12
1
-5
/
+5
*
Use this generation now of committing pipes directly and only rules to put on...
Ermal LUÇI
2015-01-12
1
-5
/
+1
*
Revert "Ticket #3932 Use array_map to get more parallelism when there are man...
Ermal LUÇI
2015-01-12
1
-3
/
+7
*
Actually improve the previous resource leak commit since the function is ther...
Ermal LUÇI
2015-01-12
1
-21
/
+1
*
* Try to autodetect if the execution limit needs to be raised on big number o...
Ermal LUÇI
2015-01-12
1
-0
/
+31
*
Do not override the passwd string. First it prevents the md5 working if the c...
Ermal LUÇI
2015-01-12
1
-4
/
+2
*
Ticket #3932 Use array_map to get more parallelism when there are many entrie...
Ermal LUÇI
2015-01-12
1
-7
/
+3
*
Fix inherent issues with isset and empty values set as true by our parser. Th...
Ermal LUÇI
2015-01-12
1
-12
/
+12
*
Do not return disabled dynamic gateways
Phil Davis
2015-01-11
1
-6
/
+13
*
Fixes #4177 convert password to base64 to be submitted to avoid issues with s...
Ermal LUÇI
2015-01-11
1
-1
/
+1
*
Fixes #3281 do not undo any changes already done for gif/gre interface.
Ermal LUÇI
2015-01-10
1
-9
/
+13
*
Let the kernel handle REQID rather than handling it manually. The connection ...
Ermal LUÇI
2015-01-09
1
-2
/
+0
*
Add tracker and label to IPv4 Link-Local block rules.
jim-p
2015-01-09
1
-2
/
+2
*
After the other set of changes had unexpected complications, let's back this ...
Chris Buechler
2015-01-09
1
-1
/
+1
*
This broke a variety of things. Revert "Deprecated and non-static method mess...
Chris Buechler
2015-01-09
2
-125
/
+125
[next]