pfsense/etc/inc
2012-02-25 18:52:39 +01:00
..
priv Fix description 2011-08-11 15:47:54 -04:00
simplepie
array_intersect_key.inc
auth.inc Another try to eliminate the warning 'PHP Warning: Cannot modify header information - headers already sent by (output started at /etc/inc/authgui.inc:201) in /usr/local/www/guiconfig.inc on line 47' 2012-02-08 07:59:09 +00:00
authgui.inc making small fixes on jQuery code 2012-01-21 18:08:09 -02: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 Resolves #2052. Remove duplicate rule 2012-02-08 21:04:33 +00:00
certs.inc Add an indication in the certificate list to show if a certificate is internally capable of being a CA (basicConstraints has CA:TRUE) or if the nsCertType is set to server. 2011-11-10 16:37:51 -05:00
CHAP.inc - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal 2011-11-29 15:16:35 +01:00
cmd_chain.inc
config.console.inc Merge remote-tracking branch 'mainline/master' into inc 2011-04-15 13:38:13 -03:00
config.gui.inc Resolve merge conflict 2011-03-06 16:18:29 -05:00
config.inc Ensure timezone is set 2012-01-18 15:05:39 -05:00
config.lib.inc The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01: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 Fixing existing DynDNS force-update feature. Redmine bug #2228 2012-02-22 20:02:09 -05:00
easyrule.inc Allow using subnets and special nets in the CLI version of easyrule 2012-01-13 14:27:48 -05:00
filter_log.inc Unbreak a number of explode() replacements which required preg_split() 2012-01-20 12:18:13 +01:00
filter.inc Add 6rd backend code support, adds rules for proto 41 traffic for 6rd on WAN so that the tunnel works. 2012-02-25 12:43:25 +01:00
functions.inc
globals.inc it's 2012 2012-01-08 22:03:24 -05:00
growl.class
gwlb.inc Adding gateway support for 6rd support, does not add route yet. 2012-02-25 13:32:12 +01:00
interfaces.inc Always configure a link local address when configuring a carp with a IPv6 address. 2012-02-25 18:52:39 +01:00
ipsec.inc Merge remote-tracking branch 'upstream/master' 2011-07-12 19:57:42 -04:00
IPv6.inc
itemid.inc
led.inc
login_sasl_client.inc Ticket #1141. Add necessary stuff for smtp auth using sasl 2011-01-02 15:30:44 -05:00
meta.inc
notices.inc Use PHP's built-in RFC 2822 date format, rather than trying to make our own. 2012-02-20 16:33:57 -05:00
ntlm_sasl_client.inc mhash -> hash change from Ermal 2012-01-19 14:50:15 -05:00
openvpn.auth-user.php Ticket #1052. Enforce certificates if they are present for authenticating to ldap. Allow to select a CA under ldap type authentication backend to be used for this. 2011-07-15 13:10:40 +00:00
openvpn.inc Fix this ifconfig-push to also account for tap. 2011-11-16 16:38:27 -05:00
openvpn.tls-verify.php Comment out debug print for cert verification 2012-01-24 16:14:44 -05:00
PEAR.inc Add class PEAR5 code rather than a new file 2012-01-19 18:58:49 +00:00
pfsense-utils.inc No need for extra function and touching of file, just set the value and use grep from XML to determine to beep or not 2012-02-23 10:35:03 +02:00
pkg-utils.inc The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone. 2012-01-19 20:33:41 +01: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 Match pftop page exatly with privilege, there is no other page that glob would catch. Fixes #1845 2011-09-06 18:37:35 -04:00
priv.inc Fix missing $ on variable. 2011-08-11 15:26:35 -04:00
radius.inc removes variables concatenation on gettext strings 2011-07-18 15:33:28 -03:00
rrd.inc Merge remote-tracking branch 'upstream/master' 2011-07-12 19:57:42 -04:00
sasl.inc Ticket #1141. Add missing sasl.inc 2011-01-03 17:47:08 -05:00
service-utils.inc Test for null names passed to these functions as a safety precaution. 2011-05-17 22:19:12 +00:00
services.inc Ticket #1917: fix typos, fix domain-search for dhcpv6 2012-02-25 11:12:56 -05:00
shaper.inc Mute error: Undefined variable: g in /etc/inc/shaper.inc on line 4062 2012-01-19 19:01:16 +00:00
smtp.inc
system.inc only skip adding default gateway if OLSR is actually enabled, and log why you're skipping it, otherwise it's tons of "fun" to dig in and figure out what's going on. 2012-02-22 07:01:17 -05:00
unbound.inc Rename function and use variable 2012-02-03 22:28:16 +02:00
upgrade_config.inc Fixes #1999. Upgrade bvoucher config as well during CP upgrade to multi-instance 2012-02-07 19:06:31 +00:00
util.inc While we're at it, allow hostnames for syslog servers, since that is also valid. 2012-02-23 16:24:23 -05:00
uuid.php
voucher.inc Ticket #2114. Remove define_syslog_variables since its deprecated and probably not needed 2012-01-20 18:03:18 +00:00
vpn.inc Don't let an empty subnet into racoon.conf, it can cause parse errors. Ticket #2201 2012-02-14 12:32:20 -05:00
vslb.inc Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for default values 2012-02-19 21:46:12 -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:43:00 +00:00
xmlparse_attr.inc
xmlparse.inc Merge branch 'master' into inc 2011-01-28 17:32:17 -02:00
xmlreader.inc Merge branch 'master' into inc 2011-01-28 17:32:17 -02:00
xmlrpc_client.inc Add some missing ;'s. 2011-09-29 16:14:38 -04:00
xmlrpc_server.inc Merge remote-tracking branch 'upstream/master' 2011-07-12 19:57:42 -04:00
xmlrpc.inc Test for value present before using. 2011-03-30 22:21:13 +00:00
zeromq.inc