summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #831. Restart the DHCP daemon when clearing the log file.jim-p2010-08-201-2/+6
|
* Fix this test, allows proper selection of CA in OpenVPN wizard.jim-p2010-08-201-1/+1
|
* Actually make this not error out.Ermal2010-08-201-3/+6
|
* No need to triger a vips re-configure explicitly but rather detect this ↵Ermal2010-08-201-0/+2
| | | | during config merges. This is the best way to do this after fixing Ticket #601.
* Ticket #601. If 'virtualip' section is going to be restored or merged ↵Ermal2010-08-201-2/+16
| | | | through xmlrpc bring down all vips which will be brough up later on from the configure_carp call. This ensures that the peers on the cluster stay current to each other.
* Not neccessary to call this here since vips_configure does this automatically.Ermal2010-08-201-1/+0
|
* Ticket #829. Do not allow an interface to switch back to static/dhcp/none if ↵Ermal2010-08-201-0/+4
| | | | it is configured as ppp/pppoe/pptp. for now just blacklist this option because it is not so trivial to fix.
* Small optimization.Ermal2010-08-201-1/+3
|
* Gett full list of interfaces when verifying description.Ermal2010-08-201-1/+3
|
* Remove \r from this file usually crated when edited by Windows editors ↵Ermal2010-08-201-1059/+1058
| | | | because it makes it unreadble in unix editors.
* Include myself in the copyrights i have changed this files more than enough.Ermal2010-08-191-2/+2
|
* Make dhcrelay GUI be simple and easy to use by collapsing the interface tabs ↵Ermal2010-08-191-116/+60
| | | | to a multiselect control. Remove proxydhcp option because it is broken and is not trivial to make it usable(if user request for it a reconsideration will be made). Allow multiple server ips on the server input box separated by commas. Also on the interface list do not show interfaces without an ip because dhcrelay will not be happy with them. Upgrade code is also included in this commit.
* Add/Update copyrights where applicable. Mark copyright on XML as CDATA to ↵Ermal2010-08-198-26/+23
| | | | aviod any issues that might happen.
* Prevent a warning that would appear when modifying privileges of an empty group.Erik Fonnesbeck2010-08-182-8/+12
|
* These needs to be exit. Fix some whitespace too.Ermal2010-08-183-41/+41
|
* Resolves #713. Take in conisderation the suggestion of not setting m1 ↵Ermal2010-08-184-148/+8
| | | | parameter to 0b.
* Keep the list of different applications port numbers on a single file to ↵Ermal2010-08-184-1262/+14
| | | | easy its maintainance and sharing.
* Whitespace changes.Ermal2010-08-181-42/+41
|
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-185-439/+452
| | | | traffic_shaper_wizard_multi_all.xml
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-183-430/+448
| | | | traffic_shaper_wizard_dedicated.xml
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-182-419/+421
| | | | traffic_shaper_wizard.xml
* Resolves #732. Make the wizard behave better and _actually_ work by ↵Ermal2010-08-183-216/+225
| | | | correcting typos in code. Make it faster by not using HTTP redirection for showing errors. Try to make it more user friendly, though some more work is needed.
* Ticket #826. Add more bandage to notice when a reading on socket timeouts.Ermal2010-08-181-0/+5
|
* Ticket #826. Convert to unix domain sockets for management interface so we ↵Ermal2010-08-181-2/+5
| | | | do not have problems when interface is any.
* Ticket #826. Add timeout of 1 second for all read/write actions performed on ↵Ermal2010-08-181-0/+1
| | | | the socket. This should fix point 1) on the ticket.
* Echo out field if its setScott Ullrich2010-08-172-2/+2
|
* Include supportedbybsdperimeter fieldScott Ullrich2010-08-171-1/+1
|
* Add Supported by BSD Perimter fieldScott Ullrich2010-08-172-2/+21
|
* Fixes #694. Actually if the vip interface changes take proper actions to ↵Ermal2010-08-171-2/+2
| | | | clean up on the previous interface.
* Fix ajax updating of fields when the CPU graph widget is not in use.jim-p2010-08-171-4/+4
|
* Do not show the empty part of the graph by request of manysmos2010-08-171-7/+14
|
* Update gateway status properly when fetched via AJAX.jim-p2010-08-162-7/+7
|
* Print a notice that OpenVPN status information is not available for shared ↵jim-p2010-08-161-0/+4
| | | | key servers.
* Capitalizejim-p2010-08-161-1/+1
|
* Remove these three bullet points that don't seem to make any sense on their own.jim-p2010-08-161-6/+4
|
* Also show the save button if we have just performed an action.jim-p2010-08-161-1/+1
|
* Do not escape this $jim-p2010-08-161-1/+1
|
* There is no need to clear this anymore.Ermal2010-08-161-2/+0
|
* Fixes #823. Do not reload all interfaces, there is already code to do this ↵Ermal2010-08-161-2/+0
| | | | for changed interfaces.
* Fix alignment of save and cancel buttons on interfaces.php.Erik Fonnesbeck2010-08-151-3/+4
|
* Revert "Stick save and cancel back into the right hand of the first td cell ↵Scott Ullrich2010-08-151-4/+6
| | | | | | like all other forms have it." This reverts commit 787e94645b722b3b3c7f99480a7b71c20f083396.
* Do not set legacy for nowScott Ullrich2010-08-151-1/+1
|
* Do not issue legacy command for time being until a strange error can be ↵Scott Ullrich2010-08-151-2/+2
| | | | tracked down. The ZFS install works OK without it
* Unbreak An error occurredScott Ullrich2010-08-151-2/+2
|
* These are not needed and ends up creating an error. Remove for time beeingScott Ullrich2010-08-151-3/+3
|
* Fixed pattern matching for relayctl output (fixes vservers with spaces in name)Eirik Oeverby2010-08-151-3/+3
|
* Correct diskXScott Ullrich2010-08-141-4/+7
|
* Set swap size correctlyScott Ullrich2010-08-141-1/+1
|
* Allow swap spaces and default to 200MScott Ullrich2010-08-143-6/+17
|
* Escape prototype dollarsign(Scott Ullrich2010-08-141-1/+1
|
OpenPOWER on IntegriCloud