Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
fd4dc22e 09/25/2018 05:04 AM → luckman212

don't show drag message if roworderdragging is disabled

e2f60597 09/19/2018 05:52 PM Jim Pingle

Fix redirect back to user mgmt when editing user 0. Fixes #8920

124ca365 09/19/2018 04:32 PM Jim Pingle

Initialize DHCP settings before use. Fixes #8919

8c60e7ef 09/18/2018 06:19 PM Steve Beaver

JimP already fixed it
Revert "Fixed #8913"

This reverts commit fc575f17b66cab903b1241a060180295788e4728.

fc575f17 09/18/2018 06:14 PM Steve Beaver

Fixed #8913

702416aa 09/18/2018 06:14 PM Jim Pingle

Fix dashboard update check & gitsync settings. Fixes #8913

0430b1b4 09/18/2018 04:34 PM Renato Botelho

Fix #8911: Keep configured pkg repository when restoring config

3319f34d 09/18/2018 04:02 PM → luckman212

small change to fixup https://redmine.pfsense.org/issues/8851
without this, clicking edit on existing CA goes to wrong screen
and breaks Save button

508c66ac 09/18/2018 02:05 PM Jim Pingle

Init syslog settings before using the array. Fixes #8905

3fd4f32c 09/17/2018 08:22 PM Steve Beaver

Don't allow deletion when spoofing another userkey

d33560e8 09/17/2018 08:05 PM Steve Beaver

Fixed #8901

7c15c19d 09/12/2018 07:46 PM Jim Pingle

Initialize DHCP settings in setup wizard. Fixes #8889

Rather than assume they are present, create the arrays before use.

d9064f0b 09/12/2018 06:16 PM Jim Pingle

Fix a PHP erorr when a CRL has no certificates

3b55fc63 09/11/2018 07:44 PM Jim Pingle

Fix typo

834b671f 09/11/2018 06:55 PM Renato Botelho

Update translation files

8c5817a9 09/11/2018 06:51 PM Renato Botelho

Regenerate pot

59c2e21d 09/10/2018 03:57 PM Jim Pingle

Revert "Default VTI remote to Address but allow it to change. Fixes #8859"

This reverts commit da54e84ae79328a87b4a319239bb1b14d7ed2ce6.

885cf6a7 09/07/2018 12:10 PM Jim Pingle

Prevent a user from selecting VTI for mobile IPsec. Fixes #8877

6fd6b853 09/06/2018 09:55 PM Luiz Souza

Changes on the parent interfaces will create new interfaces and the existing VLANs needs to be redone.

Ticket #8527

02af1494 09/06/2018 08:32 PM Jim Pingle

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.

b54a1af4 09/05/2018 08:17 PM Jim Pingle

Init gateway group array before use. Fixes #8876

7cab6335 09/04/2018 01:56 PM Renato Botelho

Fix #8806: Configure captive portal on secondary identical as master HA node

7fead243 09/03/2018 06:17 PM Renato Botelho

Fix #8721: Call proper filter_configure function from this class

836ee3aa 08/31/2018 02:47 PM Jim Pingle

Change status.php to use "ifconfig -v". Implements #8860

da54e84a 08/31/2018 02:12 PM Jim Pingle

Default VTI remote to Address but allow it to change. Fixes #8859

d08e8255 08/31/2018 02:08 PM Steve Beaver

Make async_crypto explicit enabled/disabled rather than current isset

463b52b6 08/31/2018 12:29 PM Jim Pingle

Initialize IPsec logging array before use. Fixes #8857

b89270b7 08/30/2018 05:51 PM Renato Botelho

Fix #7694: Replace sshlockout_pf by sshguard

b0a5c280 08/29/2018 07:59 PM Jim Pingle

Set default new CA/Cert action to Create Internal. Implements #8851

bc91bdff 08/29/2018 02:26 PM Stephen Jones

Fixes #8767 PHP7 syntax error

47979f66 08/28/2018 08:24 PM Renato Botelho

Update translation files

b2347104 08/28/2018 08:18 PM Renato Botelho

Regenerate pot

0a906fcc 08/28/2018 07:06 PM Stephen Jones

fixes #8837 part 2, initialize as array instead of string for PHP7

