pfsense/etc/inc
2011-04-08 08:59:50 -04:00
..
priv Add an IPsec xauth permission. Try to use the nologin shell first (just unlock the account). Ticket #1202 2011-04-08 08:59:50 -04:00
simplepie Adding simplepie RSS system 2009-03-14 16:20:57 -04:00
array_intersect_key.inc
auth.inc Add an IPsec xauth permission. Try to use the nologin shell first (just unlock the account). Ticket #1202 2011-04-08 08:59:50 -04:00
authgui.inc Allow autocomplete on login form (Fixes saving password on Firefox and Chrome) 2011-02-10 09:44:00 -05: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 Make sure that there is a value before using it as a redirection. 2011-03-25 23:33:45 +00:00
certs.inc Allow editing of CAs, so that imported CAs can have their private keys added later (mainly affected users upgrading from 1.2.3 and wanting to use the cert manager). Also, allow editing the CA's serial, since this shouldn't really be 0 for imported CAs, but the serial of the last cert that was made from this CA. 2011-03-30 16:37:45 -04:00
cmd_chain.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
config.console.inc Change wording 2011-03-16 12:36:35 +01: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 Fixup text. 2011-04-06 13:14:50 -04: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 Resolves 1209. Correctly calculate the necessary data to return from an 'pfsense' format encrypted file. 2011-01-19 20:56:23 +00: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 Try again, a little cleaner: Prevent GUI from giving error for freeDNS service since username and password 2011-02-24 00:05:17 +07: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 Resolves #1391. Bring back VPN auto rule disable advanced setting. 2011-04-06 18:22:27 +00: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 Add upgrade code to ensure rule protocols are all lower case. 2011-03-03 16:13:39 -05:00
growl.class Remove trailing carriage return 2010-11-10 12:00:32 -05:00
gwlb.inc Correct error message for gateways to report down when the gateway is down and not high latency. 2011-04-06 14:59:30 +00:00
interfaces.inc Do not error out for pptp/l2tp localip setting not set since its legitimate. 2011-03-23 13:10:13 +00:00
ipsec.inc Don't forget to include $g, otherwise the check will fail and still perform a DNS resolve 2011-02-21 14:17:23 +01: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 Ticket #1141. Typo error, use ->user to enable auth 2011-01-02 15:34:45 -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 nuke trailing carriage returns 2010-12-22 10:39:12 -05:00
openvpn.inc Putting client-config-dir in the config is valid also for p2p_tls servers. Fixes #1417. 2011-04-08 08:28:31 -04:00
PEAR.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
pfsense-utils.inc Suppress curl errors (if we get a 404 it tosses its own error if there is no response body, just a 404 code.) 2011-02-13 11:37:48 -05:00
pkg-utils.inc Remove comment since the service is not started anymore after installation in 2.0 2011-03-14 19:53:58 +00: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 Make sure to uses 'tables' in array. 2011-03-25 11:00:50 +02:00
priv.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
radius.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
rrd.inc Add -a to include all updaterrd.sh scripts running and also remove top killing since its not used anymore in stat gathering. 2011-04-04 10:24:57 +00:00
sasl.inc Ticket #1141. Add missing sasl.inc 2011-01-03 17:47:08 -05:00
service-utils.inc Pass the -a parameters to pgrep to be certain we search ancestors as well. The side effects might be inoquos from the pfSense context. 2011-03-01 23:40:32 +00:00
services.inc On interface ip change reload even igmpproxy. Reported-by: http://forum.pfsense.org/index.php/topic,34372.0.html 2011-04-04 10:32:55 +00:00
shaper.inc Fix indent. 2011-04-01 21:51:11 +00:00
smtp.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
system.inc Fix variable name 2011-04-05 11:16:08 -04:00
upgrade_config.inc CRL is read in as an array now, so even in the imported config it will appear to be an array even though it can only have one value. Fixes #1358 2011-04-06 13:36:24 -04:00
util.inc Simplify is_macaddr regex. 2011-03-02 10:24:12 -07:00
uuid.php Adding uuid generator. More information: 2009-10-19 22:16:35 -04:00
voucher.inc Make the return values on error consistent with the normal return value. 2011-03-25 22:44:13 +00:00
vpn.inc Fix the IPsec ping hosts file generation. This only worked for the last 2011-03-16 12:16:03 +01:00
vslb.inc Backend support for the retry parameter. 2010-12-14 12:38:20 -05:00
wizardapp.inc Remove trailing carriage return 2010-11-10 12:00:32 -05: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 Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
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