Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up "services_dyndns" XHTML | Colin Fleming | 2014-04-18 | 1 | -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 Compliance | ayvis | 2014-03-14 | 1 | -22/+22 |
| | | | replaced <br>, <br/> and </br> with <br /> | ||||
* | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵ | Renato Botelho | 2014-03-12 | 1 | -2/+3 |
| | | | | they are numeric integer, also, pass them through htmlspecialchars() before print | ||||
* | DyndDNS edit: unset vars when no longer used | phildd | 2014-01-02 | 1 | -0/+4 |
| | |||||
* | List GWGs in Interface to send update from | phildd | 2013-12-30 | 1 | -7/+19 |
| | |||||
* | Remove call-time pass by reference for do_input_validation, helps ticket #2565 | Renato Botelho | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Update services_dyndns_edit.php | N0YB | 2013-08-05 | 1 | -1/+1 |
| | | | | fix typo - s/sperate/separate | ||||
* | Check if hostname is valid, it fixes #3117 | Renato Botelho | 2013-07-30 | 1 | -0/+2 |
| | |||||
* | Update services_dyndns_edit.php | N0YB | 2013-07-28 | 1 | -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 interface | Daniel Becker | 2013-07-11 | 1 | -2/+3 |
| | |||||
* | Added CURL options to Custom DynDNS | Sebastian Chrostek | 2013-06-01 | 1 | -0/+16 |
| | | | | | Added the options for CURLOPT_IPRESOLVE and CURLOPT_SSL_VERIFYPEER in the webinterface for custom DynDNS | ||||
* | Dynamic DNS add option for verbose logging | Phil Davis | 2013-03-22 | 1 | -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.inc | Phil Davis | 2013-02-24 | 1 | -3/+3 |
| | | | to reduce code duplication | ||||
* | Unset enable parameter instead of set its value to false. Fixes #1838 | Renato Botelho | 2013-02-22 | 1 | -1/+5 |
| | |||||
* | Allow for selection of a gateway group as a interface to monitor | smos | 2012-06-02 | 1 | -4/+16 |
| | | | | Redmine ticket #1965 | ||||
* | Add the option to use a custom Dynamic DNS Provider via an Update URL and ↵ | Matt Corallo | 2012-05-22 | 1 | -25/+114 |
| | | | | Result Match. | ||||
* | This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure. | Edson Brandi | 2012-04-01 | 1 | -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 #2228 | Yehuda Katz | 2012-02-22 | 1 | -9/+3 |
| | |||||
* | Add SelfHost (German Provider) to Dynamic DNS Service | Gerald Raaf | 2011-12-26 | 1 | -2/+2 |
| | |||||
* | Add he.net tunnelbroker update dyndns type | jim-p | 2011-06-28 | 1 | -3/+4 |
| | |||||
* | Added HE.net (dns.he.net) to the list of available dyndns services. | Chris Wells | 2011-05-14 | 1 | -2/+2 |
| | |||||
* | Don't forget to clear username field so it doesn't show up on next edit. | gnhb | 2011-02-24 | 1 | -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 ↵ | gnhb | 2011-02-24 | 1 | -6/+7 |
| | | | | service since username and password | ||||
* | Revert "Prevent GUI from giving error for freeDNS service since username and ↵ | gnhb | 2011-02-23 | 1 | -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 password | gnhb | 2011-02-23 | 1 | -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-p | 2010-12-02 | 1 | -1/+1 |
| | | | | isn't needed now. Fixes #1066 | ||||
* | Resolves #1018. Provide a more unique host name for the file. | Ermal | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | Bring in XSS id fixes from m0n0wall | Scott Ullrich | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Namecheap doesn't need a username, just hostname+password. | jim-p | 2010-08-31 | 1 | -0/+1 |
| | |||||
* | First try at a dyndns update type for Namecheap.com servers. | jim-p | 2010-08-30 | 1 | -5/+9 |
| | |||||
* | gettext fixes | Renato Botelho | 2010-08-12 | 1 | -2/+2 |
| | |||||
* | Corrections gettext implementation on services_dyndns_edit.php | Carlos Eduardo Ramos | 2010-07-16 | 1 | -5/+5 |
| | |||||
* | Implement gettext() calls on services_dyndns_edit.php | Rafael Lucas | 2010-07-12 | 1 | -25/+25 |
| | |||||
* | clarify text | Chris Buechler | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | Do not mark non-required fields as required. | Ermal Luçi | 2009-12-26 | 1 | -3/+3 |
| | |||||
* | Do not dedicate 16 characters to interface name | sullrich | 2009-11-28 | 1 | -3/+3 |
| | |||||
* | Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵ | Scott Ullrich | 2009-09-14 | 1 | -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çi | 2009-05-08 | 1 | -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çi | 2009-05-07 | 1 | -0/+11 |
| | | | | page. There it makes sense. While there add ':' character to allow NO-ip subaccounts. | ||||
* | Remove wrong comment.. | Ermal Luçi | 2008-12-16 | 1 | -1/+0 |
| | |||||
* | Catch up with functions changes. | Ermal Luçi | 2008-12-16 | 1 | -1/+4 |
| | |||||
* | Add footer | Ermal Luçi | 2008-10-22 | 1 | -0/+1 |
| | |||||
* | We know OpenDNS too now, add to the list. | Ermal Luçi | 2008-08-04 | 1 | -2/+2 |
| | |||||
* | Rewrite the pfsense privilege system with the following goals in mind ... | Matthew Grooms | 2008-08-01 | 1 | -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 | ||||
* | Use new function to update the configured client and not the others to get ↵ | Ermal Luçi | 2008-07-20 | 1 | -2/+2 |
| | | | | better GUI response time. | ||||
* | Actually update host when a new account is configured. | Ermal Luçi | 2008-07-20 | 1 | -3/+3 |
| | |||||
* | Fix setting/unsetting of Disable option. | Ermal Luçi | 2008-07-20 | 1 | -2/+2 |
| | |||||
* | * Correct yesterday commit seems that DNS-o-mattic commit support had ↵ | Ermal Luçi | 2008-07-20 | 1 | -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çi | 2008-07-19 | 1 | -3/+3 |
| | | | | 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_ANYTHING | Ermal Luçi | 2008-07-14 | 1 | -0/+221 |
* Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes |