Project

General

Profile

Download (108 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
da59b0a3 02/19/2021 05:30 AM bitscher

Merge branch 'master' into master

fe6b1252 02/18/2021 03:58 PM Viktor Gurov

Mythic-Beasts.com DynDNS provider support. Implements #7842

2efdd601 02/15/2021 01:20 AM bitscher

Add IPv6 support for Gandi LiveDNS dynamic DNS handler

  • Simplify the use of the LiveDNS API by using another API call that
    handles both creating and updating for a given name and record type
    instead of the former two step operation that was fetching the whole...
8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

112b85ea 12/30/2020 09:21 PM Renato Botelho

Merge pull request #4489 from lepurt/master

f2b03cda 12/14/2020 10:35 AM Viktor Gurov

Domeneshop DynDNS correct return code check. Fixes #11146

effd64ce 12/14/2020 10:33 AM Viktor Gurov

Namecheap DDNS error code fix. Issue #5308

cb8ecda5 12/13/2020 05:41 PM Sébastien Trupel

Allow wildcard DNS record of type A in DynDNS client for DNS provider Gandi. Ticket #11159.

3501e0c4 11/16/2020 12:09 PM Viktor Gurov

No-IP DynDNS provider API update. Implements #6638

cc0618e2 11/05/2020 07:34 PM Michael Smith

Change client endpoint update API for he.net tunnelbroker dynamic dns

048d4cdb 10/31/2020 10:59 PM Michael Smith

HE.net Tunnelbroker dynamic dns not supplying ip address parameter

88d878f2 10/19/2020 07:11 PM Chris Pick

Support omitting Cloudflare Zone ID for dynamic DNS

In May, Cloudflare
[improved their API](https://community.cloudflare.com/t/bug-zone-detail-by-name-requires-zone-list-permission/128042/14)
so that a token scoped to a particular zone now has permission to...

00105b36 10/11/2020 03:25 PM wurzelpanzer

easyDNS IPv6 DynDNS support

This adds support for IPv6 records to easyDNS DynDNS.

https://redmine.pfsense.org/issues/10972

4d6cc223 08/11/2020 09:14 AM Viktor Gurov

Domeneshop DynDNS support. Implements #10826

92b7987b 06/10/2020 02:29 PM Renato Botelho

Merge pull request #4334 from csobankesmarki/master

c7df496c 06/01/2020 04:38 PM Ricky Burgin

Adjusted freedns v2 API var name to be more readable

49d54787 06/01/2020 11:38 AM Ricky Burgin

Add support for freeDNS DynDNS v2 API refs #10617

fb477a9d 05/29/2020 08:22 PM Csoban Kesmarki

Fixed whitespace issues as requested by jim-p in the review.

d5e1cbd6 05/25/2020 04:41 PM Csoban Kesmarki

Redmine Issue: https://redmine.pfsense.org/issues/10592

eeb38d3e 05/18/2020 02:37 PM Renato Botelho

Merge pull request #4312 from vktg/dynv6

96b2a66a 05/09/2020 10:02 AM Viktor Gurov

DynDNS dynv6.com support. Issue #9642

4f79a07e 05/09/2020 08:42 AM Viktor Gurov

DynDNS DNSExit URL fix. Issue #9632

11360468 04/15/2020 06:34 PM Ben Tyger

Fixed syntax issues

0bdae0b4 04/15/2020 06:16 PM Ben Tyger

fixed tab issue

Fixed tab issue

30c7b89b 04/15/2020 05:59 PM Ben Tyger

Adding DynDNS response logging

When verbose logging is enabled for a dynamic DNS provider, the DynDNS code will now write the HTTP response to the system log. This is extremely useful when troubleshooting issues.

08939cfb 04/06/2020 04:19 PM Csoban Kesmarki

DigitalOcean IPv6 DDNS Client to find IPv6 entries when updating. Issue #10390

-[] Redmine Issue: https://redmine.pfsense.org/issues/10390

-[] Ready for review

ea4a05ed 02/20/2020 03:31 PM Renato Botelho

Merge pull request #4195 from netpok/feature/cloudflare-token

f9734a1a 02/18/2020 05:06 PM Balázs Váradi

Add spaces to concatenation

e59b9382 02/18/2020 02:12 PM Balázs Váradi

Fix formatting and remove empty strings

1c67c475 02/18/2020 12:44 PM Csoban Kesmarki

Broke long lines to improve readability

Followed rbgarga's suggestions.

e67f13c6 02/17/2020 11:32 AM Balázs Váradi

Implement Cloudflare DDNS with API token

91aa6dfd 02/14/2020 08:50 PM Csoban Kesmarki

Feature #10256

e9015d70 02/08/2020 10:24 AM Tibor Bacsi

fixing bug https://redmine.pfsense.org/issues/10241

e9869c5a 01/21/2020 01:57 PM Jim Pingle

CF DDNS wants int for TTL. Issue #10196

9404b54a 01/21/2020 01:37 PM Jim Pingle

Add TTL for CloudFlare DDNS. Fixes #10196

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

5ae31b9e 09/03/2019 01:37 PM Renato Botelho

Merge pull request #4070 from paul/patch-1

d43154fe 09/03/2019 01:20 PM Renato Botelho

Do not use constructor with the same name of class, it's going to be deprecated

cedc8184 08/22/2019 08:12 AM kristoffer-ekenstam

Fixed #8014

Fixed wildcard variable not being set correctly.
Updated CURLOPT_URL according to provider's documentation.
Added support for MX records.

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

b73d8949 07/10/2019 05:52 PM Steve Beaver

Fixed #9245 updating copyright notices

6c7d0571 06/10/2019 05:38 PM Paul Sadauskas

Fix handing of DNSimple API response

It seems DNSimple started using HTTP/2, which broke the regex the dnsimple updater was using to check for success. I changed it to use the CURLINFO_HTTP_CODE instead.

I noticed several other providers are using the regex status match instead of HTTP_CODE, but I didn't touch those. I haven't written any PHP in 20 years, and I don't use those providers to test them. This change works for me for DNSimple now....

edfe22f8 06/04/2019 07:46 AM Eric VANTILLARD

Add Gandi LiveDNS DynDNS client.

00d2fe90 05/31/2019 07:23 PM Renato Botelho

Merge pull request #4069 from chewrocca/master

ed5b58a7 05/31/2019 03:10 PM Tom Embt

Azure DDNS whitespace only

0c43f825 05/31/2019 02:46 PM Matthew Fine

Update dyndns.class

57263c0a 05/31/2019 02:14 PM Renato Botelho

Merge pull request #4035 from emmtbot/ddns-linode

1ca156ea 04/18/2019 03:09 AM Tyler Szabo

Fix AzureV6 DynDNS client

`AAAARecords` in the Azure DNS API is case sensitive

Documentation: https://docs.microsoft.com/en-us/rest/api/dns/recordsets/createorupdate

bd0a29ea 01/15/2019 09:40 PM Tom Embt

Linode Dynamic DNS syntax fixes

b923a825 01/15/2019 09:33 PM Tom Embt

Add Dynamic DNS support for Linode #9268

5878d529 12/07/2018 06:18 PM Grant Sheehan

Fix DigitalOcean DynDNS client

Fixes the check on the return value since it's been updated to use
HTTP/2 syntax. Also adds logic to allow using `@` to denote updating the
root domain A record as well.

45ff6b8f 10/03/2018 08:20 PM Jim Pingle

Fix erroneous hostname error for Custom IPv6. Fixes #8977

44857365 09/20/2018 07:33 PM Lukas Wiest

enable ip send for FreeDNS DynDNS update

without this, only legacy IP records get updated correctly.

redmi ticket: https://redmine.pfsense.org/issues/8924

047290c8 08/14/2018 03:07 PM Alexis Bezverkhyy

Fix custom dyndns issue: username and password was not sent with curl flag AUTH_ANY

fc6ef501 08/10/2018 10:51 AM Renato Botelho

Merge pull request #3946 from martinisoft/martinisoft/dnsimple_v2_api

be060079 07/19/2018 07:06 PM Jim Pingle

Teach DynDNS to use custom IP check services. Fixes #8664

7c957a56 07/18/2018 03:25 PM Stephen Jones

PHP7 fixed illegal argument supplied foreach()

9e69907e 06/06/2018 09:21 PM Aaron Kalin

Cleanup the comment to be clearer

d2cad3b5 06/06/2018 09:11 PM Aaron Kalin

Update to DNSimple APIv2 endpoint

bf905930 04/26/2018 08:58 PM Steve Beaver

PHP7 - Resolve undefined constant warning in dyndns.class

32cb54c3 04/23/2018 02:29 AM Grant Sheehan

Merge branch 'master' into add_do_dyndns

544674ad 04/22/2018 10:27 PM Grant Sheehan

Add DigitalOcean DynDNS client

493e4284 04/03/2018 05:27 PM robjarsen

Remove Whitespace

  • src\etc\inc\dyndns.class
  • src\etc\inc\simplepie\simplepie.inc
  • src\usr\local\www\services_dyndns_edit.php
1ac3c88a 04/01/2018 06:41 PM Martin Grasruck

Redmine # 7769: Add support for Azure DNS to DynamicDNS

07a84ece 03/19/2018 12:09 AM robjarsen

missed a few

c5e1ce90 03/18/2018 08:14 PM robjarsen

Change CloudFlare to Cloudflare

This commit also includes misc. whitespace removal on the affected files.

19e87bb3 01/19/2018 09:35 AM Bryan Stenson

fix typos

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

12e3bbce 11/29/2017 06:02 PM Matthew Fine

Merge branch 'master' into master

456ba14f 11/24/2017 01:23 AM Sam Neely

Feature #8123: Add GoDaddy as a Dynamic DNS provider

44c64da1 09/06/2017 04:40 PM Matthew Fine

adding route53-v6 case

adding route53-v6 to allow dynamic dns to update route 53 with a AAAA type.

745d3779 08/28/2017 10:30 AM Wagner Sartori Junior

dyndns: Adding support for ClouDNS (https://www.cloudns.net)

6db16398 06/09/2017 07:10 AM Martin Hagelin

Fix DNS wildcard support for Loopia

Fix for the problem that wildcard CNAME records disappear from Loopia when doing a DNS update. As discussed here: https://forum.pfsense.org/index.php?topic=67793.0

6e0bfeb2 05/10/2017 06:28 PM Renato Botelho

Merge pull request #3579 from frankthetank/dyndns_dreamhost

61c813f9 05/05/2017 11:23 PM xygrec

Update dyndns.class

f2e702b1 05/02/2017 01:07 AM frank

Removed previous invalid conditionals and replaced with guard flags.

Also updated some comments based on review / feedback.

598c1d97 05/02/2017 12:51 AM frank

Aggregated case statements to avoid duplication.

e350558a 05/02/2017 12:49 AM frank

Changes tab levels for new case/switch blocks to match K&R BSD style.

https://www.freebsd.org/cgi/man.cgi?query=style&sektion=9

9d26673d 05/01/2017 04:04 AM frank

Added last tested date to DreamHost IPv4 record.

I cannot add a test date to IPv6 because my local ISP does not support
it yet. Dreamhost supports IPv6 records and I can manually alter an
IPv6 address through the same API. I just can't test it through
pfsense.

6c6daeae 04/22/2017 04:21 AM frank

Resolved some unusual formatting errors that crept into the request.

a741f6e8 04/22/2017 02:59 AM frank

Merge branch 'master' of https://github.com/pfsense/pfsense into
dyndns_dreamhost

b7d2a3da 04/21/2017 01:58 PM Renato Botelho

Merge pull request #3549 from xygrec/patch-dyndns-hover

c00c6f67 04/05/2017 02:54 AM frank

Merge branch 'master' of https://github.com/pfsense/pfsense into
dyndns_dreamhost

eec00994 04/03/2017 06:49 PM Jim Pingle

Merge pull request #3608 from jxmx/7206_route53

6534026b 03/06/2017 05:45 PM Jim Pingle

Allow CloudFlare DDNS entries to use "" or "." for the hostname portion of the domain in the GUI to update the domain's @ record. Then in the backend code, remove that from the FQDN since CloudFlare doesn't like that to be sent explicitly. Fixes #7357

Fix is confirmed to work by two forum users: https://forum.pfsense.org/index.php?topic=122099.msg699763#msg699763

56632443 03/04/2017 01:47 AM Jason McCormick

use right var for zoneid

b2cb7364 03/03/2017 02:18 AM Jason McCormick

revert parsing of config field for region

d51cdd48 03/02/2017 01:13 PM Renato Botelho

Use | to separate dyndns IPv4 fields on cache file as done by rfc2136 items and for all IPv6 items

a71deb5a 02/26/2017 08:04 PM frank

Switched API key usage from username to password fields for protection.

This prevents accidentally leaking the Dreamhost API key to casual
router administrators.

9a3ec9a5 02/24/2017 04:57 AM frank

Implemented Dreamhost ISP dynamic DNS updates.

Dreamhost does not allow direct record updates through their API.
Records must be deleted and then added. Unfortunately, to delete the
record you must first retrieve the existing record to be able to pass
back the old IP address for delete....

74533d41 02/16/2017 05:12 AM xygrec

Update dyndns.class

ac5ee07e 02/04/2017 05:49 PM Jason McCormick

implement AWS API v4 signing

cb5961d1 02/04/2017 01:21 AM Jason McCormick

commit initial fix; need to add hooks for region to zone id

1579e70f 02/01/2017 08:33 AM Phil Davis

Code with multiple %s in etc

b628775d 01/04/2017 04:08 PM Renato Botelho

Merge pull request #3342 from PiBa-NL/dyndns.class_json_body

901acd1f 01/04/2017 03:48 PM Renato Botelho

Merge pull request #3132 from WorldTech-Solutions/master

15dcf132 12/28/2016 09:16 PM Pi Ba

dyndns.class, fix json curl body parsing for Cloudflare by not including headers

176d24e1 12/08/2016 11:32 AM Phil Davis

Specify IP to set for zoneedit

0f2fbcd7 12/03/2016 01:04 PM Jason McCormick

fix typo from merge

a5676b5d 12/03/2016 01:00 PM Jason McCormick

Merge remote-tracking branch 'upstream/master' into 6751_route53