6a2461f0 08/28/2018 03:49 PM Stephen Jones

Bug was fixed in pfsense module and this code is no longer needed so removing.

4cd8424a 08/28/2018 12:41 PM Renato Botelho

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.

2456ecc9 08/27/2018 03:58 PM Jim Pingle

Fix some integer assumptions with calculate_ipv6_delegation_length()

c45cac34 08/27/2018 01:31 PM Jim Pingle

Escape arguments when relinquishing a DHCP lease. Fixes #8843

b4e2567f 08/27/2018 12:27 PM Steve Beaver

Fix extra braces

ce04950d 08/27/2018 11:42 AM Steve Beaver

Fixed #8838

d6d46650 08/26/2018 04:30 PM Steve Beaver

Fixed #8837

c1004c84 08/25/2018 08:20 PM Jim Pingle

Add missing break in IpAddress form class. Fixes #8834

fa8ea43e 08/25/2018 01:17 PM Steve Beaver

Fixed #8812

085748d2 08/24/2018 11:46 AM Steve Beaver

Perople were misunderstanding "hint" so changed it to "identifier"

572e46a2 08/24/2018 11:27 AM Renato Botelho

PHP7 fixes: Use of undefined constants

cca5b9ef 08/23/2018 07:08 PM Renato Botelho

Do not let users change QinQ mac address

fe57dfe0 08/23/2018 12:42 PM Renato Botelho

Remove not used 'Copy my MAC' button code

6a8b4eff 08/23/2018 12:00 PM Renato Botelho

Merge pull request #3974 from Augustin-FL/patch-passthrough

3b47e50d 08/23/2018 11:35 AM Renato Botelho

Update translation files

9a05155b 08/23/2018 11:28 AM Renato Botelho

Regenerate pot

b6f6210a 08/22/2018 02:32 PM Jim Pingle

Use ctype_xdigit() instead of is_numeric() to validate hex. Issue #8824

62ed56dc 08/21/2018 09:44 PM Luiz Souza

Add the GUI support to set the VLAN Priority for the DHCP requests.

Ticket #7425

20588aac 08/21/2018 08:31 PM A FL

Automatically store username of the MAC created pass-through

7dc56c76 08/21/2018 08:18 PM Stephen Jones

Fixes #8800 Interfaces will show up in the group edit page even if disabled so they can be removed

52152e62 08/21/2018 02:55 PM Jim Pingle

Redact lightsquid pw in status output. Fixes #8819

4ad34942 08/21/2018 11:45 AM Steve Beaver

Add "select all" control to remaining NAT pages

1e0016bb 08/21/2018 12:47 AM Steve Beaver

Make config_array_from_str() function more general

19a99203 08/21/2018 12:19 AM Steve Beaver

Fixed #8803

a34bab9f 08/20/2018 10:52 PM Steve Beaver

Fixed #8803
Don't attempt to access $config elements that don't exist. PHP7 doesn't like it

966835f8 08/20/2018 09:29 PM Luiz Souza

Only show the DHCP6 VLAN Priority settings for VLAN interfaces.

1ec79365 08/20/2018 07:49 PM Jim Pingle

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...

73a4e6cd 08/20/2018 06:31 PM Renato Botelho

Declare variable out of loop

96d05f1d 08/20/2018 06:17 PM Renato Botelho

Try to run upgrade script 3 times

b3cd2eb4 08/20/2018 06:17 PM Renato Botelho

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

d93b5695 08/20/2018 06:17 PM Renato Botelho

Remove leftover

84c703ca 08/20/2018 06:17 PM Renato Botelho

Make sure to use string starting at __RC= position

a5fd107d 08/20/2018 05:51 PM Renato Botelho

Do not use gettext() on default LAN interface name

0fa7e6bf 08/20/2018 05:38 PM Jim Pingle

Add logged in user to Dashboard sysinfo widget. Implements #8817

619e1950 08/20/2018 04:43 PM Stephen Jones

Fixes #8805 Refresh captive portal zone when vouchers are changed to regenerate captive portal login page

e969408d 08/20/2018 12:00 PM Steve Beaver

Added "select all" control
Fixed #8812

