4592 Commits

Author SHA1 Message Date
Franco Fichtner
29ddac4647 system: fix typos 2016-03-17 14:13:30 +01:00
Franco Fichtner
6abb7dfa59 system: add option to load cryptodev, but don't do it as the new defaut 2016-03-17 14:08:14 +01:00
Franco Fichtner
d74c27494d system: do the previous for thermal modules plus some naming unification 2016-03-17 13:25:09 +01:00
Franco Fichtner
efb83c517e system: glxsb is only for i386, check for modules consistently 2016-03-17 13:14:32 +01:00
Franco Fichtner
b41fc6188d system: modularise crypto devices
Suggested by: @oparoz
2016-03-17 11:45:58 +01:00
Franco Fichtner
ff6f234102 firewall: fix potential XSS
Spotted by: @fabianfrz
2016-03-17 10:59:35 +01:00
Ad Schellevis
b1034aab94 (proxy) better match url overlaps in acl, https://github.com/opnsense/core/issues/824 2016-03-16 20:04:24 +01:00
Ad Schellevis
a9ce543c83 (proxy) extend number of scrollbar itesm, closes https://github.com/opnsense/core/issues/819 2016-03-15 19:47:42 +01:00
Ad Schellevis
680bb24069 (mvc) add sorting to JsonKeyValueStoreField type, for https://github.com/opnsense/core/issues/819 2016-03-15 19:47:04 +01:00
Ad Schellevis
34986253c7 (mvc) extend tokenizer presentation in standard template 2016-03-15 19:45:33 +01:00
Ad Schellevis
f985dae7da (mvc) add nbDropdownElements to tokenizer helper 2016-03-15 19:44:10 +01:00
Franco Fichtner
2a7a87c0b4 vpn: fix previous as suggested by @DokuKaefer 2016-03-15 15:38:23 +01:00
Franco Fichtner
2223d5d276 services: simplify vpn service control and extend for pppoe servers 2016-03-15 15:29:40 +01:00
Ad Schellevis
1e9aa0abb4 (configd) suppress stream_socket_client warnings 2016-03-15 14:51:59 +01:00
Ad Schellevis
fe848ddd50 (legacy) refactor vpn_pppoe_edit.php, zap jquery.ipv4v6ify.js row_helper.js 2016-03-15 14:28:52 +01:00
Ad Schellevis
181dd67b3d (legacy) refactor vpn_pppoe.php 2016-03-15 11:34:37 +01:00
Ad Schellevis
89eb450b71 whitespace vpn_openvpn_export.php 2016-03-15 09:48:23 +01:00
Ad Schellevis
e5621835dc whitespace vpn_openvpn_export_shared.php 2016-03-15 09:47:09 +01:00
Ad Schellevis
eab8c64ccf whitespace vpn_ipsec_mobile.php 2016-03-15 09:43:14 +01:00
Ad Schellevis
6b87325fd9 whitespace system_usermanager_passwordmg.php 2016-03-15 09:41:19 +01:00
Ad Schellevis
afba0908c3 whitespace system_usermanager_import_ldap.php 2016-03-15 09:40:03 +01:00
Franco Fichtner
6e1be84935 logs: fix spaces on header 2016-03-15 08:51:42 +01:00
Franco Fichtner
cd379a8f10 firmware: pkg can also change options, make sure this is caught 2016-03-15 08:24:45 +01:00
Ad Schellevis
f79e201840 (legacy) refactor status_filter_reload.php 2016-03-14 19:58:51 +01:00
Ad Schellevis
8d2cf58bd7 whitespace services_wol.php 2016-03-14 19:33:01 +01:00
Ad Schellevis
13ae2f59db whitespace index.php 2016-03-14 19:28:14 +01:00
Ad Schellevis
8098a423bf whitespace / codestyle guiconfig.inc 2016-03-14 19:16:18 +01:00
Ad Schellevis
78354c7f78 whitespace / codestyle getserviceproviders.php 2016-03-14 18:58:45 +01:00
Franco Fichtner
f50e2f5852 acl: do not keep status.php in the acl, only root should have access
We don't use this file very often so clamp down the access range
in order to avoid unwanted leakage.
2016-03-14 17:31:58 +01:00
Franco Fichtner
174028dbbe make: prevent package build in live mount mode
The two are mutually exclusive.
2016-03-14 13:08:48 +01:00
Ad Schellevis
77d8363157 force exit of stray processes 2016-03-14 12:26:03 +01:00
Franco Fichtner
80eba3c210 ntp: correct select behaviour; closes #818
o When servers are empty, show prefer and noselect as disabled.
o Tighten the config write by using the same code idiom as the
  frontend, which is the safer method.
o Untangle noselect and prefer, ntpd.conf will handle it.
2016-03-14 12:04:20 +01:00
Ad Schellevis
d9d87849a2 whitespace 2016-03-14 08:39:57 +01:00
Ad Schellevis
a352d3a864 missing gettext() 2016-03-14 08:25:43 +01:00
Ad Schellevis
20e1e49548 whitespace / unused css classes in diag_sockets.php 2016-03-13 20:40:54 +01:00
Ad Schellevis
527773d727 whitespace 2016-03-13 20:32:36 +01:00
Franco Fichtner
e7723d4733 system: strip ntp config from general settings #818 2016-03-13 20:16:55 +01:00
Franco Fichtner
7c3b995971 ntp: avoid crash report when not assigning interfaces 2016-03-13 19:55:58 +01:00
Ad Schellevis
603469c6b7 (configd) stop by name vs stop by pid, catch SIGTERM 2016-03-13 15:12:25 +01:00
Ad Schellevis
ecb715c338 routing, fix typo 2016-03-13 14:30:20 +01:00
Ad Schellevis
b72988299f routing, fix request query parsing 2016-03-13 14:28:23 +01:00
Ad Schellevis
ab2bc45a41 (routes) small template fix 2016-03-13 14:03:56 +01:00
Ad Schellevis
d4a1a4db6a (ids) move processing dialog to shared template 2016-03-13 14:00:00 +01:00
Ad Schellevis
18364725cc (mvc) move system routes to mvc including dependencies 2016-03-13 13:58:44 +01:00
Franco Fichtner
05e75ec62d interfaces: fix a crash report, proper error reporting while at it 2016-03-12 14:48:59 +01:00
Franco Fichtner
fe2c4e0b53 make: welcome to the family 2016-03-12 11:15:23 +01:00
Franco Fichtner
69d36e4bd0 src: whitespace sweep 2016-03-12 10:48:13 +01:00
Franco Fichtner
76dd0b09f9 make: let upgrade restart webgui for consistency 2016-03-12 10:17:16 +01:00
Franco Fichtner
80a70ffe05 rc/pkg: remove the automount features, they are not needed anymore
The new package targets have no drawbacks compared to auto live
mount, but the latter has proven difficult and does not match the
normal boot scenario and could potentially panic due to unionfs
being broken beyond repair (kib@'s words in spirit, not mine).

Discussed with: @adschellevis
2016-03-12 10:09:30 +01:00
Franco Fichtner
8369db513b make: only mount once to avoid panics 2016-03-12 10:05:28 +01:00