Feature #10256
Merge pull request #4184 from vktg/dhcpmaclimit
DHCP group known clients by interface. Issue #1605
Fixed dhcpdv6 config generation for domain-list option. Fixes #10200
Mount devfs for unbound when python is enabled. Fixes #9251
(cherry picked from commit 741892ee23a9085b71fa94fcfb8375044fec6ee2)
This is 2020. Issue #9245
Remove superfluous ( )'s
3rd try - change config names
2nd trychange config option to avoid positive checkbox = negative option
Add opts to services_dhcpv6.php and services_router_advertisements.php
Adds config options to disable pushing DNS server options to dhcp6clients via dhcpd or radvd. Fixes an issue when using split-horizonDNS with dnsmasq via `localise-queries` option since that supports...
Revert "RADVD: In "managed" or "stateless_dhcp" mode, don't use default values for DNS servers etc (these should come from DHCPv6)"
This reverts commit dcc887a355aae49c7df0c29752c04e12922aca83.
Merge pull request #4046 from elbinteh/radvd-no-default-values
Fix #7304: Add OMAPI to the DHCP Server settings
Supports setting a port and setting or generating a key. Service isenabled when settings are defined. Validation logic added on save toverify port is valid and not in use as well as that a key is defined or...
Fixes #9362: proxied value must be a boolean
Fix #9285: Move ping-check option from global to per-subnet
Merge pull request #4029 from BBcan177/patch-1
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Merge pull request #4061 from evantill/master
Merge pull request #4041 from gitdevmod/master
Add Gandi LiveDNS DynDNS client.
Update services.inc
Teach dhcrelay about upstream and downstream interfaces. Fixes #9466
No config changes or UI changes, it is handled automatically.
Merge pull request #4043 from artooro/pingcheck
Merge pull request #4035 from emmtbot/ddns-linode
Unbound python mod - services.inc
Fix some illegal offset errors. Issue #9366
RADVD: In "managed" or "stateless_dhcp" mode, don't use default values for DNS servers etc (these should come from DHCPv6)
use disablepingcheck as option name
add an option to the DHCP server to disable the ping check feature
Add Dynamic DNS support for Linode #9268
Unbound python integration
pfSense Unbound - Mount folders for python
Update copyright notices to 2019. Happy New Year
Fix test $g['product_version_string']
Bug #9218
Fix #9121: Initialize arrays to prevent PHP 7 errors
Remove obsolete OLSRD code. Implements #9117
Fix PHP7 errors in the Dynamic DNS widget. Fixes #8648
Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group
Merge pull request #3918 from RepositPower/default-route-preference-in-radvd.conf
Gateways, allow for configuring a gatewaygroup as the default gateway.-Avoid changing routes by just visiting a webgui page.-Avoid change some unneeded events when nothing changed.
Merge branch 'master' into add_do_dyndns
Add DigitalOcean DynDNS client
Redmine # 7769: Add support for Azure DNS to DynamicDNS
Patch for specifying router preference for the default ipv6 route pushed by radvd.conf
Change CloudFlare to Cloudflare
This commit also includes misc. whitespace removal on the affected files.
Fix one more IGMP ref. Fixes #8356
igmp, Add option to disable the igmp service
Merge pull request #3905 from pulcov/master
Add DDNS client update option to DHCPv4 configuraiton
Fix dyndns update with gateway group
Fixes a bug in primary DHCPD host detection for failover.
Properly detect the master host based on CARP skew at setup time when used with HA.
Add an update source control to RFC2136 dynamic DNS updates. Implements #8278
Update the Copyright notice for pfSense.
Add RFC 2136 Client key algorithm choice. Implements #8244
Replace Dynamic DNS dnssec-keygen style files with simpler ddns-confgen style file.
Merge pull request #3887 from JoeriCapens/dhcp-ddns-algorithm-choice
Set default key algorithm to hmac-md5
Fix #6319 again by adding missing dns-servers
Add DHCP Dynamic DNS key algorithm choice. Implements #6621
Fix #6319 by setting ptr-domain and key variables correctly for dhcpdzones()
Merge branch 'master' into master
Merge pull request #3875 from LedPighp/dyndns_godaddy
Merge pull request #3747 from PiBa-NL/20170529-dhcprelay-destination-interface-discovery
Feature #8123: Add GoDaddy as a Dynamic DNS provider
Merge pull request #3811 from trunet/add-cloudns-to-dynamicdns
Fix 7868 - Allow to enable hostres on all platforms after fix on FreeBSD-src
Merge pull request #3821 from PiBa-NL/20170916-bsnmp-hostrest-check
Fix #7949
Add UEFI 32 and UEFI 64 filenames defined inside a pool to dhcpd.conf
snmpd, hostres cpu usage on virtual environments that have a virtual cd drive seems to happen on most (all?) hypervisors.
Merge branch 'master' into add-cloudns-to-dynamicdns
SNMP, check for several hypervisors that cause hostres module high cpu usagealso skip setting it in the bnsmp config when such platform is detected without needing the user to save settings again
Fix incorrect function name/typo. Ticket #7719
(cherry picked from commit 48c4a0ea0958c0820f6caab2bf5182967114ac58)
Fix #7719
When Dynamic DNS entry uses a gateway group as interface,return_gateway_groups_array() will be called and it returns realinterface instead of friendly name, as expected. Take both friendly andreal interface name into consideration.
adding route53-v6
modified constants DYNDNS_PROVIDER_VALUES and DYNDNS_PROVIDER_DESCRIPTIONS to add route 53 v6.
dyndns: Adding support for ClouDNS (https://www.cloudns.net)
If the user chose to have DDNS Hostnames forced, respect that in the backend code for static map IPv6 hosts. Fixes #7324
Some systems - only one that I am aware of, complain that unbound is starting before dchp6 has completed leading to problems, this occurs only on boot.
Further examination did indeed show that the problem is caused by unbound starting before the dhcp6c - RTSOLD - rc.newwanipv6 have completed, making sure that these have all run before unbound is allowed to start corrects the problem....
Use an alternate method to stop unbound and fix #7326
Merge pull request #3771 from PiBa-NL/20170701-cron-fix
Several complaints of unbound problems after commiting, so back this out. Revert "Change the way unbound is stopped when the process is being restarted, to give the old process enough time to exit cleanly. Fixes #7326"
This reverts commit 38d110824c87ff60c6289c0432d55009586ceee4.
cron, fix job removal by index splice and write valid schedules for ramdrive backups
Change the way unbound is stopped when the process is being restarted, to give the old process enough time to exit cleanly. Fixes #7326
Set a value for this variable in each case, so a previous value isn't re-used in a loop.
dhcp-relay, replace the dhcprelay specific implementation of get_realinterface_for_destination() by the generic guess_interface_from_ip()
dhcp-relay, combine clean and fix code for destination interface discovery
Merge branch 'master' of https://github.com/pfsense/pfsense intodyndns_dreamhost
Merge pull request #3549 from xygrec/patch-dyndns-hover
Variable syntax correction. Fixes #7446.
Add separate bindip for usepublicip case. Fixes #7446.
Add local directive to nsupdate file. Fixes #7446.
cron, dont write_config() when nothing changed.
Use the same cache filename pattern for RFC2136 IPv6 items as used by dyndns
Added Dreamhost and Dreamhost V6 to list of DYNDNS services.
Code with multiple %s in etc