| .. |
|
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
|
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
|
correct the limiter, it reversed up/down before
|
2010-06-16 22:21:59 -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
|
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
|
Add a safety check to prevent packets like those in #479 from breaking the filter log in the GUI.
|
2010-06-15 16:26:58 -04:00 |
|
filter.inc
|
Fixes #665. Optimize and correctly check for the gateways on static routes to be included on $tonatsubnets macro.
|
2010-06-16 17:02:36 +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
|
Make some non functional changes, mostly to keep up with latest gw changes. Related to Ticket #666
|
2010-06-16 11:24:00 +00:00 |
|
interfaces.inc
|
Actually it needs choparp_ prepended.
|
2010-06-16 16:36:32 +00: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
|
Modify pfsense-utils and status_interfaces.php so Uptime is shown for all PPPx type links.
|
2010-06-16 22:11:31 +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
|
this page is status, not diag.
|
2010-06-14 00:08:50 -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
|
Reduce XXX's.
|
2010-06-15 17:16:56 +00:00 |
|
smtp.inc
|
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
|
2009-09-12 15:34:07 -04:00 |
|
system.inc
|
Fixes #652. Correct typo.
|
2010-06-14 11:11:02 +00: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
|
Add array_merge_recursive_unique which was called in xmlrpc.php but did not yet exist. Fixes #645
|
2010-06-11 16:07:03 -04: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
|
Remove gif creation/deletion in ipsec code it seems unlikely and unused for a long time. This also removes the risk of doing damages on gifs configured through the GUI.
|
2010-06-15 19:27:04 +00: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 |