Project

General

Profile

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

# Date Author Comment
af41271b 12/07/2016 01:41 PM Jason McCormick

move back to r53.class for license continuity

(cherry picked from commit 16b163661b1d1a5bcc9a24ce023f7a06c5fb420e)

08698a02 12/07/2016 01:41 PM Jason McCormick

note inspiration/sanity check from r53.class code

(cherry picked from commit 260228142573deeb8ef5eaee34c761ca783f8cd3)

db49d9ad 12/07/2016 01:41 PM Jason McCormick

fix testing headers for bad data

(cherry picked from commit 8d8405baf12806a7f09ef8562cfb24f9083809d3)

57298463 12/07/2016 01:41 PM Jason McCormick

noted testing for Route53

(cherry picked from commit c46412956fb629a2f7dc94ca2a553444046a39c3)

4bc737dc 12/07/2016 01:41 PM Jason McCormick

Fixed status success message typo and cleaned up

(cherry picked from commit 166f4a4c67e61334791b43a21845603c1295ab2c)

9783e0c2 12/07/2016 01:41 PM Jason McCormick

fix auth header and minor XML tag issue

(cherry picked from commit 616a24828992d37ea67e810dbf9fd84ec80562e7)

a0dd4ec2 12/07/2016 01:41 PM Jason McCormick

initial commit of code -- having a signing error

(cherry picked from commit cc5adcaa679686e54e4035fa5bc283b1cac085a2)

be17e372 12/06/2016 03:17 AM Phil Davis

Backport Cloudflare and Gratis plus passwords in base64 DynDNS changes

Note: corresponding change to upgrade_config.inc to come in master to
correctly implement the upgrade_155_to_156 code, that is master only and
will become upgrade_158_to_159

4a77c4ea 11/29/2016 04:53 PM Ionut

- added support for duiadns.net ipv4 and ipv6

(cherry picked from commit 19b7263e859243adfcf6588533cb47b4c768765e)

3c2a6448 11/25/2016 04:45 PM Christoph Filnkößl

add All-Inkl to dyndns.class
(cherry picked from commit 575b1dcf0bdb28c431fca420d27bdedf579ec9c4)

b6417760 10/25/2016 03:49 PM Christoph Filnkößl

dyndns: add header processing in curl

some dyndns implementations rely on the correct HTTP header being set. the information was lost and now fixed.

2a2396a6 09/06/2016 09:19 PM Renato Botelho

Move copyright from ESF to Netgate

2d8770b2 08/04/2016 09:36 PM Philip Soeberg

Fix a redundant HTTP "User-Agent" string.

CURLOPT_USERAGENT expect the value to the user-agent string, not the entire key-value pair.
Before this fix, HTTP header "User-Agent: User-Agent: phpDynDNS/0.7" was sent for DDNS updates.
NGINX configuration at GratisDNS will not accept a user-agent formatted in the above way....

b18e885c 07/20/2016 07:11 AM Phil Davis

Backport IPv6 support for CloudFlare

Original code for master in pull request #3061

8acd654a 07/14/2016 09:36 PM Renato Botelho

Review license / copyright on all files (1st round)

608090e8 07/02/2016 09:49 AM exii1988

spdns.de renamed to spdyn.de

The service renamed there addresses

7f1349f7 05/20/2016 02:38 PM TechSmurf

Add freeDNS v6 support

FreeDNS IPv6 support confirmed working using same method as v4 with v6 source address. Simple second service with _useIPv6
(cherry picked from commit ac16181a2cfefec293e0562a7bfe8e2f7140e191)

23cc8797 05/04/2016 12:16 PM George George

Bug fixes to Route53 DynDNS

Fixed a bug regarding a leading space in $ZoneID that causes an AWS 505 error. Also adds support for updating DNS if TTL changes.
(cherry picked from commit a4bda7563136a7b47a1d090cededdb1b1a076019)

b9f7281a 04/11/2016 12:21 PM NOYB NOYB

