summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Default to 2 max procsScott Ullrich2010-08-191-1/+1
|
* Ticket #8. Actually use the new functionality of pfctl -b to kill even ↵Ermal2010-08-191-6/+3
| | | | states referencing down gateways in their route-to cached parameter.
* Use params arrayScott Ullrich2010-08-191-5/+5
|
* No need to include xmlrpc.incScott Ullrich2010-08-191-7/+5
|
* Turn off debuggingScott Ullrich2010-08-191-1/+1
|
* ZeroMQ is now working!Scott Ullrich2010-08-191-56/+76
|
* Remove not existing function reference. Pointy-hat: myselfErmal2010-08-191-2/+0
|
* Include myself in the copyrights i have changed this files more than enough.Ermal2010-08-192-2/+3
|
* Make dhcrelay GUI be simple and easy to use by collapsing the interface tabs ↵Ermal2010-08-194-184/+146
| | | | 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.
* Misc fixesScott Ullrich2010-08-191-35/+58
|
* Ticket #725. Add checking the routing table as a last resort to find the ↵Ermal2010-08-191-6/+21
| | | | correct interface before falling back to the default one.
* Ticket #684. Actually when reconfiguring an interface send the destory flag ↵Ermal2010-08-191-1/+1
| | | | to avoid a loop with ppp-on-demand.
* Fix comment to match what is actually doing.Ermal2010-08-191-1/+1
|
* Setup polling per interface rather only at bootup. This is a proper fix and ↵Ermal2010-08-193-42/+25
| | | | a optimization on large interface cases. Also setup_microcode and polling defaults before configuring interfaces.
* Ticket #8. Try to kill even all states from hosts and destination the ↵Ermal2010-08-191-0/+1
| | | | gateway ip.
* Ticket #8. Try to kill all states regarding source nodes and states with ↵Ermal2010-08-191-1/+4
| | | | source address the gateway ip.
* Add/Update copyrights where applicable. Mark copyright on XML as CDATA to ↵Ermal2010-08-199-26/+52
| | | | 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-185-1262/+333
| | | | 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-182-1/+18
|
* Ticket #826. Convert to unix domain sockets for management interface so we ↵Ermal2010-08-182-8/+23
| | | | do not have problems when interface is any.
* Ticket #826. Add timeout of 1 second for all read/write actions performed on ↵Ermal2010-08-182-1/+3
| | | | 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.
* Avoid a warning on this code when there is no member for a group.Ermal2010-08-171-2/+2
|
* Fixes #88. Actually fix all the mess that was caused by setup_microcode() ↵Ermal2010-08-172-78/+66
| | | | which overwrote the whole decisions being made on boot from other code. Solve this by moving the setting of all interface capabilities to interface_configure() and just leaving microcode setup to setup_microcode. Also optimize and make more readble the polling setup if activated/deactivated. This also fixes the ticket issue because the settings are now kept after booting up and not overwritten by other code.
* Reshufling for better reading of code.Ermal2010-08-171-3/+2
|
* Ticket #88. When creating the bridge find the common flags needed related to ↵Ermal2010-08-171-4/+24
| | | | rxcsum/txcsum so that the bridge actually works.
* 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
|
* No functional change just code reshuffle.Ermal2010-08-172-12/+10
|
* 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-162-0/+5
| | | | 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
|
* End processing when we receive an ERROR line. Part of ticket #826jim-p2010-08-161-2/+2
|
* Fix typoScott Ullrich2010-08-161-1/+1
|
* Adding zmqScott Ullrich2010-08-161-1/+3
|
OpenPOWER on IntegriCloud