Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
373513a5 11/07/2017 04:15 AM Luiz Souza

Fix a bug in interfaces.php that will cause a failure on first 'Save' of 'OPT1' with some hardware configurations.

1328b154 11/07/2017 03:10 AM Luiz Souza

Add the XML tags to support the switch entries.

3b135582 11/07/2017 03:10 AM Luiz Souza

Remove stray white space.

9b36e210 11/06/2017 09:01 PM Stephen Jones

fixed the ipsec widget to show splitconnections for ikev2

3414dea1 11/06/2017 08:54 PM Jim Pingle

Restore some customizations to openssl.cnf, otherwise it cannot generate a certificate. Fixes #8059

We set prompt=no, so most of these values will cause an error when openssl commands are run directly.

2807660f 11/06/2017 02:59 PM Stephen Jones

removed extra quote

153f09b8 11/03/2017 09:45 PM Stephen Jones

Fixed an issue where it was showing the escaped apostrophes on all info boxes. This will fix the issue of the javascript getting terminated in the ipsec status page in french. and not print it to the user

46b9efdd 11/03/2017 09:05 PM Stephen Jones

Fixed #8043 It didn't like one of the french characters being saved in the config so it would rollback the config and not allow you to enable mobile clients. Added an html entities to replace it with safe characters. Also added some escapes when it tried to print certain words using a ['] and terminating a string in javascript for the ipsec_status page. This is a possibly a potential problem for multiple pages in French.

8c2831e1 11/03/2017 05:46 PM Steve Beaver

Cosmetic changes to repo branch switching

73d5b5d2 11/03/2017 05:23 PM Steve Beaver

Provide a firmware branch selector on the System->Update page to allow the user to change their mind.
On changing the selector, refresh the page to show the revised version information.

7e37da2e 11/03/2017 03:27 PM Jim Pingle

When crafting the CA subject for ipsec.conf, handle component values that are arrays. Fixes #7929

c2a52440 11/03/2017 01:13 PM Jim Pingle

When ntp is bound to specific interfaces, disable listening on wildcard. Fixes #8046

87c67243 11/02/2017 06:30 PM Jim Pingle

Add an option for LDAP servers to use the global root CA list as a peer CA. Fixes #8044

3ed3a367 11/02/2017 04:39 PM Doktor Notor

Disable HSTS for captive portals

a257c4c9 11/02/2017 04:39 PM Doktor Notor

