| .. |
|
priv
|
touch up text
|
2014-11-21 21:11:52 -06:00 |
|
simplepie
|
This broke a variety of things. Revert "Deprecated and non-static method messages"
|
2015-01-09 00:40:18 -06:00 |
|
array_intersect_key.inc
|
|
|
|
auth.inc
|
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.
|
2015-01-12 11:43:28 +01:00 |
|
authgui.inc
|
Fix check for cookies, the way it was implemented didn't work because it would need a refresh to check if cookie was set or not. Use javascript to do a simple test
|
2015-01-08 11:08:03 -02:00 |
|
basic_sasl_client.inc
|
|
|
|
captiveportal.inc
|
Missin double equals in captiveportal.inc
|
2015-03-12 22:03:09 -05:00 |
|
certs.inc
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
CHAP.inc
|
|
|
|
config.console.inc
|
Remove these booting settings since are useless
|
2014-11-28 13:05:18 +01:00 |
|
config.gui.inc
|
Set the timezone even during config.gui.inc to please the timezone selection
|
2014-11-25 15:23:09 +01:00 |
|
config.inc
|
Add a parameter on platform_booting to help detect if it's on GUI on console and use it in appropriate places, it fixes #4049
|
2014-11-28 12:43:51 -02:00 |
|
config.lib.inc
|
disable this PHP error logging, errors that are really significant end up with a crash report, this is more noise than useful at this stage in 2.2.
|
2015-01-09 00:18:11 -06:00 |
|
cram_md5_sasl_client.inc
|
|
|
|
crypt.inc
|
remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days and hasn't been relevant in years.
|
2014-11-04 18:34:03 -06:00 |
|
digest_sasl_client.inc
|
|
|
|
dyndns.class
|
Modified DynDns -> Eurodns url
|
2015-02-23 09:17:34 -03:00 |
|
easyrule.inc
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
filter_log.inc
|
Firewall Log does not display logged IGMP packets
|
2015-01-31 10:17:01 +01:00 |
|
filter.inc
|
Use subnet address in OPT net rules
|
2015-03-16 08:21:41 -03:00 |
|
functions.inc
|
Replace Header() calls by lowercase
|
2014-06-13 08:59:57 -03:00 |
|
globals.inc
|
dns_split was a comma separated list and moved to use space as separator, provide upgrade code to make sure old configs are converted. Since there was a config upgrade version 11.7 only on master, I pushed it to 11.8 and used dns_split one as 11.7 to be able to backport it to RELENG_2_2. Ticket #4418
|
2015-03-06 11:30:54 -03:00 |
|
gmirror.inc
|
Welcome 2015
|
2014-12-31 16:22:27 -02:00 |
|
growl.class
|
|
|
|
gwlb.inc
|
Check for not up, rather than down, as there are a variety of potential
|
2015-03-10 20:37:36 -05:00 |
|
interfaces.inc
|
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.
|
2015-03-18 23:52:46 -05:00 |
|
ipsec.attributes.php
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
ipsec.auth-user.php
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
ipsec.inc
|
add missing double == in ipsec.inc
|
2015-03-12 22:06:42 -05:00 |
|
IPv6.inc
|
fix Net_IPv6::compress() to properly handle all-zeros address
|
2015-02-23 16:05:40 -03:00 |
|
itemid.inc
|
remove old DISABLE_PHP_LINT_CHECKING, which dates way back to the CVS days and hasn't been relevant in years.
|
2014-11-04 18:34:03 -06:00 |
|
led.inc
|
fix typo
|
2014-04-23 17:33:41 -05:00 |
|
login_sasl_client.inc
|
|
|
|
meta.inc
|
|
|
|
notices.inc
|
Check if notification is disabled
|
2015-02-11 07:04:16 -02:00 |
|
ntlm_sasl_client.inc
|
|
|
|
openvpn.attributes.php
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
openvpn.auth-user.php
|
Actually fix even the openvpn auth user script with proper checks. I thought this was fixes already!
|
2015-02-10 20:50:38 +01:00 |
|
openvpn.inc
|
Change OpenVPN CARP VIP test to be more accurate. The client should also not be run if the VIP is in the INIT state.
|
2015-01-08 10:41:38 -05:00 |
|
openvpn.tls-verify.php
|
Fixes #4329, Fix even tls.auth script by using proper isset() test as the fixes for other authentication scripts.
|
2015-02-10 20:47:32 +01:00 |
|
PEAR.inc
|
After the other set of changes had unexpected complications, let's back this out too. Revert "PEAR static method call warning"
|
2015-01-09 01:14:14 -06:00 |
|
pfsense-utils.inc
|
Silent kenv when smbios.system.product is not present. While here, add VirtualBox to the list of virtualenvs
|
2015-02-04 07:43:19 -02:00 |
|
pkg-utils.inc
|
Rather than set the g['booting'] on globals provide a function to test for that doing the right checks
|
2014-11-26 13:10:01 +01:00 |
|
plain_sasl_client.inc
|
|
|
|
priv.defs.inc
|
Standardise text in priv list
|
2014-12-30 09:47:45 -02:00 |
|
priv.inc
|
Unimportant typos in user and group manager
|
2015-01-28 06:55:49 -02:00 |
|
r53.class
|
|
|
|
radius.inc
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
rrd.inc
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
sasl.inc
|
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
|
2014-03-18 16:09:05 -03:00 |
|
service-utils.inc
|
s/Unbound DNS Forwarder/Unbound DNS Resolver/ to be consistent with other wording in the GUI
|
2014-11-25 11:55:17 -05:00 |
|
services.inc
|
Add a log message when hostres SNMP module is ignored on APU boards
|
2015-03-11 10:05:38 -03:00 |
|
shaper.inc
|
This broke a variety of things. Revert "Deprecated and non-static method messages"
|
2015-01-09 00:40:18 -06:00 |
|
smtp.inc
|
Use php function to get hostname instead of exec()
|
2014-02-04 12:34:41 -02:00 |
|
system.inc
|
use-compression is no longer a valid config option in lighttpd, it can't be enabled. This just throws an error in the log, remove it.
|
2015-03-12 00:53:23 -05:00 |
|
unbound.inc
|
Remove the harden-glue option entirely and hard code it to yes. Ticket #4402
|
2015-03-05 19:35:59 -06:00 |
|
upgrade_config.inc
|
dns_split was a comma separated list and moved to use space as separator, provide upgrade code to make sure old configs are converted. Since there was a config upgrade version 11.7 only on master, I pushed it to 11.8 and used dns_split one as 11.7 to be able to backport it to RELENG_2_2. Ticket #4418
|
2015-03-06 11:30:54 -03:00 |
|
util.inc
|
Be nicer when checking if alias is numeric
|
2015-03-05 22:58:34 -06:00 |
|
uuid.php
|
|
|
|
voucher.inc
|
Random text typos
|
2015-02-11 07:02:30 -02:00 |
|
vpn.inc
|
If we bail not being able to find the P1 source, log an error.
|
2015-03-12 14:49:15 -05:00 |
|
vslb.inc
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
wizardapp.inc
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
xmlparse_attr.inc
|
|
|
|
xmlparse.inc
|
Use array_flip even for the package parsers
|
2014-03-20 19:28:07 +00:00 |
|
xmlreader.inc
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
xmlrpc_client.inc
|
Convert protocol ssl:// to https:// when creating http headers
|
2014-05-08 14:27:10 +02:00 |
|
xmlrpc_server.inc
|
Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility
|
2013-12-20 22:08:34 +00:00 |
|
xmlrpc.inc
|
Fix lineup of copyright lines
|
2015-01-01 10:13:14 -02:00 |
|
zeromq.inc
|
Be safe use require_once in zeromq
|
2015-03-03 08:01:40 -03:00 |