Project

General

Profile

Activity

From 04/08/2018 to 05/07/2018

05/07/2018

07:50 PM Revision bcb08ced: Also delete scheduler on cleanup
Matt Underscore
07:28 PM Revision 50d4c4f2: Setters and getters for $aqm/sched params (anticipating a review will request that)
Matt Underscore
07:10 PM Revision 15acacb4: Welcome 2.3.5-RELEASE-p2
Renato Botelho
05:59 PM Revision 09b824f8: Merge remote-tracking branch 'origin/RELENG_2_3' into RELENG_2_3_5
Renato Botelho
05:32 PM Revision edd8c491: Add copyright notice logic
Steve Beaver
05:03 PM Revision e45c569d: Merge remote-tracking branch 'origin/RELENG_2_3' into RELENG_2_3_5
Renato Botelho
03:12 PM Revision c83123b0: Fixed different warnings and errors for PHP 7.2 Migration Illegal String Offsets and undefined constants
Stephen Jones
02:59 PM Revision 1de72f61: Fix command syntax in format_parameters
Matt Underscore
02:09 PM Revision 254581a5: CRLF
Matt Underscore
02:08 PM Revision 926cdf81: PHP7 - Resolve illegal string offset warning
Steve Beaver
02:08 PM Revision 8ac763a0: Fix newlines back
Matt Underscore
02:05 PM Revision dbf56eb4: - Fix an incorrect assumption where I thought the sysctls were measured in ms. they appear to be microseconds instead (thanks Harvy66)
- Fix a problem where I was recursively assigning parameters in FormatParameters(), but that was not an ideal method ... Matt Underscore
01:40 PM Revision 58630347: PHP7 - Resolve count() warning
Steve Beaver
01:20 PM Revision d43354d2: PHP7 - Resolve invalid arguemtn and illegal string offset warnings
Steve Beaver
01:15 PM Revision 965eee64: PHP7 - Resolve illegal string offset warning
Steve Beaver
01:13 PM Revision 5b943d25: PHP7 - Resolve count() warning
Steve Beaver
12:58 PM Revision 1cf76cb0: PHP7 - Resolved "Cannot create references to/from string offsets"
Steve Beaver
12:55 PM Revision 07ada3f1: PHP7 - Resolve error "ese of undefined constant sn"
Steve Beaver
12:51 PM Revision aba7f367: Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense
Steve Beaver
04:38 AM Revision d237e648: Change back to PHP7 compliance
Matt Underscore
04:20 AM Revision e9685c45: - Fixed a bug where you could not get an ECN-incapable scheduler or AQM to work: noecn was appended in rules.limiter.
- Made a change to an array reference that was breaking my test Matt Underscore

05/05/2018

07:51 PM Revision eace74f4: Wrote to wrong file.
Matt Underscore
07:43 PM Revision 5fefcdab: Revising my PR as it was not PHP7 compliant.
Matt Underscore
05:19 PM Revision a60a9db9: Add dummynet AQM and scheduler configuration support to pfSense Limiters through the GUI. Only shaper.inc was changed.
Presently, the traffic shaper is versatile however outbound shaping can be tricky. This patch aims to solve that, al... Matt Underscore

05/04/2018

06:52 PM Revision 5c4fcabc: Remove references for new classes instances adding a temporary variable. We will revisit it later
Renato Botelho
05:57 PM Revision 769ae881: PHP7 - Resolve illegal offset error
Steve Beaver
05:52 PM Revision 3987186c: PHP7 - Resolve illegal offset error
Steve Beaver
05:51 PM Revision ee6649b0: PHP7 - Resolve illegal offset error
Steve Beaver
05:50 PM Revision 1a5e85f6: PHP7 - Resolve illegal offset error
Steve Beaver
05:49 PM Revision 7272b169: PHP7 - Resolve illegal offset warnings
Steve Beaver
01:46 PM Revision 6ae5d9cb: Check for valid array before call foreach()
Renato Botelho
11:50 AM Revision 5d4cccc8: Add missing FSLABEL definition
Renato Botelho
11:23 AM Revision 70350cb1: Remove ISO from default build, memstick is hybrid
Renato Botelho
11:22 AM Revision bb3aa747: Use mkisoimages.sh to build memstick images after FreeBSD made ISO hybrid
Renato Botelho

05/03/2018

