summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* Use new function to update the configured client and not the others to get ↵Ermal Luçi2008-07-201-2/+2
| | | | better GUI response time.
* Actually update host when a new account is configured.Ermal Luçi2008-07-201-3/+3
|
* Fix setting/unsetting of Disable option.Ermal Luçi2008-07-201-2/+2
|
* * 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-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_ANYTHINGErmal Luçi2008-07-141-0/+221
* Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is the other half of changes
OpenPOWER on IntegriCloud