Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
  simplepie
CHAP.inc 12.4 KB
IPv6.inc 26.5 KB
PEAR.inc 34.3 KB
auth.inc 50.9 KB
authgui.inc 11.2 KB
basic_sasl_client.inc 1.24 KB
captiveportal.inc 80.1 KB
certs.inc 22.4 KB
config.console.inc 19.1 KB
config.gui.inc 3.71 KB
config.inc 7.88 KB
config.lib.inc 30.1 KB
cram_md5_sasl_client.inc 1.66 KB
crypt.inc 3.96 KB
digest_sasl_client.inc 3.72 KB
dyndns.class 67.4 KB
easyrule.inc 15.8 KB
filter.inc 143 KB
filter_log.inc 22.6 KB
functions.inc 6.72 KB
globals.inc 9 KB
gmirror.inc 12.3 KB
growl.class 2.65 KB
gwlb.inc 39 KB
interfaces.inc 171 KB
ipsec.attributes.php 6.02 KB
ipsec.auth-user.php 5.18 KB
ipsec.inc 21.2 KB
itemid.inc 3.89 KB
led.inc 7.72 KB
login_sasl_client.inc 1.64 KB
meta.inc 6.18 KB
notices.inc 13.9 KB
ntlm_sasl_client.inc 4.9 KB
openvpn.attributes.php 6.08 KB
openvpn.auth-user.php 6.35 KB
openvpn.inc 52 KB
openvpn.tls-verify.php 3.77 KB
pfsense-utils.inc 93.9 KB
pkg-utils.inc 34.3 KB
plain_sasl_client.inc 2.56 KB
priv.defs.inc 86.8 KB
priv.inc 8.45 KB
r53.class 23.9 KB
radius.inc 35.6 KB
rrd.inc 40 KB
sasl.inc 11.6 KB
service-utils.inc 23.7 KB
services.inc 83.4 KB
shaper.inc 117 KB
smtp.inc 49.6 KB
system.inc 66.8 KB
unbound.inc 24.9 KB
upgrade_config.inc 145 KB
util.inc 67.5 KB
voucher.inc 27.7 KB
vpn.inc 58.5 KB
vslb.inc 18.9 KB
wizardapp.inc 34.5 KB
xmlparse.inc 11 KB
xmlparse_attr.inc 7.51 KB
xmlreader.inc 8.98 KB
xmlrpc.inc 4.62 KB
xmlrpc_client.inc 58.4 KB
xmlrpc_server.inc 22 KB

Latest revisions

# Date Author Comment
add3c6c5 06/30/2016 05:24 AM Stilez y

Get modulus keysize

Useful utility function when it's necessary to verify that existing keys meets current practices

595b074d 06/30/2016 05:20 AM Phil Davis

Feature #6388 custom GUI preference settings per user

a77ed90d 06/30/2016 05:00 AM Phil Davis

Handle more invalid IPv6 formats

bfa8df8a 06/29/2016 05:57 AM k-paulius

Flush link-local IPs so we do not get stale data and do not waste time deleting IP if it is already set to fe80::1:1

6dfb6b27 06/29/2016 03:01 AM Phil Davis

Update include() to include_once()

For safety, use include_once() when including various "side" files.
There are a couple of instances of include("guiconfig,inc") that I
changes to use require_once() to be consistent with everywhere else.
The remaining cases of include() are just (hundreds of) head.inc and...

e8019bcd 06/29/2016 02:12 AM Daniel Hoffend

Shorten gwifip if whole socket path exceeds 100 chars

dpinger stopps with an error when the socketname exceeds over
(around) 100 characters. The dpinger will not start and not deliver
monitoring results to the WebUI.

These long socket names can get created when using link-local addresses...

74ed3a16 06/29/2016 02:12 AM Daniel Hoffend

Use a different delimiter for dpinger socket names

Currently underscores are used to seperate gwifip, monitorip, etc, but
underscors are also used in vlan subinterfaces like em0_vlan10 and
therefore can't be used because the interface scope is appended to IPv6...

fcd9f64c 06/28/2016 08:45 PM Chris Buechler

Set pipe_slot_limit to the maximum configured qlimit value. Move the set_sysctl out if the block where it only gets run if dummynet isn't already loaded. Ticket #6553

3481524a 06/28/2016 08:05 PM Chris Buechler

Clean up limiter text. Remove old commented out bit.

3ba22abd 06/28/2016 12:51 PM Phil Davis

Fix matching of chars in IPv6 address segments

The existing regex here is wrong, it matches 0 or more of the hex digits but then there can be other rubbish in the string, in fact anything at all! It matches "az", "z", "qwerty" and so on. So the "return false" inside this "if" never happens....

View revisions

Also available in: Atom