Project

General

Profile

Activity

From 06/15/2018 to 07/14/2018

07/14/2018

07:29 PM Revision d4f29a52: Fix shaper "non-numeric value" errors
Steve Beaver

07/13/2018

03:04 PM Revision 8501d847: Fixed #8640 PHP7 initialize variable as array instead of string
Stephen Jones
02:54 PM Revision 07ca0162: PHP7 initialize as array instead of string
Stephen Jones
12:33 PM Revision 59a5679c: changes to mobile ipsec dns to support new features
christian christian

07/12/2018

09:30 PM Revision b42a4b6e: PHP7 Fixed illegal string offset for alias
Stephen Jones
03:43 PM Revision 6d3b8da5: Fixed a bug that won't let you create a bridge on PHP7. This is just a workaround until the actual issue is found
Stephen Jones
02:17 PM Revision f37dd1a9: Removed debug statement
Stephen Jones
12:47 PM Revision 1981dfb5: Make sure /var/etc/openvpn-csc directory is created
Renato Botelho

07/11/2018

08:46 PM Revision 2c5f44bd: i915kms doesn't need to be declared here
Renato Botelho
08:31 PM Revision e4c2220e: Add i915kms and drm2 to the list of modules to be built
Renato Botelho
03:10 PM Revision b5e93be6: Changed it to just use the variable name
Stephen Jones
02:38 PM Revision 6f331d22: Fixed #8630 , PHP7 illegal string offset.
Stephen Jones
02:30 PM Revision 1303150b: Fixed #8633 PHP7 issue use of undefined constant, Should work as it did before.
Stephen Jones
12:32 PM Revision 79577f5f: suppress php7.2 eval erros on pkg_edit.php
https://redmine.pfsense.org/issues/8637
As of PHP 7, if there is a parse error in the evaluated code, eval() throws ...
Marcello Silva Coutinho

07/10/2018

03:18 PM Revision 3c5f4441: Fixed #8598 Added IPsec ID to the table, Moved the disconnect button over to better fit the page, Also fixed the disconnect button and show child button for mobile clients
Stephen Jones
10:08 AM Revision 19028049: Make sure array exist before call count()
Renato Botelho
10:04 AM Revision 449cac24: Improve style
Renato Botelho

07/09/2018

11:36 PM Revision 4b0cb4f1: php7, avoid warning in gateway plugin call
PiBa-NL
06:38 PM Revision 58003f47: Remove pecl-xdebug since it doesn't build with PHP 7.2
Renato Botelho
05:27 PM Revision 5bd32389: Start moving PHP to 7.2
Renato Botelho
04:13 PM Revision 2a0be57e: Fixed a warning on status > dhcpv6 leases parameter 2 expected to be a string.
Stephen Jones
03:39 PM Revision 5c3a8a9c: Fixed #8622 It will now revert to whatever was previously saved in the config if there is an input error for user groups
Stephen Jones
01:47 PM Revision aa029c93: Fix 8553: When creating a new user, make sure it's added to desired groups
Renato Botelho

07/06/2018

06:08 PM Revision ad08a824: Add fields for DNS server hostnames for TLS verification. Implements #8602
Jim Pingle
01:45 PM Revision 50e0d399: wizard.php: Ensure CA and Certs are arrays before using in foreach.
Jim Pingle
01:12 PM Revision ab4fdf49: Cosmetic changes to warning maeesage
Steve Beaver
01:03 PM Revision 1ddc7206: Add position params to gettext password warning
Steve Beaver
12:44 PM Revision 40d26f65: Test the password, not the hash, or it won't detect if the user reset password from the console or otherwise changed it to the default manually. Issue #8596
Jim Pingle
12:20 PM Revision 58a0f5e1: Change warning wording to avoid using a "click here" link. Issue #8596
Jim Pingle
11:52 AM Revision 5b2e9e7b: Fixed #8596
Steve Beaver

