pfsense/etc/inc
2010-06-10 20:39:20 -04:00
..
priv Add system and VPN areas to user item privs 2009-12-03 16:44:39 -05:00
simplepie
array_intersect_key.inc
auth.inc Use mwexec where it does not make sense to use popen for something that does not take any parameters. Create a function to actually remove a user from its groups when the user itself is deleted. 2010-05-24 17:49:12 +00:00
authgui.inc Overhaul the user login system to use the Servers tab as its base. 2010-03-03 16:17:35 +00:00
captiveportal.inc Mute this command so people do not think something went wrong. 2010-06-02 22:55:33 +00:00
certs.inc Perform more strict validation on CA and Cert names before proceeding in the wizard. 2010-04-12 17:32:34 -04:00
cmd_chain.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
config.gui.inc Propperly initialize variables so they function is as expected. 2010-03-05 16:28:03 +00:00
config.inc Ticket #444. Use noatime even here. 2010-05-25 16:19:38 +00:00
config.lib.inc Correct ifconfig syntax 2010-06-02 17:20:10 +00:00
crypt.inc Clean up this code a little. 2010-06-09 15:54:41 -04:00
dyndns.class Fix caps/grammar. 2010-05-25 13:39:16 -04:00
easyrule.inc Refactor the Easy Rule code a bit. Add a CLI version. 2010-03-14 17:16:32 -04:00
filter_log.inc Fix bug where the last line of the filter log wasn't displayed in WebGUI. 2010-02-15 15:09:12 -05:00
filter.inc Add some missing code to convert_real_interface_to_friendly_interface_name. There is no need to go through all the interfaces just to find out if an interface has a gateway or not and is the same for finding the real interface name of a friendly interface. Also while here do not rely on stristr for finding if an interface exists rather do a proper matching on interface name otherwise wrong results might come up. 2010-06-03 19:56:42 +00:00
functions.inc No need for priv.inc 2009-11-28 21:19:54 -05:00
globals.inc PPPoE config upgrade code and bump config version in globals.inc 2010-05-18 22:40:05 +07:00
growl.class Add some more error checking to not have issues as reported on http://forum.pfsense.org/index.php/topic,23435.0.html 2010-03-09 12:45:27 +00:00
gwlb.inc Do not delete/create a route for a gateway that is marked as down to avoid removing needed routes to check teh gateways. Reported-by: http://forum.pfsense.org/index.php/topic,25854.0.html 2010-06-10 17:00:12 +00:00
interfaces.inc With no * mpd will suppress some of the logs, but still doesn't seem quite right. 2010-06-10 23:04:34 +07:00
ipsec.inc Bring back IPsec PSK Tab/Edit. Part of ticket #108. Still needs backend code to use the resulting keys. 2010-05-06 15:06:53 -04:00
IPv6.inc s/util/utils/ 2009-09-12 18:30:21 -04:00
itemid.inc Ticket #136. 2010-01-26 23:59:43 +00:00
led.inc s/util/utils/ 2009-09-12 18:30:21 -04:00
meta.inc s/util/utils/ 2009-09-12 18:30:21 -04:00
notices.inc Fix growl issues. 2010-04-17 21:56:49 -04:00
openvpn.auth-user.php Add the neccesary foo for radius.inc to work. 2010-03-02 20:19:35 +00:00
openvpn.inc Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly affecting 64-bit. Ticket #459 2010-05-20 10:55:02 -06:00
PEAR.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
pfsense-utils.inc Fix up for new ptpid scheme and iface name scheme. 2010-06-09 22:17:22 +07:00
pkg-utils.inc Don't delete these additional files until the end of the package uninstall process. Otherwise files needed in some steps will be missing. Should fix some outstanding package issues (especially uninstall/reinstall issues). At the very least this fixes uninstall/reinstall of OpenVPN Client Export. 2010-06-08 16:48:56 -04:00
priv.defs.inc change privs too 2010-06-10 20:39:20 -04:00
priv.inc Overhaul the user login system to use the Servers tab as its base. 2010-03-03 16:17:35 +00:00
radius.inc fix typo 2010-05-13 20:58:32 -04:00
rrd.inc Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp 2010-06-07 23:24:17 +07:00
service-utils.inc Use procatat instead of ps as the latter always prints a header, also 2010-03-12 13:28:14 +13:00
services.inc Don't perform these multiple times as they do not change on each loop iteration. Having them inside the loop can also generate an invalid DHCP config file, instead of just warning that there is no CARP VIP defined. 2010-06-10 13:33:48 -04:00
shaper.inc Fix displaying the Enable/Disable checkbox. Previously after a save button click it will show the old saved value. 2010-05-04 16:10:18 +00:00
smtp.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
system.inc Only change max procs for captive portal configurations 2010-06-09 17:07:43 -04:00
upgrade_config.inc Include rrd.inc if dump_rrd_to_xml() is not found to be included to avoid Fatal error: Call to undefined function dump_rrd_to_xml() in /etc/inc/upgrade_config.inc on line 1752 2010-06-09 15:06:01 -04:00
util.inc Do not show ipfw0 for assignment. 2010-05-25 21:30:59 +00:00
uuid.php Adding uuid generator. More information: 2009-10-19 22:16:35 -04:00
voucher.inc Ticket #351. Prevent wrong config.xml creation. 2010-02-11 15:00:52 +00:00
vpn.inc Honor GUI configured DNS settings for PPTP/PPPoE/L2TP if present. 2010-06-07 11:54:42 -04:00
vslb.inc Prevent bootup code from dying on empty load_balancer arrays 2009-12-03 13:30:20 +01:00
xmlparse.inc Ticket #612. Correctly show the number of users as 0 on a group with no users. Also handle the case of empty arrays on the xmlparser. 2010-05-24 18:10:50 +00:00
xmlreader.inc Make list the same. Remove whitespace at the end so it does not get interpreted as special tag. 2010-05-07 13:27:43 +00:00
xmlrpc_client.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
xmlrpc_server.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
xmlrpc.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00