Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
  simplepie
CHAP.inc 12.4 KB
IPv6.inc 26.1 KB
PEAR.inc 34.4 KB
array_intersect_key.inc 2.45 KB
auth.inc 44.8 KB
authgui.inc 10.2 KB
basic_sasl_client.inc 1.24 KB
captiveportal.inc 73.6 KB
certs.inc 19.3 KB
config.console.inc 14.8 KB
config.gui.inc 2.65 KB
config.inc 7.31 KB
config.lib.inc 28.1 KB
cram_md5_sasl_client.inc 1.66 KB
crypt.inc 2.89 KB
digest_sasl_client.inc 3.72 KB
dyndns.class 57.6 KB
easyrule.inc 11.4 KB
filter.inc 129 KB
filter_log.inc 11.5 KB
functions.inc 6.02 KB
globals.inc 5.98 KB
growl.class 3.29 KB
gwlb.inc 35.1 KB
interfaces.inc 159 KB
ipsec.attributes.php 5.01 KB
ipsec.auth-user.php 4.25 KB
ipsec.inc 17.2 KB
itemid.inc 2.98 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.07 KB
openvpn.auth-user.php 5.47 KB
openvpn.inc 41.6 KB
openvpn.tls-verify.php 2.79 KB
pfsense-utils.inc 82.6 KB
pkg-utils.inc 49.1 KB
plain_sasl_client.inc 2.56 KB
priv.defs.inc 97.4 KB
priv.inc 7.35 KB
r53.class 23.9 KB
radius.inc 35.7 KB
rrd.inc 36.2 KB
sasl.inc 11.6 KB
service-utils.inc 20.5 KB
services.inc 75.1 KB
shaper.inc 141 KB
smtp.inc 21.9 KB
system.inc 62.1 KB
unbound.inc 24.1 KB
upgrade_config.inc 101 KB
util.inc 54.1 KB
uuid.php 11.4 KB
voucher.inc 26.1 KB
vpn.inc 43.9 KB
vslb.inc 17.8 KB
wizardapp.inc 24.2 KB
xmlparse.inc 10.1 KB
xmlparse_attr.inc 6.42 KB
xmlreader.inc 9.41 KB
xmlrpc.inc 5.36 KB
xmlrpc_client.inc 58.9 KB
xmlrpc_server.inc 22 KB
zeromq.inc 8.69 KB

Latest revisions

# Date Author Comment
c760c69c 04/14/2014 06:05 PM Ermal LUÇI

Fixup update URL

df8e43cc 04/14/2014 01:48 PM Ermal LUÇI

Avoid warnings later on if no config for layer7 exists

e61f548f 04/14/2014 01:06 PM Ermal LUÇI

Get rid of embedded platform. Its time to GC this

115b7b81 04/14/2014 12:47 PM Renato Botelho

Start using filterlog

2a438d7e 04/14/2014 12:43 PM Ermal LUÇI

Switch over to filterlog sooner than later

b13567f0 04/14/2014 12:34 PM Ermal LUÇI

Unset also here

ee34e137 04/14/2014 11:23 AM Phil Davis

Do not allow upgrade_101_to_102 to exit early

This upgrade step does both Captive Portal stuff and OpenVPN stuff. So do not return early just because there is no Captive Portal config.
Both Captive Portal and OpenVPN tests changed to be positive tests, to make sure that everything is checked/tested and there is no chance to return early.

c30639e4 04/14/2014 10:27 AM Phil Davis

Get real interface when dhcrelay uses default GW

If the DHCP Relay server is not on any local subnet, and not on any subnet that has an internal static route, but is somewhere that no specific route is known, then this code finds the default gateway and uses that in the DHCP relay "-i" parameter. The current code gets just the interface name (like "wan", "opt1"). But DHCP Relay command needs to be fed the actual device name "vr0", "vr1" etc....

d471a890 04/14/2014 09:35 AM Chris Buechler

tls-verify requires quotes around the command to be executed. Ticket #3596

bb8f3ce1 04/12/2014 04:29 PM m0se

fixing typo for GIF tunnels to work over IPv6

the call of get_interface_gatewayv6() in the creation of a GIF tunnel over IPv6 leads to a "Fatal error: Call to undefined function get_interface_gatewayv6() in /etc/inc/interfaces.inc on line 934". changeing the function call to get_interface_gateway_v6() fixed it for me on my local system.

View revisions

Also available in: Atom