Project

General

Profile

Download (45.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
620a9745 05/13/2022 01:31 PM Viktor Gurov

check_dnsavailable() improvement. Fixes #13162

b7ca68bc 05/13/2022 12:59 PM Jim Pingle

Print correct pkg name. Fixes #13163

468cd92b 02/15/2022 02:20 PM Viktor Gurov

Fallback to package \"name\" during package reinstall on restore. Fixes #12766

c83b195f 01/24/2022 06:13 PM Steve Beaver

Default repo selector to stable repo after upgrade to Plus

fccb675a 01/23/2022 01:13 AM Steve Beaver

Detect correct setting for custom repo and call pkg_switch_repo to be sure

2368c2cf 01/22/2022 06:04 PM Steve Beaver

Revert clearing custom repo on boot

51ef2e44 01/17/2022 05:45 PM Steve Beaver

Delete all custom files if the custom repo specification is incomplete

b8fd0558 01/11/2022 06:26 PM Steve Beaver

netgate-ca.pem is now in the base image at /usr/local/share/${product_name}/ssl/netgate-ca.pem

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

bbb3bbeb 11/16/2021 09:46 AM Viktor Gurov

DNS check improvements for fw check and ACB. Fixes #12141

71024ca1 06/18/2021 11:15 AM Viktor Gurov

Remove package-related syslog configuration on uninstall. Fixes #11846

4d934cc4 06/18/2021 11:04 AM Viktor Gurov

Do not try to stop disabled packages on shutdown. Fixes #12001

99b3a5cb 06/10/2021 04:54 PM Jim Pingle

Change pkg install variable references. Fixes #11290

  • For whatever reason, PHP was failing to copy certain values into
    $pkg_data which was a reference to the pkg configuration, so drop that
    and use the $config variable directly.
  • While here, fix initialization of pkg tab contents...
7dbe76cd 05/27/2021 04:20 PM Jim Pingle

Init pkg plugin array before use. Fixes #11290

43f77699 05/18/2021 02:17 PM Steve Beaver

Further simplify update check

cbd12cad 05/18/2021 02:13 PM Steve Beaver

Revise update check JSON format

e56f7a19 05/13/2021 10:16 PM Steve Beaver

Report file system type in metrics

feefcc31 03/09/2021 06:03 PM Renato Botelho

Report full product version, including -pN

8b424bca 02/23/2021 12:46 PM Viktor Gurov

Use set_curlproxy() function for cURL proxy configuration. Issue #11476

2cb3c56d 02/19/2021 03:19 PM Steve Beaver

Fixed #11464 by adding proxy configuration to web service calls

5e3df7f4 02/09/2021 05:01 PM Renato Botelho

Detect Plus by product label

99809731 02/09/2021 04:54 PM Renato Botelho

Rename Factory -> Plus

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

573ec19d 12/10/2020 03:31 PM Renato Botelho

Add product_label global variable

Introduce product_label global variable, by default with same value of
product_name. The idea is to make it easier for rebranded products to
change the name on all visual texts while internal structures are
preserved.

While here, remove deprecated $g['platform'] and also replace places...

cda2ef35 12/10/2020 03:31 PM Renato Botelho

Remove use of deprecated $g['platform']

21654184 11/12/2020 01:21 PM Steve Beaver

Fixed #11062 by adding support for fingerprint specification

6701a859 10/26/2020 07:37 PM Renato Botelho

Fix #8870

When it's not possible to check if a new version is available for any
reason, show a proper message instead of keep using cached information

f76cec6d 09/29/2020 10:21 PM Renato Botelho

Remove old comment

80f1c44b 09/29/2020 10:21 PM Renato Botelho

Use init_config_arr() to initialize config items

6279f1b8 09/29/2020 10:21 PM Renato Botelho

Style fixes

71e7de02 09/29/2020 10:21 PM Renato Botelho

Simplify logic

2b6de647 09/29/2020 10:21 PM Renato Botelho

Create a pointer to reduce really long lines

413e939f 09/29/2020 10:21 PM Renato Botelho

Combine 2 similar tests to simplify logic

58e0bfbc 09/29/2020 10:21 PM Renato Botelho

Combine 2 similar tests to simplify logic

b2a98518 09/29/2020 10:21 PM Renato Botelho

Remove unnecessary variable

dfc51883 09/29/2020 10:21 PM Renato Botelho

Move 'unable to find config' condition early and reduce indentation

7489746e 09/29/2020 10:21 PM Renato Botelho

Leave function when debug file could not be opened

0c9d489e 09/29/2020 10:21 PM Renato Botelho

Style fixes

36c5c493 06/17/2020 01:51 PM Renato Botelho

Send correct version to prodtrack

Use $g['product_version'] to get running version. The way it was
implemented before was getting version of pfSense-base package from
remote metadata

f06b389e 06/16/2020 05:09 PM Renato Botelho

Apply style and space fixes

dd6f5778 06/16/2020 05:09 PM Renato Botelho

Replace pfSense by global var product_name

e1fb434d 06/16/2020 05:09 PM Renato Botelho

Add a note to convert it to json_encode

a001cffd 06/16/2020 05:09 PM Renato Botelho

Apply style and space fixes

f9981994 06/01/2020 02:44 PM Steve Beaver

Include platform name in update check JSON

82bf21fc 02/03/2020 07:24 PM Jim Pingle

RAM Disk robustness improvements. Fixes NG 3173

  • Prevents RAM disk from being partially enabled and left in a broken
    state if the RAM disks cannot be created
  • Prevents RAM disks from potentially overcommitting free kernel memory,
    which FreeBSD now prevents, but could result in errors....
0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

725c8134 10/28/2019 03:23 PM Steve Beaver

Add packages to version string to support composite update

f3f98e97 10/02/2019 07:11 AM Phillip Davis

Fix random typos

552a41fb 08/28/2019 06:19 PM Steve Beaver

Make factory test case insensitive

81916502 08/28/2019 06:04 PM Steve Beaver

Revise update check to provide a more consistent version string, and to provide it in JSON format

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

e1a6074d 11/09/2018 10:56 AM Renato Botelho

Fix #9102: Suppress stream_select() undesired warnings

bfd3334b 10/25/2018 07:40 PM Jim Pingle

Initialize package arrays before use. Fixes #9067

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

22e3bc56 08/07/2018 12:46 PM Renato Botelho

Do not remove needs_package_sync file when it's not needed

4221eba1 08/07/2018 11:12 AM Renato Botelho

Remove code used to upgrade from < 2.3 to 2.3

283e8d24 07/30/2018 03:07 PM Renato Botelho

Skip repo check for base packages

e87ea36d 07/30/2018 03:07 PM Renato Botelho

Revert "Parameter must be an array or 'all'"

Fix #8715 respecting get_pkg_info parameter when it doesn't start with
pfSense-pkg

This reverts commit 70a7c029fbe61935da7474358e7359bb9dc1bcc3.

05318264 07/27/2018 11:49 AM Renato Botelho

Make sure additional packages are provided by official pkg repo

a835cdee 07/27/2018 11:01 AM Renato Botelho

Fix style

70a7c029 07/27/2018 10:58 AM Renato Botelho

Parameter must be an array or 'all'

71b4b23b 07/05/2018 12:19 PM Renato Botelho

Add missing global $g declaration

7fe4d351 07/05/2018 12:02 PM Renato Botelho

Create pkg_conf_setup() to setup pkg.conf

It will be necessary in near future for thoth setup

b395c4f2 04/30/2018 01:36 PM Renato Botelho

Add a global to keep valid meta package suffixes

6298695a 04/26/2018 12:56 PM Steve Beaver

PHP7 - Resolve Warning: Use of undefined constant ā€œpā€ in System->Update

8062e6a4 03/22/2018 02:56 PM Steve Beaver

Change reported version to installed version rather than product version for more detail

a55718c8 03/12/2018 10:24 PM Renato Botelho

Fix #8208

When restoring backup, delete packages not present in new config.xml

8552be10 03/12/2018 10:24 PM Renato Botelho

Ticket #8208

When restoring backup, set default pkg repository

1bedcacc 03/12/2018 10:22 PM Renato Botelho

Do not call get_pkg_info() when it's not going to be used

fa5e9db2 03/12/2018 10:22 PM Renato Botelho

Respect default repo

b870f03d 03/12/2018 10:22 PM Renato Botelho

Deduplicate build_repo_list() and get_repo_name()

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

Update the Copyright notice for pfSense.

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

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

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

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

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

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.

07152ca7 10/31/2017 03:11 PM Steve Beaver

Fixed #8035

(cherry picked from commit 9c4e7fd3e155d08911feb0afc527af21d79ce917)

58e60eb9 10/17/2017 06:13 PM Renato Botelho

Use pkg-static binary to prevent errors when moving to new major FreeBSD version

429091c8 08/11/2017 12:42 PM Renato Botelho

Update cache when GUI successfully update pkg metadata

d4fbf5b7 08/10/2017 10:25 PM Renato Botelho

Speedup get_system_pkg_version() considering only installed packages

e8f8aeb6 08/10/2017 08:26 PM Renato Botelho

Use cache file to show pfSense version information

b58c1588 08/10/2017 01:31 PM Renato Botelho

Run rc.update_pkg_metadata in background when repository changes

6cc74faa 07/05/2017 04:27 PM Renato Botelho

Remove extra spaces from User Agent

2bf67a6f 07/05/2017 04:21 PM Renato Botelho

Send uniqueid instead of UUID on user-agent

d49ad309 07/05/2017 04:05 PM Renato Botelho

Declare user_agent variable in the function it's used

3a0df77e 05/15/2017 08:54 PM Jim Pingle

Refine some syslogd restarts, add a way to send it a HUP to reload w/o a full restart. Part of ticket #7256

dd6ecfa2 05/02/2017 06:42 AM Phil Davis

get_pkg_info improve installed_pkgs_only case

e0b87e1a 04/25/2017 05:09 PM Renato Botelho

Merge pull request #3659 from PiBa-NL/plugin_optimize_20170321

c9cdf7d1 04/19/2017 11:32 AM Renato Botelho

Remove redundant check, get_pkg_info() call uses a parameter to return only installed packages

4333564a 04/19/2017 11:32 AM Renato Botelho

Fix indent and spaces

bdb86f67 04/19/2017 11:32 AM Renato Botelho

Use correct function (is_pkg_installed) and unbreak get_pkg_info()

804fecdd 03/29/2017 06:18 PM Pi Ba

pkg_call_plugins put includefile and supported plugins in the normal config.xml so there is no need to parse the package xml for them. this improves performance significantly for several pages like such as 'ipsec overview' and 'openvpn server edit page' which use certificates and gatewaygroups which acquire some information from plugins.

bc0661b7 03/26/2017 02:23 PM Pi Ba

load package add-on tabs into config to avoid parsing all installed package xml's, fix tabgroup filter

59fada5c 03/16/2017 06:04 PM Jim Pingle

Run custom deinstall commands during the deinstall phase instead of post-deinstall, otherwise they will never get run. Fixes #7401