Commit Graph

35985 Commits

Author SHA1 Message Date
Renato Botelho
352d49787d Fix #8895: Increase FD_SETSIZE to 3172 on lang/php72 2018-09-14 08:28:07 -03:00
jim-p
7c15c19d76 Initialize DHCP settings in setup wizard. Fixes #8889
Rather than assume they are present, create the arrays before use.
2018-09-12 15:46:57 -04:00
jim-p
d9064f0b92 Fix a PHP erorr when a CRL has no certificates 2018-09-12 14:16:52 -04:00
jim-p
3b55fc639c Fix typo 2018-09-11 15:44:40 -04:00
Renato Botelho
834b671f69 Update translation files 2018-09-11 15:55:53 -03:00
Renato Botelho
8c5817a9b6 Regenerate pot 2018-09-11 15:51:07 -03:00
Steve Beaver
a155dc5ec2 Fixed #8880 2018-09-10 15:00:56 -04:00
Steve Beaver
ccabd09f97 Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense 2018-09-10 14:58:26 -04:00
jim-p
59c2e21d4f Revert "Default VTI remote to Address but allow it to change. Fixes #8859"
This reverts commit da54e84ae7.
2018-09-10 11:57:32 -04:00
jim-p
885cf6a751 Prevent a user from selecting VTI for mobile IPsec. Fixes #8877 2018-09-07 08:10:55 -04:00
jim-p
02af149428 IPsec VTI requires a manually specified network/address. Issue #8877
Prevent a user from selecting an interface macro like "LAN Network"
which cannot be used with VTI since it does not work like traditional
IPsec Phase 2 definitions.
2018-09-06 16:32:06 -04:00
Luiz Souza
6fd6b8536b Changes on the parent interfaces will create new interfaces and the existing VLANs needs to be redone.
Ticket #8527
2018-09-06 18:55:41 -03:00
jim-p
bd670efef4 Fix a PHP error when upgrading gateways 2018-09-06 12:27:13 -04:00
jim-p
b54a1af45c Init gateway group array before use. Fixes #8876 2018-09-05 16:17:24 -04:00
Renato Botelho
3a00b1b2b5 Rename 2.4.4-RC repo to pfSense-repo-244 2018-09-04 13:26:24 -03:00
Renato Botelho
834c66978f Bump version to 2.4.5-DEVELOPMENT and add 2.4.4 RC repository 2018-09-04 12:58:52 -03:00
Renato Botelho
2eeeec06d7 Fix #8863: Add missing kernel module amdsmn, required by amdtemp 2018-09-04 11:03:38 -03:00
Renato Botelho
7cab6335bb Fix #8806: Configure captive portal on secondary identical as master HA node 2018-09-04 10:56:00 -03:00
Renato Botelho
7fead243f9 Fix #8721: Call proper filter_configure function from this class 2018-09-03 15:17:03 -03:00
Renato Botelho
b9c2164ca8 Revert "Attempt to re-enable Telegraf for armv6"
This reverts commit 46043cbc5a.
2018-08-31 17:02:04 -03:00
Renato Botelho
46043cbc5a Attempt to re-enable Telegraf for armv6 2018-08-31 16:35:32 -03:00
jim-p
836ee3aaca Change status.php to use "ifconfig -v". Implements #8860 2018-08-31 10:47:52 -04:00
Steve Beaver
d145caa834 Revise async_crypto setting 2018-08-31 10:26:08 -04:00
jim-p
da54e84ae7 Default VTI remote to Address but allow it to change. Fixes #8859 2018-08-31 10:12:55 -04:00
Steve Beaver
d08e825573 Make async_crypto explicit enabled/disabled rather than current isset 2018-08-31 10:08:48 -04:00
jim-p
74e4543842 Move IPsec VTI interface cleanup list. Fixes #8858
Generate the cleanup list before the P1 loop but after the initial
interface configuration.
2018-08-31 09:54:39 -04:00
jim-p
b5a4633f9f Use safe_mkdir() for IPsec dirs. Fixes #8856
Simplifies the process of making IPsec dirs, though it may not correct
the original reported issue since that appears to be a disk problem,
it's still better/safer than what was done here before.
2018-08-31 09:22:53 -04:00
jim-p
463b52b606 Initialize IPsec logging array before use. Fixes #8857 2018-08-31 08:29:31 -04:00
Renato Botelho
255eae76b7 Remove sshguard and fail2ban 2018-08-30 14:53:26 -03:00
Renato Botelho
b89270b73e Fix #7694: Replace sshlockout_pf by sshguard 2018-08-30 14:51:10 -03:00
jim-p
880107d21f Missing line to fix #8850 2018-08-30 08:41:40 -04:00
jim-p
b0a5c280a4 Set default new CA/Cert action to Create Internal. Implements #8851 2018-08-29 15:59:07 -04:00
jim-p
5d4f490006 Allow packages to opt out of a forced start. Fixes #8850
If a package performs its own service start during its sync process,
then add <starts_on_sync/> to its service definition in the package XML
file. Then when rc.start_packages is called, the forced start will not
happen since the sync will have taken that action already.
2018-08-29 14:24:51 -04:00
Stephen Jones
bc91bdffce Fixes #8767 PHP7 syntax error 2018-08-29 09:26:23 -05:00
Renato Botelho
47979f6650 Update translation files 2018-08-28 17:24:59 -03:00
Renato Botelho
b2347104cd Regenerate pot 2018-08-28 17:18:13 -03:00
Renato Botelho
45fbd1bdcb Fix Minnowboard Turbot model names. SG-2320 -> MBT-2220, SG-2340 -> MBT-4220 2018-08-28 16:30:23 -03:00
Stephen Jones
0a906fcc2e fixes #8837 part 2, initialize as array instead of string for PHP7 2018-08-28 14:06:58 -05:00
Renato Botelho
4f03ad7a36 Fix #8845: Increase PHP FD_SETSIZE 2018-08-28 15:18:43 -03:00
Stephen Jones
6a2461f0bc Bug was fixed in pfsense module and this code is no longer needed so removing. 2018-08-28 10:49:59 -05:00
Renato Botelho
57639ced0f $wancfg is not a reference to $config. Set $random_mac properly on config and break long lines while here 2018-08-28 09:43:21 -03:00
Renato Botelho
4cd8424ac5 Revert ticket #1337
FreeBSD is not happy with simple set VLAN to use a different MAC
address. Revert it for now and prevent users to change VLAN interface
MAC address.
2018-08-28 09:41:39 -03:00
Renato Botelho
ab1ef77222 Start building fail2ban 2018-08-27 14:23:40 -03:00
jim-p
2456ecc9ad Fix some integer assumptions with calculate_ipv6_delegation_length() 2018-08-27 11:58:19 -04:00
jim-p
c45cac34db Escape arguments when relinquishing a DHCP lease. Fixes #8843 2018-08-27 09:31:46 -04:00
Steve Beaver
b4e2567f46 Fix extra braces 2018-08-27 08:27:07 -04:00
Steve Beaver
ce04950d94 Fixed #8838 2018-08-27 07:42:51 -04:00
Steve Beaver
d6d46650d2 Fixed #8837 2018-08-26 12:30:59 -04:00
jim-p
c1004c8473 Add missing break in IpAddress form class. Fixes #8834 2018-08-25 16:20:10 -04:00
Steve Beaver
fa8ea43eed Fixed #8812 2018-08-25 09:17:09 -04:00