10690 Commits

Author SHA1 Message Date
Maurice
1fde0b7e2d radvd: don't set Router Address flag
The Router Address flag "indicates that the Prefix field contains a complete IP address assigned to the sending router" (RFC 6275). This does not apply, we only send a prefix. This flag is only relevant for Mobile IPv6.
It has been there (for unknown reasons) since pfSense switched to radvd 8 years ago: 3f9cc8e44c
2020-02-10 20:02:47 +01:00
Ad Schellevis
769d7a9a2e mirrors: Quantum Mirror 2020-02-07 14:55:59 +01:00
Ad Schellevis
e4db773f14 dhcpd: cleanup code related to https://github.com/opnsense/core/pull/3910 2020-02-07 12:15:22 +01:00
Ad Schellevis
6c1ac9e96a Merge branch 'add-dhcpv6-ddns' of https://github.com/trunet/core into trunet-add-dhcpv6-ddns 2020-02-07 10:37:00 +01:00
Marcel Menzel
7603744ba5
Add an option to configure IPsec tunnel timeouts via strongSwawn's inactivity parameter (#3912) 2020-02-07 08:41:39 +01:00
Franco Fichtner
f66582d7ed src: style fixes 2020-02-06 19:20:36 +01:00
Franco Fichtner
098af83c85 unbound: extend ACL to delegatable prefix #3797
Maybe this is wishful thinking: if the prefix changes the
whole idea falls apart anyway.
2020-02-06 19:08:22 +01:00
Franco Fichtner
4b68737256 dhcp: manual radvd fix #3310 2020-02-06 18:42:16 +01:00
Franco Fichtner
d6b7845227 dhcp: fix page info #3310 2020-02-06 18:32:10 +01:00
Franco Fichtner
a0464ab3d3 dhcp: same for radvd #3310 2020-02-06 18:11:50 +01:00
Franco Fichtner
5ebae48efd dhcp: fix refactor issue and scope hiccup #3310 2020-02-06 17:51:27 +01:00
Tyler Ham
f66c3bf812
dhcp: add icons next to online/offline lease status (#3911) 2020-02-06 15:49:13 +01:00
Ad Schellevis
0268363d0c system_general. empty dnsallowoverride_exclude causes PHP Warning: implode(): Invalid arguments passed ... 2020-02-05 10:21:29 +01:00
Franco Fichtner
29b6820117 interfaces: missed review opportunities 2020-02-05 09:07:12 +01:00
Len White
13f8ba2347 - Update maximum MTU for 10Gb NICs 2020-02-04 12:52:51 +01:00
Wagner Sartori Junior
8eedfcdb5e
Implement working DHCPv6 DDNS (Dynamic DNS)
Follows PR #3909 and fixes #3908
2020-02-04 12:12:36 +01:00
Ad Schellevis
5833339c3d log: ppp log type, in c56fff792d changed ppps for ppp. 2020-02-03 17:12:17 +01:00
Ad Schellevis
ff290c95ec OpenVPN ipv6-push, another try for https://github.com/opnsense/core/issues/3907 2020-02-03 14:27:57 +01:00
Ad Schellevis
f670ba6e2d fix previous, for https://github.com/opnsense/core/issues/3907 2020-02-03 14:13:29 +01:00
Ad Schellevis
ccc0f37098 OpenVPN csc ipv6, wrong ifconfig-ipv6-push format. for https://github.com/opnsense/core/issues/3907 2020-02-03 14:08:15 +01:00
Franco Fichtner
57de0596f4 interfaces: typo in previous #3310 2020-02-03 08:01:25 -03:00
Franco Fichtner
a93815f1e9 dhcpd: refactor, needs second caller #3310 2020-02-03 11:58:17 +01:00
Franco Fichtner
b8beea435d dhcp: blacklist aliases in IPv6 case #3310
This code is probably relevant in other parts as well.
2020-02-03 07:31:26 -03:00
Ad Schellevis
6cb988ea06 system_usermanager / authorizedkeys: input with for https://github.com/opnsense/core/issues/3905 (+ height to 10 after click) 2020-02-03 09:21:03 +01:00
Ad Schellevis
5c1756e6e9 flowd: netflow_egress_only missing separator, caused by 5f3936ab36 2020-01-31 19:47:22 +01:00
Franco Fichtner
79c454cfd7 system: old template is obsolete as well 2020-01-31 11:28:52 +01:00
Franco Fichtner
e05aed2617 system: drop unused services.inc 2020-01-31 11:20:06 +01:00
Franco Fichtner
adc7f3fc78 pkg: this is 20.1 now 2020-01-30 20:50:13 +01:00
Franco Fichtner
7ad13cd08e system: join carp scripts, move to priority 90 like port script 2020-01-30 20:47:02 +01:00
Franco Fichtner
c1573d7063 system: use configctl for these tasks consistently 2020-01-30 20:47:02 +01:00
Ad Schellevis
ac5dd9f4c2 Firewall rule stats not visible when using html escapable characters. closes https://github.com/opnsense/core/issues/3620 2020-01-30 15:36:22 +01:00
Franco Fichtner
df712946eb firmware: prep for final 20.1 transition 2020-01-28 17:28:46 +01:00
Ad Schellevis
d837785c32 Config: accidental issue in c1c32c9eed 2020-01-28 16:50:08 +01:00
Ad Schellevis
928a75bb0b PortField: fix backwards compatibility in previous. for https://github.com/opnsense/core/issues/3895 2020-01-28 15:57:58 +01:00
Ad Schellevis
c1c32c9eed Extend PortField to support multiple items, closes https://github.com/opnsense/core/issues/3895
- while here fix unit tests to support 8.5.x
- add unit test for PortField
2020-01-28 15:41:29 +01:00
Franco Fichtner
76755fd7da syshook: fix script name 2020-01-23 14:19:33 +01:00
Franco Fichtner
929d90d311 firmware: also add new commercial fingerprint 2020-01-22 09:07:15 +01:00
Franco Fichtner
bc32593434 firmware: add glue for upgrade testing 2020-01-22 08:57:15 +01:00
Ad Schellevis
a057c97940 syslog: remove legacy remote logging. closes https://github.com/opnsense/core/issues/3540 2020-01-21 17:53:45 +01:00
Ad Schellevis
db5877da52 hasync: HASync / XMLRPC remove legacy push on changes, closes https://github.com/opnsense/core/issues/3635 2020-01-21 17:39:57 +01:00
Ad Schellevis
1de12ee51b randomize cookie_test, although it's only used to detect if the browser has cookies enabled, some pci compliance tools like to complain about it. closes https://github.com/opnsense/core/issues/3890 2020-01-21 17:37:40 +01:00
Ad Schellevis
c0b7d96059 MVC: BaseListField ignoring empty selected field. closes https://github.com/opnsense/core/issues/3891 2020-01-21 17:25:09 +01:00
Franco Fichtner
fbc8f3877d firmware: revoke 19.1 fingerprint and add 20.1 2020-01-21 13:29:38 +01:00
Ad Schellevis
bc4272abdd firmware: add search in mirror selection for better overview. 2020-01-20 21:51:31 +01:00
Ad Schellevis
505accac0b mirrors: add ServerBase AG 2020-01-20 21:49:13 +01:00
Michael
a38fae9f08 Update alias.volt (#3881) 2020-01-10 15:05:33 +01:00
Ad Schellevis
644b4f82c2 GeoIP: business edition users can use Deciso's geoip feed, for https://github.com/opnsense/core/issues/3856 2020-01-04 11:58:41 +01:00
Franco Fichtner
6fe0a28700 util: caller must do elaborate checks and translations
If the caller passes a valid "real" interface the gateway check
is irrelevant.
2020-01-03 13:57:01 +01:00
Yuri Moens
6c91d7f87a dhcp: add OMAPI configuration support
PR: https://github.com/opnsense/core/pull/2807
2020-01-03 11:36:18 +01:00
Franco Fichtner
57e8b9ddd0 src: fix last bits of obvious PSR12 style issues
CodeSniffer wants to have its way with authgui.inc but
fortunately it doesn't break while fixing the style
anymore so to keep this consistent and approachable
just accept its criticism.  ;)
2020-01-03 11:20:27 +01:00