09:10 PM Revision caf4d712: Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group
Steve Beaver
09:05 PM Revision 65cde57f: Merge pull request #3918 from RepositPower/default-route-preference-in-radvd.conf
Steve Beaver
09:02 PM Revision 1761c8a2: Merge pull request #3927 from peterberbec/master
Steve Beaver
09:02 PM Revision 53a72784: Delete loader.conf.local
Peter Berbec
09:02 PM Revision f8227fe2: Delete IF_URNDIS.KO
Peter Berbec
09:02 PM Revision 267cf2d6: rename
Peter Berbec
09:02 PM Revision 7cb4c2ae: Create loader.conf.locat
Peter Berbec
09:02 PM Revision 7a3cdc11: ndis driver
Peter Berbec
09:02 PM Revision feae1ba4: Add array check
Even though I now set `$ns` equal to `array_unique(get_nameservers()`, just to be safe we check with `is_array($ns)` ... Peter Berbec
09:02 PM Revision 0637a69b: scope error?
Error on reboot.
```
[04-Apr-2018 02:21:54 EST5EDT] PHP Warning: in_array() expects parameter 2 to be array, null g...
Peter Berbec
09:02 PM Revision 2d0f86ba: Fixing debug errors.
Peter Berbec
09:02 PM Revision 43a1b4bd: hideCheckbox. The 'o' is important. And use js instead of php like we're supposed to.
Peter Berbec
09:02 PM Revision b458b3d3: Change array index to use php-style
Peter Berbec
09:02 PM Revision 1e238af4: Add fixed suggested by jim-p
Peter Berbec
09:02 PM Revision 0877fe87: Moved out of my root directory :(
Peter Berbec
09:02 PM Revision 80f95a62: Allow ocsp-staple to override
Enable ocsp stapling to on if forced that way through configuration Peter Berbec
09:02 PM Revision 4bdc654b: Change option text
Make it a force-on option
Hide option if ocsp is enabled
Peter Berbec
09:02 PM Revision 5067844c: Use cert_get_ocspstaple
Use cert_get_ocspstaple during nginx configuration generation Peter Berbec
09:02 PM Revision 0276ff2e: add cert_get_ocspstaple
Peter Berbec
09:02 PM Revision b7a4321c: Create get_dns_nameservers function
Put code in a function since it gets called in two places. Peter Berbec
09:02 PM Revision 8d76d71a: Steal resolvconf
Steal the nameserver generation code from the resolvconf code Peter Berbec
09:02 PM Revision d7a0bbbe: Improve description, reorder
make ordering proper Peter Berbec
09:02 PM Revision 63a0cb97: Use option properly
Use the option created by the config to control stapling
(and add a missed semicolon!)
Peter Berbec
09:02 PM Revision 895a7b90: Add OCSP option in config
Peter Berbec
09:02 PM Revision 2bf437ba: Beginings of enabling SSL Stapling
Add the option. Default to enable Peter Berbec
08:04 PM Revision a08b017c: Redact some more info from the status.php output. Fixes #8394
(cherry picked from commit 21fdf72c0b3caf960512373ad903fe03ccc578ff) Jim Pingle
08:04 PM Revision 34935fb8: Redact some more info from the status.php output. Fixes #8394
(cherry picked from commit 21fdf72c0b3caf960512373ad903fe03ccc578ff) Jim Pingle
07:57 PM Revision 21fdf72c: Redact some more info from the status.php output. Fixes #8394
Jim Pingle
07:19 PM Revision c1d8f66b: Remove 'now' from reboot command, it is no longer accepted or necessary. Fixes #8495
(cherry picked from commit 63642806eb11d2a1d8b203d85252f4afa15876ce) Jim Pingle
07:19 PM Revision 22b43392: Remove 'now' from reboot command, it is no longer accepted or necessary. Fixes #8495
Jim Pingle
06:32 PM Revision cdd30801: Bug #8469 - Modify show_advdns function pageload conditions to allow for ddnsdomainkeyalgorithm default value, i.e., hmac-md5
(cherry picked from commit 3e1b29c7ba3a586cb94268d76ecb78874c2f5007) Michael Alden
05:59 PM Revision 6fd98c6f: Enable build of drm-next-kmod
Renato Botelho
05:31 PM Revision 98dfd103: Backport table size increase for larger bogons. Ticket #8417
Jim Pingle
03:04 PM Revision c8febf6e: Revert "Do not assign classes with =& to make PHP 7 happy"
This reverts commit e33c96162a33b52a9152ce0b05dba8b25f1dc2b4. Renato Botelho
02:45 PM Revision 6fb33591: Enforce array type for PHP 7.2 Migration
Stephen Jones
02:39 PM Revision ab1387e6: Prevent pressing Enter in the filter field of diag_pftop.php. Fixes #8494
(cherry picked from commit e2654541019b59f544cda76fb0e63ea7a4a5d040) Jim Pingle
02:39 PM Revision e2654541: Prevent pressing Enter in the filter field of diag_pftop.php. Fixes #8494
Jim Pingle

05/02/2018

08:51 PM Revision 714c15d7: Cleaner fix for ##8447
(cherry picked from commit 96fa3e3616c1b46cbd23593df8c08cceb23a61e6) Steve Beaver
08:51 PM Revision e3dfbd9c: Fixed #8447
(cherry picked from commit 1d523d1e4e7b16519ed3fd9dfb9e6b4dd84b4285) Steve Beaver
07:52 PM Revision d62d089d: Since OpenVPN user attributes come from RADIUS which keys off username, use that and not common_name which may be empty. Fixes #8480
(cherry picked from commit a2e92e18a35112ec59d18d3555f89668d9e07a11) Jim Pingle
07:52 PM Revision 8228ea91: fix #8441;
ipfw rules must be deleted before cp record delete.
(cherry picked from commit 29a272f7361689c87dd7ad9fc1c903e843a1c...
Selman ULUG
07:51 PM Revision 8d06b6c2: Reword bogon block size error text. Ticket #8417
(cherry picked from commit 6ad146e0445961ccba5323cccadcdfddc98e7d55) Jim Pingle
07:51 PM Revision b4bb2544: Correct text for reserved alias name checks against protocols and services. Fixes #8409
(cherry picked from commit a2405c1a8c366e1ad2ececd4f62c577eed31ab7c) Jim Pingle
07:51 PM Revision 39ee89ab: Correct pconfig_to_address() so its logic matches the input validation used for checking port numbers. Fixes #8410
(cherry picked from commit 885e9b2a1df256f4d50367f96b4d39c1106b2448) Jim Pingle
07:51 PM Revision a8ad9098: Cleaner fix for ##8447
(cherry picked from commit 96fa3e3616c1b46cbd23593df8c08cceb23a61e6) Steve Beaver
07:51 PM Revision ca0ca1c5: Fixed #8447
(cherry picked from commit 1d523d1e4e7b16519ed3fd9dfb9e6b4dd84b4285) Steve Beaver
07:51 PM Revision ef799458: Replace incomplete list of pf reserved words with a list of pf tokens pulled from the pf source. Fixes #8445
Also, move the list to a central location so it does not need to be duplicated.
(cherry picked from commit b20cfb551...
Jim Pingle
07:51 PM Revision 1ed92658: fixed code style
(cherry picked from commit a7e859b80d55abfbdcae1918065aaf59baba4900) Benjamin Schweizer
07:51 PM Revision 2d6255e1: avoid firwall rules for proxyarp addresses
(cherry picked from commit 7c0e431a878d63fdb0440dbd2c1fad1e7d379f8c) Benjamin Schweizer
04:48 PM Revision 6dde4c10: Type check for array, Part of php 7.2 migration
Stephen Jones
04:12 PM Revision e3df164a: Added a check to make sure ['ipsec'] was an array, Part of PHP 7.2 Migration
Stephen Jones
03:42 PM Revision d3cc158c: Only alter users/groups via XMLRPC when the primary is set to do so. Fixes #8450
Jim Pingle
03:42 PM Revision ff13ca0d: Only alter users/groups via XMLRPC when the primary is set to do so. Fixes #8450
(cherry picked from commit be4693a1e79d89cfc6ea797fcb7fb56b5052c26d) Jim Pingle
03:41 PM Revision bb24d66e: PHP7 Resolve count() parameter warning
Steve Beaver

05/01/2018

09:06 PM Revision a2e92e18: Since OpenVPN user attributes come from RADIUS which keys off username, use that and not common_name which may be empty. Fixes #8480
Jim Pingle
06:22 PM Revision f1552738: PHP7 - Resolev undefined constant warning
Steve Beaver
05:47 PM Revision 72f363ed: Fixed #8486 via htmlspecialchars()
(cherry picked from commit 687e50fd439179ba61a518c7b68c91b168e56e50) Steve Beaver
05:47 PM Revision 8d7458f6: Fixed #8485 by POSTing fixed string and looking up the required file name
(cherry picked from commit c29a1fe90f89c1ae392df2ef2092207e282ddc37) Steve Beaver
05:46 PM Revision 5c856a1d: Fixed #8486 via htmlspecialchars()
(cherry picked from commit 687e50fd439179ba61a518c7b68c91b168e56e50) Steve Beaver
05:46 PM Revision 9d918214: Fixed #8485 by POSTing fixed string and looking up the required file name
(cherry picked from commit c29a1fe90f89c1ae392df2ef2092207e282ddc37) Steve Beaver
05:46 PM Revision b662c5e4: Fixed #8486 via htmlspecialchars()
(cherry picked from commit 687e50fd439179ba61a518c7b68c91b168e56e50) Steve Beaver
05:46 PM Revision 48f8b5ad: Fixed #8485 by POSTing fixed string and looking up the required file name
(cherry picked from commit c29a1fe90f89c1ae392df2ef2092207e282ddc37) Steve Beaver

04/30/2018

01:36 PM Revision aa6184b6: Enable support for php72 variant
Renato Botelho
01:36 PM Revision b395c4f2: Add a global to keep valid meta package suffixes
Renato Botelho
11:28 AM Revision 88a8b4da: Sort
Renato Botelho

04/27/2018

04:58 PM Revision 687e50fd: Fixed #8486 via htmlspecialchars()
Steve Beaver
04:52 PM Revision c29a1fe9: Fixed #8485 by POSTing fixed string and looking up the required file name
Steve Beaver
01:02 PM Revision 2aafa69c: Remove constants that were defined by an OpenSSL patch that has been removed.
Jim Pingle
12:39 PM Revision eeefd7b7: Build all flavors of the ACME package
Jim Pingle

04/26/2018

08:58 PM Revision bf905930: PHP7 - Resolve undefined constant warning in dyndns.class
Steve Beaver
07:22 PM Revision 68ba7d89: PHP7 - Resolve Warning: A non-numeric value encountered in /usr/local/bin/dhcpd_gather_stats.php
Steve Beaver
07:19 PM Revision f156083a: PHP7 - services->DHCP resolve warning
Steve Beaver
07:10 PM Revision d93d8c9c: PHP7 system.php - resolve ngettext() expects parameter 3 to be integer, string given
Steve Beaver
07:02 PM Revision 33d28154: PHP7 system.php Resolve min/max undefined constants
Steve Beaver
06:48 PM Revision 82db8285: PHP7 - Resolve warning in interdaces_ppps
Steve Beaver
06:44 PM Revision 8a78fdc0: PHP7 - Revise vpn_l2tp warning resolution
Steve Beaver
06:37 PM Revision d45b79cf: PHP7 - Resolve warning in ipsec_keys_edit.php
Steve Beaver
04:03 PM Revision f3a6e4cd: PHP7 resolve system->wol->edit invalid offset warning
Steve Beaver
03:50 PM Revision 3f01e023: PHP7 System->WOL resolve invalid string offset warning
Steve Beaver
03:45 PM Revision 489eca27: PHP7 Resolved Services->uPNP integer value warning
Steve Beaver
01:24 PM Revision 99f43876: PHP7 system gateways edit - Resolve illegail string constant warning
Steve Beaver
01:18 PM Revision 5aa0c748: PHP7 - system->Gateays resolve illegal string offset error
Steve Beaver
01:08 PM Revision 7c150530: PHP7 - Resolve vpn_l2tp undefined constant warning
Steve Beaver
12:56 PM Revision 6298695a: PHP7 - Resolve Warning: Use of undefined constant “p” in System->Update
Steve Beaver
12:46 PM Revision 3837d1aa: PHP7 - Resolve MultiCheckboxGroupAdd compatibility warning
Steve Beaver
12:33 PM Revision 73210129: PHP7 - Resolve "Illegal string offset" in interfaces.php
Steve Beaver
12:16 PM Revision 7d343bc4: PHP7 - Resolver "must be countable" warning
Steve Beaver
12:04 PM Revision c1fac94d: PHP7 - Resolve setParent wanring
Steve Beaver

04/25/2018

08:03 PM Revision 73e17ff5: Fix array index
Renato Botelho
06:40 PM Revision a47598aa: Validate if $array is an array
Renato Botelho
06:19 PM Revision 94989121: Disable suhosin on PHP 7
Renato Botelho
06:17 PM Revision 25e4c862: Initialize $wifdescrs
Renato Botelho
12:39 PM Revision ec29cf58: Prepare to load extensions from PHP 7.2
Renato Botelho

04/24/2018

02:15 PM Revision e33c9616: Do not assign classes with =& to make PHP 7 happy
Renato Botelho
02:08 PM Revision 39f69cb3: Fix syntax removing a continue that is out of scope and making the
function to return instead Renato Botelho
12:13 AM Revision ba1f99cd: Improve/add help messages warning about bad security choices
Sean McBride

04/23/2018

08:14 PM Revision 3f576469: Merge pull request #3938 from CampinCarl/master
Steve Beaver
08:13 PM Revision 2c588398: Merge pull request #3940 from GrantSheehan/add_do_dyndns
Steve Beaver
07:39 PM Revision 43a9b03d: Gateways, allow for configuring a gatewaygroup as the default gateway.
-Avoid changing routes by just visiting a webgui page.
-Avoid change some unneeded events when nothing changed.
Pi Ba
02:29 AM Revision 32cb54c3: Merge branch 'master' into add_do_dyndns
Grant Sheehan

04/22/2018

10:27 PM Revision 544674ad: Add DigitalOcean DynDNS client
Grant Sheehan

04/20/2018

03:14 PM Revision 9dd655a0: Enable build of PHP 7.2 flavor
Renato Botelho

04/18/2018

08:09 PM Revision 3e1b29c7: Bug #8469 - Modify show_advdns function pageload conditions to allow for ddnsdomainkeyalgorithm default value, i.e., hmac-md5
Michael Alden

04/16/2018

01:45 PM Revision e3957306: Merge pull request #3937 from Bg-Tek/cp_disconnect_not_remove_ipfw_rules
Steve Beaver
01:28 PM Revision 7be90df1: Merge pull request #3912 from mhalden/nat_ifgroups
Steve Beaver
01:25 PM Revision 9ba58425: Merge pull request #3935 from Firminator/patch-1
Steve Beaver
11:13 AM Revision 29a272f7: fix #8441;
ipfw rules must be deleted before cp record delete. Selman ULUG

04/15/2018

01:57 AM Revision 70e0b547: Update system_advanced_admin.php
Firminator

04/13/2018

02:25 AM Revision 9886c24b: Update system_advanced_admin.php
* upper and lowercase fixes
* added missing space
Firminator

04/12/2018

04:21 PM Revision fad13c41: For IPsec mobile clients, write out a more specific ipsec.secrets line to help clients find the right key with strongSwan's new lookup code. Fixes #8426
(cherry picked from commit af7c0311b89656198e00ded91c1a2a87f34c331b) Jim Pingle
04:19 PM Revision af7c0311: For IPsec mobile clients, write out a more specific ipsec.secrets line to help clients find the right key with strongSwan's new lookup code. Fixes #8426
Jim Pingle

04/10/2018

05:47 PM Revision 6ad146e0: Reword bogon block size error text. Ticket #8417
Jim Pingle
12:48 AM Revision 41270b74: Delete loader.conf.local
Peter Berbec
12:48 AM Revision 3173cf70: Delete IF_URNDIS.KO
Peter Berbec
12:48 AM Revision c344add2: rename
Peter Berbec
12:47 AM Revision 072e0e93: Create loader.conf.locat
Peter Berbec
12:46 AM Revision a397fd7a: ndis driver
Peter Berbec

04/09/2018

08:32 PM Revision aa20508d: Correct text and help for new SSH key/pass options. Ticket #8402
Jim Pingle
08:18 PM Revision a2405c1a: Correct text for reserved alias name checks against protocols and services. Fixes #8409
Jim Pingle
08:11 PM Revision 885e9b2a: Correct pconfig_to_address() so its logic matches the input validation used for checking port numbers. Fixes #8410
Jim Pingle
02:25 PM Revision 96fa3e36: Cleaner fix for ##8447
Steve Beaver
02:17 PM Revision 62ea1dbd: Merge pull request #3904 from Hobby-Student/master
Steve Beaver
02:06 PM Revision 1d523d1e: Fixed #8447
Steve Beaver
01:25 PM Revision b20cfb55: Replace incomplete list of pf reserved words with a list of pf tokens pulled from the pf source. Fixes #8445
Also, move the list to a central location so it does not need to be duplicated. Jim Pingle
 

Also available in: Atom