Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cf
  conf.default
  etc
  usr

Latest revisions

# Date Author Comment
ee69eee6 09/21/2022 08:00 AM Kristof Provost

Remove unused argument from interface_qinq_configure()

$fd is always NULL, so there's no point in having branches for it.

239e805e 09/21/2022 05:55 AM Reid Linnemann

Correct config_path_enabled path in system_generate_nginx_config. #13446

621b8ae0 09/21/2022 04:34 AM Reid Linnemann

Path corrections to system.inc. Issue #13446

  • Corrected single quote strings wwith variable expansion
  • Corrected 2-deep paths that were incorrectly pattern replaced to
    array_get_path('foo','bar' instead of array_get_path('foo/bar')
7eef3784 09/21/2022 04:08 AM Reid Linnemann

Correct edns config path in system_resolvconf_generate. Issue #13446

1333725e 09/20/2022 10:07 PM Reid Linnemann

Make *_get_path() return $default for empty values. Issue #13446.

When $default is non-null and the path resolves to an empty element, return
$default instead of the value. This allows callers to intentionally ignore empty
values by specifying $default and simplifies the expressions needed to determine...

8a0d0525 09/20/2022 04:06 PM Christian McDonald

Fix for system.inc. For #13446

09eeac7b 09/20/2022 02:36 PM Brad Davis

Properly quote variables

No functional change intended

70654d6d 09/20/2022 05:52 AM Reid Linnemann

Fix missing ikeid in created ipsec p1. Issue #13446.

When a new or duped p1 is submitted, $p1ent['ikeid'] is an empty string. Prior
to php 8.0, comparing ($p1ent['ikeid'] == 0) for the empty string would yield
true, allowing the code to properly create and assign a new ikeid by calling...

5b17e64c 09/19/2022 11:38 PM Reid Linnemann

Replace direct config accesses in system.inc. Issue #13446.

7d7315fb 09/19/2022 05:06 PM Jim Pingle

Correct service enabled detection

View revisions

Also available in: Atom