remove whitespaces
change to span all cells
Change separator as per JimP's request.
Add front-end support for dyndns AAAA updates
Try to fix the issue reported on http://forum.pfsense.org/index.php/topic,59746.0.html
Use common code and constants from services.inc
Reduce code duplication
Update dyndns service and widget
Gray-out disabled DynDNS entries
Whitespaces
Allow for failover DynDNS hostnames.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 recursionRedmine ticket #1965
Allow for selection of a gateway group as a interface to monitorRedmine ticket #1965
Add the option to use a custom Dynamic DNS Provider via an Update URL and Result Match.
This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure.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 #2228
The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.Replacing it surpresses all the warnings
Add SelfHost (German Provider) to Dynamic DNS Service
Add he.net tunnelbroker update dyndns type
Added HE.net (dns.he.net) to the list of available dyndns services.
Fix reading the ip from the right file for dyndns.
First try at a dyndns update type for Namecheap.com servers.
gettext fixes
Corrections gettext implementation on services_dyndns.php
Implement gettext() calls on services_dyndns.php
Ticket #367. On double click go to the repective edit page.
Ticket #363. Fix the number 1 report on this ticket. Properly show status of dyndns update.
Ooops remove bogus text.
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Query host with host and also check this against cached address.
Replace "Add something meaningful here" with a note about the cachedip adddress field being green when it is in sync.
Use get_real_interface()
Requested-by: Ermal
Correct colspan, show green cached ip when correct, red when not correct.
Show cached IP address on summary page
Do not hard code white
We know OpenDNS too now, add to the list.
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Fix shifted order. Somebody must have removed a service from here. I am 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.
NOTE: this is the other half of changes
Restore DNS-O-MATIC which was accidently removed by previous submittedpatch.
Fixes Loopia and FreeDNS in DynDNS services.
Submitted-by: Urban Skije
Support DNS-O-Matic
The attached patch adds a field to the services_dyndns.php form.This field if provided will be written to the nscommands file (inservices.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....
Switch over to array style page titles. Obtained-from: m0n0wall
Fixing css layout
Do not check host for errors on zonedit type to allow exotic configuration involving commas, etc to update multiple hostnames.
Ticket #1249
ZoneEdit now works, tested by myself and korozionMFC checkin [15047]
MFC DYNDNS fixes
Remove MX and Wildcard until Ticket #890 is solved.
Remove HN, its upsetting the apple cart and throws off the array and assigns the service to the wrong item
Ticket #860
Remove HN.ORG, they are going bu-bye on the 16th.
Remove #!/usr/local/bin/php
ZoneEdit is no longer supported due to them changing something on their end causing SSL errors
Add a note to include the host and domain name in the hostname field.
(#6634) Fix dyslexic RFC number
Added ODS as a client, no guarentees that it will work, I don't have an account to test.
added support for DynDNS custom and static
Add Save button back. It looks somewhat wierd without.
Added No-IP and removed DynDns Statis and DynDns Custom temporarily. Removed EZ-IP, TZO, GnuDIP, and ODS.
Use $pgtitlesmall code cleanups
include head.inc and round corners on tabs
Add $Id$ tag
Add trying to add a break between items on elinks
Synchornize with m0n0wall 1.2b3. These files have not really beenmodified too much so a straight copy works. 9 files remain to bepatched by hand.
Initial revision