Commit Graph

34932 Commits

Author SHA1 Message Date
Renato Botelho
eb809299be Implement <skip_flavors> tag in wizards to skip specific steps on specific flavors 2017-11-02 09:52:36 -02:00
Renato Botelho
c31dacf2e1 Set title and description after $stepid changes 2017-11-02 09:51:43 -02:00
Renato Botelho
005f3aa7a3 Merge pull request #3858 from nagyrobi/patch-25 2017-11-01 07:24:07 -02:00
jim-p
70b70f9dd5 Fix handling of wildcard CN/SAN entries in certificates. Fixes #7994 2017-10-31 15:19:21 -04:00
jim-p
9e608d7a52 Ensure that a certificate authority entry is capable of acting as a CA when importing. Fixes #7885 2017-10-31 14:58:12 -04:00
jim-p
92c27793b4 Reindex the user and group arrays after deleting items, to avoid operating on incorrect array entries. Fixes #7733 2017-10-31 14:17:04 -04:00
Steve Beaver
07152ca7e2 Fixed #8035
(cherry picked from commit 9c4e7fd3e1)
2017-10-31 11:11:49 -04:00
jim-p
2d07b58d8c Change a few more instances of using the physical interface to the friendly interface in status_queues.php, which allows root queues to function with the new VLAN interface names. Fixes #8007 2017-10-30 15:35:32 -04:00
Luiz Souza
c3938c16e3 Update the system sysctls to not harvest data from interrupts, point-to-point interfaces and ethernet devices.
The sysctl names changed in FreeBSD 11.
2017-10-30 13:17:48 -05:00
Luiz Souza
2f87470c84 Make is_ipaddrv6() compatible with is_ipaddrv4().
Only the IP address must be accepted, address with netmasks do not qualify.

Ticket #8024
2017-10-30 11:15:14 -05:00
Luiz Souza
d1630d957c Check the correct variable.
All the IPv6 verification code block was being ignored before this commit.

Ticket #8024
2017-10-30 11:12:54 -05:00
Stephen Jones
80392e01a1 added some security to strip html characters 2017-10-30 09:58:26 -05:00
Renato Botelho
cc2187c337 Do not display logo.css as a valid theme 2017-10-30 09:25:31 -02:00
jim-p
f32e9531ae Do not print JS when there are input errors on diag_dns.php; fix json_encode syntax. Ticket #7999 2017-10-27 16:52:31 -04:00
Renato Botelho
fd0d84e993 Fix #7984: Make sure sshlockout_pf stops when syslogd stops 2017-10-27 14:25:04 -02:00
Stephen Jones
29c1ecb83a Added a description to mobile client to reflect description in phase1 2017-10-26 10:50:48 -05:00
Renato Botelho
46514a474d Revert "Disable ARJ option"
This reverts commit 45b843950d.
2017-10-26 08:40:37 -02:00
Renato Botelho
c48651648c Fix typo in function name: insterface_is_qinq -> interface_is_qinq 2017-10-26 07:42:16 -02:00
Luiz Souza
b0b70737ba Fix a typo. 2017-10-25 23:51:09 -05:00
Luiz Souza
c2a14eec24 Allow the use of mbuf tags to set the VLAN pcp on output packets.
This is necessary for use with the pf 'set prio'.

