8344 Commits

Author SHA1 Message Date
Ad Schellevis
048f3d0b4f SystemHealth, some small style fixes and "non-numeric value encountered" when inverting graph, see https://github.com/opnsense/core/issues/2228 2018-02-28 19:01:17 +01:00
Franco Fichtner
912dd0dda1 firewall: use sticky outbound NAT by default
PR: https://forum.opnsense.org/index.php?topic=7323.0
2018-02-28 08:12:32 +01:00
Franco Fichtner
b30cbe1570 system: reorder routing calls for #1821
In order for default gateway switching to work we need to
call routing first, then set up gateways, lastly invoke
filter reload which currently chains the gateway swtich code.

While here, remove deprecation notes.
2018-02-27 18:13:13 +00:00
Franco Fichtner
4f955e4f7c system: repair system default route handling; closes #2164
Inspired by: https://github.com/pfsense/pfsense/commit/d35dfaaec
2018-02-27 17:57:51 +00:00
Franco Fichtner
60df387cac make: retain upgrade clean without clobbering package build 2018-02-27 12:40:10 +01:00
Franco Fichtner
97847afaeb make: patch core build for now 2018-02-27 12:35:18 +01:00
Franco Fichtner
fcb754818b ui: it takes new settings, but doesn't redraw... sure #1689 2018-02-27 10:31:53 +00:00
Franco Fichtner
4e80fa931d ui: remap manually instead of flushing for #1689 2018-02-27 10:18:45 +00:00
Franco Fichtner
40f95a7a91 ui: update tokenizer to 2.6, visual tweaks and blur-add
PR: https://github.com/opnsense/core/issues/1689
2018-02-27 08:36:21 +00:00
Ad Schellevis
13ad9eb920 dhcp, validate max interface mtu, for https://github.com/opnsense/core/issues/2225 2018-02-26 21:47:17 +01:00
Ad Schellevis
275989eeb3 ldap Authentication containers / keep dialog on page, switch to post type request and switch system_usermanager_settings_ldapacpicker.php to only send back a json response in stead of a page. closes https://github.com/opnsense/core/issues/2218 2018-02-26 21:40:14 +01:00
Ad Schellevis
35bb9097da IDS/et-open, start using suricata version 4 rules. closes https://github.com/opnsense/core/issues/2150 2018-02-26 20:39:19 +01:00
Franco Fichtner
854ab5a9b8 system: gateway group status into main list; closes #2201 2018-02-26 17:46:06 +00:00
Franco Fichtner
2c9b064662 system: add labels to gateway groups, more refactor for #2201 2018-02-26 17:08:43 +00:00
Ad Schellevis
a68224210b fix previous 2018-02-26 16:40:56 +01:00
Ad Schellevis
6e7ad483ea mvc/config, improve phpdoc 2018-02-26 16:33:20 +01:00
Franco Fichtner
83b47096f7 make: mute line size check in sweep target 2018-02-26 14:55:16 +00:00
Franco Fichtner
9c63784ebf make: update target, some cleanups 2018-02-26 14:55:16 +00:00
Franco Fichtner
c8052a87fb unbound: style sweep 2018-02-26 14:55:16 +00:00
Franco Fichtner
5e99b2f837 LICENSE: sync 2018-02-26 14:55:16 +00:00
Ad Schellevis
8700e9f5fa dhcpd / uefi 64 network boot using wrong arch type, closes https://github.com/opnsense/core/issues/2223 2018-02-25 11:37:18 +01:00
Ad Schellevis
c4a3c84eb3 System -> Activity, fix variable headers. closes https://github.com/opnsense/core/pull/2203 2018-02-24 15:49:44 +01:00
Ad Schellevis
1a415b9ea2 fix typo and style fixes for https://github.com/opnsense/core/pull/2222 2018-02-24 15:21:34 +01:00
Ad Schellevis
82c07d89ac
Merge pull request #2222 from namezero111111/master
Enable charon.install_routes from GUI
2018-02-24 15:12:24 +01:00
Ad Schellevis
bb959b4576 dhcpdv6 add validation for DUID fields 2018-02-24 14:42:14 +01:00
Namezero
734ad0fe0f
auto route disable 2018-02-23 20:42:37 +01:00
Namezero
050fecd0e9
Added auto route disable 2018-02-23 20:41:21 +01:00
Ad Schellevis
31282787df Interfaces / reconfigure
* remove race conditions in interface_bring_down() so when an old configuration is provided we will actually use the contents of that configuration.
* Next make sure we only save the first occurrence of a changed interface until an apply is hit, to prevent lossing the running configuration.
* Do some additional cleanups for removing virtual ip's when an interface is requested to go down.

