6879 Commits

Author SHA1 Message Date
Franco Fichtner
a91c23d78c www: zap unused variable 2017-08-28 11:42:06 +02:00
Fabian Franz
1a9fe4d6c4 patch translations into bootgrid at runtime, based on the work of kekek2; closes #1633 2017-08-27 21:57:33 +02:00
Ad Schellevis
328bfe7d29 firewall / nat, align target port to dst port when creating a new entry, for https://github.com/opnsense/core/issues/1787 2017-08-27 11:41:27 +02:00
Ad Schellevis
b69bedea98 firewall / nat 1-1, source aliases are only allowed for nat type rules, closes https://github.com/opnsense/core/issues/1789 2017-08-27 11:01:22 +02:00
Franco Fichtner
d7a2cbafae unbound: disband unbound_execute() 2017-08-26 17:56:57 +02:00
Franco Fichtner
2c3aac8ea6 unbound: restart on new wan IP if explicit interface matches 2017-08-26 17:56:07 +02:00
Ad Schellevis
8ae34afbba virtual_ip, add optional vhid to support alias ip's on carp. for https://github.com/opnsense/core/issues/1779 2017-08-24 22:49:04 +02:00
Franco Fichtner
733118ae91 reporting: scrap transform that doesn't do anything 2017-08-21 20:02:35 +02:00
Franco Fichtner
b70bd2f303 traffic graph: firefox complains abou missing "px", better padding 2017-08-21 11:52:46 +02:00
Franco Fichtner
a169aeb580 system: cron.d directories starting with FreeBSD 11.1
It might be a good idea to move cron to the MVC system completely,
apart from the auto-write logic we could make this a priv-sep job
very easily now.
2017-08-21 11:35:37 +02:00
Franco Fichtner
72d5e865cb configd: make note when we are not running
Even if we are supposed to return well-formed output it's better
to show a hard error here so we can trace the problem to this message.
It's somewhat aligned with rc's restart message but not with a
question mark at the end so that it's clear...
2017-08-21 10:49:57 +02:00
Franco Fichtner
87e982043d configd: don't dispatch in build environments
The check is a bit lax here, assume that the pid file isn't there.
It's better than invoking the rc system on every run.
2017-08-21 10:31:17 +02:00
Ad Schellevis
2349bc39d2 ignore empty cached files in JsonKeyValueStoreField, also for https://github.com/opnsense/plugins/issues/198 2017-08-19 18:05:03 +02:00
Ad Schellevis
c72c1874b8 validate configd results in JsonKeyValueStoreField before storing to disk, fix for https://github.com/opnsense/plugins/issues/198 2017-08-19 17:59:53 +02:00
Ad Schellevis
b2b7eb7fbf upgrade nvd3 2017-08-19 09:32:51 +02:00
Ad Schellevis
fd2e261fad repair sqlite database in CP after failure, https://forum.opnsense.org/index.php?topic=5744.msg23645#msg23645 2017-08-16 18:05:39 +02:00
Franco Fichtner
83ec429db7 interfaces: use KILL instead of TERM here
An experimental change discussed via IRC.
2017-08-16 10:31:29 +02:00
Franco Fichtner
9779e7ac56 config: more related to previous 2017-08-16 09:14:08 +02:00
Franco Fichtner
4594fa6dc6 config: versioning is no longer needed 2017-08-16 09:05:51 +02:00
Franco Fichtner
c342d536f5 src: whitespace sweep 2017-08-16 08:46:41 +02:00
Franco Fichtner
b3cfe6e362 captiveportal: peek at PID, fix reboot startup
PR: https://forum.opnsense.org/index.php?topic=5708.0
2017-08-15 11:33:41 +02:00
Franco Fichtner
f4734704f1 openvpn: fix the server lookup mismatch for #1748 2017-08-15 08:36:26 +02:00
Ad Schellevis
9dc19a1c44 remove route-to rule for localhost 3676fb47b4 2017-08-14 17:24:46 +02:00
Ad Schellevis
a013aec6f5 routes_wrapper needs the proper includes to function, should do the same as the old legacy page. for https://github.com/opnsense/core/pull/1749 2017-08-12 16:14:08 +02:00
Ad Schellevis
579261c9ac temporary keep old static route pages in our repo, https://github.com/opnsense/core/pull/1749 2017-08-12 16:00:41 +02:00
Ad Schellevis
42e8e49b48 Merge pull request #1749 from fabianfrz/rewriteroutes
MVC: rewrite static routes
2017-08-12 15:53:38 +02:00
Ad Schellevis
ccdf67adb6 ditch convert_real_interface_to_friendly_descr() 2017-08-12 14:58:14 +02:00
Ad Schellevis
39bb03fd10 use configd to fetch states in diag_dump_states.php, for https://github.com/opnsense/core/pull/1771 2017-08-12 14:42:11 +02:00
Ad Schellevis
00fdadc11b extend configd call "configctl filter list states" with filter, limit and total number of states for https://github.com/opnsense/core/pull/1771 2017-08-12 13:53:20 +02:00
Ad Schellevis
afcca42432 accidentally dropped an extra line in there... https://github.com/opnsense/core/issues/1681 2017-08-12 11:33:13 +02:00
Fabian Franz
22ab3a98e9 Merge branch 'rewriteroutes' of github.com:fabianfrz/core into rewriteroutes 2017-08-11 22:25:53 +02:00
Fabian Franz
38c776f943 manual merge to fix pull request 2017-08-11 22:25:31 +02:00
Ad Schellevis
9666ba5b48 better sqlite3 repair and corruption detection for network insight 2017-08-11 19:18:35 +02:00
Ad Schellevis
53a4a54f2b vlan_mtu and vlan_hwcsum usually can't be disabled, better to skip from the list of configurable hardware options. 2017-08-11 17:05:11 +02:00
Ad Schellevis
621edec479 probe vlan hardware settings before changing 2017-08-11 17:01:26 +02:00
Ad Schellevis
3676fb47b4 rework for https://github.com/opnsense/core/issues/1681, only add gateway rules when the protocol is assigned to the interface 2017-08-11 15:56:52 +02:00
Franco Fichtner
54ae88aea3 interfaces: correct content-type match, it can have ;charset etc. suffix
PR: https://forum.opnsense.org/index.php?topic=5709.0
2017-08-10 22:29:40 +02:00
Ad Schellevis
5739487938 Revert "filter, cleanup, closes https://github.com/opnsense/core/issues/1681"
This reverts commit 511cdd471e6c90ab5ecbbd5d5125adb0b906601f.
2017-08-10 20:52:36 +02:00
Franco Fichtner
b67f8873f9 firmware: pick up os updates when not in normal packages mode
check.sh really needs a refactoring, it will probably also speed
things up.
2017-08-10 19:30:54 +02:00
Franco Fichtner
713f8b8d48 interfaces: typo in previous 2017-08-10 15:43:30 +02:00
Franco Fichtner
a7ca166130 interfaces: the renaming in one ifconfig may be unstable 2017-08-10 15:15:42 +02:00
Franco Fichtner
2e98784e5c mvc: allow to run targeted migration (for plugins) 2017-08-10 13:05:02 +02:00
Franco Fichtner
466367f3ee src: style sweep 2017-08-10 07:58:32 +02:00
Ad Schellevis
c14000892b Merge pull request #1766 from opnsense/license_generate
License overview generation for GitHub
2017-08-09 22:49:25 +02:00
Elias Werberich
1132955d4d src: Fix 'illegal offset' warnings 2017-08-09 20:17:34 +02:00
Franco Fichtner
4ff939c806 openssh: last bug, I swear #1750 2017-08-09 14:35:41 +02:00
Franco Fichtner
f635d8d873 openssh: flip-flop, enabled always wins #1750 2017-08-09 14:27:51 +02:00
Franco Fichtner
db1b20b893 openssh: feedback for #1750
Prodded by: @adschellevis
2017-08-09 14:24:45 +02:00
Franco Fichtner
13f63a4919 system: remove old and forgotten nameservers.conf
PR:       https://github.com/opnsense/core/issues/1768
Also see: https://github.com/pfsense/pfsense/commit/1033de748
2017-08-09 13:40:50 +02:00
Franco Fichtner
3a746ea7f1 firmware: unify styling in bold rows and status indication 2017-08-09 09:35:03 +02:00