Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
  simplepie
CHAP.inc 12.4 KB
IPv6.inc 26.2 KB
PEAR.inc 34.3 KB
auth.inc 47.8 KB
authgui.inc 10.9 KB
basic_sasl_client.inc 1.24 KB
captiveportal.inc 80.1 KB
certs.inc 22.1 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.2 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 38.8 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.8 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 87.5 KB
pkg-utils.inc 34.3 KB
plain_sasl_client.inc 2.56 KB
priv.defs.inc 87.1 KB
priv.inc 8.44 KB
r53.class 23.9 KB
radius.inc 35.6 KB
rrd.inc 40.7 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.6 KB
unbound.inc 24.9 KB
upgrade_config.inc 145 KB
util.inc 67.7 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.99 KB
xmlrpc.inc 4.62 KB
xmlrpc_client.inc 58.4 KB
xmlrpc_server.inc 22 KB

Latest revisions

# Date Author Comment
07b8134d 06/22/2016 03:23 PM Stilez y

missing "("
(cherry picked from commit 70381d4803b9424c1a3f3ef518d8243062452d77)

3bea1321 06/22/2016 03:23 PM Stilez y

optional arg for old behaviour
(cherry picked from commit cf63f1638aab685cc956502f5ddd862a10bf3ff8)

f2f86310 06/22/2016 03:23 PM Stilez y

Simplify convert_seconds_to_hms() and show days for large numbers of hours

1) Function can be simplified and all "if" statements removed, using intdiv (or casting result as int for PHP < 7) and % for calcs and sprintf for padding.
2) Input validity check before trying to convert format...

caed0783 06/22/2016 03:13 PM Stilez y

Use global backup count instead of hardcoded value and remove redundant function
(cherry picked from commit 01b5410ae8391998ba560d40f447c7f556472c5b)

3fd59575 06/22/2016 03:13 PM Stilez y

set default_config_backup_count based on platform

At the same time the platform is being detected for PHP/GUI purposes, set the default number of backups. Also handle the case where (for any reason) detection fails, which it shouldn't, so the variables are still created...

27626198 06/22/2016 03:07 PM Stilez y

Add missing recommended key lengths to OpenVPN options

Add key lengths to the OpenVPN options, for asymmetric keys of size 3072 (for current use), 7680, 15360 (for long term resistance), 8192 and 16384 (common binary exponents).

These are both supported by OpenVPN anyhow, and for certain uses are currently recommended (eg long term resistance to replay/decryption). See keylength.com for citations....

b8eb4e7f 06/22/2016 02:55 PM Chris Rowe

Make QinQ interfaces work again

(cherry picked from commit 1322ee22354f1a6e184819fb7009a2996b63de97)

ab8c4106 06/22/2016 02:50 PM Stephen Beaver

Allow IGMP Proxy logging verbosity to be selected via system log settings (PR 2901)

(cherry picked from commit 2bd0585e30e5ec8fc3b79ca3f579bf9a7c1bcbc8)

1ac8faed 06/22/2016 02:18 PM Joe Palmer

adding privileges and separating DNS Resolver overrides from general settings

(cherry picked from commit fc76a1e390c8ce9579df31457c74d1d0e572b78d)

ac3e3baa 06/22/2016 12:40 AM Chris Buechler

Only call interfaces_vips_configure once if it's needed, rather than doing the same thing over and over for every VIP on an interface. Ticket #6515

View revisions

Also available in: Atom