Update SimplePie to 1.5.1
Merge pull request #3926 from martgras/azureddns
remove whitespace - pt. 2
Fix function name typo
Add function to detect OCSP Must Staple certs. Ticket #8418 and Ticket #8299
Fix #8417
- Changed default value for Maximum Table Entries to 400000 in order to make bogonsv6 to work- Added code to upgrade config and set default value on systems where it's not defined- Changed default config to match new default and version 18.0...
Add copyright version param
Merge pull request #3923 from robjarsen/tweak/rm-whitespace
Redmine # 7769: Add support for Azure DNS to DynamicDNS
Fixes a regression in my previous commit.
IP aliases can be used with CARP vhids too.
Reported by: PiBaTicket: #8393
Remove Whitespace
I'm aware this is a very large commit. Let me know if you'd rather have it broken down by file type (ie: PHP/shell scripts) so it would be easier to review.
-RJ
Merge pull request #3915 from cxcv/proxyarp
Merge pull request #3916 from robjarsen/tweak/cf-spelling
Merge pull request #3919 from PiBa-NL/20180329-copyright-showonce
Fixes a bug where an IP alias on loopback interface is not initialized at boot.
A recent change changed the IP alias setup to only happen on enabled interfaces. As the loopback interfaces do not have the enabled flag on config there are being skiped.
While here reduce some duplicate code and apply the same rules for VIPs and IP aliases....
copyright, show only when changed md5 changed
Ensure the OpenVPN wizard protocol is valid for use in firewall rules. Fixes #8391
Remove the possessive
Move copyright notice to /conf
Fix copyright typo
Further copyright updates
Revisions to copyright text
Rename RCC-DFF to SG-2220
Change reported version to installed version rather than product version for more detail
Simplify copyright notice display
Update obsoleted files
Make copyright notice downloadable from serverTrigger cpyright notice on completion of setup wizard
Bump up the XML config version.
missed a few
Change CloudFlare to Cloudflare
This commit also includes misc. whitespace removal on the affected files.
fixed code style
Don't read picture file if it does not exist
avoid firwall rules for proxyarp addresses
Bump version to 2.4.4-DEVELOPMENT
Revise picture widget to store image on file system, not in XML config
Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense
Revise picture widget to store inamge on file system, not in XML config
Make our rc ready for recently introduced exit code in fsck
Inspired by: https://svnweb.freebsd.org/base?view=revision&revision=331015
Apply microcode update on boot
Bump up the default config.xml version.
Add a placeholder for a factory update.
Fix case where $_POST['if'] == 0 in sprint_info_box()
Fix #8208
When restoring backup, delete packages not present in new config.xml
Ticket #8208
When restoring backup, set default pkg repository
When restoring backup, do not call pfSense-upgrade on boot
Do not call get_pkg_info() when it's not going to be used
Respect default repo
Deduplicate build_repo_list() and get_repo_name()
Fix one more IGMP ref. Fixes #8356
Correct variable reference for IGMP proxy enable in upgrade code. Fixes #8356
Merge pull request #3911 from PiBa-NL/20180304-igmp-disable
Add sanity check to rule passing out from host to ensure it does not have a blank destination subnet. Fixes #8360
igmp, Add option to disable the igmp service, bump global.inc version
Merge pull request #3910 from PiBa-NL/20180304-fix-log-link
igmp, Add option to disable the igmp service
fix log link
small addition to augment jim-p's 58a2ba621c390362170aa2e377e4b41c8fdce1c6
Fix quoting on rc.bootup conf_path changes
Force the configuration reload after the initial interface assignment.
Also, always save the assign_complete status.
Fix the loader settings for the console on SG-2320 and SG-2340.
Replace some hardcoded paths.
Add missing firewall rule tracker info to automatically generated rules. Fixes #8353
Add tracking to enableallowallwan and change to single rule. Ticket #8353
Add tracker ID to firewall rule list and edit page. Implements #8348
Fix #7972
Rework the way Captive Portal vouchers are synchronized on HA:
- When voucher use is enabled on primary, do the same on secondary- When voucher rolls are created/modified/deleted, sync to secondary- When voucher is used, disconnected or expired, sync it in both...
Rename the variables on the rest of DHCP functions.
Remove some dead code, rename variables.
This function is not consumed only by WAN, so use more neutral names to avoid any assumptions.
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.
Update translation files
Regenerate pot
Merge pull request #3892 from al-right/master
Merge pull request #3906 from phil-davis/system_authservers-authentication-containers-01
Merge pull request #3907 from phil-davis/auth-server-test-output-01
Trim domain for learned DNS entries. Ticket #6847
If the CN is already an FQDN on the given domain, this prevents thedomain from being present in the record twice (e.g. host.example.comas a CN leads to records for host.example.com.example.com)
Do not wipe the existing file contents. Return the actual data.
Fix the variable name.
Pointy-hat to: me
Report correct auth server host when testing LDAP auth server
Mark authentication containers label as required field
Fix #7469
Sort users / groups alphabetically on config.xml
Be more verbose about users/groups sync
Fix typo
Remove duplicate entries on loader.conf and loader.conf.local.
Update the copyright year in a couple of missing points.
Update the copyright year on login page.
Ticket: #8331
Break some long lines
Fix #8317
Verify if pipes were created in current system before attempt to removethem
Do no try to lock when file doesn't exist
Implement dry_run mode in captiveportal_free_dnrules()
To be used later on a fix for ticket #8317 just return the arraycontaining pipes to be removed without removing them fromcaptiveportaldn.rules
Fixing filename. Thanks Renato
Allow Dual Stack IPsec P1 interface. Fixes #6886
Allow "Both" to be selected for IPv4/IPv6 on IPsec P1, in the config use both addresses as "left =" if they both exist.Some cases where a single address was assumed (e.g. ping hosts) default to using the first address....
Consider IPv6 for IPsec bypasslan. Fixes #8321
Merge pull request #3905 from pulcov/master
Correct variable used to populate the IPv4/IPv6 selector on status_logs_settings.php. Fixes #8323
Fixed #8322 to accommodate case where no VIPs are defined
Do not apply a DHCP static mapping uniqueness test for hostnames or IP addresses. The DHCP daemon allows the entries to be duplicated provided they have unique MAC addresses or identifiers. Fixes #8220
Revert "Add cxgbe to ALTQ list. Fixes #8314" Apparently it's not supported by the driver, despite what the man page claims.
This reverts commit 40f2c5d909220dd5aaa23515d25a04916438304d.