| .. |
|
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
|
Correct the shell for the admin account, this should be /etc/rc.initial. Not /bin/sh
|
2010-05-13 19:03:16 +02: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
|
Allow php code to be included in the primary captive portal page. Add new ORIGINAL_PORTAL_IP post item which will be experimenting with a master mutli voucher setup.
|
2010-05-21 22:18:16 -04: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
|
Do not bail out when we write a new config. Seems that we can write some special characters but might not be able to read them back but we still should be able to recover from this. Include globals.inc before calling any config.lib.inc functions.
|
2010-05-18 19:31:28 +00:00 |
|
config.lib.inc
|
Refactor this function a little so it will also rebuild the cache if it does not already exist. Fixes missing config history after reboot on NanoBSD.
|
2010-05-19 16:16:31 -04:00 |
|
crypt.inc
|
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
|
2009-09-12 15:34:07 -04:00 |
|
dyndns.class
|
Make sure to send the hostname as part of the openDNS update process
|
2010-05-10 12:55:50 +02: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
|
Revert "Use a global array for the most part of using the return_gateways_array() function in the backend which should lower the memory allocated/cached by php a lot."
|
2010-05-21 20:45:57 +00:00 |
|
functions.inc
|
No need for priv.inc
|
2009-11-28 21:19:54 -05:00 |
|
globals.inc
|
Bump the config version properly so that the theme is properly upgraded. Ticket #233
|
2010-05-11 15:50:08 +02: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
|
Ups remove erroneous curly.
|
2010-05-21 20:54:28 +00:00 |
|
interfaces.inc
|
Rework check for PPPoE reset setting, it wasn't matching at bootup so the reset file was not getting added properly. Ticket #583.
|
2010-05-10 18:20:45 -04: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
|
Ensure config.cache does not exist so the subsequent requests can cleanly reload the configuration. Ticket #601
|
2010-05-22 14:19:32 -04:00 |
|
pkg-utils.inc
|
Do not process items in which we cannot resolve the config file
|
2010-05-21 00:05:11 -04:00 |
|
priv.defs.inc
|
Ticket #462. Remove references to slbd it is not used anymore.
|
2010-03-31 09:16:37 +00: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
|
Change the exec() calls to mwexec, this supresses the rrdtool messages during boot if the rrd files have a newer timestamp then the attempt to update
|
2010-05-12 14:02:16 +02: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
|
Ticket #499. Create custom options propperly for each interface. This solution binds the option name to the interface name so it is even easier to distinguish.
|
2010-04-14 12:40:10 +00: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
|
Revert "Use a global array for the most part of using the return_gateways_array() function in the backend which should lower the memory allocated/cached by php a lot."
|
2010-05-21 20:45:57 +00:00 |
|
upgrade_config.inc
|
Fix OpenVPN upgrade code to properly handle the disable option. Fixes item 1a (and probably 1b) in #482 and should be the rest of the fix for #449.
|
2010-05-17 12:14:47 -04:00 |
|
util.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 |
|
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
|
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 |
|
vslb.inc
|
Prevent bootup code from dying on empty load_balancer arrays
|
2009-12-03 13:30:20 +01:00 |
|
xmlparse.inc
|
Do not aritificially add spaces around values on CDATA fields. Tested-by: Jim
|
2010-05-20 19:38:05 +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 |