Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
74afe67c 03/01/2018 03:42 PM Jim Pingle

Add tracking to enableallowallwan and change to single rule. Ticket #8353

9c17359f 02/27/2018 02:14 PM Jim Pingle

Add tracker ID to firewall rule list and edit page. Implements #8348

b8963db6 02/26/2018 12:47 PM Renato Botelho

Fix #7972

Rework the way Captive Portal vouchers are synchronized on HA:

- When voucher use is enabled on primary, do the same on secondary
- When voucher rolls are created/modified/deleted, sync to secondary
- When voucher is used, disconnected or expired, sync it in both...

9a18ac7a 02/25/2018 07:03 AM Luiz Souza

Rename the variables on the rest of DHCP functions.

dfb6db7a 02/25/2018 06:55 AM Luiz Souza

Remove some dead code, rename variables.

This function is not consumed only by WAN, so use more neutral names to avoid any assumptions.

130fe575 02/25/2018 12:28 AM Luiz Souza

Fix my broken code, continue would not work from another loop.

40a530a1 02/24/2018 08:22 PM Luiz Souza

Filter vm.pmap.pti entries on loader.conf when necessary.

https://forum.pfsense.org/index.php?topic=144390.msg786182#msg786182

26a38669 02/23/2018 05:59 PM Luiz Souza

Add GUI support to display and set the PTI state.

e0ed03f3 02/22/2018 05:59 PM Renato Botelho

Update translation files

37e9cfbd 02/22/2018 05:07 PM Renato Botelho

Regenerate pot

789cb7f5 02/22/2018 12:51 PM Renato Botelho

Merge pull request #3892 from al-right/master

40fd222c 02/21/2018 08:26 PM Steve Beaver

Merge pull request #3906 from phil-davis/system_authservers-authentication-containers-01

e8f6e66e 02/21/2018 08:26 PM Steve Beaver

Merge pull request #3907 from phil-davis/auth-server-test-output-01

e6e7b00c 02/19/2018 04:21 PM Jim Pingle

Trim domain for learned DNS entries. Ticket #6847

If the CN is already an FQDN on the given domain, this prevents the
domain from being present in the record twice (e.g. host.example.com
as a CN leads to records for host.example.com.example.com)

ab105bf8 02/19/2018 12:25 AM Luiz Souza

Do not wipe the existing file contents. Return the actual data.

56b72761 02/17/2018 07:39 PM Luiz Souza

Fix the variable name.

Pointy-hat to: me

34925626 02/17/2018 11:40 AM Phillip Davis

Report correct auth server host when testing LDAP auth server

5520839e 02/17/2018 10:36 AM Phillip Davis

Mark authentication containers label as required field

dc3bc1f8 02/16/2018 04:42 PM Renato Botelho

Fix #7469

Sort users / groups alphabetically on config.xml

90510875 02/16/2018 04:42 PM Renato Botelho

Be more verbose about users/groups sync

f7aafd45 02/16/2018 04:10 PM Jim Pingle

Fix typo

d0af08f5 02/15/2018 05:12 PM Luiz Souza

Remove duplicate entries on loader.conf and loader.conf.local.

0445f0d3 02/15/2018 12:17 PM Luiz Souza

Update the copyright year in a couple of missing points.

7df5447d 02/15/2018 12:14 PM Luiz Souza

Update the copyright year on login page.

Ticket: #8331

79f7bc7f 02/14/2018 04:28 PM Renato Botelho

Fix #7469

  • Rename local_sync_accounts() to local_reset_accounts() and keep it
    only being used /etc/rc.bootup
  • Reimplement local_sync_accounts() receiving a list of users and
    groups to be added and/or deleted
  • Remove call to filter_configure xmlrpc method from...
9d706ff8 02/12/2018 04:26 PM Renato Botelho

Break some long lines

356f29a0 02/12/2018 04:26 PM Renato Botelho

Fix #8317

Verify if pipes were created in current system before attempt to remove
them

ff8b4019 02/12/2018 03:12 PM Renato Botelho

Do no try to lock when file doesn't exist

b27df7cf 02/12/2018 03:08 PM Renato Botelho

Implement dry_run mode in captiveportal_free_dnrules()

To be used later on a fix for ticket #8317 just return the array
containing pipes to be removed without removing them from
captiveportaldn.rules

236a198c 02/08/2018 06:12 PM Anders Lind

Fixing filename. Thanks Renato

d1f69741 02/07/2018 07:30 PM Jim Pingle

Allow Dual Stack IPsec P1 interface. Fixes #6886

Allow "Both" to be selected for IPv4/IPv6 on IPsec P1, in the config use both addresses as "left =" if they both exist.
Some cases where a single address was assumed (e.g. ping hosts) default to using the first address....

1dc6392b 02/07/2018 06:55 PM Jim Pingle

Consider IPv6 for IPsec bypasslan. Fixes #8321

b96b2ca0 02/07/2018 05:27 PM Steve Beaver

Merge pull request #3905 from pulcov/master

