Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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

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

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

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

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

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

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

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

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

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

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

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

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

7ca8845b 12/28/2017 10:43 PM Joeri Capens

Replace Dynamic DNS dnssec-keygen style files with simpler ddns-confgen style file.

f0584e6d 12/27/2017 02:39 PM Steve Beaver

Merge pull request #3887 from JoeriCapens/dhcp-ddns-algorithm-choice

918ef12c 12/27/2017 01:32 PM Jim Pingle

Add missing $cpzone declaration. Fixes #8238

6b54c8a4 12/21/2017 03:19 PM Steve Beaver

Merge pull request #3792 from PiBa-NL/20170731-status_queues-realtime

c93231e1 12/21/2017 03:18 PM Steve Beaver

Merge pull request #3866 from PiBa-NL/20171104-pkg-reinstallmissingpackage

e34c96a3 12/18/2017 01:55 PM Steve Beaver

Revert "Merge pull request #3868 from loonylion/master"
Caused issues reported in https://redmine.pfsense.org/issues/8223
This reverts commit 74c55258b21ada7a542965c2470fbaa45ce19689, reversing
changes made to 2acb4025ee7fef074a67d1021a5e62a0aff9fd37.

abe217af 12/15/2017 03:32 PM Steve Beaver

Merge pull request #3890 from JoeriCapens/master

78347c9b 12/14/2017 08:35 PM Luiz Souza

Add a missing return when no NIC is found.

87d2f8cd 12/14/2017 07:27 PM Luiz Souza

Abort the initial interface setup when no interfaces are found.

7955bcce 12/13/2017 04:00 AM kang tastic

Remove endianness checking

all pfSense builds are little-endian

fffb9eed 12/12/2017 03:45 AM kang tastic

Code cleanup
Add a check to Copy DUID button on system_advanced_network.php

7e3bdbaa 12/10/2017 12:04 AM Joeri Capens

Set default key algorithm to hmac-md5

0e13a3a6 12/09/2017 09:36 PM Joeri Capens

Fix #6319 again by adding missing dns-servers

64b9d133 12/09/2017 02:16 AM kang tastic

Support for configuring additional DUID types

dhcp6c stores the entirety of the OPTION_CLIENTID option in DHCPv6 datagrams in
its DUID file (named dhcp6c_duid), except for the option code itself. The first
two octets in the DUID file are the option-len field, and are saved according to...

d0d6d27f 12/07/2017 09:32 PM Jim Pingle

Pretty up the new smtp notification header.

fe7c4634 12/07/2017 08:13 PM Jim Pingle

Fix auth_check.inc so it conforms to the rest of the session management code. While here, make sure it performs a commit to avoid PHP session gc from reaping the session. Fixes occasional timeouts when sitting on pages that only fetch AJAX for prolonged periods. Fixes #8116

534d7d69 12/07/2017 08:04 PM Joeri Capens

Add DHCP Dynamic DNS key algorithm choice. Implements #6621

d0bb073b 12/07/2017 04:30 PM Jim Pingle

Remove ix from the ALTQ interface list. See ticket #7378

3b4dad1b 12/07/2017 02:38 PM Steve Beaver

Merge pull request #6319 from JoeriCapens/master

902a31e3 12/05/2017 03:41 PM Jim Pingle

Fix logging for L2TP and PPPoE server login/logout events. Fixes #8164

See https://redmine.pfsense.org/issues/8164 for the reasoning about why it was done this way.

3b46a9cf 12/04/2017 10:30 PM Joeri Capens

Fix #6319 by setting ptr-domain and key variables correctly for dhcpdzones()

7662ec2a 12/04/2017 06:57 PM Steve Beaver

Merge pull request #3884 from stilez/patch-71

cedfb2bc 12/01/2017 09:07 PM Jim Pingle

Fix typo

b6dcbd64 12/01/2017 05:41 PM Jim Pingle

When retrieving a public key for a certificate, private key, or signing request, write the certificate data out to a temp file instead of echoing it through a pipe. Fixes #8153

9038f44c 12/01/2017 02:48 PM Steve Beaver

Revert "Mitigate possible vuln in cert manager"

This reverts commit 1a68f4badd58de8694ac6a4208e11d7265c97df3.

1a68f4ba 12/01/2017 02:30 PM Steve Beaver

Mitigate possible vuln in cert manager