07/05/2018

04:18 PM Revision ac27f5a1: Fixed #8597 The edit page will no longer initialize with focus on any element
Stephen Jones
03:25 PM Revision 54d62381: Merge pull request #3960 from PiBa-NL/20180704-ipsec-fix-phase1-edit-page
Steve Beaver
01:58 PM Revision e31870db: Merge pull request #3951 from whislock/dh-rfc
Steve Beaver
01:53 PM Revision fbb77ab7: Merge pull request #3958 from PiBa-NL/20180702-gateway-none
Steve Beaver
12:19 PM Revision 71b4b23b: Add missing global $g declaration
Renato Botelho
12:02 PM Revision 7fe4d351: Create pkg_conf_setup() to setup pkg.conf
It will be necessary in near future for thoth setup Renato Botelho
11:51 AM Revision 6900f144: Remove autoconfigbackup2
Renato Botelho
11:44 AM Revision 5286277f: Suppress display of AutoConfigBackup in package list
Steve Beaver
11:38 AM Revision 49ec9d91: Fix #7024: Fix Radius include extension
Renato Botelho

07/04/2018

09:17 PM Revision 1c367372: ipsec, fix Phase1 and Phase2 edit pages 'section' class does not have a setHelp() function, and add help for insecure DH groups on mobile settings page
PiBa-NL

07/03/2018

07:43 PM Revision af0edce6: Add gettext() and other cosmetic changes
Steve Beaver
07:01 PM Revision e85efdca: Fixed #8048 now properly removes dhcpv6 for lan if lan is not configured
Stephen Jones
03:35 PM Revision c3d2fce6: Provide warning if legacy mode not configured
Steve Beaver
03:00 PM Revision 2d99bed3: Add legacy encrytopn password support
Steve Beaver
02:25 PM Revision 720ebd09: Add tabs to settings page
Steve Beaver
01:14 PM Revision 587315d5: Update $config references
Steve Beaver
12:40 PM Revision e26b805c: Fix #7024: Deprecate /etc/inc/radius.inc in favor of pear-Auth_RADIUS port
Renato Botelho
12:25 PM Revision 054f0ed0: Initial commit of ACB core functionality
Steve Beaver

07/02/2018

07:22 PM Revision e311cb79: routing, add option 'automatic' for gateway selection, and allow manual ordering of gateways
PiBa-NL
07:19 PM Revision f2bd5e35: Use only the last part of arch variable
Renato Botelho
07:14 PM Revision 61de46d7: Fix reference variable in sh
Renato Botelho
06:50 PM Revision f7961bd1: Fill up poudriere make.conf with arch specific server/branch info
Renato Botelho
06:36 PM Revision 88b10e56: Merge pull request #3941 from mattund/master
Steve Beaver
06:08 PM Revision 352f6a3f: Fix logic error in default algo/key setting
Justin Coffman
05:53 PM Revision 202411c3: Fixing @jim-p's change requests
no
04:56 PM Revision 08f7ff2a: Merge pull request #3956 from PiBa-NL/20180609-fix-default-route-for-dynamic-gateway-pppoe
Steve Beaver
04:56 PM Revision ddd3da80: Merge pull request #3955 from PiBa-NL/20180623-fix-edit-interface-set-default-gateway
Steve Beaver
04:54 PM Revision 9344170d: Merge pull request #3953 from whislock/gw-mon-interval
Steve Beaver
04:54 PM Revision b0c5dfde: Merge pull request #3952 from imcdona/master
Steve Beaver
04:50 PM Revision a48da38d: Merge pull request #3939 from seanm/IPSec-Warnings2
Steve Beaver
04:08 PM Revision 9fa8c7de: Make GUI/config values for gateway groups match what the backend code expects. Fixes #8586
Jim Pingle

06/29/2018

02:04 PM Revision 58cbaf84: Fix style
Renato Botelho
01:53 PM Revision 5ee16aa6: Fixing GitHub reported issues
no

