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
Renato Botelho
da8817a655
Enable sshguard build
2018-08-24 10:55:13 -03:00
Steve Beaver
085748d26c
Perople were misunderstanding "hint" so changed it to "identifier"
2018-08-24 07:46:40 -04:00
Renato Botelho
572e46a27a
PHP7 fixes: Use of undefined constants
2018-08-24 08:27:02 -03:00
Renato Botelho
2c1d7c12fa
Implement #1335 :
...
Let VLANs to have a different MAC address than its parent.
While here also fixes #8138 and do not ignore <spoofmac> for interfaces
without hwaddr field
2018-08-23 16:10:33 -03:00
Renato Botelho
cca5b9efa6
Do not let users change QinQ mac address
2018-08-23 16:08:07 -03:00
Renato Botelho
fe57dfe07a
Remove not used 'Copy my MAC' button code
2018-08-23 09:42:29 -03:00
Renato Botelho
6a8b4effa0
Merge pull request #3974 from Augustin-FL/patch-passthrough
2018-08-23 09:00:58 -03:00
Renato Botelho
3b47e50d18
Update translation files
2018-08-23 08:35:03 -03:00
Renato Botelho
9a05155bbf
Regenerate pot
2018-08-23 08:28:37 -03:00
Renato Botelho
d0e7c107f5
Merge pull request #3973 from PiBa-NL/20180821-getarraybyref
2018-08-23 08:19:29 -03:00
Renato Botelho
c3c79c8b7a
Fix syntax and use unlink_if_exists()
2018-08-22 13:38:53 -03:00
Steve Beaver
cb8443e4f0
Merge pull request #3965 from Hobby-Student/master
2018-08-22 11:12:40 -04:00
Steve Beaver
e8d4004cb4
Fixed #8823
2018-08-22 11:08:21 -04:00
jim-p
b6f6210a22
Use ctype_xdigit() instead of is_numeric() to validate hex. Issue #8824
2018-08-22 10:32:52 -04:00
Augustin-FL
20588aacbe
Automatically store username of the MAC created pass-through
2018-08-21 22:31:31 +02:00
Stephen Jones
7dc56c7697
Fixes #8800 Interfaces will show up in the group edit page even if disabled so they can be removed
2018-08-21 15:18:15 -05:00
Luiz Souza
62ed56dcbf
Add the GUI support to set the VLAN Priority for the DHCP requests.
...
Ticket #7425
2018-08-21 18:44:34 -03:00
jim-p
5b93a1f4d1
Handle HTTP_REFERER better when changing IP addr. Fixes #8822
...
Fall back to probing active interface addresses rather than config.xml to allow changed addresses that have not yet been applied.
2018-08-21 14:19:54 -04:00
jim-p
52152e62bc
Redact lightsquid pw in status output. Fixes #8819
2018-08-21 10:55:14 -04:00
jim-p
80dbe34498
Add a missed case for auth source detection. Fixes #8817
2018-08-21 09:56:53 -04:00
Steve Beaver
4ad3494260
Add "select all" control to remaining NAT pages
2018-08-21 07:45:56 -04:00
Steve Beaver
1e0016bbac
Make config_array_from_str() function more general
2018-08-20 20:47:05 -04:00
Steve Beaver
19a992038b
Fixed #8803
2018-08-20 20:19:46 -04:00
PiBa-NL
a436447f4c
add getarraybyref() utility function for general use (used also to avoid php7 'Cannot create references to/from string offsets' messages)
2018-08-21 01:15:47 +02:00
Steve Beaver
a34bab9f4b
Fixed #8803
...
Don't attempt to access $config elements that don't exist. PHP7 doesn't like it
2018-08-20 18:52:23 -04:00
jim-p
1ec79365df
Certs: Fix CA subject assumptions. Fixes #8801
...
Several areas made assumptions about the number and order of CA subject
fields that were no longer correct after issue #8381 was corrected.
While here, also remove some outdated references to fields that are no
longer needed in related areas.
2018-08-20 15:49:17 -04:00
Luiz Souza
966835f801
Only show the DHCP6 VLAN Priority settings for VLAN interfaces.
2018-08-20 18:29:07 -03:00
Renato Botelho
73a4e6cda3
Declare variable out of loop
2018-08-20 15:31:00 -03:00
Renato Botelho
96d05f1daf
Try to run upgrade script 3 times
2018-08-20 15:17:44 -03:00
Renato Botelho
b3cd2eb416
Fix #8519
...
- Remove possible leftover sockfile before call pfSense-upgrade
- Wait until sockfile exists while process is still running
- Make sure to start polling only if process is running and sockfile
exists
2018-08-20 15:17:44 -03:00
Renato Botelho
d93b569553
Remove leftover
2018-08-20 15:17:44 -03:00
Renato Botelho
84c703ca53
Make sure to use string starting at __RC= position
2018-08-20 15:17:44 -03:00
Dave Cornejo
545d0b46da
on arm and arm64 machines, set kern.shutdown.secure_halt = 1
...
the arm systems leave enough running after halt to forward packets.
this is a bad thing. on arm systems, set this sysctl so that when
a halt command is issued, it is severely stopped and no packet
forwarding happens. note that this also breaks the ability to reboot
from halt using a keypress (and the halt messages say so).
2018-08-20 08:13:59 -10:00
Renato Botelho
a5fd107dcd
Do not use gettext() on default LAN interface name
2018-08-20 14:51:01 -03:00