Miscellaneous - Remove Personalizations

Remove "you" personalizations.

1c92c5b1 04/04/2016 01:55 PM Stephen Beaver

Merge pull request #2831 from NOYB/Includes_-_Remove_Personalizations

(cherry picked from commit 7a2c15f527459cc82aadaf23d06895174c008320)

d20a3d08 02/18/2016 06:15 AM Chris Buechler

use get_interface_ip functions rather than find_ since the former handles VIPs, gateway groups, etc. correctly. Ticket #4858

140a87c5 02/18/2016 06:09 AM Chris Buechler

Add IP to dyndns error log, remove often wrong explanation.

ac5c0cfe 02/18/2016 06:03 AM Chris Buechler

Replace deprecated link_carp function, fix sprintf. Ticket #4858

9557ca30 02/14/2016 01:16 PM Phil Davis

Internationalize dyndns.class

I tried to consolidate and make some of the message logging more consistent along the way.

e8f35ce4 02/04/2016 03:31 PM Renato Botelho

Merge pull request #2574 from tiagobar/master

6635aa0f 02/01/2016 05:35 PM Jim Pingle

Change Namecheap dyndns to use split hostname and domain name fields. Upgrade existing entries automatically. Implements #4366
Code should be generic enough that if other DynDNS providers would work better with a separate domain field, they can pick up the feature without too much trouble.

70a84c25 01/30/2016 05:16 AM Tiago Barrionuevo

Dynamic DNS URL for NO-IP needs to be updated.

ea46d833 01/11/2016 10:23 PM Chris Buechler

Update URL for dyns to match their current docs. Reported by GP^ on IRC

e93a7c71 12/16/2015 06:23 PM calvinbui

Stop DynDNS from turning off CloudFlare

By having 'proxiable' and 'proxied' values set to false, CloudFlare is turned off (i.e. not go through CloudFlare) for the domain when updating the DNS records.

Setting them to 'true' would turn CloudFlare on that domain, however the user may have disabled it for their own reasons and would not like it changed....

4e322e2c 12/10/2015 03:09 PM Phil Davis

Code style and white space in etc

f3ee8545 12/04/2015 12:55 PM Rene Schuster

Add DynDNS provider SPDNS (IPv4 and IPv6)

SPDNS is a free DynDNS service from the German company Securepoint
Security Solutions

92fc8c99 11/29/2015 06:46 AM Derek Battams

add server response to failed updates; make debugging much easier

b37b4034 11/10/2015 12:14 PM Phil Davis

etc inc delete $Id comments

and bits of white space.
Note: There are plenty of files still with old-format copyright sections
in here.

0ec4b3b4 10/09/2015 03:34 AM Chris Buechler

Do curl_init above any curl_setopt, and take it out of that if block since it applies to all types.

becd6caa 10/03/2015 05:11 AM Chris Buechler

Where doing a dynamic DNS update on IPv4, force curl to resolve IPv4 IPs. Ticket #3858

9f1815d4 10/02/2015 06:00 AM Chris Buechler

Fix typo

f1d3adf1 09/30/2015 12:07 AM Chris Buechler

Use the appropriate parent interface with gateway groups using CARP VIPs.
Ticket #4990

34c9962b 09/29/2015 08:53 PM Chris Buechler

Disable DHS as a dynamic DNS provider option. It's never worked, and
fixing is more complex than just fixing the variable screw up and
disabling cert validation for their SSLLabs F-graded site. Updates made on
their site even take quite some time to be reflected, seems to be a...

bf213d1d 09/21/2015 07:53 PM mortencombat

GratisDNS support for hosts without subdomains

Resubmit of #1793

22d95a68 09/21/2015 07:04 PM Doktor Notor

Fix Cloudflare support for Dynamic DNS Updates

Resubmit of #1812

The current implementation isn't working due to API change. Credits: det0nat3 @ https://forum.pfsense.org/index.php?topic=87436.msg534817#msg534817

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/