For https://github.com/opnsense/core/issues/2221
2018-02-23 19:01:47 +01:00
Ad Schellevis
1891293c64 interfaces, drop validation when changing to dhcp from ppp type interfaces. closes https://github.com/opnsense/core/issues/2206 2018-02-23 15:17:02 +01:00
Ad Schellevis
47cd4bea29 ntpd, add missing stratum level. closes https://github.com/opnsense/core/issues/2219 2018-02-23 13:44:31 +01:00
Ad Schellevis
a21394ddbc mvc, fix "Notice: Access to undefined property translator in.." when trying to access an unexisting controller 2018-02-21 18:59:39 +01:00
Franco Fichtner
a83c91dff0 firewall: show IPv6 ports in live log; closes #2190 2018-02-16 14:27:41 +00:00
Ad Schellevis
f953fc4e0f Revert "another take on tab removal. (https://github.com/opnsense/core/issues/1928)", closes https://github.com/opnsense/core/issues/2065
This reverts commit 2b94b6691a9f965950c1e9759542359fc6d6e6f4.
2018-02-16 15:01:49 +01:00
Franco Fichtner
b46fc7fe4c radvd: style tweak 2018-02-16 14:52:30 +01:00
Ad Schellevis
fb06878b3f Firewall/aliases, ignore case while searching. 2018-02-16 14:46:30 +01:00
Ad Schellevis
97cdecbc3d firewall/category, move selection to top-right, closes https://github.com/opnsense/core/issues/2182 2018-02-16 14:32:22 +01:00
Ad Schellevis
8787a3200b status_interfaces, prefix containers and remove duplicate htmlspecialchars(), closes https://github.com/opnsense/core/issues/2202 2018-02-15 21:50:28 +01:00
Ad Schellevis
0752629d10 firewall/categories, move filter to top, for https://github.com/opnsense/core/issues/2182 2018-02-15 21:39:12 +01:00
Ad Schellevis
b5d6cddbdc print_info_box_apply() code issue, there doesn't appear to be a reason to set an action url here. sprintf() expects the second argument to be mapped "somewhere" 2018-02-15 21:09:21 +01:00
Franco Fichtner
b85cd97da0 rc: proper includes
PR: https://forum.opnsense.org/index.php?topic=7320.0
2018-02-15 14:24:04 +01:00
Franco Fichtner
2a32eb7fdb system: merge single gateway status into main page #2201 2018-02-15 08:43:49 +00:00
Martin Wasley
5a0306e66f RADVD Problem on PPPeO link without public IPv6 address (#2200)
PR: https://forum.opnsense.org/index.php?topic=7304.0
2018-02-15 08:51:03 +01:00
Franco Fichtner
00b6bcefc4 intrusion detection: straighten syslog output
If enabled, now consistenly log into a clog suricata.log.  Since
the last rework suricata syslog output landed in system.log because
the suricata.syslog.log file was removed, but this one was never
read because syslog.log was not a real log file.
2018-02-14 20:51:08 +00:00
Ad Schellevis
5bc9fdfe55 Firewall/Menu, add category filter to menu, part of https://github.com/opnsense/core/issues/2182 2018-02-14 18:58:58 +01:00
Franco Fichtner
0bd1d466f0 unbound: tweak previous
* Add all documented types
* Do not translate types, difficult to express in a label
* Move validation to config-save time
* Modify help text, default is in the manual
* Simplify naming
* Use empty as "transparent" for backwards compat
* Properly escape option value

CC: @NOYB
2018-02-14 08:40:55 +00:00
Franco Fichtner
4a65d926bf mvc: style sweep 2018-02-14 08:37:20 +00:00
NOYB
0df6c357f7 Services - Unbound DNS - General - System Domain Local Zone Type Option
Expose system domain unbound local-zone type to be configurable.
2018-02-14 08:56:24 +01:00
Franco Fichtner
d3f51dedb0 mvc: need this too 2018-02-14 08:53:25 +01:00
Alexander Shursha
5eafd14b72 Translate OptionValues. 2018-02-14 08:52:06 +01:00
Ad Schellevis
ac4f5a1aec Firewall / tabs, regression in moving tabs to menu, categories won't stick anymore. see https://github.com/opnsense/core/issues/2182 2018-02-13 20:25:59 +01:00