Mute console before load crypto modules
Update the Copyright year.
A subsequent commit will deal with .po's.
Add product_label global variable
Introduce product_label global variable, by default with same value ofproduct_name. The idea is to make it easier for rebranded products tochange the name on all visual texts while internal structures arepreserved.
While here, remove deprecated $g['platform'] and also replace places...
Remove use of deprecated $g['platform']
Create poesX interfaces for PPPoE server. Issue #11034
Fix #10997: Retire m0n0wall config compatibility
Nested alias IDN fix. Issue #10968
Disable "Hardware Checksum Offloading" if ena(4) is detected. Implements #10723
Merge pull request #4385 from vktg/nohwchksumvm
System DNS Server changes. Implements #10931
There are significant changes here, but ultimately should be a smoothtransition. See https://redmine.pfsense.org/issues/10931 for moredetails.
Disable "Hardware Checksum Offloading" if VTNET is detected. Implements #10723
Handle net.pf.request_maxcount via sysctl. Fixes #10861
Toggle VLAN_HWTSO when TSO is toggled in the GUI. Fixes #10836
Improved ACB config update by requiring only a single visit to the system
Correct CRON functionality and move to pfsense-utils.inc
'hw.usb.no_pf' is deprecated now.
Fix the repeated entries in loader.conf.
Ticket: #9647
Fix #9647.
Instead of forcing the defaults in the OS driver (introducing yet anotherchange), set the default to enable ALTQ support for hnX NICs in loader.conf.
Do not perform RADIUS accounting/prune operations when node is in backup modeImplement Redmine #97
Show default Adaptive Start/End values. Issue #7362
Add the default values of the TCP and UDP Timeouts on the WebUI. Issue #7362
Merge pull request #4170 from emmtbot/r8987-webgui-dns
URL/URL Table alias with IDN hostnames. Issue #10321
post-review additional sanity checking of parse_url output #8987
post-review changes to URL parsing and conditional style #8987
RAM Disk robustness improvements. Fixes NG 3173
Avoid very slow GUI loads when ews.netgate.com can't be resolved #8987
Merge pull request #4151 from vktg/urltablefeature
switch to resolve_host_addresses() func
urltable can return >1 IPs
This is 2020. Issue #9245
Use central download function
Reduce duplicated/inconsistent code by using the new download function.
Add central file download function for use throughout the GUI.
Fix #9716: Enable Italian translation
Update a couple of Chinese locale codes
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Merge pull request #3998 from NanoCaiordo/patch-is_fqdn
Fix the spamming of warnings about ttyv0 not being available on ARM64 devices.
While here, use a more meaningful name for the function.
Add net.pf.request_maxcount to loader.conf
On FreeBSD 12 and newer pf uses this sysctl to define maximum number ofitems supported by its allocations. Make sure it's always present in/boot/loader.conf and set it to the same value of config item forsystem -> maximumtableentries
Ticket #9308: Sort country codes
Ticket #9308: Implement get_cert_country_codes() to get the list of country codes to be used by CAs and Certs
Make get_countr_code() parameter default to 'ALL'
Update copyright notices to 2019. Happy New Year
Merge branch 'master' into patch-is_fqdn
Add Korean to the list of available languages
Fix #9121: Initialize arrays to prevent PHP 7 errors
Make MBT prefer video console. Fixes #9094
Avoids foot-shooting by restoring a config with serial enabled.
Use EFI console when needed. Fixes #8978
$str to $fqdn
Compatibility requested
Properly detect valid trailing dots
Count dots, detect a trailing one and remove it for counting. Must have at least 2 dots.
Improved domain validation
Prevent a reference error w/o rules in the config. Fixes #8993
Fix #8911: Keep configured pkg repository when restoring config
Fix an obvious mistake.
Reported by: stevewTicket: #8906Pointy-hat to: loos
Always pass the $local variabled to load_loader_conf(), it makes the code easier to read.
Sync the know variables with factory.
Filter properly the know variables in loader.conf.
The know variables should be used as prefix not as literals.
Fix some integer assumptions with calculate_ipv6_delegation_length()
add getarraybyref() utility function for general use (used also to avoid php7 'Cannot create references to/from string offsets' messages)
Validation for GUI custom settings. Fixes #8726
Add validation for customizable GUI setting fields and test submittedvalues before allowing them to be stored.Also ensure that dashboardcolumns is an integer before using it in theGUI.
Fixes #8661 PHP7 illegal string offset
Rework loader.conf(.local) filtering. Fixes #8571
If this isn't aggressive enough, we could remove the "local" changes and onlykeep the new matching method.
PHP7 system.php Resolve min/max undefined constants
Rename RCC-DFF to SG-2220
Fix the loader settings for the console on SG-2320 and SG-2340.
Add tracker ID to firewall rule list and edit page. Implements #8348
Fix my broken code, continue would not work from another loop.
Filter vm.pmap.pti entries on loader.conf when necessary.
https://forum.pfsense.org/index.php?topic=144390.msg786182#msg786182
Add GUI support to display and set the PTI state.
Do not wipe the existing file contents. Return the actual data.
Fix the variable name.
Pointy-hat to: me
Remove duplicate entries on loader.conf and loader.conf.local.
Update the Copyright notice for pfSense.
Update language selections
Merge pull request #3820 from phil-davis/status-if-disabled
Do not display logo.css as a valid theme
Allow both AES-NI and Crypto modules to be loaded at the same time. Fixes #7810
If /boot/loader.conf is not presetn check /boot/loader.conf.local.
show disabled status on status-interfaces
Add French to GUI
Add Polish to GUI, it's over 75% complete
Sort languages alphabetically (in English)
Add Dutch to GUI, it's over 75% complete
Add pt_BR back to GUI since it's over 75% complete
Remove extra spaces from User Agent
Send uniqueid instead of UUID on user-agent
Match whitespace after $vhid when checking CARP status to avoid partial matches. Fixes #7638While here, fix variable references with braces and combine the two calls to grep into a single pattern.
Don't display login CSS files in theme list
Add Spanish (Argentina) to the list of available languages
Merge pull request #3732 from phil-davis/rule-created-updated
Add Bosnian to GUI since it's over 75% translated
Standardize privilege page and sorting between users and groups. Fixes #7587
Make consistent rule information section
Detect SG-2320/SG-2340 models and set initial config for them
Merge pull request #3659 from PiBa-NL/plugin_optimize_20170321
Add German (Germany) to GUI after it reached 75%
Merge pull request #3629 from doktornotor/patch-18
Merge pull request #3695 from phil-davis/refactor_if_list_functions
Refactor get_configured_interface_list remove unused parameter