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
*
Fix #9144: Init array before use
Renato Botelho
2018-11-21
1
-0
/
+1
*
Fix #9121: Initialize arrays to prevent PHP 7 errors
jim-p
2018-11-21
139
-1005
/
+345
*
Fix #8937: Show hwaddr for LAGG members
Renato Botelho
2018-11-21
1
-1
/
+4
*
Fix #8465: Preserve default gw when switch to BACKUP
Renato Botelho
2018-11-20
1
-12
/
+14
*
Break long lines
Renato Botelho
2018-11-20
1
-6
/
+17
*
Fix few spelling issues
Augustin-FL
2018-11-20
2
-5
/
+5
*
Send MAC address as username if radmac is used for connecting an user
Augustin-FL
2018-11-20
1
-1
/
+3
*
Redirect Blocked MAC without requiring credentials if Blocked MAC URL has bee...
Augustin FL
2018-11-20
1
-1
/
+1
*
Update src/usr/local/www/vendor/d3/d3.min.js
Marco Pannetto
2018-11-20
1
-2
/
+2
*
Update src/usr/local/www/vendor/d3/d3.min.js
Marco Pannetto
2018-11-20
1
-2
/
+2
*
Removed js warnings
Marco Pannetto
2018-11-20
2
-1
/
+2
*
Init various arrays in easyrule before use with references. Fixes #9119
jim-p
2018-11-14
1
-0
/
+5
*
Fix #9071: Make sure pkg metadata is updated when repo config changes
Renato Botelho
2018-11-14
1
-0
/
+2
*
Remove unused variable
Renato Botelho
2018-11-14
1
-3
/
+0
*
Simplify logic to remove packages section from backup
Renato Botelho
2018-11-14
1
-4
/
+1
*
Always configure VTI routes when setting up the interface. Fixes #9116
jim-p
2018-11-13
1
-3
/
+1
*
Remove outdated 'Gold' reference from README.md
jim-p
2018-11-12
1
-1
/
+1
*
Add README.txt for issue #9104
jim-p
2018-11-12
1
-0
/
+86
*
Fix previous regex. Issue #9106
jim-p
2018-11-12
1
-1
/
+1
*
Replace '.' in radius name for strongSwan. Fixes #9106
jim-p
2018-11-12
1
-1
/
+1
*
Initialize QinQ arrays before use. Fixes #9109
jim-p
2018-11-12
2
-12
/
+2
*
Fix #9102: Suppress stream_select() undesired warnings
Renato Botelho
2018-11-09
1
-1
/
+1
*
Fix change detection of GUI web server toggles. Fixes #9105
jim-p
2018-11-08
1
-4
/
+4
*
Add 0.0.0.0/0 to VTI left/rightsubnets. Fixes #8859
jim-p
2018-11-07
1
-4
/
+12
*
Add checkbox to disable SMTP SSL cert verification. Implements #9001
jim-p
2018-11-07
2
-0
/
+23
*
If the cert date is negative, use DateTime instead of date. Fixes #9100
jim-p
2018-11-06
1
-0
/
+10
*
Prevent CRL from using too large a lifetime on ARM. Fixes #9098
jim-p
2018-11-06
2
-6
/
+30
*
Improve handling of empty cert tags. Fixes #9099
jim-p
2018-11-06
1
-1
/
+7
*
Prevent log size from being too large, which breaks clog. Fixes #9081
jim-p
2018-11-05
3
-0
/
+5
*
Prevent PHP error when saving log config. Fixes #9095
jim-p
2018-11-05
1
-0
/
+1
*
Make MBT prefer video console. Fixes #9094
jim-p
2018-11-05
1
-2
/
+1
*
Use EFI console when needed. Fixes #8978
jim-p
2018-11-05
1
-3
/
+4
*
Fix 9086: Remove gettext() from all 'Local Databases' strings
Renato Botelho
2018-11-01
1
-5
/
+5
*
Update translation files
Renato Botelho
2018-11-01
102
-125678
/
+170018
*
Regenerate pot
Renato Botelho
2018-11-01
1
-2495
/
+2624
*
Add help text to sshguard whitelist
Steve Beaver
2018-10-31
1
-4
/
+11
*
Skip empty IPsec P1 during upgrade to 17.5. Fixes #9083
jim-p
2018-10-31
1
-0
/
+4
*
Fix #8864: Let users modify sshguard parameters and whitelist
Renato Botelho
2018-10-31
2
-2
/
+140
*
Array initialization in NAT pages. Fixes #9080
jim-p
2018-10-30
8
-57
/
+11
*
Initialize package arrays before use. Fixes #9067
jim-p
2018-10-25
1
-5
/
+14
*
Add trailing slash to ECL check path for /config/. Fixes #9066
jim-p
2018-10-25
1
-1
/
+3
*
Fix processing of the 'all' group. Fixes #9051
jim-p
2018-10-23
2
-8
/
+18
*
Validate and protect powerd option values. Fixes #9061
jim-p
2018-10-23
2
-11
/
+24
*
Use the fw domain for DNS search when no other choices exist. Fixes #9056
jim-p
2018-10-22
1
-2
/
+3
*
gateway monitoring, wait for apinger to terminate or remove its pid file when...
PiBa-NL
2018-10-22
2
-6
/
+12
*
generate a flag even if trying to perform RADIUS MAC authentication on a non-...
Augustin-FL
2018-10-22
1
-11
/
+11
*
Implement login fallback for RADIUS MAC authentication
Augustin-FL
2018-10-22
3
-9
/
+25
*
Strictly define the EAP Identifier for custom local client entries. Fixes #9055
jim-p
2018-10-22
1
-8
/
+4
*
Consider the "all" group when determining privileges. Fixes #9051
jim-p
2018-10-19
2
-2
/
+2
*
Rewrite /etc/rc.kill_states to use pfSense module state functions. Fixes #8554
jim-p
2018-10-18
1
-15
/
+17
[next]