summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only signal a package reinstall on full installations.Scott Ullrich2008-07-222-3/+5
|
* Make the GUI fast and capable of working in environments with RAM less than 128.Ermal Luçi2008-07-221-6/+13
| | | | | | Actually this make the GUI on this system respond faster than in an ALIX with 256MB RAM. Tested on: Soekris, Wrap, VMware environments
* Revert to previous version it was incorrectly patched.Ermal Luçi2008-07-221-2/+1
|
* Say hello to outputJavaScriptFileInline() and outputCSSFileInline whichScott Ullrich2008-07-221-0/+25
| | | | | | | can take a css and or javascript file and pass it through the php parser without forking and return the results inline. This is still faster then a round trip back to Lighttpd. Soon I will be changing portions of the webConfigurator to use these functions.
* guiconfig.inc needs to come first.Scott Ullrich2008-07-221-2/+1
| | | | Noticed-by: fernando.a.quintero@gmail.com
* one last change, forgot to restore widget counterScott Dale2008-07-221-2/+4
|
* code cleanup. Let hope this kills the dashboard bugScott Dale2008-07-221-45/+45
|
* General whitespace and style cleanup of the auth.inc file. I was having aMatthew Grooms2008-07-211-704/+721
| | | | | hard time following some of the code logic due to poor formatting. There should be no functional change.
* Fix NO-IP dyndns client the url has changed according to the source code of ↵Ermal Luçi2008-07-201-4/+4
| | | | the client distributed by no-ip.com and from my test. Use urlencode() for usernames when passed directly on url.
* 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.
* Split dyndns client configuration to its own function so we do not retry to ↵Ermal Luçi2008-07-201-18/+24
| | | | | | update all other configured clients when add a new one from the GUI.
* Actually update host when a new account is configured.Ermal Luçi2008-07-201-3/+3
|
* Make dyndns reset more specific since its only consumer is the edit GUI page.Ermal Luçi2008-07-201-2/+2
|
* Now that the cache file is back to config path use it.Ermal Luçi2008-07-201-2/+3
|
* Fix setting/unsetting of Disable option.Ermal Luçi2008-07-201-2/+2
|
* Use interface name rather than ip address as a better option.Ermal Luçi2008-07-201-2/+1
|
* this is super annoying in VMware, exit if running in VMwareChris Buechler2008-07-201-0/+6
|
* Correct function call.Ermal Luçi2008-07-201-1/+1
|
* * Make some sanity checks before using CURLOPT_SETINTERFACEErmal Luçi2008-07-201-1/+3
| | | | * close the curl instance after using it. With CURLOPT_SETINTERFACE a new instance is needed to correcly use it.
* * Revert cache file path to the config file one, it was braught to my ↵Ermal Luçi2008-07-201-8/+6
| | | | | | attention that if we try to update very often might get blacklisted. * Use CURLOPT_SETINTERFACE so we correctly check the ip address for each configured interface.
* Remove code used by ez-ipupdate, it is now obsolete.Ermal Luçi2008-07-201-87/+2
|
* Do not take into consideration root_ queues.Ermal Luçi2008-07-201-1/+4
|
* Remove not used anymore file.Ermal Luçi2008-07-201-10/+0
|
* Remove unnecessary copying of dyndns cache file for ez-ipudate program. It ↵Ermal Luçi2008-07-201-20/+3
| | | | is only a cache file after all and i do not think ez-ipupdate is used anymore.
* Now that the cache file is moved to /var/etc no need to mount rw since that ↵Ermal Luçi2008-07-201-2/+2
| | | | part is writable even on embedded by default.
* NOTE: that the cache file is moved on /var/etc no need for it to be on the ↵Ermal Luçi2008-07-200-0/+0
| | | | /cf part.
* * Correct yesterday commit seems that DNS-o-mattic commit support had ↵Ermal Luçi2008-07-202-4/+4
| | | | | | | | | shifted the values cause of bad separator use ' '(space) instead of ','(comma). * Implement DNSexit support. Feature request: #1588
* Implement DNSexit support for DynDns Services.\n Feature Request #1588.Ermal Luçi2008-07-201-3/+29
|
* Fix a but in the IPsec Mobile Client screen that caused the 'Apply' bannerMatthew Grooms2008-07-191-3/+1
| | | | to be displayed unconditionally when IPsec support is globally disabled.
* Make dyndns work correctly there was a problem in parameters order passed to ↵Ermal Luçi2008-07-192-11/+8
| | | | the class.
* Fix shifted order. Somebody must have removed a service from here. I am ↵Ermal Luçi2008-07-192-5/+5
| | | | 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.
* fix up text.Chris Buechler2008-07-191-16/+16
| | | | | | This page still needs some help Ticket #1775
* Remove stray 'Array' title.Ermal Luçi2008-07-191-1/+0
|
* PHP is a hell of a language it just has oddities just to make you feel stupid!Ermal Luçi2008-07-191-12/+10
|
* Silence the "Beginning upgrade to version 4.7" message.Matthew Grooms2008-07-191-2/+0
|
* Remove trailing blank lineScott Ullrich2008-07-191-1/+1
|
* Correctly check if sysctl item is arrayScott Ullrich2008-07-191-1/+1
|
* Add TCP InflightScott Ullrich2008-07-192-1/+11
|
* change this to a legit value (3, and any other non-zero number does the same ↵Chris Buechler2008-07-191-1/+1
| | | | thing as 1 which is what the correct value is)
* Fix regression on interface list.(missed merge from RELENG_1_MULTI_ANYTHING)Ermal Luçi2008-07-181-3/+1
|
* Describe only the functionality it does we know where we are at.Ermal Luçi2008-07-182-2/+2
|
* Do not create pipe/queue if it is disabled by the user.Ermal Luçi2008-07-181-0/+6
|
* Remove last piece of accidentally slipped in code.Ermal Luçi2008-07-171-1/+1
|
* Remove accidentally slipped in code.Ermal Luçi2008-07-171-3/+1
|
* Replace create button with a gif image and text.Ermal Luçi2008-07-171-1/+2
|
* Fix php oddities. How can empty/count return true for an empty/0 elements ↵Ermal Luçi2008-07-171-3/+8
| | | | arrayscp shaper.inc root@192.168.10.65:/etc/incscp shaper.inc root@192.168.10.65:/etc/inc.
* Improve javascrpt.Ermal Luçi2008-07-171-1/+3
|
* Hide advaned options under a 'Show advanced options' button.Ermal Luçi2008-07-171-8/+25
|
* Improve it even for queues.Ermal Luçi2008-07-161-25/+35
|
* Improve my crunkines with html.Ermal Luçi2008-07-161-33/+34
|
OpenPOWER on IntegriCloud