pfsense/etc/inc
2011-08-21 18:45:40 +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 Unbreak the DNS rebind check when accessing over IPv4 2011-08-21 18:45:40 +02:00
authgui.inc Log when a user tries to access an unauthorized page. 2011-08-10 10:40:36 -04: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 Revert wrong fix of Bug #1711. 2011-07-22 08:29:08 -04:00
certs.inc Add function to return a certificate's common name. 2011-07-06 14:32:30 -04:00
cmd_chain.inc Fix quotes to use %N$X on gettext calls 2010-10-01 10:17:13 -03:00
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 Merge remote-tracking branch 'upstream/master' 2011-07-12 19:57:42 -04:00
config.lib.inc Ticket #1279. Decrease the refcount even though we're in booting phase. This helps the refcount to work as intended and help in making filesystem read only correctly on embedded platfroms. While here put some exceptions to refcount API and silent any related errors that might trigger. Also take not of the NOTE on the php manual that after a share memory is opened further references to it for size and access mode should be 0. 2011-08-17 20:15:02 +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 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 Add he.net tunnelbroker update dyndns type 2011-06-28 15:21:56 -04:00
easyrule.inc Fix merge conflict 2011-07-13 08:31:39 -04:00
filter_log.inc Merge remote-tracking branch 'upstream/master' 2011-07-12 19:57:42 -04:00
filter.inc Add the dhcp6 firewall rules so the client can get out. 2011-08-18 08:55:50 +02: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 Merge remote branch 'upstream/master' 2011-06-14 16:41:15 -04:00
growl.class Remove trailing carriage return 2010-11-10 12:00:32 -05:00
gwlb.inc Oops fix variable name 2011-08-02 21:25:30 +00:00
interfaces.inc Make sure to wait for the interface to be really created before letting the function return for PPP(oE) interfaces. 2011-08-18 12:10:17 +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 Merge remote-tracking branch 'mainline/master' into inc 2011-05-23 15:57:23 -03: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 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 Make initial changes to allow pfSense to work in a jail. 2011-08-17 14:15:18 +12:00
PEAR.inc Merge remote branch 'mainline/master' into inc 2010-11-16 09:31:33 -02:00
pfsense-utils.inc Merge remote-tracking branch 'upstream/master' 2011-07-12 19:57:42 -04:00
pkg-utils.inc Move seting up of tabs/menus/service entries after custom php commands. Seems there is something tripping config vars that make these steps not work. 2011-08-03 20:50:11 +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 Include the rate output in the privilege for the traffic graph. 2011-08-17 13:14:17 -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 Add router type to rtadvd daemon configuration to only advertise the router without slaac. 2011-08-21 17:32:28 +02:00
shaper.inc Correct the link generation. Reported-by: http://forum.pfsense.org/index.php/topic,39855.0.html 2011-08-12 11:57:39 +00:00
smtp.inc Fix quotes to use %N$X on gettext calls 2010-10-01 10:17:13 -03:00
system.inc Make initial changes to allow pfSense to work in a jail. 2011-08-17 14:15:18 +12:00
upgrade_config.inc Correct whitespace and some problems in the just merged ldap auth sorce for racoon 2011-07-27 20:31:30 +00:00
util.inc Fix the referrer checks for IPv6 addresses Ticket #1583 2011-08-21 13:13:11 +02:00
uuid.php Adding uuid generator. More information: 2009-10-19 22:16:35 -04:00
voucher.inc Another roll at fixing the voucher sync problems. 2011-08-15 19:21:12 +00:00
vpn.inc Make initial changes to allow pfSense to work in a jail. 2011-08-17 14:15:18 +12:00
vslb.inc In upgrade code for server load balancing, set redirect_mode. Also in the backend code, assume redirect_mode as the default if it's not set. 2011-06-27 12:11:02 -04: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 removes variables concatenation on gettext strings 2011-07-18 15:33:28 -03: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