deb575ab 12/01/2017 11:50 AM Stilez y

Add isset, other vars seem to use it

Doesn't seem to have a point though :)

d30fa363 12/01/2017 11:48 AM Stilez y

typo

d2ec5844 12/01/2017 11:46 AM Stilez y

Unbound: Disable IPv6 outgoing queries if IPv6 blocked in firewall, as they can never go anywhere

If IPv6 is disallowed in system->advanced->network, then any IPv6 lookups by Unbound will always be blocked, so there's no point sending them.

The practical purpose is that they also clog up the log and may fractionally slow down the resolver because the resolver then has to deal with IPv6 not replying, fallback lookups, etc....

71f0623e 11/30/2017 08:57 PM Pi Ba

routing, support use of recursive network aliases in static routes

74c55258 11/29/2017 06:10 PM Steve Beaver

Merge pull request #3868 from loonylion/master

d7dc67f9 11/29/2017 06:04 PM Peter Schofield

interfaces_fast.inc: removed accidental rolling 'r' from comment
removed unused parameters from definition of convert_real_interface_to_friendly_interface_name_fast()

interfaces_assign.php: removed profiling code
removed unncessary comments...

12e3bbce 11/29/2017 06:02 PM Matthew Fine

Merge branch 'master' into master

f9e1a5dc 11/29/2017 05:12 PM Steve Beaver

Merge pull request #3844 from luckman212/ovpn-gw-patch-2

65a8a5ad 11/29/2017 05:06 PM Steve Beaver

Merge pull request #3769 from PiBa-NL/20170626-phpfpm-status

2dbc276d 11/29/2017 05:05 PM Steve Beaver

Merge pull request #3183 from znerol/feature/master/register-openvpn-cn

c1a2c6c8 11/29/2017 02:57 PM Peter Schofield

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

6cce4ec9 11/29/2017 02:50 PM Steve Beaver

Merge pull request #3875 from LedPighp/dyndns_godaddy

3a402755 11/29/2017 02:47 PM Steve Beaver

Merge pull request #3872 from jackfagner/patch-1

884ea644 11/29/2017 02:07 PM Steve Beaver

Merge pull request #3820 from phil-davis/status-if-disabled

f5cd3884 11/29/2017 02:05 PM Steve Beaver

Merge pull request #3819 from PiBa-NL/20170910-show-interface-openvpn

258a5feb 11/29/2017 01:41 PM Steve Beaver

Merge pull request #3768 from PiBa-NL/20170625-notices-queue

c6ce0d99 11/29/2017 01:32 PM Steve Beaver

Merge pull request #3747 from PiBa-NL/20170529-dhcprelay-destination-interface-discovery

5de5c48a 11/29/2017 01:18 PM Steve Beaver

Merge pull request #3738 from PiBa-NL/20170521-oneonone-nat-fix-empty-ip

456ba14f 11/24/2017 01:23 AM Sam Neely

Feature #8123: Add GoDaddy as a Dynamic DNS provider

5f56dee4 11/21/2017 10:40 AM Jackson Laskoski

Bug in get_interface_ip

Global variable $config was not available, and IP was always fetched using find_interface_ip

7c4e07c6 11/15/2017 02:01 PM Jim Pingle

Ensure that the value passed to ipfw pipes is always an integer, no matter the source. Fixes #8097

37f05e97 11/13/2017 04:44 PM Jim Pingle

Add a separate checkbox for OpenVPN servers to redirect an IPv6 gateway now that OpenVPN has a native flag for it. Implements #8082

While here, since local network boxes are hidden when redirect gateway is enabled, do not use the values in those boxes when crafting the configuration. That way the GUI configuration is consistent with the backend.

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.

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

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

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

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

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

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

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

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

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

Add the XML tags to support the switch entries.

0e2bed22 11/05/2017 12:30 AM Pi Ba

status_queues, provide 'realtime' statistics
-retrieve 'current' numbers from pfSense

not using qstats provides the following advantages:
-no long lag which requires 18 updates to get 90% accurate values on screen
-showing queue's in 2 browsers does not show half the value...

e5960712 11/04/2017 06:54 PM Pi Ba

pkg, reinstall missing package
change the reference from install_package(.) as this function does not exist.

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

6b8680a7 11/02/2017 08:38 PM Martin Wasley

Set VLAN Priority on dhcp6c packets

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)

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

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

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

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