pfsense/etc/inc
2012-04-05 16:19:16 +02:00
..
priv Fix description 2011-08-11 15:47:54 -04:00
simplepie
array_intersect_key.inc Implement gettext() calls on array_intersect_key.inc 2010-08-13 13:32:53 -03:00
auth.inc Looking at pw code : chars are invalid in a comment fieldgit diff! Replace those to just space 2012-03-12 19:28:48 +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 Fix quotes to use %N$X on gettext calls 2010-10-01 10:17:13 -03:00
config.console.inc Good catch jim :) 2012-04-04 18:16:28 +00: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 This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure. 2012-04-01 02:03:49 -03: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 Set the table limit before loading tables. This may help in cases where a ruleset fails to load due to table size, and the user increases the size but still can't load the rules. 2012-04-04 11:43:54 -04: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 Move CARP settings from pkg XML to a real PHP page 2012-03-22 21:25:58 -04:00
growl.class Remove trailing carriage return 2010-11-10 12:00:32 -05:00
gwlb.inc Add better hardening to the dynamic gateway code, handle IPv6 networks better 2012-04-04 14:06:01 +02:00
interfaces.inc Add realif overrides for tunneled interface, we want to override get_real_interface() here as it does not know address families and we don't know which the user wants. 2012-04-04 14:55:46 +02:00
ipsec.inc Merge remote-tracking branch 'upstream/master' 2011-07-12 19:57:42 -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 [Patch] Multiple SMTP notice recipients 2012-03-21 13:51:07 -04: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 Be more intelligent when managing OpenVPN client connections bound to CARP VIPs. If the interface is in BACKUP status, do not start the client. Add a section to rc.carpmaster and rc.carpbackup to trigger this start/stop. 2012-03-06 14:33:12 -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 Automatically configure DHCPv6 servers for interfaces set to track6 another WAN. 2012-04-03 10:27:13 +02:00
pkg-utils.inc remove_freebsd_package: check that a symlink exists and is currently pointing into the pbidir of the current package, then unlink it. This avoids possibly deleting real files, or deleting a symlink that points into some other package. 2012-03-23 12:13:07 +05:45
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 Move some of the log file tabs around. 2012-03-29 12:20:03 +02:00
priv.inc Fix missing $ on variable. 2011-08-11 15:26:35 -04:00
r53.class This patch add Route 53 as new Dynamic DNS provider into dyndns infrastructure. 2012-04-01 02:03:49 -03: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 Setup chroot environment for unbound 2012-04-05 16:19:16 +02:00
shaper.inc Correct location of '\n' 2012-03-23 21:10:42 +00:00
smtp.inc Fix quotes to use %N$X on gettext calls 2010-10-01 10:17:13 -03:00
system.inc Expand these checks to include 'dynamic' or they'll never match dynamic gateways, leading to issues with routing. 2012-04-04 13:44:28 -04:00
unbound.inc Use isset() for DNSSEC status 2012-04-05 15:08:29 +02:00
upgrade_config.inc Move CARP settings from pkg XML to a real PHP page 2012-03-22 21:25:58 -04:00
util.inc Remove unused code 2012-03-23 23:12:08 +00:00
uuid.php
voucher.inc Fix wich roll to write 2012-03-11 15:41:06 +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 prefork setting 2012-02-27 15:44:32 -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 Remove trailing carriage return 2010-11-10 12:00:32 -05:00
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 Merge remote branch 'mainline/master' into inc 2010-08-20 10:04:54 -03:00