Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
  simplepie
CHAP.inc 12.4 KB
IPv6.inc 26.2 KB
PEAR.inc 34.4 KB
array_intersect_key.inc 2.45 KB
auth.inc 44.9 KB
authgui.inc 10.7 KB
basic_sasl_client.inc 1.24 KB
captiveportal.inc 75 KB
certs.inc 20 KB
config.console.inc 14.3 KB
config.gui.inc 2.78 KB
config.inc 7.05 KB
config.lib.inc 28.2 KB
cram_md5_sasl_client.inc 1.66 KB
crypt.inc 2.86 KB
digest_sasl_client.inc 3.72 KB
dyndns.class 56.6 KB
easyrule.inc 11.4 KB
filter.inc 135 KB
filter_log.inc 14.5 KB
functions.inc 6.02 KB
globals.inc 6.49 KB
gmirror.inc 11.6 KB
growl.class 3.29 KB
gwlb.inc 38.4 KB
interfaces.inc 158 KB
ipsec.attributes.php 4.95 KB
ipsec.auth-user.php 4.28 KB
ipsec.inc 17.5 KB
itemid.inc 2.95 KB
led.inc 5.58 KB
login_sasl_client.inc 1.64 KB
meta.inc 5.05 KB
notices.inc 11.2 KB
ntlm_sasl_client.inc 4.94 KB
openvpn.attributes.php 5.01 KB
openvpn.auth-user.php 5.48 KB
openvpn.inc 43 KB
openvpn.tls-verify.php 2.82 KB
pfsense-utils.inc 85.7 KB
pkg-utils.inc 54 KB
plain_sasl_client.inc 2.56 KB
priv.defs.inc 97.9 KB
priv.inc 7.17 KB
r53.class 23.9 KB
radius.inc 35.6 KB
rrd.inc 36.8 KB
sasl.inc 11.6 KB
service-utils.inc 21 KB
services.inc 77.5 KB
shaper.inc 141 KB
smtp.inc 21.9 KB
system.inc 66.1 KB
unbound.inc 21.6 KB
upgrade_config.inc 107 KB
util.inc 56.5 KB
uuid.php 11.4 KB
voucher.inc 26.1 KB
vpn.inc 48.1 KB
vslb.inc 17.8 KB
wizardapp.inc 33.5 KB
xmlparse.inc 10.1 KB
xmlparse_attr.inc 6.42 KB
xmlreader.inc 9.41 KB
xmlrpc.inc 5.22 KB
xmlrpc_client.inc 58.9 KB
xmlrpc_server.inc 22 KB
zeromq.inc 8.85 KB

Latest revisions

# Date Author Comment
18f4d6c9 01/12/2015 11:17 AM Ermal Luçi
  • Try to autodetect if the execution limit needs to be raised on big number of passthrough entries.
    Set the time limit to 0 and restore it back to default value when this is detected.
  • Do not leak pipes when reloading ruleset for CP since this will consume available descriptors....
c80ad8a8 01/12/2015 10:43 AM Ermal Luçi

Do not override the passwd string. First it prevents the md5 working if the crypt() check fails and also is useless to override it since the parameter is passed by value and not by reference.

7077addc 01/12/2015 09:38 AM Ermal Luçi

Ticket #3932 Use array_map to get more parallelism when there are many entries. This makes it not reach the execution timeout with large entries.

384deecb 01/12/2015 08:27 AM Ermal Luçi

Fix inherent issues with isset and empty values set as true by our parser. This made the piep configuration to be wrong at least for passthrough entries. Ticket #3932

8d848bdf 01/11/2015 03:09 PM Phil Davis

Do not return disabled dynamic gateways

When a dynamic gateway is disabled (by the user through the webGUI), it was still being returned by return_gateways_array(). But when called like that, disabled gateways should not be returned. The first part of the routine was correctly skipping disabled gateways, but then the later part would effectively re-generate those dynamic gateways on-the-fly and not realise they should be skipped because they were disabled....

7de6a47f 01/10/2015 09:34 PM Ermal Luçi

Fixes #3281 do not undo any changes already done for gif/gre interface.

e821f30e 01/10/2015 09:17 PM Ermal Luçi

Fixes #4177 convert password to base64 to be submitted to avoid issues with special chars in shell and HTTP GET parameter passing. Probably should add POST support to fcgicli.

e8cb8b29 01/09/2015 09:32 PM Ermal Luçi

Let the kernel handle REQID rather than handling it manually. The connection name is the one needed here.

526e6c06 01/09/2015 09:07 PM Jim Pingle

Add tracker and label to IPv4 Link-Local block rules.

3529ac32 01/09/2015 07:13 AM Chris Buechler

After the other set of changes had unexpected complications, let's back this out too. Revert "PEAR static method call warning"

This reverts commit 4751f76a6772147097906b699d4216ae38c58c39.

View revisions

Also available in: Atom