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 464 Bytes
composer.lock 29.2 KB
zanata.xml 549 Bytes

Latest revisions

# Date Author Comment
7054b63f 12/16/2021 07:06 PM Viktor Gurov

Use Trusted Store CAs for Dynamic DNS. Fixes #12589

da836151 12/16/2021 05:57 PM Christian McDonald

Bounce dipinger when bringing down interface that has a gateway

fc31c0dd 12/16/2021 05:12 PM Viktor Gurov

Restart RADVD on interface IPv6 address change. Fixes #12604

5cf7119e 12/16/2021 04:47 PM Brad Davis

Fix autoloader paths

Without this change composer will put this in autoloader_static:

'pfSense\\' => array($baseDir . '/../../../../../../local/pfSense/include'),

When it should be more like this:

'pfSense\\' => array($baseDir . '/usr/local/pfSense/include'),

e7de40d5 12/15/2021 04:38 PM Viktor Gurov

One.com DDNS update. Issue #12352

(cherry picked from commit 9a84d3b0b5e4709a5bde99d3edf4f8e89524b602)

26671c4d 12/15/2021 03:25 PM Brad Davis

Ensure we always save logs to S3, even when the built pkg list is the same

5ea2588a 12/14/2021 06:28 PM Glen Barber

2.6.0 is now BETA

99dc9ef7 12/14/2021 03:19 PM Brad Davis

Save rsync output to file instead of throwing it away

2fbbd164 12/14/2021 01:54 PM Jim Pingle

Init tracker ID before filter reload. Fixes #12588

6317d66d 12/13/2021 08:05 PM Kristof Provost

syslog: fix ridentifier retrieval when looking up by rule number

pf rules no longer include the ridentifier immediately after the rule
number but instead list it as a separate keyword like this:

@4(0) block drop in log inet all label "Default deny rule IPv4" ridentifier 1000105583...

View all revisions | View revisions

Also available in: Atom