pfsense/etc/inc
2013-10-22 11:31:16 -02:00
..
priv Implement privilege for allowing login through CP 2013-02-07 11:15:10 -02:00
simplepie fix text - s/occured/occurred/ 2013-08-01 21:57:16 -05:00
array_intersect_key.inc Implement gettext() calls on array_intersect_key.inc 2010-08-13 13:32:53 -03:00
auth.inc Add LDAP server options to control UTF8-encoding of parameters. Fixes #2227. While I'm here, add a checkbox to prevent the stripping of @ from the LDAP username if the user wants the full name transmitted. 2013-07-17 10:15:21 -04:00
authgui.inc Omit IP warning if HTTP_REFERER check is disabled. 2013-07-03 10:36:05 -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 Prevent a possible division by zero. it fixes #3212 2013-10-18 17:32:13 -03:00
certs.inc Perform a much more accurate comparison between two certificates to determine if they are identical when checking their revocation status. Fixes #3237 2013-10-09 10:03:59 -04:00
CHAP.inc - Added support for MSCHAPv2, MSCHAPv1 and CHAP_MD5 to captive portal 2011-11-29 15:16:35 +01:00
config.console.inc Use updated get_memory var names 2013-09-02 04:12:47 -07:00
config.gui.inc Resolve merge conflict 2011-03-06 16:18:29 -05:00
config.inc Change ereg() to preg_match() function 2012-06-30 09:55:50 -03:00
config.lib.inc Bring back static routes to fix issues reported on Ticext #3179 2013-09-03 16:52:23 +00: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 Fixup paths when executing OpenSSL. 2013-01-27 12:20:31 -05: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 Add support for custom IPv6 DDNS. 2013-07-10 19:05:42 -07:00
easyrule.inc Fixup check for existing easyrule block rule to account for the ipproto and when the ipproto is blank. 2013-08-21 15:21:03 -04:00
filter_log.inc Make sure no extra spaces end up in the parsed IP, it can lead to issues in other places (Easy Rule, etc) 2013-09-25 11:49:37 -04:00
filter.inc Fix #3268 - avoid pf table names conflict: 2013-10-16 09:18:29 -03:00
functions.inc Allow dom_title width parameter to be null 2012-07-26 08:32:34 +05:45
globals.inc Remove newsyslog cron job on upgrade, if present. 2013-10-10 12:50:36 -04:00
growl.class Remove trailing carriage return 2010-11-10 12:00:32 -05:00
gwlb.inc Bring back static routes to fix issues reported on Ticext #3179 2013-09-03 16:52:23 +00:00
interfaces.inc Make sure vlan interface exist when it's being configured, it fixes #3270 2013-10-18 10:40:15 -03:00
ipsec.attributes.php Allow other system authentication types to be used with ipsec. LDAP/RADIUS/local acc 2012-11-14 19:31:09 +00:00
ipsec.auth-user.php Correct checking for privileges. 2012-11-19 16:54:50 +00:00
ipsec.inc Try to remove as much as possible _stf special case through the code 2013-03-18 14:55:26 +00:00
IPv6.inc Teach Net_IPv6:compress to handle a compressed address as input 2013-05-14 12:16:11 +05:45
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 Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180 2013-10-17 10:43:40 +02:00
ntlm_sasl_client.inc mhash -> hash change from Ermal 2012-01-19 14:50:15 -05:00
openvpn.attributes.php Remove left-over from copy-pasto 2012-06-05 19:40:38 +00:00
openvpn.auth-user.php Make it more clear what is the username during syslog 2012-11-14 19:32:34 +00:00
openvpn.inc #3174 Handling of gateway groups in openvpn_restart() 2013-09-02 16:13:07 -04: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 Use hw.physmem when calculating pfsense_default_state_size 2013-09-02 23:35:08 -07:00
pkg-utils.inc Ticket #3139 try to detect if the popen is closed from an error 2013-08-13 10:18:46 +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 Add missing privileges to the list, it fixes #3279 2013-10-22 11:31:16 -02:00
priv.inc fix permissions check to xml package files and show only menus user has access to 2012-06-12 11:08:46 -03: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 whitespace fixes 2013-02-14 15:26:00 -08:00
rrd.inc Fix CP stats generation for concurrent users. Fixes #3225 2013-09-23 10:01:26 -04:00
sasl.inc Ticket #1141. Add missing sasl.inc 2011-01-03 17:47:08 -05:00
service-utils.inc Support the names used by the status page as well as those used internally by service entries. 2013-08-28 09:00:53 -04:00
services.inc Remove this check, the value can be 0 here if the target is the first item in the array. 2013-10-09 08:48:26 -04:00
shaper.inc Fix #3259. Save 'packet loss rate' and 'bucket size' for limiter queues 2013-10-21 10:59:23 -02:00
smtp.inc Split SSL/TLS into separate checkboxes so that plaintext connections can be made secured by using STARTTLS. Support for SMTPS connections should probably be done away with in future. Fixes #3180 2013-10-17 10:43:40 +02:00
system.inc Use new names for get_memory parameters 2013-09-02 23:43:54 -07:00
upgrade_config.inc Set default value to radius_protocol during upgrade, it should fix #3226 2013-10-11 09:20:14 -03:00
util.inc Merge pull request #794 from phil-davis/RELENG_2_1 2013-09-03 10:03:08 -07:00
uuid.php
voucher.inc Fixes #3001, Check the protocol of the webgui to determine if https is being used for custom ports. 2013-05-28 08:26:51 +00:00
vpn.inc Remove SPD when disable phase2, it fixes #2719 2013-09-03 15:19:06 -03:00
vslb.inc When renaming or deleting a virtual server, clean up the old relayd anchor name. Otherwise the rules are still there and valid, and will cause problems as they will override the new VS settings. Also clear out the anchors when stopping relayd or starting fresh that way no old settings could conflict. 2013-08-15 13:51:52 -04:00
wizardapp.inc fixed spelling 2013-01-14 20:54:06 -05:00
xmlparse_attr.inc Remove trailing carriage return 2010-11-10 12:00:32 -05:00
xmlparse.inc Allow special chars to be used on IPSec mobile login banner. Fixes #3247 2013-10-11 10:59:42 -03:00
xmlreader.inc Add support for multiple DHCP pools within the interface's subnet, and allow most of the settings for the main range to be set specific inside the pool. (e.g. it allows setting different gateways and DNS for different pools). Still needs improved input validation to prevent overlapping ranges/pools. 2012-09-16 19:33:49 -04:00
xmlrpc_client.inc Don't generate a PHP error for an unfetchable XML file. 2013-02-07 10:19:46 -05: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