Add option to disable HSTS for nginx (Bug #6650)

b42a43f7 11/02/2017 04:39 PM Doktor Notor

Add option to disable HSTS for nginx (Bug #6650)

3684280d 11/02/2017 04:39 PM Doktor Notor

Add option to disable HSTS for nginx (Bug #6650)

fbbd7d2b 11/02/2017 03:23 PM Steve Beaver

Crudely fixed #7786 by eliminating check of parent bandwidth when children are sepcified in %

4ede18de 11/02/2017 02:10 PM Renato Botelho

Merge pull request #3857 from PiBa-NL/20171022-pf-wait-dont-wedge

7f9b646c 11/02/2017 02:07 PM Renato Botelho

Merge pull request #3847 from luckman212/pftop-extras-1

7ddc3024 11/02/2017 02:07 PM Renato Botelho

Merge pull request #3842 from PiBa-NL/20171004-vip-uniqueid

7ea5b55b 11/02/2017 02:04 PM Renato Botelho

Merge pull request #3859 from PiBa-NL/20171031-xmlrpc-encodedspace

d7e969dc 11/02/2017 02:03 PM Renato Botelho

Merge pull request #3860 from PiBa-NL/20171031-config-backup-check-exception

bff36903 11/02/2017 11:53 AM Renato Botelho

Fix #6459: Skip interfaces config in AWS EC2 wizard

eb809299 11/02/2017 11:52 AM Renato Botelho

Implement <skip_flavors> tag in wizards to skip specific steps on specific flavors

c31dacf2 11/02/2017 11:51 AM Renato Botelho

Set title and description after $stepid changes

a5126092 11/01/2017 09:48 PM Pi Ba

pf, retry pfctl -f rule loading when pf is 'busy', don't try and fail to force -d -e as that would also fail at this point in time.

005f3aa7 11/01/2017 09:24 AM Renato Botelho

Merge pull request #3858 from nagyrobi/patch-25

6153d668 10/31/2017 10:28 PM Pi Ba

config, xmlparse throw exception instead of calling die(), so corruption check will properly handle the unlink action of the corrupted config

70b70f9d 10/31/2017 07:19 PM Jim Pingle

Fix handling of wildcard CN/SAN entries in certificates. Fixes #7994

9e608d7a 10/31/2017 06:58 PM Jim Pingle

Ensure that a certificate authority entry is capable of acting as a CA when importing. Fixes #7885

92c27793 10/31/2017 06:17 PM Jim Pingle

Reindex the user and group arrays after deleting items, to avoid operating on incorrect array entries. Fixes #7733

07152ca7 10/31/2017 03:11 PM Steve Beaver

Fixed #8035

(cherry picked from commit 9c4e7fd3e155d08911feb0afc527af21d79ce917)

2ec76321 10/31/2017 12:49 AM Pi Ba

xmlrpc, fix usage of space and + character that need different encoding

2d07b58d 10/30/2017 07:35 PM Jim Pingle

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

c3938c16 10/30/2017 06:17 PM Luiz Souza

Update the system sysctls to not harvest data from interrupts, point-to-point interfaces and ethernet devices.

The sysctl names changed in FreeBSD 11.

2f87470c 10/30/2017 04:15 PM Luiz Souza

Make is_ipaddrv6() compatible with is_ipaddrv4().

Only the IP address must be accepted, address with netmasks do not qualify.

Ticket #8024

d1630d95 10/30/2017 04:12 PM Luiz Souza

Check the correct variable.

All the IPv6 verification code block was being ignored before this commit.

Ticket #8024

80392e01 10/30/2017 02:58 PM Stephen Jones

added some security to strip html characters

cc2187c3 10/30/2017 11:25 AM Renato Botelho

Do not display logo.css as a valid theme

f32e9531 10/27/2017 08:52 PM Jim Pingle

Do not print JS when there are input errors on diag_dns.php; fix json_encode syntax. Ticket #7999

fd0d84e9 10/27/2017 04:25 PM Renato Botelho

Fix #7984: Make sure sshlockout_pf stops when syslogd stops

29c1ecb8 10/26/2017 03:50 PM Stephen Jones

Added a description to mobile client to reflect description in phase1

c4865164 10/26/2017 09:42 AM Renato Botelho

Fix typo in function name: insterface_is_qinq -> interface_is_qinq

b0b70737 10/26/2017 04:51 AM Luiz Souza

Fix a typo.

c2a14eec 10/25/2017 08:07 PM Luiz Souza

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

49e2b19a 10/25/2017 07:33 PM Stephen Jones

added a string SESSION_TIMEOUT to be returned when a widget times out

5f6eca75 10/25/2017 07:31 PM Stephen Jones

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

f2286620 10/25/2017 06:58 PM Luiz Souza

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.

b1fccd42 10/25/2017 06:33 PM Jim Pingle

Do not allow direct download of .inc files (unparsed PHP source). Fixes #8005

e48ae6f2 10/25/2017 05:23 PM Luiz Souza

Do not return QinQ interfaces in the physical interface list.

77eda8d5 10/25/2017 05:20 PM Luiz Souza

Fix the interface_is_vlan() function.

It now works when only QinQ VLANs exist in the system.

63a480cb 10/25/2017 02:47 PM Jim Pingle

Fix status_queues.php for the new VLAN interface format. Fixes #8007

238ee9c6 10/25/2017 01:58 AM Luiz Souza

Do not attempt to change the MAC address when the interface do not store the vendor MAC address.

beabf7e7 10/25/2017 01:07 AM Luiz Souza

Fix a bug in interface_is_vlan(), only check QinQ interfaces when they exist.

edd492df 10/24/2017 10:17 PM Steve Beaver

Revise timeout message

9875c199 10/24/2017 10:15 PM Luiz Souza

Do no set the MAC address for LAGG interfaces.

Ticket #7928

c0339bdc 10/24/2017 10:04 PM Steve Beaver

Provide a mechanism to display a warning if the session times out and the dashboard is no longer updating

e3907730 10/24/2017 07:50 PM Jim Pingle

Encode uses of $widgetkey in various contexts so it isn't echoed back to the user raw. Fixes #7998

7b973ceb 10/24/2017 06:17 PM Jim Pingle

Widget instance counter must be numeric. Fixes #8000

43746e1b 10/24/2017 06:08 PM Jim Pingle

Encode hostname parameter contents in javascript for diag_dns.php. Fixes #7999

b47d7ccf 10/24/2017 05:08 PM Stephen Jones

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.

130f3c92 10/24/2017 02:13 PM Stephen Jones

Fixed #7856 fixed an issue with a slightly different array format. Also
updated the child key and id to be more robust.

8d90095a 10/24/2017 01:06 PM Steve Beaver

Merge pull request #3811 from trunet/add-cloudns-to-dynamicdns

b54a3743 10/24/2017 12:32 PM robi robi

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.

1b3d6ddd 10/24/2017 03:03 AM Luiz Souza

Fix the netgraph path for VLAN interfaces.

5b460fef 10/21/2017 04:27 PM Renato Botelho

Fix #7981: Convert PPP ports interface names to new VLAN notation using dots

80cd3d66 10/20/2017 03:29 PM Stephen Jones

fixed indentation

fe814d92 10/20/2017 03:12 PM Stephen Jones

Fixed #7714 Edited it to show correct timezone

d1f9423c 10/20/2017 01:03 PM Renato Botelho

Update translation files

2524a214 10/20/2017 12:59 PM Renato Botelho

Regenerate pot

9006d84f 10/20/2017 10:47 AM Renato Botelho

Fix #7976: Do not add button value to gettext

f6d840a1 10/19/2017 10:23 AM Renato Botelho

Bump version to 2.4.2-DEVELOPMENT

93a3b296 10/19/2017 09:07 AM Renato Botelho

Fix #7968

Show Network Device ID in console banner

df89ed3a 10/19/2017 09:07 AM Renato Botelho

Do not show Serial when it's empty

4368d367 10/19/2017 08:43 AM Renato Botelho

Stop using hostuuid as serial

2b38f54d 10/18/2017 05:02 PM Luiz Souza

Recognize the first level tag of QinQ interfaces as standard VLANs.

c3a6a00f 10/18/2017 01:44 PM Renato Botelho

Add missing space

2a781563 10/18/2017 01:12 PM Renato Botelho

Fix #7953: Make sure a proper empty array is returned instead of NULL

58572d45 10/18/2017 01:11 PM Renato Botelho

Revert "Fix #7953: Make sure NULL values are not passed to XMLRPC functions"

This reverts commit 73ee3d78d505c10e8c70606bf008732833c00859.

63f686bd 10/17/2017 08:03 PM Stephen Jones

Added JSON checks for widgets to prevent parsing errors.

1b21bfdb 10/17/2017 07:47 PM Luiz Souza

Simplify the code a little bit.

2e155305 10/17/2017 07:45 PM Luiz Souza

Use the new function to validate the VLAN tags.

0793de1a 10/17/2017 07:42 PM Luiz Souza

Fix the QinQ support.

Bring the QinQ support to the VLAN dotted format.

To avoid breaks third party software (such as dhcpd), we silently ignore the interfaces with names bigger than the maximum size in FreeBSD.

Ticket #7942

08a5e9a6 10/17/2017 07:11 PM Jared Dillard

add cache busting to css using last modified timestamp

cbd7c398 10/17/2017 07:03 PM Steve Beaver

Restore auth_check()

6a6c0b16 10/17/2017 06:43 PM Stephen Jones

Added back the previous commit since it got overwritten.

58f31015 10/17/2017 06:37 PM Stephen Jones

Related to redmine #6318 helps fix some times when it would get back null data after a session ended

58e60eb9 10/17/2017 06:13 PM Renato Botelho

Use pkg-static binary to prevent errors when moving to new major FreeBSD version

73ee3d78 10/17/2017 06:10 PM Renato Botelho

Fix #7953: Make sure NULL values are not passed to XMLRPC functions

b87f0429 10/17/2017 04:57 PM Steve Beaver

IPSec widget no longer includes session timout code

93d3a065 10/17/2017 04:04 PM Jim Pingle

Do not reconfigure wireless on a link up event, or else it can get stuck in a loop. Fixes #7960

e8972c2f 10/17/2017 12:10 PM Renato Botelho

Fix 7868 - Allow to enable hostres on all platforms after fix on FreeBSD-src

95605da1 10/17/2017 10:59 AM Renato Botelho

Use hostapd / wpa_supplicant from ports when available

12bcf7e9 10/16/2017 07:49 PM Luiz Souza

Change the VLAN inteface names to use the 'dotted' format of FreeBSD, which is shorter and helps to keep the interface name smaller than the limit (16).

This fixes the 4 digit VLAN issues when the NIC name is 6 bytes long.

Ticket #294

ee0e2507 10/16/2017 07:07 PM Renato Botelho

Merge pull request #3848 from PiBa-NL/20171011-xmlrpc-prevent-lost-lock

8734adf8 10/16/2017 07:06 PM Renato Botelho

Merge pull request #3838 from doktornotor/patch-9

840a290e 10/16/2017 06:31 PM Renato Botelho

Merge pull request #3831 from luckman212/patch-1

f96376a3 10/16/2017 06:07 PM Jim Pingle

Allow both AES-NI and Crypto modules to be loaded at the same time. Fixes #7810

5e5b13a9 10/16/2017 05:53 PM Renato Botelho

Merge pull request #3821 from PiBa-NL/20170916-bsnmp-hostrest-check