Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  .github
  build
  src
  tools
.editorconfig 277 Bytes
.gitattributes 925 Bytes
.gitignore 217 Bytes
BOOTSTRAP.md 7.93 KB
LICENSE 9.93 KB
README.md 1.63 KB
build.conf.sample 1.96 KB
build.sh 11.1 KB
composer.json 663 Bytes
composer.lock 36.1 KB
rector.php 972 Bytes
vendor 36 Bytes
zanata.xml 549 Bytes

Latest revisions

# Date Author Comment
829322b3 11/29/2022 03:51 PM Christian McDonald

Rector some direct config gets with complex paths.

8e88bd48 11/28/2022 09:04 PM Jim Pingle

Pass reloadall flag to dhcp6c config. Fixes #13253

This ensures that if the interface is being configured in a way that requires a reload, that the DHCP6 client is also restarted. This allows the DHCP6 client to restart when applying settings and during other necessary events.

7e3ea4a8 11/28/2022 08:09 PM Christian McDonald

Rector some config unsets with complex paths.

02d6ca03 11/28/2022 05:29 PM Jim Pingle

DDNS Save+Force timeout improvements. Fixes #12870

  • In PHP8, curl_close is a no-op, so remove it.
  • Now that curl_close does nothing, we have to set CURLOPT_FORBID_REUSE
    to prevent connections from getting stuck in a pool waiting for reuse.
  • Add a couple more debug log entries for when certain functions end,...
f4970dcd 11/28/2022 05:21 PM Christian McDonald

Update Rector config with pfSense-specific tweaks and notes

75c2fbf0 11/28/2022 05:03 PM Christian McDonald

Update namespace for custom Rectors to better align with on-disk hierarchy.

721fafba 11/28/2022 03:04 PM Christian McDonald

Rector some direct config sets with pure scalar paths.

522e3f91 11/23/2022 04:34 PM Jim Pingle

DHCP6 Adv field validation errors. Fixes #13493

A few fields were being validated but not informing the user when the
values were bad. This commit lets the user know when they have entered
invalid data in the affected fields.

1e45d13f 11/23/2022 02:06 PM Christian McDonald

Rector some direct config gets with pure scalar paths.

88774881 11/22/2022 08:38 PM Christian McDonald

Rector some more direct config unsets with pure scalar paths

View all revisions | View revisions

Also available in: Atom