031570c6 02/07/2018 05:23 PM Steve Beaver

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

0136888b 02/07/2018 02:30 PM Jim Pingle

Correct variable used to populate the IPv4/IPv6 selector on status_logs_settings.php. Fixes #8323

b0e29e62 02/07/2018 01:35 PM Steve Beaver

Fixed #8322 to accommodate case where no VIPs are defined

b2605914 02/06/2018 04:37 PM Jim Pingle

Do not apply a DHCP static mapping uniqueness test for hostnames or IP addresses. The DHCP daemon allows the entries to be duplicated provided they have unique MAC addresses or identifiers. Fixes #8220

c971ddc4 02/06/2018 02:42 PM Jim Pingle

Revert "Add cxgbe to ALTQ list. Fixes #8314"
Apparently it's not supported by the driver, despite what the man page claims.

This reverts commit 40f2c5d909220dd5aaa23515d25a04916438304d.

40f2c5d9 02/05/2018 09:55 PM Jim Pingle

Add cxgbe to ALTQ list. Fixes #8314

0f5bd6f8 02/05/2018 08:26 PM Stephen Jones

Fixed #8091 Force Integers in GUI
It will use the ceil() function to always use the ceiling after loading a config.
Also onchange of bandwidth will call the ceil function to put in a whole number.

76ca1bc5 02/02/2018 08:41 PM Steve Beaver

Fix config version # arrising from merging older PR

d205ac7a 02/02/2018 08:26 PM Steve Beaver

Merge pull request #3711 from PiBa-NL/20170427-ipsec-multiple-P1-algo

3490784c 02/02/2018 08:17 PM Steve Beaver

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

67784aa6 02/02/2018 05:57 PM Steve Beaver

Add DDNS client update option to DHCPv4 configuraiton

daf7490f 02/02/2018 04:51 PM Renato Botelho

Fix #8290

On d9b05eb490a the way aliases containing a mix of IP address and FQDNs
works has changed and all items were added to filterdns to make sure
the pf table created would be persistent. The flag $use_filterdns was
being set only when the array item used to control didn't exist yet....

a464eaf7 02/02/2018 04:45 PM Stephen Jones

Fixed #8226 Check for MAC duplicates

loop through auto pass MAC addresses for duplicates
before automatically adding a pass thru.

12f16196 02/01/2018 05:33 PM Steve Beaver

Fixed #8303

ce7b40ce 02/01/2018 04:15 PM Stephen Jones

Fixed #8301 CSRF Enabled on all widgets.

Enabled CSRF on all widgets.

3c44c845 01/31/2018 06:56 PM Luiz Souza

Silence warnings generated by sysctl to standard error.

ba2b547f 01/31/2018 02:07 PM Renato Botelho

Merge pull request #3895 from PiBa-NL/20180106-openvpn-fix-subnet31

7f054ea0 01/29/2018 06:55 PM Jim Pingle

Update OpenVPN wizard with current protocol selection options. Fixes #8298

e7b5b82b 01/29/2018 05:26 PM Jim Pingle

Add input validation to traffic_graphs_widget.php and fix JS encoding. Fixes #8302

9ee5030e 01/29/2018 05:25 PM Jim Pingle

Re-enable CSRF protection in traffic_graphs_widget.php. Ticket #8301

c083e1e4 01/29/2018 05:24 PM Jim Pingle

Fix a potential encoding issue in diag_system_activity.php. Fixes #8300

3b41c8f3 01/29/2018 10:25 AM Vince C

Fix dyndns update with gateway group

d69a55e3 01/26/2018 07:37 PM Stephen Jones

Fixed #8297 If user has no page permissions it will automatically log them out so they don't get stuck on the logout page

82f581d5 01/26/2018 06:04 AM Luiz Souza

Improve the CARP description.

No functional change.

a9a74b49 01/26/2018 06:04 AM Luiz Souza

Merge pull request #3830 from PiBa-NL/20170925-pppoe-on-carpmaster

2884600f 01/25/2018 06:50 PM Jim Pingle

Fix syntax error in interfaces.inc

44b1c000 01/25/2018 05:28 PM Luiz Souza

Do no configure the virtual IPs if the parent is disabled.

Ticket #6677

fccdc01a 01/25/2018 03:51 PM Luiz Souza

off-by-one fix in an error text.

No functional change.

c7027903 01/25/2018 03:19 AM Steve Beaver

Fixed #8296

97e6ec09 01/24/2018 07:39 PM Luiz Souza

Fixes a bug in primary DHCPD host detection for failover.

Properly detect the master host based on CARP skew at setup time when used with HA.

f1dc05b7 01/23/2018 03:30 AM Luiz Souza

Merge pull request #3862 from marjohn56/pfsense

68872169 01/23/2018 01:35 AM Luiz Souza

Fix get_cpu_crypto_support() to not overwrite $cpucrypto_type.

19e87bb3 01/19/2018 09:35 AM Bryan Stenson

fix typos

b1c01d80 01/17/2018 10:05 PM Steve Beaver

