5898 Commits

Author SHA1 Message Date
Franco Fichtner
f783f5c4e2 system: adjust LDAP container message a bit more 2016-12-07 19:14:05 +01:00
Franco Fichtner
041702d215 dyndns: fix a crash report 2016-12-07 09:10:47 +01:00
Franco Fichtner
c25259d6b1 rc: remove spurious boot code
Right now, kern.hz is 1000 by default, and, more surprisingly,
net.inet.tcp.rexmit_min is 30 in FreeBSD too...
2016-12-07 08:09:04 +01:00
Franco Fichtner
2a45301e48 rc: $verbose conversion, simplify services_routing_enable() 2016-12-06 20:27:14 +01:00
Ad Schellevis
daaf3acd2e (ui) upgrade bootstrap-datepicker to v1.6.4 2016-12-05 23:19:19 +01:00
Ad Schellevis
4e95a0645e (menu) minor performance changes 2016-12-05 19:08:57 +01:00
Ad Schellevis
902b94312a (openvpn, export) add reneg-sec, closes https://github.com/opnsense/core/issues/1147 2016-12-05 17:43:28 +01:00
Ad Schellevis
38aded21fb (menu) improve menu parsing performance 2016-12-05 16:33:23 +01:00
Ad Schellevis
5069d99c40 (config) performance, parse by reference to isArraySequential(), reduces object creation 2016-12-03 05:23:30 +01:00
Ad Schellevis
7d9ae36799 (config) performance improvement array_key_exists() vs isset() 2016-12-03 04:41:08 +01:00
Franco Fichtner
5bfa41fd06 firmware: we must show the version that is new, not the one installed 2016-12-05 08:35:31 +01:00
Franco Fichtner
d0f13284bf ldap: pretty up config and fix a help string 2016-12-05 07:49:50 +01:00
Ad Schellevis
2e4ecd3be0 (php7/phalcon) volt template issues in php7 2016-12-02 23:43:38 +01:00
Ad Schellevis
5ba5a91893 when ipfw isn't configured, the service won't (re)start throwing an error, use of onestart instead of start fixes this. closes https://github.com/opnsense/core/issues/1292 2016-12-02 22:59:53 +01:00
Franco Fichtner
a6932bf4d5 mvc: same PHP 7.0 issue as caa742ccef7
Save doesn't trigger in dialog yet, though.
2016-12-04 13:23:48 +01:00
Franco Fichtner
052c9599fc rc: more $verbose conversion 2016-12-03 22:01:36 +01:00
Franco Fichtner
44baa97536 firmware: fix small regression from refactoring backend 2016-12-03 20:05:17 +00:00
Ad Schellevis
214385bc78 (system_general.php) performance issue, lookup_gateway_ip_by_name() is very inefficient, don't try to execute if we know it's not a gateway..... 2016-12-02 21:58:42 +01:00
Ad Schellevis
b057f9978a Merge pull request #1290 from opnsense/filter_rework
(filter.inc) generate aliases for internal networks
2016-12-03 13:22:18 +01:00
Franco Fichtner
ea2abc6b5e src: whitespace sweep 2016-12-03 13:14:08 +01:00
Franco Fichtner
47adafb0ff rc: run recover prior to resize 2016-12-03 13:08:45 +01:00
Ad Schellevis
0090f14ec6 (filter.inc) generate aliases for internal networks 2016-12-02 15:24:58 +01:00
Ad Schellevis
8067e9bdd1 legacy_interfaces_details() switch to exec() 2016-12-02 12:08:36 +01:00
Ad Schellevis
d3a696048c (interfaces.lib.inc) merge _legacy_getall_interface_addresses() and legacy_interfaces_details() for more consistent ifconfig parsing 2016-12-02 11:47:33 +01:00
Franco Fichtner
46fc7fe3aa rc: makefs -> mkimg migration seems to fix this, yay! 2016-12-02 10:23:58 +01:00
Tikimotel
28b058c895 Update system_advanced_misc.php (#1288)
This adds the "normal" power state to the powerd - system_advanced_misc options.
If the powerd utillity can not determine the system power options (ac or battery) it will use the "normal" setting rendering the "ac" and "battery" settings useless for these systems.
2016-12-02 19:48:26 +01:00
Franco Fichtner
9a15a68f2f rc: allow growfs on new nano images
This is a bit tricky, because there is a bug where UFS labels
disappear.  For now, clobber /etc/fstab to make sure the next
boot goes as planned.
2016-12-02 08:58:06 +01:00
Ad Schellevis
7100fedbbb (util.inc) php7 fix ip_in_subnet() 2016-12-02 17:03:39 +01:00
Franco Fichtner
393fadcec0 system: stray unicode whitespace (damn you, apple!) 2016-12-02 08:31:41 +01:00
Franco Fichtner
3d802a0a78 system: missed two GUI strings for previous 2016-12-02 08:28:59 +01:00
Franco Fichtner
e413994c4a system: finally split up use_mfs_tmpvar for good
This is an inplace config migration.  The mount still behaves
the same way and a config save from the page migrates the
options.  We're not in a rush here, but the reason is that
we should have clean options and the new 17.1 images for nano
will depend on the new style.
2016-12-02 08:18:23 +01:00
Franco Fichtner
d88999b025 firmware: fix typos in previous 2016-12-01 15:56:18 +01:00
Franco Fichtner
83969040ed firmware: don't track UUID in a crash report submission anymore 2016-12-01 15:33:48 +01:00
Franco Fichtner
672ac99db4 firmware: fix previous 2016-11-30 21:36:47 +01:00
Franco Fichtner
e4cd7f5904 system: proxy user is needed after all, hidden...
... behind a chain of proxy->squid modification, not by
pkg, but by setup.sh.  Not easy to find.
2016-11-30 20:11:54 +01:00
Ad Schellevis
18c49439b8 (firewall) some missing alias options, spotted by @jschellevis 2016-11-30 18:33:21 +01:00
Franco Fichtner
107e782561 firmware: let us do 9999 updates until this breaks
Or: only display 12 changelogs, let user expand if desired

Requested by: @jschellevis
2016-11-30 18:15:22 +01:00
Franco Fichtner
31e26e2349 firmware: auto-rerun on package manager update 2016-11-30 17:40:04 +01:00
Franco Fichtner
4c68e8c246 firmware: two problems
o Licenses are only readable from installed files, back out of plugins
o Audit did overwrite the "done" message for plugin ops et al
2016-11-30 17:02:34 +01:00
Franco Fichtner
85e4bef09a system: protect all JS with html_safe(); closes #1285 2016-11-30 16:02:11 +01:00
Valentin Deville
235049b9ce Fix bug in some languages with quotes 2016-11-30 16:02:11 +01:00
Franco Fichtner
baa813eb95 plugins: protect calls to functions as done elsewhere 2016-11-30 15:32:08 +01:00
Franco Fichtner
0a972db96d firmware: fix style in audit print 2016-11-30 08:24:33 +01:00
Franco Fichtner
09ed08e899 web proxy: default to enabled for new remote lists 2016-11-30 08:17:07 +01:00
Franco Fichtner
53ee7f5734 rc: pkg-static spams about major upgrade warning...
... but we already know that because we are performing one.
2016-11-30 07:32:14 +01:00
Franco Fichtner
19dfa96cc2 intrusion detection: rotate eve-log every (almost) 500 MB
Should probably remove the weekly/daily rotation in favour of a
setting of the value in KB on the GUI instead...
2016-11-30 07:27:19 +01:00
Franco Fichtner
3983919a02 interfaces: slurp wlan devices into available devs
This is required for FreeBSD 11.0.
2016-11-29 18:45:07 +00:00
Franco Fichtner
ae4e38bcb3 ldap: auth containers are not appended to base dn
Still need to fix the help text in the server settings.
2016-11-29 18:36:09 +01:00
Franco Fichtner
d870e03d95 radvd: match running metric with how its handled underneath
We checked for IPs, but the code runs the service in all cases.
2016-11-29 18:35:20 +01:00
Franco Fichtner
88aab655a4 rc: further boot rework 2016-11-29 08:06:07 +01:00