131b297d 08/17/2018 08:40 PM Stephen Jones

Added PORTAL_MESSAGE to template, fixed some wording and styling

15064e4f 08/17/2018 03:29 PM Stephen Jones

Readded second authentication type to default captiveportal login

4bf7b419 08/16/2018 09:23 PM Stephen Jones

Merge branch 'master' of gitlab.netgate.com:pfSense/pfSense

748372bc 08/16/2018 09:23 PM Stephen Jones

Updated captive portal to use a template with customizable image uploads

Co-authored-by: Felix Häberle <>

82a3d3e9 08/16/2018 03:37 PM Jim Pingle

Do not blindly unset values that may not exist in OpenVPN wizard. Fixes #8792

a7f9aa20 08/16/2018 10:34 AM Renato Botelho

Merge pull request #3971 from Augustin-FL/captiveportal

17e62666 08/15/2018 09:02 PM A FL

fix failed implode when auth_server2 is empty

38922574 08/15/2018 08:13 PM Jim Pingle

Disable OpenVPN compression for new instances by default. Fixes #8788

Also add warning text that cautions against enabling compression.

While here, also add missing "stub-v2" compression mode.

d93f1454 08/15/2018 05:05 PM Renato Botelho

Update translation files

a83437e1 08/15/2018 04:55 PM Renato Botelho

Regenerate pot

ea436b9c 08/15/2018 01:52 PM Steve Beaver

Revise setup wizard link

71de53e3 08/15/2018 12:49 PM Steve Beaver

Fixed #8745 by trimming nulls from bridgeif

e1916b45 08/14/2018 06:46 PM Renato Botelho

Merge pull request #3640 from Augustin-FL/master

1d8cd221 08/14/2018 04:21 PM Renato Botelho

Rework pkg_mgr_install.php

There were many reports from users that in some specific cases GUI was
losing track of pfSense-upgrade instance and showing messages saying
upgrade process aborted while it was still running in background.

Keep track of pfSense-upgrade wrapper process started by GUI and...

1b74590a 08/13/2018 01:18 PM Steve Beaver

Revise Netgate product links

b60a39ae 08/10/2018 04:45 PM A FL

Update and clarify captiveportal GUI settings

86e6a40b 08/10/2018 04:45 PM A FL

Obsolete old captiveportal radius files

e42ea151 08/10/2018 04:45 PM A FL

Update captiveportal RADIUS Accounting

eb43c5b1 08/10/2018 04:44 PM A FL

Make captiveportal use user manager as auth source

fc6ef501 08/10/2018 10:51 AM Renato Botelho

Merge pull request #3946 from martinisoft/martinisoft/dnsimple_v2_api

6b51f773 08/10/2018 10:49 AM Renato Botelho

Merge pull request #3934 from PiBa-NL/20180406-outboundnat-ipv6-mixedaddresses

8dc22425 08/09/2018 01:19 PM Renato Botelho

Update translation files

f2dd1fb6 08/09/2018 01:19 PM Renato Botelho

Regenerate pot

f15fdef3 08/09/2018 12:34 PM A FL

Normalize RADIUS authentication

91244542 08/08/2018 07:57 PM Jim Pingle

Add GUI control for IPsec async crypto. Implements #8772

bb7af0ee 08/08/2018 04:58 PM Steve Beaver

Remove pfsense => pfSense nonsense that was breaking wizrd hyperlinks that included hte product name

26ee3418 08/07/2018 05:00 PM Steve Beaver

Revise Netgate links

10511c3b 08/07/2018 12:47 PM Renato Botelho

Fix #7604: Rework pkg reinstall on config restore

- Remove old code needed to upgrade fom < 2.3 to 2.3
- Simplify logic using a single file /conf/needs_package_sync
- Create /etc/rc.package_reinstall_all, a script used to reinstall all
packages present in config but not on pkg database...

d8954a33 08/07/2018 12:46 PM Renato Botelho

index.php doesn't need to care about needs_package_sync

c165834f 08/07/2018 10:52 AM Renato Botelho

Simplify logic and break some long lines

cbd8464e 08/06/2018 09:14 PM Stephen Jones

Fixes #8741 make sure type is selected before specifying address(es)