Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
ConfigLibTest.php 4.87 KB
acb.inc 11.5 KB
auth.inc 72.7 KB
auth_check.inc 1.39 KB
auth_func.inc 2.39 KB
authgui.inc 11.7 KB
captiveportal.inc 99.8 KB
certs.inc 81.7 KB
config.console.inc 22.6 KB
config.gui.inc 2.06 KB
config.inc 4.69 KB
config.lib.inc 37.1 KB
copyget.inc 3.22 KB
copynotice.inc 7.11 KB
crypt.inc 3.75 KB
dyndns.class 129 KB
easyrule.inc 16.2 KB
filter.inc 162 KB
functions.inc 1.26 KB
globals.inc 12.8 KB
gmirror.inc 10.8 KB
gwlb.inc 76.7 KB
interfaces.inc 220 KB
interfaces_fast.inc 8.79 KB
ipsec.attributes.php 1.33 KB
ipsec.auth-user.php 3.57 KB
ipsec.inc 109 KB
itemid.inc 3.34 KB
led.inc 6.18 KB
meta.inc 4.72 KB
notices.inc 16.4 KB
openvpn.attributes.php 1.12 KB
openvpn.auth-user.php 4.42 KB
openvpn.inc 73.6 KB
openvpn.tls-verify.php 3.41 KB
parser_dhcpv6_leases.inc 19 KB
parser_ipv6.inc 8 KB
periodic.inc 1.41 KB
pfsense-utils.inc 104 KB
phpsessionmanager.inc 2.31 KB
pkg-utils.inc 45.3 KB
priv.defs.inc 86.2 KB
priv.inc 7.3 KB
r53.class 6.42 KB
rrd.inc 37.2 KB
service-utils.inc 25.5 KB
services.inc 109 KB
shaper.inc 149 KB
syslog.inc 48.2 KB
system.inc 75.9 KB
tools_for_debugging_n_testing.inc 9.47 KB
unbound.inc 34.3 KB
upgrade_config.inc 199 KB
util.inc 109 KB
voucher.inc 18.8 KB
vpn.inc 12.9 KB
wizard_utils.inc 7.14 KB
wizardapp.inc 32.8 KB
xmlparse.inc 9.62 KB
xmlparse_attr.inc 5.96 KB
xmlrpc_client.inc 5.57 KB

Latest revisions

# Date Author Comment
2af41fcd 12/02/2022 02:38 PM Christian McDonald

Introduce public accessors for $g: g_has, g_get, and g_set.

51c72717 12/02/2022 02:25 PM Jim Pingle

Improve LDAP debug logs. Implements #13718

7c841634 12/01/2022 09:30 PM Christian McDonald

Revert "Remove unused global $config_extra"

This reverts commit e36bc382ae1e0533c328b9dcd99959b17171de2e

e36bc382 12/01/2022 09:30 PM Christian McDonald

Remove unused global $config_extra

a4105aad 12/01/2022 08:48 PM Christian McDonald

Remove unused xmlreader implementation and conditional sourcing

51b682d9 11/30/2022 08:37 PM Reid Linnemann

Add ovpn qinqs to bridges instead of rebuilding them. Fixes #13666

qinq interfaces defined with parent openvpn interfaces are configured late in
rc.bootup, after qinqs for other physical and logical interfaces and bridges are
configured. The resolution to #13225 ensured that these late interfaces were...

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

View revisions

Also available in: Atom