summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add sshd service to list (if enabled)jim-p2013-12-271-0/+13
* Delete static route when monitor IP is removed, also save monitor IP even whe...Renato Botelho2013-12-271-9/+9
* Fix a bug introduced in commit 06b8d43c that breaks return_gateways_array() c...Renato Botelho2013-12-271-1/+1
* No reason to set the same value to ipprotocolRenato Botelho2013-12-271-2/+0
* fix typoChris Buechler2013-12-261-2/+2
* Fix wording/spacingjim-p2013-12-261-2/+6
* Add support for local (push route) and remote (iroute) network definitions in...jim-p2013-12-262-7/+93
* Make this box a little narrow so it doesn't force the descriptions to wrap.jim-p2013-12-261-1/+1
* Add a "status" subcommand to the svc php shell script.jim-p2013-12-261-2/+17
* Add a setting to allow the user to specify the clog file size so more (or les...jim-p2013-12-264-9/+62
* Correct the php-fpm configuration generationErmal2013-12-261-1/+1
* Fix #3354, savecore -C only expects dumpdevRenato Botelho2013-12-261-1/+1
* Add an option for users to be able to adjust how many configuration revisions...jim-p2013-12-262-8/+55
* Show backup file size in config history.jim-p2013-12-262-16/+17
* Fix syntax, unbreak dashboardjim-p2013-12-261-1/+1
* Fix syntaxRenato Botelho2013-12-241-2/+2
* Sprinkle some more unsetsErmal2013-12-241-0/+2
* Remove /var/run/booting early to be consistent with $g['booting']Renato Botelho2013-12-241-1/+4
* Revert "Make sure functions called by rc.start_packages can see $g['booting']...Renato Botelho2013-12-241-7/+0
* Revert "Only unset $g['booting'] when it was set here"Renato Botelho2013-12-241-5/+2
* Only unset $g['booting'] when it was set hereRenato Botelho2013-12-241-2/+5
* Make sure functions called by rc.start_packages can see $g['booting'] when we...Renato Botelho2013-12-241-0/+7
* When WANTIME is empty, there is nothing to do hereRenato Botelho2013-12-241-1/+1
* test only does integer comparison, use bc to compare floatRenato Botelho2013-12-241-2/+2
* Save status even if no script is executedRenato Botelho2013-12-241-2/+2
* On first run REVIOUSSTATUS doesn't exist, so it cannot be UP or DOWN, invert ...Renato Botelho2013-12-241-5/+7
* While here unset some variables even on vouchers sideErmal2013-12-241-4/+10
* Merge manually 4fd85b115e2550969ddeadd43a2bc6dafff21779 3f2ae9d58f5ea3d9de175...Ermal2013-12-241-35/+56
* Remove not relevant comment now. Also make the operation clear to avoid prior...Ermal2013-12-241-7/+2
* Merge pull request #863 from dhiltonp/masterChris Buechler2013-12-231-0/+3
|\
| * /usr/local/www/system.php: strip excess whitespace from ntp field before proc...David P Hilton2013-12-121-0/+3
* | Fix DHCP lease time display, strftime already convert it to local timezone, s...Renato Botelho2013-12-231-11/+5
* | Remove 'deny unknown clients' option from DHCPv6 since it's not supported, it...Renato Botelho2013-12-232-13/+0
* | Make sure to give the zone a name during the upgrade, or else it comes throug...jim-p2013-12-231-0/+1
* | Correct displaying states status and avoid divison by zero due to wrong data ...Ermal2013-12-232-3/+10
* | Merge pull request #865 from phildd/masterChris Buechler2013-12-221-3/+12
|\ \
| * | Avoid dashboard divide by zero errorsphildd2013-12-221-3/+12
|/ /
* | Use return rather than exit to be friendly on CGIErmal2013-12-201-3/+3
* | Addapt rc.newwanipv6 to FCGI callingErmal2013-12-202-9/+18
* | Call rc.newwanipv6 efficently through FCGIErmal2013-12-201-1/+3
* | Do not register the _ENV superglobal since its not required and probably not ...Ermal2013-12-204-8/+10
* | Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_...Ermal2013-12-208-19/+30
* | Provide a setting to disable the auto added LAN SPDs in the DBErmal2013-12-192-1/+21
* | Make even ipsec script ready for GET arguments but later on it will be used a...Ermal2013-12-191-8/+40
* | Use closelog to explicitly close open resource.Ermal2013-12-191-4/+17
* | Move also tls-verify to fcgicli to avoid forking php process. Maybe even this...Ermal2013-12-193-15/+33
* | Migrate openvpn authentication to use fcgicli rather than forking a php proce...Ermal2013-12-193-23/+54
* | Correct issues not only with vlans but all other clonable interfaces(related ...Ermal2013-12-181-49/+89
* | Use does_interface_exist rather than calling ifconfig directlyErmal2013-12-181-1/+1
* | Set latest config versionErmal2013-12-181-1/+1
OpenPOWER on IntegriCloud