9903 Commits

Author SHA1 Message Date
Franco Fichtner
03ef2ff81e system: tiny refactor 2018-11-24 13:20:16 +01:00
Franco Fichtner
0860755e3b firewall: same same, but different
filter_configure_sync() already calls filter_pflog_start().
2018-11-24 13:06:04 +01:00
Franco Fichtner
06151559bd system: top part of default gatway group switching #2279 2018-11-24 12:48:35 +01:00
Franco Fichtner
1adba66c2a ui: fix bootstrap-select width missed in #2939 2018-11-24 11:26:31 +01:00
René
0ef7222e28 sidebar - short fixes (#2959) 2018-11-24 10:04:24 +01:00
Michael Steenbeek
4d69429c30 Fix passing SANs to OpenSSL when generating CSRs (#2967) 2018-11-23 17:45:06 +01:00
Franco Fichtner
c99cfaa006 src: more manual cleanups 2018-11-23 14:50:53 +01:00
Franco Fichtner
559e8e79e2 pkg: fix plist 2018-11-23 14:37:42 +01:00
Michael Steenbeek
7ad3d8dff6 Replace some trivial double quotes with single ones 2018-11-23 14:36:44 +01:00
Michael Steenbeek
19ce1c57a4 Replace uncommon <> notation with != 2018-11-23 14:36:44 +01:00
Michael Steenbeek
53a17f9928 Add migration code for IDS rules with GeoIP settings (#2965) 2018-11-23 14:28:44 +01:00
Franco Fichtner
cd9630897f wizard: correct header 2018-11-23 10:41:32 +01:00
Michael Steenbeek
552fed10d7 Fix HTML errors (#2943) 2018-11-23 10:38:39 +01:00
Franco Fichtner
1bfc8ef5df system: typos in css 2018-11-23 10:30:39 +01:00
Frank Wall
2401eabaf0 firewall: ignore empty values in alias migration (#2958) 2018-11-23 08:17:25 +01:00
Franco Fichtner
c7b18721ce system: add link-local routes with correct scope #2561 2018-11-23 07:19:36 +01:00
Franco Fichtner
8084508c3f captive portal: work around renewed ordering issue; closes #2956 2018-11-22 22:14:58 +01:00
Fabian Franz BSc
7829450dab fix advanced field bug in dialogs (#2957) 2018-11-22 20:02:31 +01:00
Michael Steenbeek
9f7ca43981 Change tabs to spaces 2018-11-22 12:03:54 +01:00
Michael Steenbeek
5d49c6afcd PHP: Fix lots of refs to undefined vars (#2952) 2018-11-22 09:22:57 +01:00
Franco Fichtner
a095c72857 firewall: avoid translating "by", remove excessive markup 2018-11-22 09:04:15 +01:00
Franco Fichtner
fcae284873 mvc: adapt headers 2018-11-22 08:57:00 +01:00
Franco Fichtner
69381716bc system: always prefill these values according to perference; closes #2948 2018-11-21 18:26:13 +01:00
Franco Fichtner
b56aaecc8d system: while at it... 2018-11-21 15:25:37 +01:00
Franco Fichtner
bfcfe4d823 system: avoid silent fatal error when OUs could not be retrieved 2018-11-21 15:09:17 +01:00
Franco Fichtner
e5cb29c344 firewall: previous broke page actually 2018-11-21 11:45:34 +01:00
Michael Steenbeek
7f09e04d81 Fix some HTML errors 2018-11-21 11:42:01 +01:00
Franco Fichtner
9325d87b4e firmware: finalise mtree health check
Not what I was expecting from a base tool like mtree...

* Missing files are not seen as an error condition, so
  remove our ignored files (they show up as nonexistent)
  and then count how many files are missing.  If there
  is at least a missing file show the output and don't
  say everything is swell.

* Since we prefilter MTREE_OUT on a real error just show
  the output since it's likely there's an error to see.
2018-11-21 09:03:42 +01:00
Ad Schellevis
57bef4363f OpenVPN type fix, for https://github.com/opnsense/core/issues/2787 2018-11-21 08:30:19 +01:00
Franco Fichtner
760300db52 firmware: stop checking /var due to MFS possibililty 2018-11-21 08:27:28 +01:00
Franco Fichtner
10df4a19a3 openvpn: style fixes, annotate property issue 2018-11-21 08:03:46 +01:00
Franco Fichtner
cecd7b68c1 ui: whitespace sweep says this file needs a lot of cleanups 2018-11-21 08:03:06 +01:00
Franco Fichtner
32c5691951 system: fix visibility in NextCloud backup class 2018-11-21 08:02:34 +01:00
Franco Fichtner
dd16e3d4da system: fix clashing vars in previous function merge #2914 #2948 2018-11-21 07:25:49 +01:00
Ad Schellevis
ceb54b9657 OpenVPN export, move base filename into own method for easier reuse. https://github.com/opnsense/core/issues/2787 2018-11-20 20:39:31 +01:00
Ad Schellevis
0a0e5ee747 OpenVPN export, regression in configuredSetttings(), use collected presets when server settings aren't found. for https://github.com/opnsense/core/issues/2787 2018-11-20 20:23:48 +01:00
Ad Schellevis
9d782f5008 OpenVPN export, implement (zip) archive format. for https://github.com/opnsense/core/issues/2787 2018-11-20 20:04:39 +01:00
Ad Schellevis
a11c26d9e5 OpenVPN export, fix some regressions in file export. for https://github.com/opnsense/core/issues/2787 2018-11-20 20:04:01 +01:00
Ad Schellevis
53b43e7397 OpenVPN export, add ca's in export_pkcs12() for https://github.com/opnsense/core/issues/2787 2018-11-20 20:02:42 +01:00
Ad Schellevis
f7dce2da6b OpenVPN export, !empty() and 0... for https://github.com/opnsense/core/issues/2787 2018-11-20 20:01:47 +01:00
Ad Schellevis
d5770f0225 OpenVPN export, hostname is required. for https://github.com/opnsense/core/issues/2787 2018-11-20 20:01:06 +01:00
Ad Schellevis
53364c35ba OpenVPN export, fix download binary content, pass base64 to data: element. for https://github.com/opnsense/core/issues/2787 2018-11-20 19:59:44 +01:00
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