summaryrefslogtreecommitdiffstats
path: root/etc/inc/dyndns.class
Commit message (Expand)AuthorAgeFilesLines
* Moved my changes from Pull Request #1025 , #1019 , #1018 , #1012 (master) to ...Florian Asche2014-04-181-0/+3
* standardize URLsChris Buechler2014-03-141-1/+1
* Add support for custom IPv6 DDNS.Daniel Becker2013-07-101-1/+8
* Change separator as per JimP's request.Daniel Becker2013-07-101-3/+3
* Clean up HE.net AAAA backend support.Daniel Becker2013-07-101-122/+51
* Add backend support for HE.net AAAA record updates.Daniel Becker2013-07-101-1/+116
* Update dyndns.classswatspyder2013-05-291-2/+10
* Dynamic DNS add option for verbose loggingPhil Davis2013-03-221-27/+47
* Add DynDNS No-IP Free account supportPhil Davis2013-02-241-3/+29
* Cleanup code handling 25 day dyndns updatePhil Davis2013-02-241-8/+8
* Whitespace and text typos dyndns.classPhil Davis2013-02-231-97/+98
* Update etc/inc/dyndns.classbcyrill2013-02-061-1/+1
* dynamic dns update url for dns.he.net fixedCedric Ohle2013-01-031-2/+2
* Its useless to write the debug file always. Put it under g['debug'] beltErmal2012-11-201-1/+5
* Always prepend the hostname we are working onsmos2012-09-131-116/+116
* Catch another error herejim-p2012-08-071-0/+2
* Make sure we don't have any extra whitespace here.jim-p2012-08-071-2/+3
* Minor text typo in DynDNS log messagePhil Davis2012-08-061-6/+6
* Add a small function to notify via remote methods only (smtp/growl). Notify w...jim-p2012-06-261-1/+2
* Allow for failover DynDNS hostnames.smos2012-06-031-2/+3
* Remove dead code.Matt Corallo2012-05-221-8/+0
* Fix DynDNS issue introduced by f3b2b2a (_dnsIP was not set).Matt Corallo2012-05-221-2/+8
* Add the option to use a custom Dynamic DNS Provider via an Update URL and Res...Matt Corallo2012-05-221-17/+65
* This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure.Edson Brandi2012-04-011-4/+81
* Fixing existing DynDNS force-update feature. Redmine bug #2228Yehuda Katz2012-02-221-2/+2
* Be smarter about how to split a Namecheap hostname into host/domain. Fixes #2144jim-p2012-01-261-1/+5
* The function split() is replaced by the function explode(). Starting with PHP...smos2012-01-191-2/+2
* Add SelfHost (German Provider) to Dynamic DNS ServiceGerald Raaf2011-12-261-0/+34
* Add he.net tunnelbroker update dyndns typejim-p2011-06-281-0/+40
* Ticket #1545. Ooops pass parameter so the dyndns works correctly. Pointy-hat:...Ermal2011-06-101-1/+1
* Ticket #1545. Take into account curl errors during dyndns service checks othe...Ermal2011-06-061-62/+12
* Increase timeout to 2 minutes. Ticket #1545.Ermal2011-05-271-2/+2
* Ticket #1545. Lock each dnsHost to be updated to prevent running two instance...Ermal2011-05-271-1/+6
* Put some debug info during dyndns update under debug conditionals.Ermal2011-05-251-6/+11
* Actually add more error checking and do not schedule a scan if it is not poss...Ermal2011-05-251-2/+4
* Improve some code and check return value from _checkIP.Ermal2011-05-251-12/+13
* Check that the returned ip is an ip_address and not blindly trust the returne...Ermal2011-05-251-8/+15
* Added HE.net (dns.he.net) to the list of available dyndns services.Chris Wells2011-05-141-0/+36
* Try again, a little cleaner: Prevent GUI from giving error for freeDNS servic...gnhb2011-02-241-1/+1
* Update "Last Tested" date for freeDNS in commentsgnhb2011-02-231-1/+1
* Ticket #943. Sleep 1 second to give dns time to reload.Ermal2011-01-031-5/+2
* Nuke trailing c/rScott Ullrich2010-11-241-1/+1
* Try 3 times to resolve the host to ip before giving up. Leave a proper log if...Ermal2010-11-231-2/+14
* Resolves #1018. Provide a more unique host name for the file.Ermal2010-11-171-3/+3
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
* Make this more strict checking.Ermal2010-10-251-1/+1
* Do not try to update dyndns for an interface that no ip can be determined, si...Ermal2010-10-041-3/+4
* Namecheap doesn't need a username, just hostname+password.jim-p2010-08-311-9/+9
* Improve Namecheap DynDNS update response parsing.jim-p2010-08-311-3/+6
* Fix success test.jim-p2010-08-311-2/+5
OpenPOWER on IntegriCloud