06/28/2018

02:50 PM Revision 8038c4e8: Correct a PHP error when saving on system_advanced_admin.php. Fixes #8606
Jim Pingle

06/27/2018

04:43 PM Revision f031765b: Fix OpenVPN Wizard LDAP handling of ATTR fields. Fixes #8605
While here, also add missing LDAP fields and fix a PHP 7.2 error. Jim Pingle
02:53 PM Revision 64fa4207: Fixed #7013
Added warning requiring reboot if group scope is changed Steve Beaver
02:45 PM Revision 6f8e648f: Do not generate a NAT reflection rule with an interface source if that interface has no IP address. Fixes #8604
Jim Pingle
09:41 AM Revision 6c83167c: Build drm-stable-kmod
Renato Botelho

06/26/2018

06:11 PM Revision 02d5d8bd: Fix PHP 7 error on services_unbound_host_edit.php
Jim Pingle
02:41 PM Revision fafd64f2: Deprecate the copy of simplepie, use the port instead
Renato Botelho

06/25/2018

02:46 PM Revision ecf4b407: Remove unneeded commas
Isaac McDonald
12:59 PM Revision 31a618f5: Remove 512 bit option from OpenVPN wizard.
Justin Coffman

06/24/2018

12:28 PM Revision 561077c7: routing, fix setting the default-route when the configured default gateway is a dynamic pppoe gateway
PiBa-NL

06/23/2018

02:11 PM Revision 264f4423: routing, when adding a new gateway and setting it as the default actually allow that to happen by indicating the proper ipprotocol for the gateway to set it for as a default
PiBa-NL
11:10 AM Revision 36cfae5f: Add 6144/remove 512 from cert size options
Justin Coffman
03:30 AM Revision ec9343c0: Update crypto defaults for OpenVPN/IPsec
Updated default cipher to AES-128, default hash to SHA256, default DH group to 2048 bit (IPsec DH group 14). Justin Coffman
02:19 AM Revision 4b6bf6aa: Remove RFC 7919 from DH group titles
Nothing is preventing the user from overwriting them, which would mean they're no longer the RFC groups. Justin Coffman
02:17 AM Revision 43228ab3: Added new DH groups to valid groups list
Justin Coffman

06/22/2018

07:58 PM Revision aa93d3fa: Reduce max interval to 60 minutes
Per discussion on Redmine, bringing the maximum probe interval down to 60 minutes. Anything higher than this would pr... Justin Coffman
07:18 PM Revision bad35425: Properly escape the single quotes
Aaron Kalin
07:01 PM Revision e7d76457: Redmine #8592: Clarify DHCP hostname registration
Isaac McDonald
07:00 PM Revision 7ae00d0d: Extend maximum monitoring interval.
The existing monitoring interval was a maximum of 86400 ms, or approximately 86 seconds. This can cause excessive dat... Justin Coffman
03:13 PM Revision 3efa3530: Provide DH groups from RFC 7919.
Replaced 2048-bit and 4096-bit groups with RFC 7919 parameters. Added 3072, 6144, and 8192-bit groups from same. Relo... Justin Coffman
03:06 PM Revision 3937cbaa: Remove DH group name from output.
Accidentally left that line in from testing. Justin Coffman
03:05 PM Revision 45bebeb8: Create generate_ffdhe.py
This script converts the hexadecimal-format parameters from RFC 7919 to usable PEM format DH groups. Justin Coffman

06/21/2018

