11515 Commits

Author SHA1 Message Date
Flightkick
7018ffa38d Unbound: Add options for logging queries and extended statistics. (#3865) 2020-01-02 08:35:52 +01:00
Franco Fichtner
28be3a171e pkg: Happy new year! :) 2020-01-01 15:49:50 +01:00
Martin Wasley
1af4277254 Auto Replace windows DUID dashes
If adding static mapping v6 addresses then replace the windows dashes with colons automatically.
2020-01-01 15:09:06 +01:00
Franco Fichtner
bbee5f518f dhcp: fix killbyname() usage which kills both services 2019-12-31 11:41:11 +01:00
Franco Fichtner
e1f2fb0f3d system: fix log links; closes #3862 2019-12-30 10:20:40 +01:00
Ad Schellevis
b4147a1e94 GeoIP, last bits and pieces for https://github.com/opnsense/core/issues/3856
* show a message when GeoIP is used but no addresses are found
* support other vendors as well (format should be documented in our docs)
2019-12-29 14:02:22 +01:00
Ad Schellevis
31a1da39e6 Merge branch 'marjohn56-master' 2019-12-29 13:05:26 +01:00
Ad Schellevis
fbe9586724 GeoIP, minor help text changes. 2019-12-29 13:04:08 +01:00
Ad Schellevis
880787d26b Merge branch 'master' of https://github.com/marjohn56/core into marjohn56-master 2019-12-29 12:37:56 +01:00
Ad Schellevis
b94a5ce129 plugins_run: log level. for https://github.com/opnsense/core/issues/3863 2019-12-29 11:59:00 +01:00
Martin Wasley
d500ab29e3 Update geoIPSettings.xml
Just a little addition to the help.
2019-12-27 13:17:32 +00:00
Franco Fichtner
376b86edbc pkg: fix plist 2019-12-26 10:42:32 +01:00
Ad Schellevis
789eac7d99 GeoIP download settings, work in progress for https://github.com/opnsense/core/issues/3856 2019-12-25 16:00:09 +01:00
Franco Fichtner
bb35688f0e src: more style updates 2019-12-22 19:14:26 +01:00
Marcel Menzel
a09d4592a8 Make strongSwan's dpdaction configurable (#3851) 2019-12-21 19:12:54 +01:00
Franco Fichtner
285a6fdc0b make: allow to use syslogd-devel 2019-12-18 09:14:52 +01:00
Franco Fichtner
6e64afa041 system: style in new log volt 2019-12-17 07:21:10 +01:00
Franco Fichtner
a3cd0ae4c1 system: remove unused parameter; closes #3847 2019-12-16 19:18:30 +01:00
Franco Fichtner
9472a0749f system: what sense would opnsense.cnf defaults make...
when they are ignored anyway.  :)
2019-12-16 19:05:32 +01:00
Franco Fichtner
beba47e769 system: typo in previous 2019-12-16 19:00:20 +01:00
Franco Fichtner
f7b87dfc43 system: 825 days is the current maximum so use it
Learned this the hard way on macOS Catalina behaviour.  Since this
is a new policy enforced since 2019 it's safe to increase the defaults
(which were 10 years before) as well.  Likely makes a few users
happy that had VPN certificates run out over the years.
2019-12-16 18:56:06 +01:00
Franco Fichtner
4bc90402dc firmware: indent issue 2019-12-16 11:09:04 +01:00
Franco Fichtner
9f03854bc4 dhcp: small style issue 2019-12-16 11:03:28 +01:00
Franco Fichtner
57db2e31ab ipsec: small style issue 2019-12-16 11:01:00 +01:00
Ad Schellevis
75df59b8c7 Health. remove disfunctional event handler (not related to new jQuery version). This probably hasn't functioned for quite some time, not sure why we need it either. closes https://github.com/opnsense/core/issues/3846 2019-12-15 19:47:44 +01:00
Franco Fichtner
a6170ac17a pkg: fix plist 2019-12-14 21:40:59 +01:00
Ad Schellevis
ac97016105 jquery-3.4.1 + compatibility fixes. keep old version available for now to keep old volt (vendor specific) templates functional. 2019-12-14 19:30:18 +01:00
Ad Schellevis
f78df07af6 IPsec: refactor tunnel settings page for https://github.com/opnsense/core/issues/3717 2019-12-11 22:19:00 +01:00
Franco Fichtner
5edd0b2122 system: regenerate DH params 2019-12-09 06:45:20 +01:00
Franco Fichtner
b20f6fa400 inc: partial PSR12 style sweep 2019-12-09 06:36:17 +01:00
Franco Fichtner
266df11e4c pkg: fix plist 2019-12-09 06:20:49 +01:00
Ad Schellevis
c8d0a07bdf System -> Routes -> Status: support for manually removing static route entries.
A bit triggered by looking at these system_host_route() usages b2560c6eb4/src/www/vpn_ipsec.php (L97-L98)

