pfsense/etc/inc
2010-02-14 15:30:58 -05:00
..
priv Add system and VPN areas to user item privs 2009-12-03 16:44:39 -05:00
simplepie Adding simplepie RSS system 2009-03-14 16:20:57 -04:00
array_intersect_key.inc
auth.inc Remove "-G all" as it was causing the useradd operation to fail, leading to other failures. (Users were not added to passwd, home directories were not being made, etc) 2009-12-24 17:55:49 -05:00
authgui.inc Recommit #161 changes. It appears a different commit has broken firewall rules edit and firewall nat edit. 2009-12-03 20:31:23 -05:00
captiveportal.inc Try to prevent empty interfaces. 2009-12-07 14:49:57 +00:00
certs.inc Ticket #161. Seems this does the trick for firefox. 2010-02-10 22:03:52 +00:00
cmd_chain.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
config.gui.inc Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to xmlparse.inc. Default to the older xmlparse.inc but add a flag check if /cf/conf/use_xmlreader is present the newer code will be included instead until the remaining bugs can be resolved with it (see rcs for many). 2009-11-06 22:33:15 -05:00
config.inc remove old lint check 2010-02-01 23:08:35 -05:00
config.lib.inc Add var/empty to excludes list 2010-02-14 15:30:58 -05:00
crypt.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
dyndns.class Resolves #293. Do not try to bind to the ip discovered by checkip since that might give a NAT ip rather than the real interface ip. 2010-01-10 20:46:29 +00:00
easyrule.inc Move two include files to /etc/inc instead of leaving them in the www dir. Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface. 2009-11-15 11:22:45 -05:00
filter_log.inc Use _descr() instead for getting the log interface, so it uses the user-supplied name rather than wan/opt1/opt2/etc. 2009-12-18 16:48:37 -05:00
filter.inc fix call to undefined function. 2010-02-13 23:43:24 -05:00
functions.inc No need for priv.inc 2009-11-28 21:19:54 -05:00
globals.inc Go ahead and add other wireless devices to this list, so if/when they are added, they should work. 2010-02-13 14:40:52 -05:00
growl.class Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
gwlb.inc Ticket #303. Fix very many bugs in this code. From strings that were not quoted propperly to completely broken code paths. 2010-01-29 01:44:40 +00:00
interfaces.inc Ensure carriage returns exist to avoid run-on directives 2010-02-13 18:38:59 -05:00
ipsec.inc Revert "Turn off xauth by default. Ticket #108" 2009-12-02 22:49:29 -05: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 Adding smtp auth support for notifications. Requested-by: pmi@bluegrass.net 2009-12-31 18:00:15 -05:00
openvpn.auth-user.php Revert "fix OpenVPN user auth" 2009-12-29 23:16:00 -05:00
openvpn.inc Feature #248. Ticket #248. Merge patch from Antonio No to add tap device type to OpenVPN. 2010-02-05 21:33:35 +00:00
PEAR.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
pfsense-utils.inc Adding from RELENG_1_2: safe_write_file() Writes a file out atomically by first writing to a temporary file of the same name but ending with the pid of the current process, them renaming the temporary file over the original. 2010-02-14 14:53:43 -05:00
pkg-utils.inc More cleanup and code flow simplification. 2010-02-04 00:08:32 +00:00
priv.defs.inc Update default privs 2009-11-28 20:13:18 -05:00
priv.inc Add priv.defs.inc to authgui.inc 2009-12-03 16:26:30 -05:00
radius.inc Import latest radius.inc from m0n0.(Mainly import Chillisport radius vendor attributes for bandwidth and fix radius-session-timeout attribute. 2009-10-05 13:34:04 +00:00
rrd.inc Make get_real_interface return real interface enc0 for "ipsec". Refactor enable_rrd_graphing() to 2010-01-11 21:44:55 +01:00
service-utils.inc Check to see if processes are running before killing 2009-12-02 23:25:19 -05:00
services.inc fix DHCP relay 2010-01-21 18:12:18 -05:00
shaper.inc fix typos. Ticket #278 2010-01-05 02:54:23 -05:00
smtp.inc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions 2009-09-12 15:34:07 -04:00
system.inc Fix several handling of gif/gre addresses and automatically added routes. 2010-02-01 15:13:04 +00:00
upgrade_config.inc Ticket #324. Add allow all rule during upgrade. 2010-02-09 17:53:06 +00:00
util.inc Ticket #309. Correctly fix the problems of intermediate config lost because of inclusion of config.inc. This might have speed impacts to be measured. 2010-02-01 18:23:54 +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 Ticket #332. Simplify creating the ipsecpinghosts file. 2010-02-09 12:00:34 +00:00
vslb.inc Prevent bootup code from dying on empty load_balancer arrays 2009-12-03 13:30:20 +01:00
xmlparse.inc Adding newer xmlreader code to it's own file so that it can be turned and off until remaining bugs are fixed 2009-11-06 22:28:00 -05:00
xmlreader.inc Adding newer xmlreader code to it's own file so that it can be turned and off until remaining bugs are fixed 2009-11-06 22:28:00 -05: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