summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix password box cursor positionPhil Davis2015-03-111-3/+3
| | | | | | | | | | | | | | | Similar to https://github.com/pfsense/pfsense/commit/dedc40f7ded5f88aee4720aa8a3a57667b975254 The password field shows the little lock icon, but the text input area starts over the top of the icon and as I type in the field the password "dots" go over the lock icon in each of these data entry places. Changing the field name/id to not be "password" but to be "passwordfld", "passwordfld1" "passwordfld2" and the like fixes it. Something does not like the field being called just "password". In interfaces.php I also changed the field "username" to be "ppp_username". This standardized it to work in a similar way to pppoe_username pptp_username fields. It looks easier to understand for me.
* Fixed not being able to save custom and custom-v6 dyndnsTuyan Ozipek2015-02-041-1/+1
| | | | | entries due to "host" being posted empty, and thus failing is_domain() check.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+3
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Fix input validation of custom-type dynamic DNS hostnames.Chris Buechler2014-11-211-2/+3
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* + is a valid character in some dynamic DNS providers' usernames. Fixes #3912Chris Buechler2014-10-211-1/+1
|
* Allow hostname to start with '@.' for namecheap. It fixes #3568Renato Botelho2014-09-191-2/+12
|
* Tidy up "services_dyndns" XHTMLColin Fleming2014-04-181-28/+28
| | | | | | | | | | | | 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-22/+22
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-2/+3
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* DyndDNS edit: unset vars when no longer usedphildd2014-01-021-0/+4
|
* List GWGs in Interface to send update fromphildd2013-12-301-7/+19
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Update services_dyndns_edit.phpN0YB2013-08-051-1/+1
| | | | fix typo - s/sperate/separate
* Check if hostname is valid, it fixes #3117Renato Botelho2013-07-301-0/+2
|
* Update services_dyndns_edit.phpN0YB2013-07-281-1/+1
| | | | Setting $pconfig['ttl'] to isset result causes the ttl value to be set to 1 (true) upon subsequent saves.
* properly handle custom-v6 dyndns entries in web interfaceDaniel Becker2013-07-111-2/+3
|
* Added CURL options to Custom DynDNSSebastian Chrostek2013-06-011-0/+16
| | | | | Added the options for CURLOPT_IPRESOLVE and CURLOPT_SSL_VERIFYPEER in the webinterface for custom DynDNS
* Dynamic DNS add option for verbose loggingPhil Davis2013-03-221-0/+8
| | | This will allow the user to decide if they want all the noise in syslog. It defaults to off, so the log messages will quieten down unless the user turns it on.
* Use common code and constants from services.incPhil Davis2013-02-241-3/+3
| | | to reduce code duplication
* Unset enable parameter instead of set its value to false. Fixes #1838Renato Botelho2013-02-221-1/+5
|
* Allow for selection of a gateway group as a interface to monitorsmos2012-06-021-4/+16
| | | | Redmine ticket #1965
* Add the option to use a custom Dynamic DNS Provider via an Update URL and ↵Matt Corallo2012-05-221-25/+114
| | | | Result Match.
* This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure.Edson Brandi2012-04-011-2/+43
| | | | 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-9/+3
|
* Add SelfHost (German Provider) to Dynamic DNS ServiceGerald Raaf2011-12-261-2/+2
|
* Add he.net tunnelbroker update dyndns typejim-p2011-06-281-3/+4
|
* Added HE.net (dns.he.net) to the list of available dyndns services.Chris Wells2011-05-141-2/+2
|
* Don't forget to clear username field so it doesn't show up on next edit.gnhb2011-02-241-2/+5
| | | | And if for some reason user enters a username, store it for them.
* Try again, a little cleaner: Prevent GUI from giving error for freeDNS ↵gnhb2011-02-241-6/+7
| | | | service since username and password
* Revert "Prevent GUI from giving error for freeDNS service since username and ↵gnhb2011-02-231-11/+0
| | | | | | | | password" This reverts commit 740f745922549283e29d3d964c7a60266d7dbf0a. This is a little ugly. Let's do it a little differently.
* Prevent GUI from giving error for freeDNS service since username and passwordgnhb2011-02-231-0/+11
| | | | | | | | aren't required. Also add a note for freeDNS users to enter "Authentication Token" in Hostname field. Zero out fake username and password before writing to config so they don't show up in the GUI when you edit the record again.
* Use unlink here instead of an exec to rm. Remove escapeshellarg call as it ↵jim-p2010-12-021-1/+1
| | | | isn't needed now. Fixes #1066
* Resolves #1018. Provide a more unique host name for the file.Ermal2010-11-171-1/+1
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Namecheap doesn't need a username, just hostname+password.jim-p2010-08-311-0/+1
|
* First try at a dyndns update type for Namecheap.com servers.jim-p2010-08-301-5/+9
|
* gettext fixesRenato Botelho2010-08-121-2/+2
|
* Corrections gettext implementation on services_dyndns_edit.phpCarlos Eduardo Ramos2010-07-161-5/+5
|
* Implement gettext() calls on services_dyndns_edit.phpRafael Lucas2010-07-121-25/+25
|
* clarify textChris Buechler2010-02-151-1/+1
|
* Do not mark non-required fields as required.Ermal Luçi2009-12-261-3/+3
|
* Do not dedicate 16 characters to interface namesullrich2009-11-281-3/+3
|
* 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
* * Create two new functions lock($subsystem)/unlock() to have more reliable ↵Ermal Luçi2009-05-081-2/+0
| | | | | | | | | | | locking using semaphores. This function can sleep till the resource is free and can help find not well behaving code. * Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this. If any sybsytem wants to lock can do so with its own lock. * Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant. This compenstates for the removal of lock aquiring from the scripts/pages. * config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
* Move validation of dyndns username to the only place it uses it, the GUI ↵Ermal Luçi2009-05-071-0/+11
| | | | page. There it makes sense. While there add ':' character to allow NO-ip subaccounts.
* Remove wrong comment..Ermal Luçi2008-12-161-1/+0
|
* Catch up with functions changes.Ermal Luçi2008-12-161-1/+4
|
* Add footerErmal Luçi2008-10-221-0/+1
|
OpenPOWER on IntegriCloud