pfsense/etc/inc
2013-09-09 11:25:45 -04:00
..
priv Fix description 2011-08-11 15:48:52 -04:00
simplepie
array_intersect_key.inc
auth.inc Something in the LDAP libraries has changed and it no longer likes spaces in the CA filename. Use the refid for the CA filename since it will always be unqiue, and it will never contain any spaces, unlike authname or the CA's descr. 2013-01-14 16:27:33 -05:00
authgui.inc Always commit the session fast to allow other consumers to proceed to their requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions. Manual cherry-pick of 4111fcf530 2013-01-04 08:43:54 +00:00
basic_sasl_client.inc Ticket #1141. Add necessary stuff for smtp auth using sasl 2011-01-02 15:30:44 -05:00
captiveportal.inc Test that timeout value is bigger than 0 2013-02-11 10:56:37 +00:00
certs.inc When creating an internal certificate, offer the user a choice of what constraints to place upon the certificate (CA, Server, or User). 2011-11-09 15:45:21 -05:00
config.console.inc Save a little space on the interface list for console assignment. 2011-04-14 16:50:23 -04:00
config.gui.inc Not needed anymore. 2011-03-03 16:30:07 +00:00
config.inc Use pfSense_sync() 2010-11-30 16:48:47 -05:00
config.lib.inc Better test if we're running at the cli or in lighty. Also suppress output for the session start if it fails. 2013-01-15 11:30:20 -05:00
cram_md5_sasl_client.inc Ticket #1141. Add necessary stuff for smtp auth using sasl 2011-01-02 15:30:44 -05:00
crypt.inc Better error handling for crypt_data and also better password argument handling 2012-04-30 10:09:19 -04:00
digest_sasl_client.inc Ticket #1141. Add necessary stuff for smtp auth using sasl 2011-01-02 15:30:44 -05:00
dyndns.class Be smarter about how to split a Namecheap hostname into host/domain. Fixes #2144 2012-01-26 12:11:58 -05:00
easyrule.inc In IPsec, s/mobileclients/client/, this was changed long ago in the config but not everywhere followed. 2011-03-28 12:17:41 -04:00
filter_log.inc Don't split the date/time when forming a line's timestamp, use both. Otherwise it can lead to oddities when crossing a date border. Fixes #478 2010-08-04 16:24:01 -04:00
filter.inc Fix #3106, parse 'not' rules right on destination for port forward + reflection proxy rules 2013-07-25 09:33:03 -03:00
functions.inc Remove csrf-magic include from functions.inc -- it was causing problems with console PHP scripts. 2010-11-10 00:28:14 -07:00
globals.inc Allow for easier override on $g values if needed. 2013-09-09 11:25:45 -04:00
growl.class Remove trailing carriage return 2010-11-10 12:00:32 -05:00
gwlb.inc Resolves #2910. Make apinger write its status file just after starting so that thing work as expected 2013-07-05 10:55:00 +00:00
interfaces.inc Fixes on HA setup: 2013-05-16 09:35:52 -04:00
ipsec.inc Don't display a "mobile" user without a username. 2012-05-30 10:17:13 -04:00
IPv6.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
itemid.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
led.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
login_sasl_client.inc Ticket #1141. Add necessary stuff for smtp auth using sasl 2011-01-02 15:30:44 -05:00
meta.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
notices.inc Use PHP's built-in RFC 2822 date format, rather than trying to make our own. 2012-02-20 16:34:48 -05:00
ntlm_sasl_client.inc Ticket #1141. Add necessary stuff for smtp auth using sasl 2011-01-02 15:30:44 -05:00
openvpn.auth-user.php Wrong branch 2012-06-05 19:41:45 +00:00
openvpn.inc Better check for the right bits being set. 2013-02-25 15:25:30 -05:00
openvpn.tls-verify.php Comment out debug print for cert verification 2012-01-24 16:14:08 -05:00
PEAR.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
pfsense-utils.inc Fix isvm check to match on product 2013-04-26 10:37:22 +02:00
pkg-utils.inc Bring in the RCFILEPREFIX as constant fixes from HEAD, since otherwise rc.stop_packages was globbing in the wrong dir and executing the wrong scripts. Also seems to have fixed the "bad fd" error. 2013-01-30 15:13:18 -05:00
plain_sasl_client.inc Ticket #1141. Add necessary stuff for smtp auth using sasl 2011-01-02 15:30:44 -05:00
priv.defs.inc Fix ntp name here too 2012-05-15 13:01:36 -04:00
priv.inc Fix missing $ on variable. 2011-08-11 15:25:36 -04:00
radius.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
rrd.inc Fix syntax error/typo. Fixes #1372 2011-05-24 12:49:21 -04:00
sasl.inc Ticket #1141. Add missing sasl.inc 2011-01-03 17:47:08 -05:00
service-utils.inc Bring in the RCFILEPREFIX as constant fixes from HEAD, since otherwise rc.stop_packages was globbing in the wrong dir and executing the wrong scripts. Also seems to have fixed the "bad fd" error. 2013-01-30 15:13:18 -05:00
services.inc Unbreak Dynamic DNS updates from DHCP, ISC changed the config layout to require zone declarations, and the ddns-update-style directive only works globally. 2013-05-22 16:01:46 -04:00
shaper.inc Previous attempt to fix #1995 allow to set more than one default queues, prevent it with this change. It should fix #1995 2013-01-21 09:48:40 -02:00
smtp.inc
system.inc Enable cgi for the webgui since some ports like lightsquid need it 2013-01-21 14:36:11 +00:00
upgrade_config.inc Ensure this gets a set default value or things can break 2012-08-01 14:55:08 -04:00
util.inc Merge: Just check the file_exists let pkill decide if its a vaild file or not. 2013-01-04 22:15:03 +00:00
uuid.php
voucher.inc Actually let xmlrpc construct the url internally from the passed info it is doing same checks 2013-02-06 20:01:42 +00:00
vpn.inc Merge improvements to filterdns daemon 2013-01-04 22:14:18 +00:00
vslb.inc Fix fallback pool monitor selection. 2013-02-08 15:56:11 -05:00
wizardapp.inc Syncrhonize the information with the wizards xml. Reported-by: http://forum.pfsense.org/index.php/topic,39176.msg205359.html#msg205359 2011-08-11 10:42:38 +00:00
xmlparse_attr.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
xmlparse.inc Make allowedhostname an array. 2011-01-25 12:30:18 -05:00
xmlreader.inc Add the npt tag which is used by the IPv6 tree to the 2.0 mainline tree. 2011-01-24 08:34:16 +01:00
xmlrpc_client.inc Correct log messages to not display port twice. 2011-03-25 20:32:56 +00:00
xmlrpc_server.inc
xmlrpc.inc Test for value present before using. 2011-03-30 22:21:13 +00:00
zeromq.inc Use params array 2010-08-19 16:34:04 -04:00