Merge pull request #6400 from loonylion/master

61b6c22a 01/17/2018 12:24 PM Steve Beaver

Merge pull request #3898 from alistair23/alistair/master

4cad9a5b 01/16/2018 07:15 PM Jim Pingle

Change sshd compression to 'delayed' to match current FreeBSD default. Fixes #8245

900663a4 01/16/2018 05:05 PM Jim Pingle

Add an update source control to RFC2136 dynamic DNS updates. Implements #8278

618faaf2 01/16/2018 04:07 PM Jim Pingle

Add localhost to list of interfaces for packet capture. Implements #8257

163255d6 01/16/2018 03:02 PM Jim Pingle

Add ospf6d to routing logs.

8dc33488 01/15/2018 08:37 PM Steve Beaver

Merge pull request #3889 from kangtastic/master

f5d55ac6 01/15/2018 08:37 PM Steve Beaver

Merge pull request #3899 from PiBa-NL/20180111-bootup-step-messages

0fc473ad 01/15/2018 08:36 PM Steve Beaver

Merge pull request #3900 from PiBa-NL/20180111-pf-busy

f95579a6 01/14/2018 09:52 PM Anders Lind

Follow-up to syntax, file order and other changes

Notes:
  • Those able to check a proper failover configured system please check if
    the Pool Staus table shows up in the top of the Status DHCPv6 Leases page
    and that the leases are showing up fine. Thanks
  • I am in doubt about the markdown readme file parser_readme.md where it...
247f5719 01/14/2018 04:34 AM Earl Chew

[services_dyndns_edit] Clarify use of @ for Cloudflare

Add GUI prompts corresponding to #7357 that allows users to
enter @ for the hostname, and have it replaced with an empty hostname.

Signed-off-by: Earl Chew <>

19a1cf34 01/12/2018 07:49 PM Jim Pingle

Fix certificate SAN input validation so it does not improperly allow an IP address when FQDN is selected. Fixes #8275

a0f991ec 01/11/2018 09:50 PM Pi Ba

openvpn, clear route also for /31 for ptp interfaces

66e6198f 01/11/2018 08:57 PM Pi Ba

pf, device-busy, add another item DIOCADDRULE to the list of results to retry

1da0c794 01/11/2018 08:27 PM Pi Ba

bootup, add information about what bootup step is being done

af17dba1 01/10/2018 05:41 PM Steve Beaver

Fixed #8268

498f7e20 01/10/2018 04:58 PM Jim Pingle

Add an option to push a gatewy address to bridged tap clients. Implements #8267

3048dd47 01/10/2018 01:16 AM Alistair Francis

upgrade_config.inc: Remove all restore_rrd() calls

Commit 0869605131ba3e5d7e502af7a799e54f27d2e7f6 removed the
restore_rrd() function. To avoid errors when restoring older configs
remove all callers to it.

Bug: https://redmine.pfsense.org/issues/8231
Signed-off-by: Alistair Francis <>

016260fe 01/09/2018 04:33 PM Steve Beaver

Fixed #8266 by removing JS alerts

87489e5c 01/08/2018 06:50 PM Peter Schofield

re-adding changes made to fix bug#6400, includes fixes for bug#8222 and bug#8223 that were introduced with the initial commit of this code.

original pull request was #3868

77a6cafb 01/06/2018 07:16 PM Pi Ba

Change get_interface_subnet() to use configured value if available.

10a8b5ee 01/06/2018 06:33 PM Pi Ba

openvpn, fix the ifconfig ip1 ip2 when subnet /31 is used

2f7d3a1f 01/05/2018 09:53 PM Jim Pingle

Encode rangedescr before display in firewall_schedules.php. Fixes #8259

88be34ad 01/05/2018 09:42 PM Jim Pingle

Fix foreach error on hosts that have no dyndns entries.

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

31bb3fb6 01/04/2018 07:27 PM Jim Pingle

Merge pull request #3893 from JoeriCapens/ddns-rfc2136-algorithm-choice

c0305bb8 01/02/2018 08:49 PM Joeri Capens

Add keyalgorithm input validation.

16f8df9a 01/02/2018 08:49 PM Joeri Capens

Delete keytype field from config, remove unnecessary file cleanup.

e562fca2 01/02/2018 04:49 PM Jim Pingle

Change how SANs are generated from the CN, considering that not all CNs will produce a valid SAN. Fixes #8252

fbdf0a08 01/02/2018 03:55 PM Jim Pingle

Do not make a bypasslan IPsec config block when it should be disable/empty. Fixes #8239

48a6bb92 12/29/2017 02:58 PM Steve Beaver

Update language selections

0ccfd70e 12/28/2017 11:24 PM Joeri Capens

Remove old dnssec-keygen style files during upgrade

ab1112ee 12/28/2017 11:01 PM Joeri Capens

Add RFC 2136 Client key algorithm choice. Implements #8244

16c260fa 12/28/2017 10:46 PM Joeri Capens

Use consistent variable order, remove unused variable.