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 43.2 KB
authgui.inc 10.8 KB
basic_sasl_client.inc 1.25 KB
captiveportal.inc 76 KB
certs.inc 20.5 KB
config.console.inc 14.5 KB
config.gui.inc 2.8 KB
config.inc 7.14 KB
config.lib.inc 28.4 KB
cram_md5_sasl_client.inc 1.66 KB
crypt.inc 2.81 KB
digest_sasl_client.inc 3.72 KB
dyndns.class 60.1 KB
easyrule.inc 11.5 KB
filter.inc 141 KB
filter_log.inc 14.8 KB
functions.inc 5.63 KB
globals.inc 6.87 KB
gmirror.inc 11.7 KB
growl.class 2.69 KB
gwlb.inc 39.4 KB
interfaces.inc 166 KB
ipsec.attributes.php 5.06 KB
ipsec.auth-user.php 4.26 KB
ipsec.inc 18.8 KB
itemid.inc 2.85 KB
led.inc 5.59 KB
login_sasl_client.inc 1.65 KB
meta.inc 5.14 KB
notices.inc 12 KB
ntlm_sasl_client.inc 4.91 KB
openvpn.attributes.php 5.12 KB
openvpn.auth-user.php 5.45 KB
openvpn.inc 43.8 KB
openvpn.tls-verify.php 2.87 KB
pfsense-utils.inc 86.9 KB
pkg-utils.inc 54.8 KB
plain_sasl_client.inc 2.57 KB
priv.defs.inc 97.9 KB
priv.inc 7.42 KB
r53.class 23.9 KB
radius.inc 35.5 KB
rrd.inc 36.9 KB
sasl.inc 11.6 KB
service-utils.inc 21.2 KB
services.inc 79.5 KB
shaper.inc 144 KB
smtp.inc 21.9 KB
system.inc 66.2 KB
unbound.inc 21.6 KB
upgrade_config.inc 110 KB
util.inc 57.9 KB
uuid.php 11.4 KB
voucher.inc 25.5 KB
vpn.inc 54.8 KB
vslb.inc 17.8 KB
wizardapp.inc 33.4 KB
xmlparse.inc 9.86 KB
xmlparse_attr.inc 6.47 KB
xmlreader.inc 7.95 KB
xmlrpc.inc 4.72 KB
xmlrpc_client.inc 58.9 KB
xmlrpc_server.inc 22 KB
zeromq.inc 9 KB

Latest revisions

# Date Author Comment
f31052c7 03/20/2015 03:47 AM k-paulius

Supress errors when opening custom DHCP6 config file and check if content was successfully retrieved.
Prevents PHP from throwing error in case file does not exist.

ddd1f864 03/20/2015 03:26 AM k-paulius

A mix of literal tabs, spaces and \t is used in dhcp6c config file code. Convert evertyhing to use \t.

dd5d1a24 03/20/2015 03:05 AM k-paulius

DHCP6 config file override, advanced and basic settings override each other so put them in single
if/else statement rather than always generating all three setting types.

d325e908 03/19/2015 04:55 AM Chris Buechler

Add option for wireless standard "auto", to omit "mode" entirely from ifconfig. This shouldn't be necessary, but specifying mode has proven to trigger driver problems that don't exist if it's left unspecified (such as FreeBSD PR 198680). Chosing "auto" fixes ath(4) BSS mode issues otherwise preventing it from connecting.

e5549707 03/16/2015 11:19 AM Renato Botelho

Merge pull request #1564 from phil-davis/patch-2

44b9fbdc 03/14/2015 02:39 PM Phil Davis

Use subnet address in OPT net rules

Example: LAN IP 10.0.1.1/24 OPT1 IP 10.0.2.1/24
Rules with SRC or DST LANnet correctly have 10.0.0.0/24 (the subnet base address) in /tmp/rules.debug
Rules with SRC or DST OPT1net have 10.0.2.1/24 (the OPT1 IP address with OPT1 net mask) in /tmp/rules.debug...

a08d5055 03/13/2015 08:45 AM Phil Davis

Update get_possible_traffic_source_addresses returned array format

With this change it looks to me like the way it is intended to be, based
on what was done to get_possible_listen_ips()
Please review and check if this is what was intended for the code. With...

f2f34088 03/13/2015 08:16 AM Chris Buechler

txpower was disabled for good reason it would appear, it triggers syntax errors in some configurations. Disable it again since it's been disabled for years, and comment out the user-facing config portion for now since it doesn't do anything. Ticket #4516

664aef0b 03/13/2015 03:05 AM Chris Buechler

correct missing == in ipsec.inc

d045f380 03/13/2015 03:01 AM Chris Buechler

Merge pull request #1557 from phil-davis/patch-3

View revisions

Also available in: Atom