9861 Commits

Author SHA1 Message Date
Franco Fichtner
f3cb7e51ca man: fix date 2018-11-20 18:48:41 +01:00
Franco Fichtner
245401492b importer: make clear that /conf/config.xml is required 2018-11-20 18:44:02 +01:00
Michael Steenbeek
fdd9d606a9 ipsec.inc: Initialise vars, fix misspelling, remove unused vars (#2942) 2018-11-20 17:55:34 +01:00
Ad Schellevis
e0692a85b3 Javascript, fix multiple issues 2018-11-20 16:20:05 +01:00
Michael Steenbeek
0b1f1ec735 Fix #2645: IPsec debug not working (#2941) 2018-11-20 13:26:39 +01:00
Ad Schellevis
2ac140318f OpenVPN export, p12 password is optional for applicable types, for https://github.com/opnsense/core/issues/2787 2018-11-20 11:21:45 +01:00
Michael Steenbeek
1923dbeb25 Add src/opnsense/www/.htrouter.php to .gitignore (#2937) 2018-11-20 11:04:14 +01:00
Michael Steenbeek
46d49602dd Fix #2612: Check gets pushed too far away on long descriptions 2018-11-20 11:02:51 +01:00
Michael Steenbeek
9d6ae78448 Implement #2848: Update bootstrap-select to v1.13.3 2018-11-20 11:02:51 +01:00
Michael Steenbeek
db93291cb9 Clean up generation of strongswan.conf (#2940) 2018-11-20 11:02:21 +01:00
Ad Schellevis
063bf6ccb2 openvpn: cleanups 2018-11-20 10:18:46 +01:00
Franco Fichtner
af59982489 mvc: translate validation messages in PortField 2018-11-20 09:28:01 +01:00
Franco Fichtner
90cd162fec system: inline get_dpinger_status() #2914
Avoids a couple of calls and checks...
2018-11-20 09:06:54 +01:00
Franco Fichtner
6e4538d98c system: simplify return_gateways_status() for #2914
* Fill default values first before going through the monitors.
* Remove $byname = false, we can still look up the gateway.
* Avoid calling functions twice; remove spurious variables.
* Use stristr() where status is read to avoid mismatches.
* Kill 'srcip' and 'monitorip' weirdness.
2018-11-20 08:46:48 +01:00
Franco Fichtner
936a50ba95 system: switch default argument for return_gateways_status()
Loosely related to #2914, $byname = true seems to be the default
and not returning by name has little benefit.  Getting rid of the
argument in the next commit.
2018-11-20 08:11:56 +01:00
Franco Fichtner
ca1a5fc4a2 system: IPv6 static gateway lookup #2914 2018-11-20 08:05:55 +01:00
Franco Fichtner
f5d4c2b85b system: gateway lookup should honour disable flag #2914 2018-11-20 07:57:51 +01:00
Franco Fichtner
95ef3e917e rc: make this more obvious
PR: https://forum.opnsense.org/index.php?topic=10306.0
2018-11-20 06:20:01 +01:00
Ad Schellevis
811d9efd65 OpenVPN export, inline cert+key for https://github.com/opnsense/core/issues/2787 2018-11-19 22:17:19 +01:00
Ad Schellevis
0b028c1799 OpenVPN export, work in progress for https://github.com/opnsense/core/issues/2787
Add custom input and cleanup supportedOptions() method
2018-11-19 22:00:23 +01:00
Franco Fichtner
94f49e3627 system: improve previous slightly #2914 2018-11-19 21:54:45 +01:00
Ad Schellevis
f623fc6249 OpenVPN export, decode certificate+private key before usage. for https://github.com/opnsense/core/issues/2787 2018-11-19 21:48:44 +01:00
Ad Schellevis
d001f34479 OpenVPN export, add export_pkcs12() to BaseExporter for easy pkcs12 generation. for https://github.com/opnsense/core/issues/2787
Example usage (from inherited object):

$p12 = $this->export_pkcs12($this->config['client_crt'], $this->config['client_prv'], $this->config['p12_password']);
2018-11-19 21:45:59 +01:00
opnsenseuser
04df3de895 sidebar - performance & optimisation; closes #2938 2018-11-19 21:02:39 +01:00
Franco Fichtner
a66c8df416 system: allow auto-detect of gateways in static IPv4 setup #2914
A bit more weirdness here.  It's time for a larger rework...
2018-11-19 17:46:22 +00:00
Ad Schellevis
a945e8b64d Openvpn export, add p12 password input for https://github.com/opnsense/core/issues/2787 2018-11-19 18:24:08 +01:00
Franco Fichtner
6bf0dbd70b firmware: extend health checks, avoid issues with our mods 2018-11-19 17:01:37 +00:00
Michael Steenbeek
cbf90a4b48 Fix Unbound stats autorefresh not working 2018-11-19 13:30:54 +01:00
Michael Steenbeek
6debd169da Do not clear unbound stats when querying them 2018-11-19 13:22:57 +01:00
Ad Schellevis
8c52aa1964 Portfield validation, missed a spot in https://github.com/opnsense/core/issues/2916 2018-11-19 12:38:11 +01:00
Franco Fichtner
f5577bed58 unbound: fix plist, small changes 2018-11-19 11:24:52 +00:00
MichaelDeciso
8ca9da80f4 Add stats page for Unbound (#2933) 2018-11-19 12:22:35 +01:00
MichaelDeciso
3407a99132 Implement #2686: Allow setting alternative names on CSRs (#2932) 2018-11-19 10:53:18 +01:00
Franco Fichtner
66eb47d982 dhcp: show lease count; closes #2924 2018-11-19 07:56:53 +01:00
Frank Wall
571dbd5552 system: expose defaults for security-related sysctls 2018-11-19 06:58:49 +01:00
Franco Fichtner
9bd2ecf085 firmware: more on #2579, move changelogs to dedicated tab 2018-11-18 20:18:18 +01:00
Franco Fichtner
c38020bc39 firmware: fix these jquery selectors 2018-11-18 19:11:52 +01:00
Ad Schellevis
bb90be17c7 Network insight, possible division by zero, closes https://github.com/opnsense/core/issues/2928 2018-11-18 18:20:13 +01:00
Franco Fichtner
fffcb3d221 firmware: work on #2579 by adding an top overview 2018-11-18 12:23:41 +01:00
Franco Fichtner
2d0075de05 system: 4/4; closes #2876 2018-11-17 15:09:43 +01:00
Franco Fichtner
664cad48c9 system: 3/4 #2876 2018-11-17 15:04:09 +01:00
Franco Fichtner
eccc9eea1f system: part 2/4 #2876 2018-11-17 15:01:26 +01:00
Franco Fichtner
8462c5457f system: lower part for #2876 1/4
Purge the backup file if mode is set to "disabled" to avoid any
restore on the next boot since we only have a stale backup then.
2018-11-17 14:56:55 +01:00
Franco Fichtner
7b2b072449 system: upper half for #2876 2018-11-17 14:46:27 +01:00
Franco Fichtner
3831ea06a0 ui: remove markup from user indicator; closes #2844 2018-11-17 14:25:03 +01:00
Franco Fichtner
c84409cc11 pkg: fix plist 2018-11-17 09:35:29 +01:00
Northguy
4f6a3d108a Fix small typo
Unbund -> Unbound
2018-11-17 09:32:30 +01:00
Ad Schellevis
b6797d4e71 session/login, don't close session to avoid duplicate cookies being send. closes https://github.com/opnsense/core/issues/2900 2018-11-17 01:19:18 +01:00
Ad Schellevis
ca5f295987 Monit, add carp_status_change service to standard services list. for https://github.com/opnsense/core/issues/2919
Work in progress, we should add something similar for gateway switches.
2018-11-17 00:50:58 +01:00
Ad Schellevis
0df243422b another take on Config->isArraySequential(), for https://github.com/opnsense/core/issues/2911
Should be more like the original approach now, performance seems to equal the previous take.
2018-11-16 22:38:10 +01:00