summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dyndns_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* 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