07:56 PM Revision be228fd8: PHP7 fixed illegal string offset
Stephen Jones
03:09 PM Revision fc00cb20: Merge pull request #3950 from marcelloc/patch-5
Steve Beaver
03:07 PM Revision 1b213a45: Merge pull request #3949 from Hobby-Student/master
Steve Beaver
03:06 PM Revision 8baac392: Merge pull request #3947 from PiBa-NL/20180609-fix-default-route-for-dynamic-gateway-pppoe
Steve Beaver
03:03 PM Revision 4439ab0b: Merge pull request #3945 from laurentquillerou/http2
Steve Beaver
03:01 PM Revision e0f84e05: Merge pull request #3943 from miken32/patch-2
Steve Beaver
02:31 PM Revision e08d2ae7: Flavorize pfBlockerNG-devel
Jim Pingle
01:00 PM Revision 525199ff: Fix typo
Renato Botelho
02:27 AM Revision a9c6c95b: Build all flavors of pfBlockerNG
Jim Pingle

06/20/2018

09:51 PM Revision 4a1de53e: Merge https://github.com/pfsense/pfsense into http2
Laurent QUILLEROU
08:30 PM Revision a592da38: requested changes
christian christian
08:13 PM Revision 9f208301: fix the fix
Marcello Silva Coutinho
07:47 PM Revision 57fe270e: get total size on system dashboad
Marcello Silva Coutinho
07:40 PM Revision c7841232: check total swap size on dashboard
Refer to bug #8587 Marcello Silva Coutinho
01:56 PM Revision bbc752e1: fixed wrong if conditions
added support of dns server christian christian
12:20 PM Revision fdbea0c6: misspelled ldap bind username variable
* $ldapbndun -> $ldapbindun
(cherry picked from commit b310666c2662044ab761f8c9798a46a064d1c6d5)
Carl Corliss
12:20 PM Revision e45459c1: misspelled ldap bind username variable
* $ldapbndun -> $ldapbindun
(cherry picked from commit b310666c2662044ab761f8c9798a46a064d1c6d5)
Carl Corliss
12:19 PM Revision 3eb9de30: misspelled ldap bind username variable
* $ldapbndun -> $ldapbindun
(cherry picked from commit b310666c2662044ab761f8c9798a46a064d1c6d5)
Carl Corliss
12:19 PM Revision fdabb034: Merge pull request #3948 from rabbitt/ldap-fix
Jim Pingle
11:21 AM Revision 6037515f: Adjust confs for new release-staging server
Renato Botelho
11:20 AM Revision bc7e57de: Adjust confs for new release-staging server
Renato Botelho
11:17 AM Revision 7969ec71: Adjust confs for new release-staging server
Renato Botelho
11:17 AM Revision 64564c4f: Adjust confs for new release-staging server
Renato Botelho
05:07 AM Revision b310666c: misspelled ldap bind username variable
* $ldapbndun -> $ldapbindun Carl Corliss

06/19/2018

03:59 PM Revision d1a59766: Correct PHP syntax error that leads to a PHP 7 error.
(cherry picked from commit 90b3235d6a47680655b8559618d2cd6841baf823) Jim Pingle
03:57 PM Revision 90b3235d: Correct PHP syntax error that leads to a PHP 7 error.
Jim Pingle
02:06 PM Revision 45c44edb: Correct the gateway check when deleting a VIP. Fixes #4438
Now it checks to see if there are other VIPs in the same subnet left,
and only prevents deleting the last VIP by whic...
Jim Pingle
02:05 PM Revision 480c21f4: Correct the gateway check when deleting a VIP. Fixes #4438
Now it checks to see if there are other VIPs in the same subnet left,
and only prevents deleting the last VIP by whic...
Jim Pingle

06/15/2018

08:56 PM Revision f54ca2e1: routing, rc.newwanip should also set default-route while booting for ppp interfaces
otherwise we might end up without a default as the bootup script does not wait for ppp interface to obtain the ip, un... PiBa-NL
08:41 PM Revision 5ffeceb6: Fixed #8515 fixed error in queue defintion where it would repeat
It should now create a new definition for each queue. Queues should
now show up under status > queues.
Stephen Jones
05:27 PM Revision 8991ac90: Added future ACB settings page
Steve Beaver
 

Also available in: Atom