Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
ConfigLibTest.php 2.81 KB
acb.inc 11.4 KB
auth.inc 72.5 KB
auth_check.inc 1.39 KB
auth_func.inc 2.39 KB
authgui.inc 12 KB
captiveportal.inc 98.9 KB
certs.inc 77.9 KB
config.console.inc 22.6 KB
config.gui.inc 2.08 KB
config.inc 4.77 KB
config.lib.inc 36.5 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 166 KB
functions.inc 1.26 KB
globals.inc 12.1 KB
gmirror.inc 10.8 KB
gwlb.inc 76.7 KB
interfaces.inc 223 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 74.6 KB
openvpn.tls-verify.php 3.41 KB
parser_dhcpv6_leases.inc 19.2 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.9 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 24.7 KB
services.inc 110 KB
shaper.inc 148 KB
syslog.inc 47.8 KB
system.inc 76.9 KB
tools_for_debugging_n_testing.inc 9.47 KB
unbound.inc 34.2 KB
upgrade_config.inc 195 KB
util.inc 107 KB
voucher.inc 18.7 KB
vpn.inc 12.6 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
5daccf2d 08/23/2022 11:24 PM Reid Linnemann

Fix undefined and unused variable warnings in interfaces.inc

Notes: * interfaces_tunnel_configure() * loop continue on address type "track6" never hit, defined variable is
'$ipaddrv6' but was referred to as '$ipaddr6' * interface_bring_down() * '$old_router' was populated with the contents of a file but never used...

207482a5 08/23/2022 11:24 PM Reid Linnemann

Replace direct config array accesses in interfaces.inc

5922dddf 08/23/2022 11:24 PM Reid Linnemann

Replace config array accesses in create_interface_list()

fab98cb6 08/23/2022 11:24 PM Reid Linnemann

Fix multilevel array access outside config in util.inc

  • Add generic array get/set path and path_exists functions to util.inc
  • Wrap these more generic versions with the confg_* equivalents
077588c3 08/23/2022 11:24 PM Reid Linnemann

Make list assign from explode output safer

  • Make the explode limit to the number of expected items
  • Assign values by array_shift() to prevent undefined key warns
5833da65 08/23/2022 11:24 PM Reid Linnemann

Fix some undefined variable warnings

b4d8cf58 08/23/2022 11:24 PM Reid Linnemann

Correct single quoted string with parameter expansion

c6188970 08/23/2022 11:24 PM Reid Linnemann

Silence unused/undef'd variable warnings in filter.inc

4c16247e 08/23/2022 11:24 PM Reid Linnemann

Replace multilevel config array access around the web gui port

f5b91462 08/23/2022 11:24 PM Reid Linnemann

Replace multilevel config array accesses regarding openvpn

View revisions

Also available in: Atom