If for some reason we do want to drop a route which was created elsewhere, we can do this from the gui.

Although the drop likely won't remove all entries in the table, the relevant ones should be removeable.
2019-12-06 18:49:43 +01:00
Ad Schellevis
09f74fe1ce IDS: point Emerging threats open rules to suricata 5 and add a migration for the rules that moved. Includes a small patch to the rule management scripts, so we can support deprecated sets (which should be removed). 2019-12-06 15:47:18 +01:00
Franco Fichtner
a7b528be2b dpinger: wrong scope for $settings 2019-12-06 13:37:17 +01:00
Ad Schellevis
548b881228 diag_confbak.php missing html_safe() 2019-12-06 09:59:06 +01:00
Ad Schellevis
d2956a3b6a remove unused current directory include 2019-12-06 09:31:06 +01:00
Franco Fichtner
2e8e0adb81 plugins: PSR12 style updates 2019-12-05 21:37:24 +01:00
Franco Fichtner
6f3cdeb4fa mvc: simplify table string, style fix 2019-12-05 21:35:54 +01:00
Ad Schellevis
388159d5e8 log: add download (visible) items to new view. closes https://github.com/opnsense/core/issues/3645 2019-12-05 18:54:12 +01:00
Ad Schellevis
ee542d2822
add support for additional loopbacks (https://github.com/opnsense/core/issues/3832) (#3840)
Add *Interfaces: Other Types: Loopback*.

-  while here, also add the device name in interfaces.php and support setting an initial description on new interfaces (copy device description if available)

- check usages of lo0 and change to lo if not specific for our default loopback
2019-12-05 13:19:43 +01:00
Ad Schellevis
4aea00c89c log: ditch nentries in settings, diag_logs_template.inc will be removed when moving to 20.1 closes https://github.com/opnsense/core/issues/3831 2019-12-03 20:52:27 +01:00
Maurice
45b0d6834c Improve help texts 2019-12-03 13:05:59 +01:00
Maurice
d951885f13 Fix stateless DHCPv6 mode
Always add dhcp6.domain-search and dhcp6.name-servers to dhcpdv6.conf, even if no range6 is specified.
2019-12-03 13:03:37 +01:00
Ad Schellevis
fd979aa2c2 Dhcpdv6/radv. both services_dhcpv6.php and services_router_advertisements.php share the same config section, leading to empty values after safe. for https://github.com/opnsense/core/issues/3834 2019-12-01 15:34:44 +01:00
Franco Fichtner
dc3ef63c52 mvc: PSR12 for better or worse ;) 2019-11-30 10:04:17 +01:00
Ad Schellevis
f50ecdb773 legacy menu, add some missing html_safe() 2019-11-29 16:26:20 +01:00
Ad Schellevis
f0ec88e655 VxLan: remove unused toggle endpoint 2019-11-29 13:20:16 +01:00
Ad Schellevis
54af82695f log: fix some typos for https://github.com/opnsense/core/issues/3831 2019-11-28 22:22:53 +01:00
Franco Fichtner
a6c9f4acc8 vxlan: last one, hopefully 2019-11-28 18:47:32 +01:00
Ad Schellevis
94384a53b8 VxLan. move model into //OPNsense/Interfaces/vxlans, so we can actually add more types in there.... 2019-11-28 18:44:36 +01:00