Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c1a2c6c8 11/29/2017 02:57 PM Peter Schofield

Changed license as requested and added a missing apostrophe in a comment.

68eacaa2 11/15/2017 04:49 PM Peter Schofield

fix for broken preselection of select boxes

529fbbfd 11/15/2017 02:38 PM Peter Schofield

Improves bug#6400 further reducing page load time from my previous commit

Moved select box generation code out of interface display loop, meaning it runs once iterating over count(interfaces) rather than running count(interfaces) times iterating over count(interfaces) each time....

772a7b3d 11/12/2017 12:21 PM Peter Schofield

refactored interfaces_assign.php to to benefit people with large numbers of VLANs, as requested on the forum at https://forum.pfsense.org/index.php?topic=137391.0. Also contains a minor speedup for interfaces_vlan.php. Modified functions are contained in interfaces_fast.inc. Profiling code is still present but commented out, as is replaced code.

6bb69034 11/10/2017 08:20 PM Steve Beaver

Fixed #8053 Revised page JavaScript to update gateway selector on IP family change

(cherry picked from commit ae381698db23f260027c27c9aa12694a38c2f9ce)

66dd4fe2 11/10/2017 07:08 PM Jim Pingle

Remove this part, the voucher settings shouldn't be synchronized this way, it's handled via the voucher sync settings on the secondary. Fixes #8079

It was only working before because of this typo, the code shouldn't have been there at all.

927a988e 11/10/2017 07:00 PM Jim Pingle

When synchronizing vouchers, avoid allowing null values. Also, fix a missing variable global declaration. Part of ticket #8079

ff25106d 11/10/2017 06:14 PM Jim Pingle

Correct voucher config section name. Part of ticket #8079

bc60e070 11/10/2017 04:33 PM Renato Botelho

Use a strict check of array_search() result

c253e352 11/10/2017 04:18 PM Renato Botelho

Remove empty items from output

8d5ff32b 11/10/2017 02:20 PM Renato Botelho

Detect when system is running a newer version than the one available on remote repository

eaed7e74 11/10/2017 02:17 PM Renato Botelho

Always do rquery when pkg search is not used

a9b0a7a3 11/10/2017 12:10 PM Renato Botelho

Fix #7946: Display installed packages missing on remote repo to let user to delete it

d70eaff5 11/09/2017 07:52 PM Stephen Jones

Fixed #8039 Changed to on sanitizing data. This is to help so if the user has previous cookie data it shouldn't try and sanitize it.

73568673 11/09/2017 05:10 PM Jim Pingle

Also kill off sshlockout_pf processes when restarting syslogd. Fixes #7984

e00f69c8 11/09/2017 04:40 PM Stephen Jones

Fixed #7966 added a moving average smoothing factor to help out with some of the jagged graphs. Since the quickest update will be every other second this will help make it look smoother. Also added this to the widget and added some functionality to the status page so it can display in two different styles. Setting smoothing to 0 will make the graph the same as before this was added. Raising it will allow for a moving average to be taken into account to smooth out the graphs.

258fc75b 11/08/2017 04:01 PM Jim Pingle

Several corrections to service sorting to produce output consistent with user expectations. Fixes #8069

05871043 11/07/2017 07:29 PM Jim Pingle

Reorder reading the product name in pfSense-rc so it happens after all filesystems are mounted. Fixes #8065

00d0c66e 11/07/2017 05:32 PM Steve Beaver

Provide mechanism to allow for transition to a new package repository server

635dcc69 11/07/2017 03:38 PM Jim Pingle

Check for /bootpool and import the bootpool zfs pool if present. Fixes #8063

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.