pfsense/etc/inc
Chris Buechler c03512f5b2 include vpn.inc so IPsec CRL reload works. require_once filter.inc in
vpn.inc for callers there that haven't already included it.
2015-07-23 14:34:33 -05:00
..
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
auth.inc Use skel as the source of new user files rather than copying from root. 2015-06-08 08:24:59 -04: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 Ticket #4746 Correctly set global variables to be used by hostnames cod epaths 2015-06-19 17:33:19 +02: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 fix fsync, thanks Phil Davis for noticing 2015-07-10 20:03:32 -05: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
dot.hushlogin Use skel as the source of new user files rather than copying from root. 2015-06-08 08:24:59 -04:00
dyndns.class Fix GratisDNS support, manual merge of commit 3e31a7f825 2015-07-14 16:52:54 -05: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 Merge pull request #1762 from doktornotor/patch-3 2015-07-18 13:26:17 -03:00
functions.inc
globals.inc Fix #4794: 2015-07-17 09:51:15 -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 Return IP correctly in get_interface_ip for gateway groups specifying a 2015-06-01 17:36:34 -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 leftid and rightid value between double quotes on ipsec config when type is asn1dn. Ticket #4792 2015-07-16 15:56:45 -03: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
login_sasl_client.inc
meta.inc
notices.inc Don't call growl if the configured address isn't an IP or resolvable 2015-06-02 19:30:38 -05: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 Add a space to the script to avoid that appended parameters seem the same as existing one 2015-06-09 01:36:06 +02: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 Introduce Netgate RCC-DFF to the list of known platforms 2015-06-23 15:35:09 -03:00
pkg-utils.inc Make the host uuid opt-out 2015-06-11 03:46:48 +02:00
plain_sasl_client.inc
priv.defs.inc Remove load_balancer_relay_* -- They are not used, not linked, not functional, not maintained, and have potential security issues. 2015-06-16 13:41:12 -04:00
priv.inc Fall back to getting local user pages and groups 2015-04-27 09:09:40 -03:00
r53.class
radius.inc Fix lineup of copyright lines 2015-01-01 10:13:14 -02:00
rrd.inc Only restore rrd.tgz where platform is appropriate, or RAM disk being 2015-04-08 18:45:37 -05:00
sasl.inc
service-utils.inc small correction of relative paths to icons 2015-04-06 09:44:24 -03:00
services.inc Use 'host!' flag when setting CURLOPT_INTERFACE, as recommended by CURL docs 2015-06-01 13:53:03 -03:00
shaper.inc Fix var name typo in shaper.inc 2015-06-23 01:48:03 -05:00
smtp.inc
system.inc Add D1540-XG. 2015-06-23 14:28:11 -05:00
unbound.inc Only add outgoing-interface if IP. Ticket #4852 2015-07-17 13:00:27 -05:00
upgrade_config.inc Unset old CA and Cert in left system config 2015-07-21 19:25:40 -05:00
util.inc Revert "Ticket #4442 Do not process URL aliases during bootup but trigger it just after finished booting. This completely solves the bootup delays without lowering the timeout as before. Probably need to increase a bit the timeouts now to be friendly to other connections" 2015-06-10 20:14:28 -04:00
uuid.php
voucher.inc Fixes #4625, manual merge of pull request #1617 for RELENG_2_2 branch on fixing voucher disconnection. 2015-04-20 20:37:52 +02:00
vpn.inc include vpn.inc so IPsec CRL reload works. require_once filter.inc in 2015-07-23 14:34:33 -05:00
vslb.inc Improve handling of port ranges in relayd, fixes #4810 2015-07-01 16:10:33 -04:00
wizardapp.inc Fix lineup of copyright lines 2015-01-01 10:13:14 -02:00
xmlparse_attr.inc
xmlparse.inc
xmlreader.inc Fix lineup of copyright lines 2015-01-01 10:13:14 -02:00
xmlrpc_client.inc
xmlrpc_server.inc
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