summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns.php
Commit message (Collapse)AuthorAgeFilesLines
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "services_dyndns" XHTMLColin Fleming2014-04-181-9/+9
| | | | | | | | | | | | Add CDATA section to scripts Add SUMMARY to tables Move NOWRAP to class statement Deprecate ampersand Close INPUT and IMG tags and ALT to IMG tags Add missing closing P tag Update HTML Boolean operators Remove duplicate closing TD tags Remove duplicate opening TR tags
* xhtml Complianceayvis2014-03-141-2/+2
| | | replaced <br>, <br/> and </br> with <br />
* remove whitespacesCharlie Marshall2013-08-121-6/+6
|
* change to span all cellsCharlie Marshall2013-08-121-1/+1
|
* Change separator as per JimP's request.Daniel Becker2013-07-071-1/+1
|
* Add front-end support for dyndns AAAA updatesDaniel Becker2013-07-071-0/+11
|
* Try to fix the issue reported on ↵Ermal2013-03-071-7/+3
| | | | http://forum.pfsense.org/index.php/topic,59746.0.html
* Use common code and constants from services.incPhil Davis2013-02-241-21/+3
| | | Reduce code duplication
* Update dyndns service and widgetbcyrill2013-02-131-8/+3
|
* Gray-out disabled DynDNS entriesbcyrill2013-02-021-9/+27
|
* Whitespacesbcyrill2013-02-021-78/+83
|
* Allow for failover DynDNS hostnames.smos2012-06-031-5/+7
| | | | | | replace get_real_interface() calls with get_failover_interface. If it isn't a group we call get_real_interface() anyhow. We can't put the logic inside get_real_interface() as this would create a recursion Redmine ticket #1965
* Allow for selection of a gateway group as a interface to monitorsmos2012-06-021-8/+18
| | | | Redmine ticket #1965
* Add the option to use a custom Dynamic DNS Provider via an Update URL and ↵Matt Corallo2012-05-221-3/+12
| | | | Result Match.
* This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure.Edson Brandi2012-04-011-2/+2
| | | | Due requeriments to handle requests to Amazon AWS API, it need root certificates package (ca_root_nss-3.12.4.tbz) and support to hash_hmac() in PHP (package php52-hash-5.2.13_3.tbz).
* Fixing existing DynDNS force-update feature. Redmine bug #2228Yehuda Katz2012-02-221-1/+2
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-1/+1
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Add SelfHost (German Provider) to Dynamic DNS ServiceGerald Raaf2011-12-261-2/+2
|
* Add he.net tunnelbroker update dyndns typejim-p2011-06-281-2/+2
|
* Added HE.net (dns.he.net) to the list of available dyndns services.Chris Wells2011-05-141-2/+2
|
* Fix reading the ip from the right file for dyndns.Ermal2010-11-191-9/+9
|
* First try at a dyndns update type for Namecheap.com servers.jim-p2010-08-301-2/+2
|
* gettext fixesRenato Botelho2010-08-121-1/+1
|
* Corrections gettext implementation on services_dyndns.phpCarlos Eduardo Ramos2010-07-161-3/+3
|
* Implement gettext() calls on services_dyndns.phpRafael Lucas2010-07-121-8/+8
|
* Ticket #367. On double click go to the repective edit page.Ermal Luçi2010-02-261-1/+1
|
* Ticket #363. Fix the number 1 report on this ticket. Properly show status of ↵Ermal Luçi2010-02-251-31/+48
| | | | dyndns update.
* Ooops remove bogus text.Ermal Luçi2009-12-131-1/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+5
| | | | include 2009 on files that I have asserted (C) on
* Query host with host and also check this against cached address.Scott Ullrich2009-03-181-1/+2
|
* Replace "Add something meaningful here" with a note about the cachedScott Ullrich2009-03-161-1/+1
| | | | ip adddress field being green when it is in sync.
* Use get_real_interface()Scott Ullrich2009-03-161-1/+1
| | | | Requested-by: Ermal
* Correct colspan, show green cached ip when correct, red when not correct.Scott Ullrich2009-03-161-3/+9
|
* Show cached IP address on summary pageScott Ullrich2009-03-161-0/+15
|
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* We know OpenDNS too now, add to the list.Ermal Luçi2008-08-041-2/+2
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* * Correct yesterday commit seems that DNS-o-mattic commit support had ↵Ermal Luçi2008-07-201-2/+2
| | | | | | | | | shifted the values cause of bad separator use ' '(space) instead of ','(comma). * Implement DNSexit support. Feature request: #1588
* Fix shifted order. Somebody must have removed a service from here. I am ↵Ermal Luçi2008-07-191-2/+2
| | | | still not sure if the first should be only dyndns or it should be dnsomatic as for values saved on configscp services_dyndns.php root@192.168.10.1:/usr/local/www.
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-256/+70
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
* Restore DNS-O-MATIC which was accidently removed by previous submittedScott Ullrich2008-05-231-2/+2
| | | | patch.
* Fixes Loopia and FreeDNS in DynDNS services.Scott Ullrich2008-05-211-3/+2
| | | | Submitted-by: Urban Skije
* Support DNS-O-MaticScott Dale2007-12-101-11/+11
|
* The attached patch adds a field to the services_dyndns.php form.Scott Ullrich2007-12-061-0/+9
| | | | | | | | | | | | This field if provided will be written to the nscommands file (in services.inc) as "server <value>\n" This allows you to update an arbitrary DNS server. If not provided, the server line is omitted and the default behavior occurs. Submitted-by: Ben Timby
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-9/+9
|
* Do not check host for errors on zonedit type to allow exotic configuration ↵Scott Ullrich2007-02-071-5/+7
| | | | | | involving commas, etc to update multiple hostnames. Ticket #1249
* ZoneEdit now works, tested by myself and korozionBill Marquette2006-10-151-5/+4
| | | | MFC checkin [15047]
* MFC DYNDNS fixesScott Ullrich2006-05-041-2/+18
|
OpenPOWER on IntegriCloud