Ticket #7973
2017-10-25 15:07:23 -05:00
Stephen Jones
49e2b19a4c added a string SESSION_TIMEOUT to be returned when a widget times out 2017-10-25 14:33:35 -05:00
Stephen Jones
5f6eca75e9 Fixed #7978 I added a section in the css that is only parsed by IE10+ and it just sets the margin for tables to 1px instead of 0 this stops it from collapsing 2017-10-25 14:31:48 -05:00
Luiz Souza
f2286620e4 The members of a LAGG cannot be assigned, used in VLANs, QinQ, or PPP.
This commit removes the LAGG members from the list of available interfaces.
2017-10-25 13:58:53 -05:00
jim-p
b1fccd4254 Do not allow direct download of .inc files (unparsed PHP source). Fixes #8005 2017-10-25 14:33:34 -04:00
Luiz Souza
e48ae6f294 Do not return QinQ interfaces in the physical interface list. 2017-10-25 12:23:27 -05:00
Luiz Souza
77eda8d57e Fix the interface_is_vlan() function.
It now works when only QinQ VLANs exist in the system.
2017-10-25 12:20:17 -05:00
jim-p
63a480cbf6 Fix status_queues.php for the new VLAN interface format. Fixes #8007 2017-10-25 10:47:55 -04:00
Luiz Souza
238ee9c604 Do not attempt to change the MAC address when the interface do not store the vendor MAC address. 2017-10-24 20:58:27 -05:00
Luiz Souza
beabf7e7e3 Fix a bug in interface_is_vlan(), only check QinQ interfaces when they exist. 2017-10-24 20:07:27 -05:00
Luiz Souza
9875c1999b Do no set the MAC address for LAGG interfaces.
Ticket #7928
2017-10-24 17:15:25 -05:00
Steve Beaver
edd492dfc4 Revise timeout message 2017-10-24 18:17:51 -04:00
Steve Beaver
c0339bdca8 Provide a mechanism to display a warning if the session times out and the dashboard is no longer updating 2017-10-24 18:04:59 -04:00
jim-p
e3907730bd Encode uses of $widgetkey in various contexts so it isn't echoed back to the user raw. Fixes #7998 2017-10-24 15:50:56 -04:00
jim-p
7b973ceb6f Widget instance counter must be numeric. Fixes #8000 2017-10-24 14:17:14 -04:00
jim-p
43746e1b4e Encode hostname parameter contents in javascript for diag_dns.php. Fixes #7999 2017-10-24 14:08:57 -04:00
Stephen Jones
b47d7ccf5e Made it so it doesn't display an error when the session expires it just
stops updating the graph. It will display in the console that it caught
and error when the session expires.
2017-10-24 12:08:00 -05:00
Stephen Jones
130f3c9266 Fixed #7856 fixed an issue with a slightly different array format. Also
updated the child key and id to be more robust.
2017-10-24 09:13:23 -05:00
Steve Beaver
8d90095ae6 Merge pull request #3811 from trunet/add-cloudns-to-dynamicdns 2017-10-24 09:06:57 -04:00
nagyrobi
b54a374357 Interface description doesn't fit the console screen
Strip 2 more chars from interface description because with the new font used by 2.4 it goes off screen on VGA console.
2017-10-24 14:32:30 +02:00
Luiz Souza
1b3d6ddd06 Fix the netgraph path for VLAN interfaces. 2017-10-23 22:03:20 -05:00
Renato Botelho
5b460fef11 Fix #7981: Convert PPP ports interface names to new VLAN notation using dots 2017-10-21 14:27:08 -02:00
Stephen Jones
80cd3d6682 fixed indentation 2017-10-20 10:29:59 -05:00
Stephen Jones
fe814d92aa Fixed #7714 Edited it to show correct timezone 2017-10-20 10:12:39 -05:00
Renato Botelho
d1f9423c20 Update translation files 2017-10-20 11:03:49 -02:00
Renato Botelho
2524a21429 Regenerate pot 2017-10-20 10:59:09 -02:00
Renato Botelho
9006d84f21 Fix #7976: Do not add button value to gettext 2017-10-20 08:47:40 -02:00
Renato Botelho
f6d840a192 Bump version to 2.4.2-DEVELOPMENT 2017-10-19 08:23:38 -02:00
Renato Botelho
93a3b29649 Fix #7968
Show Network Device ID in console banner
2017-10-19 07:07:16 -02:00
Renato Botelho
df89ed3a1a Do not show Serial when it's empty 2017-10-19 07:07:11 -02:00
Renato Botelho
4368d36705 Stop using hostuuid as serial 2017-10-19 06:43:29 -02:00