Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
ConfigLibTest.php 4.87 KB
acb.inc 11.4 KB
auth.inc 71.1 KB
auth_check.inc 1.39 KB
auth_func.inc 2.39 KB
authgui.inc 11.7 KB
captiveportal.inc 99.6 KB
certs.inc 81.7 KB
config.console.inc 22.6 KB
config.gui.inc 2.14 KB
config.inc 4.77 KB
config.lib.inc 37.1 KB
copyget.inc 3.22 KB
copynotice.inc 7.11 KB
crypt.inc 3.75 KB
dyndns.class 127 KB
easyrule.inc 14.9 KB
filter.inc 162 KB
functions.inc 1.26 KB
globals.inc 12.9 KB
gmirror.inc 10.8 KB
gwlb.inc 76.8 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.29 KB
led.inc 6.18 KB
meta.inc 4.72 KB
notices.inc 16.5 KB
openvpn.attributes.php 1.12 KB
openvpn.auth-user.php 4.42 KB
openvpn.inc 73.4 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 103 KB
phpsessionmanager.inc 2.31 KB
pkg-utils.inc 45.4 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.4 KB
services.inc 109 KB
shaper.inc 148 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 195 KB
util.inc 108 KB
voucher.inc 18.7 KB
vpn.inc 12.9 KB
wizard_utils.inc 7.15 KB
wizardapp.inc 32.8 KB
xmlparse.inc 9.62 KB
xmlparse_attr.inc 5.96 KB
xmlreader.inc 7.67 KB
xmlrpc_client.inc 5.56 KB

Latest revisions

# Date Author Comment
727ed08b 10/11/2022 01:27 PM Christian McDonald

Fix shaper.inc for PHP81. For #13553

9ebd6ff3 10/01/2022 06:22 PM Christian McDonald

PHP81 fix in gwlb.inc. For #13514

9bada3e0 09/29/2022 04:43 PM Steve Wheeler

Update dhcp rule description

286e685d 09/28/2022 11:05 PM Marcos M

Update reserved alias names. Fix #13524

5dbc7118 09/28/2022 06:51 PM Reid Linnemann

Initialize $groups in local_user_get_groups to non-null. Issue #13446

941eca9a 09/28/2022 01:24 PM Jim Pingle

Fix handling of empty entries in NTP interfaces.

5538e593 09/27/2022 07:27 PM Reid Linnemann

Prevent array/config_get_path() from overriding 0 values

Change the semantics of array_get_path() and config_get_path() so that only
empty strings at a path are overridden by $default if non-null, so that
legitimate 0 values set in the config are not overridden as empty() returns true...

b542396e 09/27/2022 07:27 PM Reid Linnemann

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

Additionally, change local_group_del_user() to include the index of the group in
the path to the group's member list when removing the user from it. This appears
to have been broken in the original code. With this fixed, remove the redundant...

910a4686 09/23/2022 08:06 PM Marcos M

Always set interface-automatic in unbound config. Fix #13393

ab3b2273 09/22/2022 09:48 PM Reid Linnemann

Fix array_get_path() not returning $default for null-like values. #13446

In array_get_path(), a $default provided that is not null is intended to invoke
alternate behavior where if the path exists and is empty, $default should be
returned. This requires not identical compare as opposed to a not equal compare,...

View revisions

Also available in: Atom