4279 Commits

Author SHA1 Message Date
Franco Fichtner
60f0f46127 services: migrate service start commands to array 2016-02-20 20:21:31 +01:00
Franco Fichtner
6f2daad533 serivce: need another type for command launcher 2016-02-20 12:54:44 +01:00
Franco Fichtner
4d3ac63ac3 services: design service commands as arrays by default 2016-02-20 12:46:31 +01:00
Franco Fichtner
77696bd81e services: tracer code for start logic into service array 2016-02-20 12:39:16 +01:00
Franco Fichtner
aa8202aa3c services: start to restructure service_control_start()
Improve redirect to avoid removing the savemsg which can be useful
and start to use the service array instead of the plain name.  This
is going to help with moving all the start/restart/stop info into
the service array creation for base services as well as plugin
services.
2016-02-20 12:01:36 +01:00
Franco Fichtner
89179ee723 services: why not embed the pidfile in the service array? 2016-02-19 18:23:56 +01:00
Ad Schellevis
19174b41ce spacing 2016-02-19 17:43:59 +01:00
Ad Schellevis
525a4ed7fc (legacy) regression status_dhcpv6_leases.php 2016-02-19 17:42:14 +01:00
Ad Schellevis
e81728ba67 (legacy) regression status_dhcpv6_leases.php 2016-02-19 17:39:49 +01:00
Franco Fichtner
45d4559674 services: s/get_services/services_get/g 2016-02-19 17:36:32 +01:00
Franco Fichtner
c0ec745830 services: push apinger probe into apinger probe 2016-02-19 17:26:20 +01:00
Ad Schellevis
d4d07fbb8e (legacy) move display_host_results into log.widget.php
The widget collection needs a cleanup, but is not at the top of the priority list. Lets make sure the legacy functionality delivers output and make sure the already cleaned components stay that way.
2016-02-19 17:08:34 +01:00
Ad Schellevis
7e51a40430 (legacy) minor cleanups in services.inc 2016-02-19 16:42:44 +01:00
Ad Schellevis
835a66bde7 (legacy) status_dhcpv6_leases.php remove test data 2016-02-19 16:11:44 +01:00
Ad Schellevis
b9f53deea2 (legacy) refactor status_dhcpv6_leases.php 2016-02-19 16:10:52 +01:00
Ad Schellevis
ca46899b75 (legacy) regression services_router_advertisements.php 2016-02-19 11:46:12 +01:00
Ad Schellevis
719c1e92bd (legacy) refactor services_dhcpv6_relay.php 2016-02-19 10:21:34 +01:00
Ad Schellevis
bcaaf64cf9 (legacy) fix html error issue in firewall_aliases_edit.php, https://github.com/opnsense/core/issues/785 2016-02-19 08:42:00 +01:00
Ad Schellevis
83a3cdbf34 (legacy) refactor services_router_advertisements.php, work in progress 2016-02-18 18:42:58 +01:00
Ad Schellevis
db74e1570e (legacy) refactor services_dhcpv6_edit.php, work in progress 2016-02-18 18:42:05 +01:00
Ad Schellevis
ba433af895 (legacy) refactor services_dhcpv6.php, work in progress 2016-02-18 18:41:39 +01:00
Franco Fichtner
9e867628e0 Merge pull request #782 from fraenki/fix_relayd_startup
fix relayd startup/restart (ref #780)
2016-02-18 17:32:07 +01:00
Frank Wall
4a8d192b48 fix relayd startup/restart (ref #780) 2016-02-18 17:28:12 +01:00
Franco Fichtner
1eb5dae76d www: zap some spurious assigments
Most of the time, there is no return value from the functions,
sometimes $retval is not evaluated, and sometimes it just seems
totally convoluted to do it when 99% of the configuration code
does not do it and works fine wihout it.

It's also not practical, because there is no no notion of a
rollback that would have to ensue in such cases.
2016-02-18 16:44:27 +01:00
Franco Fichtner
05bf89473b Merge pull request #781 from fraenki/fix_780
fix filter reload with invalid relayd config, fixes #780
2016-02-18 16:20:24 +01:00
Frank Wall
5a26098849 fix filter reload with invalid relayd config, fixes #780 2016-02-18 16:02:10 +01:00
Ad Schellevis
c4a63d3f03 (legacy) missing ntpserver in post, services_dhcp.php 2016-02-18 15:29:31 +01:00
Ad Schellevis
9628c0db12 (legacy) typo in services_dhcp.php 2016-02-18 15:26:41 +01:00
Ad Schellevis
14e0067957 (legacy) style fix 2016-02-18 15:24:22 +01:00
Franco Fichtner
8770689a0c firmware: sort upgrade packages, needs more work for other types
GUI sorting for now should be new, update, reinstall, remove.  Later
all those types ought to be merged into a single list with backwards-
compatible behaviour.  First of many neat firmware improvements on
our way to 16.7.  :)
2016-02-18 09:37:33 +01:00
Franco Fichtner
93c20e1b69 src: tweak previous, php can be picky 2016-02-18 08:34:12 +01:00
Ad Schellevis
61cb3745be collapse issue when using Edge, https://forum.opnsense.org/index.php?topic=2210.msg7136 2016-02-17 20:53:23 +01:00
Ad Schellevis
94e28e10ba (captive portal) fix report PHP Warning: SQLite3::query(): Unable to prepare statement: 5, database is locked in /usr/local/opnsense/scripts/OPNsense/CaptivePortal/process_accounting_messages.php on line 53 2016-02-17 13:39:16 +01:00
Ad Schellevis
cbcb92f631 (menu) missing reference for services_dhcpv6.php?if=* 2016-02-17 09:50:55 +01:00
Ad Schellevis
4ab7775552 (legacy) zap split in pfsense-utils.inc, 3gstats.php, dyn_dns_status.widget.php 2016-02-16 20:14:52 +01:00
Franco Fichtner
f3597390d1 src: fix a few crash reports 2016-02-16 19:25:42 +01:00
Ad Schellevis
4f5144f9a0 (legacy) regression services_dhcp.php 2016-02-16 18:43:34 +01:00
Ad Schellevis
3ccabbaab3 fix typos 2016-02-16 17:23:13 +01:00
Ad Schellevis
8e849d9e4f (legacy) regression services_dhcp.php 2016-02-16 17:18:22 +01:00
Ad Schellevis
550d4d958a (legacy) refactor services_dhcp_relay.php 2016-02-16 15:12:55 +01:00
Ad Schellevis
493a3d18f8 (legacy) refactor status_dhcp_leases.php 2016-02-16 13:46:31 +01:00
Franco Fichtner
846e9db38e lang: better fix that actually works :) 2016-02-16 11:03:38 +01:00
Franco Fichtner
2605714b51 lang: fix syntax error 2016-02-16 11:01:09 +01:00
Franco Fichtner
1b2c66a001 radvd: also needs unbound awareness like previous 2016-02-16 10:23:02 +01:00
Franco Fichtner
fa3254447a Merge pull request #764 from fabianfrz/coding_style
coding style index.php
2016-02-16 07:36:22 +01:00
Franco Fichtner
5f41efb99f dhcp: add dns resolver ip in bootp ACK; closes #483 2016-02-16 06:53:22 +01:00
Franco Fichtner
4a598c88fa lang: update language progress; add Dutch
Chinese has progress again, which makes me personally happy.  :)

Taken from: https://translate.opnsense.org/
2016-02-16 05:43:03 +01:00
Franco Fichtner
936dead85e dns: some style and sanity for dnydnses and dnsupdates gears 2016-02-16 05:09:12 +01:00
Ad Schellevis
97cac62f12 (legacy) zap merge_config_section in pfsense-utils.inc 2016-02-15 17:54:56 +01:00
Ad Schellevis
ec5d6b12c8 (legacy) zap setup_microcode 2016-02-15 17:50:09 +01:00