Commit Graph

35634 Commits

Author SHA1 Message Date
jim-p
8038c4e807 Correct a PHP error when saving on system_advanced_admin.php. Fixes #8606 2018-06-28 10:50:49 -04:00
jim-p
f031765bb0 Fix OpenVPN Wizard LDAP handling of ATTR fields. Fixes #8605
While here, also add missing LDAP fields and fix a PHP 7.2 error.
2018-06-27 12:43:32 -04:00
Steve Beaver
64fa420718 Fixed #7013
Added warning requiring reboot if group scope is changed
2018-06-27 10:53:55 -04:00
jim-p
6f8e648f5c Do not generate a NAT reflection rule with an interface source if that interface has no IP address. Fixes #8604 2018-06-27 10:45:35 -04:00
Renato Botelho
6c83167c1f Build drm-stable-kmod 2018-06-27 06:41:20 -03:00
jim-p
02d5d8bd68 Fix PHP 7 error on services_unbound_host_edit.php 2018-06-26 14:11:20 -04:00
Renato Botelho
fafd64f219 Deprecate the copy of simplepie, use the port instead 2018-06-26 11:41:56 -03:00
Stephen Jones
be228fd8f7 PHP7 fixed illegal string offset 2018-06-21 14:56:36 -05:00
Steve Beaver
fc00cb2082 Merge pull request #3950 from marcelloc/patch-5 2018-06-21 11:09:14 -04:00
Steve Beaver
1b213a45e8 Merge pull request #3949 from Hobby-Student/master 2018-06-21 11:07:47 -04:00
Steve Beaver
8baac39269 Merge pull request #3947 from PiBa-NL/20180609-fix-default-route-for-dynamic-gateway-pppoe 2018-06-21 11:06:23 -04:00
Steve Beaver
4439ab0bae Merge pull request #3945 from laurentquillerou/http2 2018-06-21 11:03:30 -04:00
Steve Beaver
e0f84e05e8 Merge pull request #3943 from miken32/patch-2 2018-06-21 11:01:42 -04:00
jim-p
e08d2ae752 Flavorize pfBlockerNG-devel 2018-06-21 10:31:42 -04:00
Renato Botelho
525199ff43 Fix typo 2018-06-21 10:00:18 -03:00
jim-p
a9c6c95b28 Build all flavors of pfBlockerNG 2018-06-20 22:27:11 -04:00
Laurent Quillerou
4a1de53ecb Merge https://github.com/pfsense/pfsense into http2 2018-06-20 23:51:41 +02:00
Christian
a592da3807 requested changes 2018-06-20 22:30:44 +02:00
Marcello Coutinho
9f20830105 fix the fix 2018-06-20 17:13:35 -03:00
Marcello Coutinho
57fe270e32 get total size on system dashboad 2018-06-20 16:47:33 -03:00
Marcello Coutinho
c7841232bd
check total swap size on dashboard
Refer to bug #8587
2018-06-20 16:40:30 -03:00
Christian
bbc752e1e2 fixed wrong if conditions
added support of dns server
2018-06-20 15:56:48 +02:00
jim-p
fdabb03481 Merge pull request #3948 from rabbitt/ldap-fix 2018-06-20 08:19:34 -04:00
Renato Botelho
64564c4f3d Adjust confs for new release-staging server 2018-06-20 08:17:14 -03:00
Carl P. Corliss
b310666c26
misspelled ldap bind username variable
* $ldapbndun -> $ldapbindun
2018-06-20 01:07:30 -04:00
jim-p
90b3235d6a Correct PHP syntax error that leads to a PHP 7 error. 2018-06-19 11:57:44 -04:00
jim-p
480c21f44c Correct the gateway check when deleting a VIP. Fixes #4438
Now it checks to see if there are other VIPs in the same subnet left,
and only prevents deleting the last VIP by which a gateway could be
reached.
2018-06-19 10:05:20 -04:00
PiBa-NL
f54ca2e14f routing, rc.newwanip should also set default-route while booting for ppp interfaces
otherwise we might end up without a default as the bootup script does not wait for ppp interface to obtain the ip, unlike with dhcp interfaces. https://redmine.pfsense.org/issues/8561
2018-06-15 22:56:08 +02:00
Stephen Jones
5ffeceb606 Fixed #8515 fixed error in queue defintion where it would repeat
It should now create a new definition for each queue. Queues should
now show up under status > queues.
2018-06-15 15:41:42 -05:00
Steve Beaver
8991ac90dc Added future ACB settings page 2018-06-15 13:27:53 -04:00
jim-p
feccd385d7 Validate NPt IPv6 address input and do not use invalid stored settings in rules. Fixes #8575 2018-06-14 14:04:17 -04:00
jim-p
7f943a2269 Rework loader.conf(.local) filtering. Fixes #8571
If this isn't aggressive enough, we could remove the "local" changes and only
keep the new matching method.
2018-06-13 10:58:49 -04:00
jim-p
8cd59b0324 Fix PHP error in dhcpd_gather_stats.php
Some variables were pre-populated with a string, then math was attempted based on a string value that couldn't be converted to an int.
2018-06-11 13:33:33 -04:00
jim-p
0dfce56bce Fix IPsec status widget conn matching to align with recent changes. Fixes #8562 2018-06-11 11:12:20 -04:00
jim-p
2e6167e71e Be specific with port fwd priv checks. Fixes #8563
This way, users with only privs to view but not edit port forwards can still see the entries, but not act upon them.
2018-06-11 09:58:34 -04:00
PiBa-NL
092abdb600 routeing, gateways show proper IPv4 IPv6 default, also for dynamic gateways 2018-06-10 14:59:59 +02:00
PiBa-NL
96b15e44cd routing, fix setting the default-route when the configured default gateway is a dynamic pppoe gateway. it doesnt have a gateway-status when it hasn't connected yet. 2018-06-09 22:54:03 +02:00
Renato Botelho
d84eec807d Do not build hybrid images to serial/ADI 2018-06-09 10:38:06 -04:00
Renato Botelho
b66b246e02 Revert "Do not build hybrid images to serial/ADI"
This reverts commit 8d22f4b191.
2018-06-09 10:35:43 -04:00
Renato Botelho
8d22f4b191 Do not build hybrid images to serial/ADI 2018-06-08 16:08:20 -04:00
jim-p
0aa52fb21a Fixup ipsec interface static route processing. Issue #8544 2018-06-08 15:57:12 -04:00
Stephen Jones
41160d19fe Fixed #8515 Queues should now be added either through manually creating them or through the wizard 2018-06-08 14:22:12 -05:00
jim-p
d4b43c48ed Make IPsec IKEv2 conn IDs consistent with IKEv1 or IKEv2 split. Also fix vti test for reqid. 2018-06-08 11:18:49 -04:00
jim-p
173356547e Correct PHP syntax error. Fixes #8557 2018-06-08 08:17:59 -04:00
Stephen Jones
cc52daa63d Allow hostname/ip to be deleted if the captive portal is not enabled 2018-06-07 14:20:26 -05:00
jim-p
a273f7bdff Do not put "route-to" on rules for traffic outbound from the firewall itself on ipsecX interfaces. Fixes #8551 2018-06-07 15:01:57 -04:00
Steve Beaver
880363af76 Fixed #8539 2018-06-07 10:06:22 -04:00
jim-p
3fa6d46229 Fix up user/group management save message descriptions, add logging for same. Fixes #8548 2018-06-06 16:23:10 -04:00
Laurent Quillerou
3aebb242de 8552 - enable http2 2018-06-06 21:20:52 +02:00
jim-p
aea2a0c333 Fix IPsec VTI gateway generation to match interface changes. Fixes #8544 2018-06-06 10:19:51 -04:00