summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Add openntpdScott Ullrich2008-12-051-2/+7
|
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-071-1/+1
| | | | * Create two new function link_interface_to_{gif,gre}
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-311-1/+1
|
* 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
* Continue interface improvementsErmal Luçi2008-06-211-5/+6
|
* touch up textChris Buechler2008-06-151-1/+1
|
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-171-2/+0
| | | | Ticket #1545
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* -move upnp_action to services.incRyan Wagoner2007-07-231-7/+3
| | | | | -make sure to clear rules when stopping miniupnpd -fix status_upnp and status_services pages so they use upnp_action and not the rcfile
* Make OpenVPN usable in status_service.phpTimo Boettcher2007-06-211-39/+107
|
* * Sleep between restarting racoon * Use vpn_ipsec_force_reload(); * Break ↵Scott Ullrich2007-06-021-2/+6
| | | | when needed
* s/dhcprelay/dhcrelay/ so that service status shows up correctlyScott Ullrich2007-05-271-1/+1
| | | | Ticket #1333
* -bump miniupnpd version 20070521Ryan Wagoner2007-05-231-1/+1
| | | | | -dropped status tab from upnp services page -dropped tabs from upnp status page
* Add stop / start / restart racoon (IPSEC VPN) service option.Scott Ullrich2007-05-151-4/+41
|
* MFC miniupnpd changes from Ryan WagonerScott Ullrich2006-12-261-9/+26
|
* Change items to read "SNMP Service" and "DHCP Service"Scott Ullrich2006-09-301-2/+2
|
* Wait 5 seconds after stopping or starting a service to give the kill or ↵Scott Ullrich2006-09-301-0/+8
| | | | starting process enough time to do its magic instead of marking the service as up when it really is not.
* Wait 5 seconds after stopping a service to give the kill process enough time ↵Scott Ullrich2006-09-301-0/+1
| | | | to do its magic instead of marking the service as up when it really is not.
* Resolve package descriptions if they are available.Scott Ullrich2006-09-291-1/+10
|
* Add logic to restart service similar to star service code.Scott Ullrich2006-07-161-1/+14
|
* Do not attempt to start_service() twice. This is already handled and can ↵Scott Ullrich2006-07-161-1/+0
| | | | lead to ticket #1044
* Use is_dhcp_server_enabled() and fix DHCP Server from not displaying.Scott Ullrich2006-07-071-6/+6
|
* MFC 11963Scott Ullrich2006-04-251-14/+17
| | | | The switch syntax was wrong (or at least blatlantly weird). Also, the default case was being always invoked. Corrected some indentation as well.
* MFC 11632Scott Ullrich2006-04-191-1/+1
| | | | Fix start service to also start other services then what is defined in the case strings.
* Teach status services how to start system servicesScott Ullrich2006-03-101-1/+12
|
* MFC 10465Scott Ullrich2006-03-101-1/+1
| | | | Prettier version of the refresh page fix. Pointy-hat-too: fernandotcl
* Refresh to page name, not the GET'd urlScott Ullrich2006-03-081-1/+1
|
* Fix out of order iconsScott Ullrich2006-02-261-4/+4
|
* MFC 9156Scott Ullrich2006-01-071-2/+2
| | | | use the correct class to stop from having double horizontal lines
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Remove wake on lan. It's not a service, its simply a binary that sends a ↵Scott Ullrich2005-12-261-7/+0
| | | | magic packet.
* We no longer use mini_httpdScott Ullrich2005-12-071-1/+1
|
* MFC 8046Scott Ullrich2005-11-261-1/+13
| | | | Only show DHCP Relay if its enabled on an interface
* More refresh patches from databeestjeScott Ullrich2005-09-011-0/+2
|
* proxyarp -> choparpScott Ullrich2005-08-231-1/+1
| | | | Ticket #401
* Correctly output theme nameScott Ullrich2005-08-171-2/+4
|
* Fix field colors.Colin Smith2005-08-061-1/+1
| | | | XXX: Move *all* system services to a service XML file.
* Correctly add multiple servies to the arrayScott Ullrich2005-07-301-2/+10
|
* * Add ascii art from holgerScott Ullrich2005-07-301-5/+52
| | | | * Add base services to status -> services menu
* updating files to use theme imagesErik Kristensen2005-07-211-3/+3
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Last of the bottom round fixesBill Marquette2005-07-041-8/+3
| | | | Turn top rounding back on now that those are all fixed
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* * Curve bottom of grey areas if neededScott Ullrich2005-07-021-1/+8
| | | | | * Curve tabs * Cleanup
* include head.inc and round corners on tabsScott Ullrich2005-07-021-8/+3
|
* Updates and fixes.Colin Smith2005-06-221-3/+2
|
* require -> require_onceScott Ullrich2005-06-221-2/+2
| | | | include -> require_once
* Updates and fixes.Colin Smith2005-06-221-10/+13
|
* Tweak copyright and typo.Colin Smith2005-06-221-2/+2
|
* Rework services.Colin Smith2005-06-221-91/+38
|
OpenPOWER on IntegriCloud